The patient's title, such as “Mrs”, “Mr” and so on.
object.Title
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's title.
Dim aPatient
Dim aTitle
Set aPatient = Profile.SelectPatient
aTitle = aPatient.Title
Profile.MsgBox (aTitle)
In Profile Client v8 on User Interface Title can be found in
.