ISPatient.NOKOtherPhone

Description

The additional phone number of the next of kin.

Syntax

object.NOKOtherPhone

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

Return Value

string

Example

Display the additional phone number of the next of kin.

Dim aPatient  
Dim aNOKOtherPhone

Set aPatient = Profile.SelectPatient 
aNOKOtherPhone = aPatient.NOKOtherPhone
Profile.MsgBox (aNOKOtherPhone)  
Note:

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

Version information

Added in v7.8.0