ISPatient.SexualOrientation

Description

The patient's sexual orientation, returned as ID.

Syntax

object.SexualOrientation

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

Return Value

int

Example

Display the patient's sexual orientation ID.

Dim aPatient  
Dim aSexualOrientation

Set aPatient = Profile.SelectPatient
aSexualOrientation = aPatient.SexualOrientation
Profile.MsgBox (aSexualOrientation)    
Note:

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

Version information

Added in v7.8.0