The patient's first name.
object.FirstName1
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's first name.
Dim aPatient
Dim aFirstName1
Set aPatient = Profile.SelectPatient
aFirstName1 = aPatient.FirstName1
Profile.MsgBox (aFirstName1)
In Profile Client v8 on User Interface First Name 1 can be found in
.