The patient's sexual identity, returned as ID.
object.SexualIdentity
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's sexual identity ID.
Dim aPatient
Dim aSexualIdentity
Set aPatient = Profile.SelectPatient
aSexualIdentity = aPatient.SexualIdentity
Profile.MsgBox (aSexualIdentity)
In Profile Client v8 on User Interface Sexual Identity can be found in
.