ISPatient.SexualIdentity

Description

The patient's sexual identity, returned as ID.

Syntax

object.SexualIdentity

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

Display the patient's sexual identity ID.

Dim aPatient  
Dim aSexualIdentity

Set aPatient = Profile.SelectPatient
aSexualIdentity = aPatient.SexualIdentity
Profile.MsgBox (aSexualIdentity)  
Note:

In Profile Client v8 on User Interface Sexual Identity can be found in Clinical > Clinical Details > Family > Social History > Gender Identity field.

Version information

Added in v7.8.0