The patient's gender at birth, returned as a code of the short code.
object.BirthGenderCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's birth gender code.
Dim aPatient
Dim aBirthGenderCode
Set aPatient = Profile.SelectPatient
aBirthGenderCode = aPatient.BirthGenderCode
Profile.MsgBox (aBirthGenderCode)
In Profile Client v8 on User Interface Birth Gender Code can be found in
.