An abbreviation of the patient's name, constructed by taking the initial letters of first, last, and sometimes middle name.
object.Initials
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's initials.
Dim aPatient
Dim aInitials
Set aPatient = Profile.SelectPatient
aInitials = aPatient.Initials
Profile.MsgBox (aInitials)
In Profile Client v8 on User Interface Initials cannot be found.