ISPatient.Pronoun

Description

The patient's pronoun in the subjective case. It is auto calculated on the basis of information in Patient/Alter Patient/General/Sex field, on User Interface cannot be found.

Syntax

object.Pronoun

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the patient's pronoun in the subjective case.

Dim aPatient  
Dim aPronoun

Set aPatient = Profile.SelectPatient
aPronoun = aPatient.Pronoun
Profile.MsgBox (aPronoun)   
Note:

Version information

Added in v7.8.0