This property is True if the patient has to view and acknowledge a legal message every time when logging into Accession Patient.
object.WebShowAcknowledgementMessage
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display WebShowAcknowledgementMessage for the patient.
Dim aPatient
Dim aWebShowAcknowledgementMessage
Set aPatient = Profile.SelectPatient
aWebShowAcknowledgementMessage = aPatient.WebShowAcknowledgementMessage
Profile.MsgBox (aWebShowAcknowledgementMessage)
In Profile Client v8 on User Interface the Reset acknowledgement message checkbox can be checked in
.