ISPatient.AliasName

Description

Alias name, used by the patient, if any.

Syntax

object.AliasName

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

Return Value

string

Example

Display the patient's alias name.

Dim aPatient  
Dim aAliasName   

Set aPatient = Profile.SelectPatient 
aAliasName = aPatient.AliasName
Profile.MsgBox (aAliasName)    
Note:

In Profile Client v8 on User Interface Alias Name can be found in Patient > Alter Patient > Personal > Alias field.

Version information

Added in v7.8.0