A composite of the patient's names, returned in the format "Last name, First name".
object.SurnameFirstName
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's names in the format Last name, First name.
Dim aPatient
Dim aSurNameFirstName
Set aPatient = Profile.SelectPatient
aSurNameFirstName = aPatient.SurNameFirstName
Profile.MsgBox (aSurNameFirstName) In Profile Client v8 on User Interface Last Name can be found in First Name can be found in .