ISPatient.Possessive

Description

The patient's pronoun in the possessive 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.Possessive

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 possessive case.

Dim aPatient  
Dim aPossessive

Set aPatient = Profile.SelectPatient
aPossessive = aPatient.Possessive
Profile.MsgBox (aPossessive)    
Note:

Version information

Added in v7.8.0