ISPatient.Initials

Description

An abbreviation of the patient's name, constructed by taking the initial letters of first, last, and sometimes middle name.

Syntax

object.Initials

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 initials.

Dim aPatient  
Dim aInitials

Set aPatient = Profile.SelectPatient
aInitials = aPatient.Initials
Profile.MsgBox (aInitials)  
Note:

In Profile Client v8 on User Interface Initials cannot be found.

Version information

Added in v8.4.0