ISPatient.AliasCode

Description

An alias is a code that a practice may assign to a particular entity, and is normally related to a bulk biller or other organisation.

Syntax

object.AliasCode

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

Return Value

string

Example

Display alias code.

Dim aPatient  
Dim aAliasCode

Set aPatient = Profile.SelectPatient
aAliasCode = aPatient.AliasCode
Profile.MsgBox (aAliasCode)    
Note:

In Profile Client v8 on User Interface Alias Code can be found in Financial > Payers > Edit an existing payer > Alias field.

Version information

Added in v7.8.0