ISPatient.NOKId

Description

Identifier of the next of kin.

Syntax

object.NOKId

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

Return Value

int

Example

Display ID of the next of kin.

Dim aPatient  
Dim aNOKId 

Set aPatient = Profile.SelectPatient
aNOKId = aPatient.NOKId
Profile.MsgBox (aNOKId)   
Note:

In Profile Client v8 on User Interface NOK ID cannot be found.

Version information

Added in v7.8.0