ISPatient.EMailDueRecallsNotification

Description

This property is True if notifications of due interventions are allowed to be sent to the patient by email.

Syntax

object.EMailDueRecallsNotification

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

Return Value

bool

Example

Display EMailDueRecallsNotification for the patient.

Dim aPatient  
Dim aEMailDueRecallsNotification

Set aPatient = Profile.SelectPatient
aEMailDueRecallsNotification = aPatient.EMailDueRecallsNotification
Profile.MsgBox (aEMailDueRecallsNotification)  
Note:

In Profile Client v8 on User Interface the Notification of due interventions checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0