Returns 66 if the I/D checkbox is checked, otherwise returns nothing.
object.NHI_Extension
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display NHI_Extension for the patient.
Dim aPatient
Dim aNHI_Extension
Set aPatient = Profile.SelectPatient
aNHI_Extension = aPatient.NHI_Extension
Profile.MsgBox(aNHI_Extension)
In Profile Client v8 on User Interface the I/D checkbox can be checked in
.