The age of the patient at the time it is generated. It is shown in the format MMy NNm.
object.Age
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the age of the patient.
Dim aPatient
Dim aAge
Set aPatient = Profile.SelectPatient
aAge = aPatient.Age
Profile.MsgBox (aAge)
In Profile Client v8 on User Interface Age can be found in
.