ISPatient.NokTitle

Description

The title of the next of kin.

Syntax

object.NokTitle

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

Return Value

string

Example

Display the title of the next of kin.

Dim aPatient  
Dim aNokTitle

Set aPatient = Profile.SelectPatient 
aNokTitle = aPatient.NokTitle
Profile.MsgBox (aNokTitle)  
Note:

In Profile Client v8 on User Interface NOK Title can be found in alternative Alter Patient form in Patient > Alter Patient > Family > NOK Given Name field if the Use alternate patient views checkbox is checked in Organisation > Preferences > Organisation > Preferences.

Version information

Added in v7.8.0