ISPatient.NokGivenName

Description

The given name of the next of kin.

Syntax

object.NokGivenName

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

Return Value

string

Example

Display the given name of the next of kin.

Dim aPatient  
Dim aNokGivenName

Set aPatient = Profile.SelectPatient 
aNokGivenName = aPatient.NokGivenName
Profile.MsgBox (aNokGivenName)  
Note:

In Profile Client v8 on User Interface NOK Given Name 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