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.
object.AliasCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display alias code.
Dim aPatient
Dim aAliasCode
Set aPatient = Profile.SelectPatient
aAliasCode = aPatient.AliasCode
Profile.MsgBox (aAliasCode)
In Profile Client v8 on User Interface Alias Code can be found in
.