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