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.
object.IHNPasswordHint
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display IHN password hint for the patient.
Dim aPatient
Dim aIHNPasswordHint
Set aPatient = Profile.SelectPatient
aIHNPasswordHint = aPatient.IHNPasswordHint
Profile.MsgBox (aIHNPasswordHint)
In Profile Client v8 on User Interface IHN Password Hint can be found in
.