ISPatient.AlternativeNames

Description

The alternative names of the patient.

Syntax

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.

Return Value

string

Example

Display the first of the patient's alternative names.

Dim aPatient  
Dim aAlternativeNames

Set aPatient = Profile.SelectPatient 
aAlternativeNames = aPatient.AlternativeNames(0)
Profile.MsgBox (aAlternativeNames)  
Note:

In Profile Client v8 on User Interface Alternative Names can be found in Patient > Alter Patient > Personal > Other field.

Version information

Added in v7.8.0