The patient's surname. Profile does not permit null surnames.
object.SurName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's surname.
Dim aPatient
Dim aSurName
Set aPatient = Profile.SelectPatient
aSurName = aPatient.SurName
Profile.MsgBox (aSurName)
In Profile Client v8 on User Interface Surname can be found in
.