This function returns all alternative names of the patient.
object.GetAlternativeNames()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display all alternative names of the patient.
Dim aPatient
Dim aAlternativeNames
Set aPatient = Profile.SelectPatient
aAlternativeNames = aPatient.GetAlternativeNames
Profile.MsgBox ("All alternative names of the patient: " & aAlternativeNames)
In Profile Client v8 on User Interface Alternative Names can be found in
.