This property is True if notifications of due interventions are allowed to be sent to the patient by email.
object.EMailDueRecallsNotification
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display EMailDueRecallsNotification for the patient.
Dim aPatient
Dim aEMailDueRecallsNotification
Set aPatient = Profile.SelectPatient
aEMailDueRecallsNotification = aPatient.EMailDueRecallsNotification
Profile.MsgBox (aEMailDueRecallsNotification)
In Profile Client v8 on User Interface the Notification of due interventions checkbox can be checked in
.