This property is True if the I/D checkbox is checked.
object.NHIInfantOrDependent
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display NHIInfantOrDependent for the patient.
Dim aPatient
Dim aNHIInfantOrDependent
Set aPatient = Profile.SelectPatient
aNHIInfantOrDependent = aPatient.NHIInfantOrDependent
Profile.MsgBox(aNHIInfantOrDependent)
In Profile Client v8 on User Interface the I/D checkbox can be checked in
.