ISPatient.Title

Description

The patient's title, such as “Mrs”, “Mr” and so on.

Syntax

object.Title

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

string

Example

Display the patient's title.

Dim aPatient  
Dim aTitle   

Set aPatient = Profile.SelectPatient
aTitle = aPatient.Title
Profile.MsgBox (aTitle)   
Note:

In Profile Client v8 on User Interface Title can be found in Patient > Alter Patient > General > Title field.

Version information

Added in v7.8.0