ISPatient.NHIInfantOrDependent

Description

This property is True if the I/D checkbox is checked.

Syntax

object.NHIInfantOrDependent

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

Return Value

bool

Example

Display NHIInfantOrDependent for the patient.

Dim aPatient  
Dim aNHIInfantOrDependent

Set aPatient = Profile.SelectPatient
aNHIInfantOrDependent = aPatient.NHIInfantOrDependent
Profile.MsgBox(aNHIInfantOrDependent)  
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