ISPatient.EMailAppointmentReminders

Description

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

Syntax

object.EMailAppointmentReminders

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

Return Value

bool

Example

Display EMailAppointmentReminders for the patient.

Dim aPatient  
Dim aEMailAppointmentReminders

Set aPatient = Profile.SelectPatient
aEMailAppointmentReminders = aPatient.EMailAppointmentReminders
Profile.MsgBox (aEMailAppointmentReminders) 
Note:

In Profile Client v8 on User Interface the Appointment reminders checkbox can be checked in Patient > Alter Patient > Internet.

Version information

Added in v7.8.0