ISPatient.Age

Description

The age of the patient at the time it is generated. It is shown in the format MMy NNm.

Syntax

object.Age

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

Return Value

string

Example

Display the age of the patient.

Dim aPatient  
Dim aAge   

Set aPatient = Profile.SelectPatient 
aAge = aPatient.Age
Profile.MsgBox (aAge)   
Note:

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

Version information

Added in v7.8.0