The alternative names of the patient.
object.AlternativeNames(aIndex)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aIndex |
In, Required | int |
The index of the alternative name. |
string
Display the first of the patient's alternative names.
Dim aPatient
Dim aAlternativeNames
Set aPatient = Profile.SelectPatient
aAlternativeNames = aPatient.AlternativeNames(0)
Profile.MsgBox (aAlternativeNames)
In Profile Client v8 on User Interface Alternative Names can be found in
.