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