The patient's surname. Profile does not permit null last names.
object.Lastname
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's last name.
Dim aPatient
Dim aLastName
Set aPatient = Profile.SelectPatient
aLastName = aPatient.LastName
Profile.MsgBox (aLastName)
In Profile Client v8 on User Interface Last Name can be found in
.