ISPatient.Sex

Description

The patient's gender (M, F, i, T or U).

Syntax

object.Sex

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

Return Value

string

Example

Display the first character of the patient's gender.

Dim aPatient  
Dim aSex   

Set aPatient = Profile.SelectPatient
aSex = aPatient.Sex
Profile.MsgBox (aSex)   
Note:

In Profile Client v8 on User Interface Sex can be found in Patient > Alter Patient > General > Sex field.

Version information

Added in v7.8.0