The number of the patient's alternative (other) names. It is auto calculated, on User Interface cannot be found.
object.AlternativeNameCount
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the number of the patient's alternative (other) names.
Dim aPatient
Dim aAlternativeNameCount
Set aPatient = Profile.SelectPatient
aAlternativeNameCount = aPatient.AlternativeNameCount
Profile.MsgBox (aAlternativeNameCount)