ISPatient.GetAlternativeNames

Description

This function returns all alternative names of the patient.

Syntax

object.GetAlternativeNames()

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Returns all alternative names of the patient.

Example

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)  
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