ISPatient.SurnameFirstName

Description

A composite of the patient's names, returned in the format "Last name, First name".

Syntax

object.SurnameFirstName

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

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)   
Note:

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

Version information

Added in v7.8.0