Returns 1 if the patient is allowed to view his/her medical records via Aero & Accession, otherwise, returns 0.
object.WebUserPermissions
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display 1 if the patient is allowed to view his/her medical records via Aero & Accession. Otherwise, display 0.
Dim aPatient
Dim aWebUserPermissions
Set aPatient = Profile.SelectPatient
aWebUserPermissions = aPatient.WebUserPermissions
Profile.MsgBox (aWebUserPermissions)
In Profile Client v8 on User Interface the Allow this patient to connect via Aero & Accession checkbox can be checked in
.