ISPatient.IsWebUserPermissions

Description

This property is True if the patient is allowed to view his/her medical records via Aero & Accession.

Syntax

object.IsWebUserPermissions

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

Return Value

bool

Example

Display IsWebUserPermissions for the patient.

Dim aPatient  
Dim aIsWebUserPermissions

Set aPatient = Profile.SelectPatient
aIsWebUserPermissions = aPatient.IsWebUserPermissions
Profile.MsgBox (aIsWebUserPermissions)    
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