ISPatient.IsEmailNotificationAllowed

Description

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

Syntax

object.IsEmailNotificationAllowed

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

Return Value

bool

Example

Display IsEmailNotificationAllowed for the patient.

Dim aPatient  
Dim aIsEmailNotificationAllowed

Set aPatient = Profile.SelectPatient 
aIsEmailNotificationAllowed = aPatient.IsEmailNotificationAllowed
Profile.MsgBox (aIsEmailNotificationAllowed)  
Note:

In Profile Client v8 on User Interface the Email checkbox can be checked in Patient > Alter Patient > Generalor Allow notification with email messages checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0