This property is True if the patient has the right to view his/her medical records via Accession.
object.WebEnable
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display WebEnable for the patient.
Dim aPatient
Dim aWebEnable
Set aPatient = Profile.SelectPatient
aWebEnable = aPatient.WebEnable
Profile.MsgBox (aWebEnable)
In Profile Client v8 on User Interface the Allow this patient to connect via Accession checkbox can be checked in
.