The patient's pronoun in the subjective case. It is auto calculated on the basis of information in Patient/Alter Patient/General/Sex field, on User Interface cannot be found.
object.Pronoun
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's pronoun in the subjective case.
Dim aPatient
Dim aPronoun
Set aPatient = Profile.SelectPatient
aPronoun = aPatient.Pronoun
Profile.MsgBox (aPronoun)