ISPatient.WebEnable

Description

This property is True if the patient has the right to view his/her medical records via Accession.

Syntax

object.WebEnable

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

Return Value

bool

Example

Display WebEnable for the patient.

Dim aPatient  
Dim aWebEnable

Set aPatient = Profile.SelectPatient
aWebEnable = aPatient.WebEnable
Profile.MsgBox (aWebEnable)  
Note:

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

Version information

Added in v7.8.0