ISPatient.SexualIdentityCode

Description

The patient's sexual identity, returned as a code of the short code.

Syntax

object.SexualIdentityCode

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

Return Value

string

Example

Display the patient's sexual identity code.

Dim aPatient  
Dim aSexualIdentityCode

Set aPatient = Profile.SelectPatient
aSexualIdentityCode = aPatient.SexualIdentityCode
Profile.MsgBox (aSexualIdentityCode)    
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