ISPatient.FirstName1

Description

The patient's first name.

Syntax

object.FirstName1

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 first name.

Dim aPatient  
Dim aFirstName1   

Set aPatient = Profile.SelectPatient 
aFirstName1 = aPatient.FirstName1
Profile.MsgBox (aFirstName1)  
Note:

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

Version information

Added in v7.8.0