The patient's gender (M, F, i, T or U).
object.Sex
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the first character of the patient's gender.
Dim aPatient
Dim aSex
Set aPatient = Profile.SelectPatient
aSex = aPatient.Sex
Profile.MsgBox (aSex)
In Profile Client v8 on User Interface Sex can be found in
.