IHN Opt status of the patient. This is relevant only using an Integrated Health Network (IHN), that allows to grant one clinic the right to view another clinic's data on that patient.
object.IhnOpt
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display IHN Opt status of the patient.
Dim aPatient
Dim aIhnOpt
Set aPatient = Profile.SelectPatient
aIhnOpt = aPatient.IhnOpt
Profile.MsgBox(aIhnOpt)
In Profile Client v8 on User Interface IhnOpt can be found in
.