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