ISPatient.NOKAddress

Description

The contact address of the patient's NOK.

Syntax

object.NOKAddress

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

ISAddress

Example

Display the contact address of the patient's NOK.

Dim aPatient  
Dim aNOKAddress

Set aPatient = Profile.SelectPatient 
aNOKAddress = aPatient.NOKAddress.AsMultiLine
Profile.MsgBox (aNOKAddress)  
Note:

In Profile Client v8 on User Interface NOK Address can be found in Patient > Alter Patient > Family > NOK Address fields.

Version information

Added in v7.8.0