Alias name, used by the patient, if any.
object.AliasName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's alias name.
Dim aPatient
Dim aAliasName
Set aPatient = Profile.SelectPatient
aAliasName = aPatient.AliasName
Profile.MsgBox (aAliasName)
In Profile Client v8 on User Interface Alias Name can be found in
.