ISPatient.IhnOpt

Description

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.

Syntax

object.IhnOpt

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

Return Value

TSPatientIhnOpt

Example

Display IHN Opt status of the patient.

Dim aPatient  
Dim aIhnOpt

Set aPatient = Profile.SelectPatient
aIhnOpt = aPatient.IhnOpt
Profile.MsgBox(aIhnOpt)  
Note: IhnOpt is available only for Australia.

In Profile Client v8 on User Interface IhnOpt can be found in Patient > Alter Patient > General > IHN field.

Version information

Added in v7.8.0