ISPatient.SurName

Description

The patient's surname. Profile does not permit null surnames.

Syntax

object.SurName

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

Return Value

string

Example

Display the patient's surname.

Dim aPatient  
Dim aSurName   

Set aPatient = Profile.SelectPatient 
aSurName = aPatient.SurName
Profile.MsgBox (aSurName)  
Note: Within Profile it is called the Last Name.

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

Version information

Added in v7.8.0