ISPatient.BirthGenderCode

Description

The patient's gender at birth, returned as a code of the short code.

Syntax

object.BirthGenderCode

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

Return Value

string

Example

Display the patient's birth gender code.

Dim aPatient  
Dim aBirthGenderCode

Set aPatient = Profile.SelectPatient
aBirthGenderCode = aPatient.BirthGenderCode
Profile.MsgBox (aBirthGenderCode)   
Note:

In Profile Client v8 on User Interface Birth Gender Code can be found in Clinical > Clinical Details > Family > Social History > Alt Sex at Birth field.

Version information

Added in v7.8.0