ISPatient.Lastname

Description

The patient's surname. Profile does not permit null last names.

Syntax

object.Lastname

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display the patient's last name.

Dim aPatient  
Dim aLastName   

Set aPatient = Profile.SelectPatient 
aLastName = aPatient.LastName
Profile.MsgBox (aLastName)  
Note:

In Profile Client v8 on User Interface Last Name can be found in Patient > Alter Patient > General > Last Name field.

Version information

Added in v7.8.0