ISPatient.NHI_Extension

Description

Returns 66 if the I/D checkbox is checked, otherwise returns nothing.

Syntax

object.NHI_Extension

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

Return Value

string

Example

Display NHI_Extension for the patient.

Dim aPatient  
Dim aNHI_Extension

Set aPatient = Profile.SelectPatient 
aNHI_Extension = aPatient.NHI_Extension
Profile.MsgBox(aNHI_Extension)   
Note:

In Profile Client v8 on User Interface the I/D checkbox can be checked in Patient > Alter Patient > General.

Version information

Added in v7.8.0