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