ISPatient.FirstName

Description

The patient's first names.

Syntax

object.FirstName

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

Return Value

string

Example

Display the patient's first names.

Dim aPatient  
Dim aFirstName   

Set aPatient = Profile.SelectPatient 
aFirstName = aPatient.FirstName
Profile.MsgBox (aFirstName) 
Note:

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

Version information

Added in v7.8.0