ISPatient.WebUserPermissions

Description

Returns 1 if the patient is allowed to view his/her medical records via Aero & Accession, otherwise, returns 0.

Syntax

object.WebUserPermissions

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

Return Value

int

Example

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)   
Note:

In Profile Client v8 on User Interface the Allow this patient to connect via Aero & Accession checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0