ISPatient.IHNPasswordHint

Description

A hint, that appears on the Patient Consent window during data sharing consent to help enter the password. 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.IHNPasswordHint

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

Return Value

string

Example

Display IHN password hint for the patient.

Dim aPatient  
Dim aIHNPasswordHint

Set aPatient = Profile.SelectPatient
aIHNPasswordHint = aPatient.IHNPasswordHint
Profile.MsgBox (aIHNPasswordHint)  
Note:

In Profile Client v8 on User Interface IHN Password Hint can be found in Patient > Alter Patient > Internet > Password Hint field.

Version information

Added in v7.8.0