ISPatient.Objective

Description

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

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

Dim aPatient  
Dim aObjective

Set aPatient = Profile.SelectPatient
aObjective = aPatient.Objective
Profile.MsgBox (aObjective)  
Note:

Version information

Added in v7.8.0