The date when the patient acknowledged the legal message last time.
object.WebAcknowledgementMessageLastReadOn
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date when the patient acknowledged the legal message last time.
Dim aPatient
Dim aWebAcknowledgementMessageLastReadOn
Set aPatient = Profile.SelectPatient
aWebAcknowledgementMessageLastReadOn = aPatient.WebAcknowledgementMessageLastReadOn
Profile.MsgBox (aWebAcknowledgementMessageLastReadOn)
In Profile Client v8 on User Interface Web Acknowledgement Message Last Read On can be found in
.