ISPatient.WebShowAcknowledgementMessage

Description

This property is True if the patient has to view and acknowledge a legal message every time when logging into Accession Patient.

Syntax

object.WebShowAcknowledgementMessage

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

Return Value

bool

Example

Display WebShowAcknowledgementMessage for the patient.

Dim aPatient  
Dim aWebShowAcknowledgementMessage

Set aPatient = Profile.SelectPatient
aWebShowAcknowledgementMessage = aPatient.WebShowAcknowledgementMessage
Profile.MsgBox (aWebShowAcknowledgementMessage)  
Note:

In Profile Client v8 on User Interface the Reset acknowledgement message checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0