Difference between revisions of "Sms and Email Notification Howtos"

From OpenEMR Project Wiki
m
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The email/sms notification module is used to notify a patient about an upcoming event/appointment. The module consists of two parts, a front end setup and a back end engine. The front end is  used to set the message template, access for the Sms/email engines and specify if a certain patient should receive notifications. The back end is set to query the database every hour for upcoming events which are set to send notifications and send them.  
<span style = "color:green;">'''N.B.'''</span>
:*<span style = "color:green;">TM4B and Clickatell services cannot be integrated without considerable modifications.</span>
:*<span style = "color:green;">Refer to</span> [[Short Message Service]] <span style = "color:green;">for a more complete configuration guide.</span>
:*<span style = "color:green;">SMS and email configurations have no bearing on each other.  They are related only as far as two separate topics under one heading.</span>
:*<span style = "color:green;">See</span> [[Mercury Mail Configuration in Windows]] <span style = "color:green;">for more details.</span>
:* [[MedEx]] is a commercial E-mail/SMS/Voice module in >= version 5.0.1 which handles Appointment Reminders, Recall Messages, Announcements and digital Patient Mailings with messaging for Clinical Reminders and Satisfaction Surveys in beta testing.  Below is a discussion regarding the original email/SMS module should you wish to configure some of these functions on your server.
 
The email/SMS notification module is used to notify a patient about an upcoming event/appointment (a Notification). The module consists of two parts, a "front end" setup and a "back end" engine. The front end is  used to set the message template, access for the SMS/email engines and specify if a certain patient should receive notifications. The back end is set to query the database every hour for upcoming events which are set to send notifications and send them.  


Gateways Supported as of 3.2 are:
Gateways Supported as of 3.2 are:
:* '''tm4b''' http://www.tm4b.com/sending-sms/ - Outside USA only
:* '''TM4B''' http://www.tm4b.com/sending-sms/ - Outside USA only
:* '''clickatell''' - http://www.clickatell.com/
:* '''Clickatell''' - http://www.clickatell.com/


'''Setup Sms/email notification module you need follow these steps for version 4.0:'''
'''Setup SMS/email notification module you need follow these steps for version 4.0.0 and higher:'''


'''1.''' In Administration->Globals->Notifications and adjust the configuration as appropriate for your setup:
'''1.''' In Left menu: Administration => Globals => Notifications and adjust the configuration as appropriate for your setup:
Email Notification Hours - limits when messages should be sent
Email Notification Hours - limits when messages should be sent
SMS Notification Hours - limits when messages should be sent
 
SMS Gateway Username - user name used for sms gateway access
For SMS messages you need to give the correct info for:
SMS Notification Hours - limits when messages should be sent  
SMS Gateway Username - user name used for SMS gateway access
SMS Gateway Password - access password
SMS Gateway Password - access password
SMS Gateway API Key - used to interface with clickatell
SMS Gateway API Key - used to interface with Clickatell
 
For Email Services the following info is needed:
 
Notification Email Address - Where will the message come from
 
Email Transport Method - Select: SMTP, SENDMAIL or built in PHPMAIL


Notification Email Address - Where will the message come from
Email Transport Method - select SMTP, SENDMAIL or built in PHPMAIL
SMTP Server Hostname - email outgoing server host/ip
SMTP Server Hostname - email outgoing server host/ip
SMTP Server Port Number  
SMTP Server Port Number  
SMTP User for Authentication - outgoing server user
SMTP User for Authentication - outgoing server user
SMTP Password for Authentication - outgoing server password
SMTP Password for Authentication - outgoing server password


'''These globals from 3.2 seems to be missing in the admin tool''' --[[User:Tmccormi|Tony - www.mi-squared.com]] 21:01, 2 March 2011 (UTC)
'''These globals from 3.2 seems to be missing in the admin tool''' --[[User:Tmccormi|Tony - www.mi-squared.com]] 21:01, 2 March 2011 (UTC)
:*$GLOBALS['smtp_use_ssl']  
:*$GLOBALS['smtp_use_ssl'] <span style = "color:red;">(REMARK: where is this file located now? In Demographic for any individual Client,(Allow SMTP) or is it in Administration Globals Security Enable SSL?)</span>
:*$log_folder_path - this is the path where the back end process will save the logs. You must set this with write access for the user which will run the cron jobs.
:*$log_folder_path - this is the path where the back end process will save the logs. You must set this with write access for the user which will run the cron jobs.


:(Note: at the moment only to Sms engines are supported Tm4B - http://www.tm4b.com and Clickatell - http://www.clickatell.com)
:(Note: at the moment only two SMS engines are supported TM4B - http://www.tm4b.com and Clickatell - http://www.clickatell.com)


'''2.''' Install backend notification processes you need to add
'''2.''' In order to install back end notification processes you need to add
cron_email_notification.php and cron_sms_notification.php in system crontab to run
cron_email_notification.php and cron_sms_notification.php in system crontab to run
every hour. Do this in the command *LINUX* command line.  ''Note: Need windows instructions written''
every hour. Do this in the command *LINUX* command line.   
:''(REMARK: Windows instructions need to be written, Cronjobs could be accomplished with Windows Task Scheduler.)''
 
'''For Linux follow these instructions:
:bash$ crontab -e
:bash$ crontab -e
:then put in the following lines:
:then put in the following lines:
Line 36: Line 55:
::(note: make sure you adjust the path as per your configuration)
::(note: make sure you adjust the path as per your configuration)


'''BELOW (3) is missing for V4.0''' --[[User:Tmccormi|Tony - www.mi-squared.com]] 21:03, 2 March 2011 (UTC)


'''3.''' Login into openEMR and go in section Admin.Notification and there you will find three new sections:
'''3.''' Login into openEMR and go in section Administration => Globals => Nofications.  
:- Sms notification - set provider name and the body of the sms message
:There you will find three new sections:
:- Email notification - set subject, provider name and the body of the email message.
::- SMS notification - set provider name and the body of the sms message
::- e-Mail notification - set subject, provider name and the body of the email message.
::- Phone notification - set USER name, Passsword and URL


'''4.''' In openEMR front end, under patient summary page, in Choices section you will find two options: Allow Email and Allow Sms. This is to be set as required if you want your patient to be notified about an upcoming appointment.
'''4.''' In openEMR front end, under Patient/Client => summary (-page)=> Edit Demographics => Choices  


'''5.''' Go to Administration->Other->Database, find the table automatic_notification, there edit the 2nd row in which email is the default value. only change the provider name, Message subject and message send from. Write the body as per your requirement in the "message" section.  --[[User:Arnab Naha|Dr.Arnab Naha]]
:In this section you will find two options: 1. Allow E-mail and 2. Allow SMS.
 
:This is to be set as required if you want your patient to be notified about an upcoming appointment.
 
'''5.''' Go to Administration => Other => Database.
:Find the table automatic_notification:
:: Edit the 2nd row in which email is the default value. Only change "provider name", "message subject" and "message send from". Write the body as per your requirement in the "message" section.  --[[User:Arnab Naha|Dr.Arnab Naha]]


'''6.''' Some useful Annonations:  
'''6.''' Some useful Annonations:  
Line 55: Line 81:
'''7.''' You need to configure mercury mail in your xampp or separately to be able to send mails. Mercury Mail acts as a secure mail server on your local machine. [[User:Arnab Naha|Dr. Arnab Naha]]
'''7.''' You need to configure mercury mail in your xampp or separately to be able to send mails. Mercury Mail acts as a secure mail server on your local machine. [[User:Arnab Naha|Dr. Arnab Naha]]


'''Patient Appointment Reminders via automated dialing system''' -- [[User:Sherwin Gaddis|Sherwin - ww2.openmedpractice.com]] 10 Sept 2013
=='''Emails for Appointment Reminders, Recalls and General Announcements'''==
 
If the operating system is Linux, the above <span style = "color:red;">'''will not work'''</span>. An alternative is to use an email client, such as [https://www.mozilla.org/en-US/thunderbird/ Thunderbird] and the add-on, [https://addons.mozilla.org/en-US/thunderbird/addon/mail-merge/?src=hp-dl-featured Mail Merge], as explained in this [http://www.hongkiat.com/blog/mass-mail-thunderbird/ tutorial]. Another alternative, available on all platforms using openEMR version >= 5.0.1, is [[MedEx]], a commercial module.
Complete and ready for use.
 
The call reminders will require only the click of a button to start the calls going out. The system
will be able to make up to 100 simultaneous call. So if your office has 30 appointments on the schedule.
All 30 patients will be called at once. The patient will be asked to select 1 to confirm appointment and
that selection will be recorded. The second selection will be recorded which is to cancel appointment.
This information will be gathered within one hour and posted back to the EMR for viewing.
 
The patch can be downloaded from http://callback.openmedpractice.com/pacs/Call_Reminder_Patch.zip
 
'''To install the patch:'''
 
'''1.''' Simply unzip it and copy the folders inside the patch-callback folder to your instance of OpenEMR.  
 
'''2.''' Go to Administration > Other > Database and select Import. Navigate to your local copy of the patch and into the SQL folder and import the call_reminders.sql and the reminder_content.sql.


'''3.''' Next go to http://callback.openmedpractice.com/register-now and submit the payment form.
OpenOffice or LibreOffice usually comes pre-loaded with the operating system to create the spreadsheet for the .csv file.


:Once we receive your payment we will email you the IVR username and password.
A stock email for an upcoming appointment day would be paired with variables such the patients' first and last names plus the patients' email addresses.  The time of the appointment can be another variable. The user is free to incorporate more variables with additional columns in the spreadsheet.


'''4.''' Once you receive those go to Administration > Globals > Notifications and check the box to activate the IVR and copy and paste the username and password that was sent. Program will be activated and ready for use as described above.
This process can be used to recall patients for their annual exam or to make a general announcement, e.g., the office will be closing because the physician plans to retire.


Reach us here for any questions:
Old emails can be quickly deleted with ctrl and shift by holding the Control key while clicking the first email to be deleted, then holding the Shift key and clicking the last email to be deleted; thus minimizing clutter in Thunderbird.


https://sourceforge.net/p/openemr/discussion/202504/thread/04c47fc7/
Both Thunderbird and Mail Merge are open source.
Or direct at sgaddis-at-jse.net


We have started working on the voice reminders for the clinical reminders. We will keep everyone posted on our progress.
This method does not integrate emails with OpenEMR, but security is enhanced.
[[Category:Configuration Guide]]

Revision as of 01:55, 7 May 2018

N.B.

  • TM4B and Clickatell services cannot be integrated without considerable modifications.
  • Refer to Short Message Service for a more complete configuration guide.
  • SMS and email configurations have no bearing on each other. They are related only as far as two separate topics under one heading.
  • See Mercury Mail Configuration in Windows for more details.
  • MedEx is a commercial E-mail/SMS/Voice module in >= version 5.0.1 which handles Appointment Reminders, Recall Messages, Announcements and digital Patient Mailings with messaging for Clinical Reminders and Satisfaction Surveys in beta testing. Below is a discussion regarding the original email/SMS module should you wish to configure some of these functions on your server.

The email/SMS notification module is used to notify a patient about an upcoming event/appointment (a Notification). The module consists of two parts, a "front end" setup and a "back end" engine. The front end is used to set the message template, access for the SMS/email engines and specify if a certain patient should receive notifications. The back end is set to query the database every hour for upcoming events which are set to send notifications and send them.

Gateways Supported as of 3.2 are:

Setup SMS/email notification module you need follow these steps for version 4.0.0 and higher:

1. In Left menu: Administration => Globals => Notifications and adjust the configuration as appropriate for your setup: Email Notification Hours - limits when messages should be sent

For SMS messages you need to give the correct info for: SMS Notification Hours - limits when messages should be sent SMS Gateway Username - user name used for SMS gateway access SMS Gateway Password - access password SMS Gateway API Key - used to interface with Clickatell

For Email Services the following info is needed:

Notification Email Address - Where will the message come from

Email Transport Method - Select: SMTP, SENDMAIL or built in PHPMAIL

SMTP Server Hostname - email outgoing server host/ip

SMTP Server Port Number

SMTP User for Authentication - outgoing server user

SMTP Password for Authentication - outgoing server password

These globals from 3.2 seems to be missing in the admin tool --Tony - www.mi-squared.com 21:01, 2 March 2011 (UTC)

  • $GLOBALS['smtp_use_ssl'] (REMARK: where is this file located now? In Demographic for any individual Client,(Allow SMTP) or is it in Administration Globals Security Enable SSL?)
  • $log_folder_path - this is the path where the back end process will save the logs. You must set this with write access for the user which will run the cron jobs.
(Note: at the moment only two SMS engines are supported TM4B - http://www.tm4b.com and Clickatell - http://www.clickatell.com)

2. In order to install back end notification processes you need to add cron_email_notification.php and cron_sms_notification.php in system crontab to run every hour. Do this in the command *LINUX* command line.

(REMARK: Windows instructions need to be written, Cronjobs could be accomplished with Windows Task Scheduler.)

For Linux follow these instructions:

bash$ crontab -e
then put in the following lines:
* */1 * * * /var/www/html/openemr/modules/sms_email_reminder/cron_sms_notification.php
* */1 * * * /var/www/html/openemr/modules/sms_email_reminder/cron_email_notification.php
(note: make sure you adjust the path as per your configuration)


3. Login into openEMR and go in section Administration => Globals => Nofications.

There you will find three new sections:
- SMS notification - set provider name and the body of the sms message
- e-Mail notification - set subject, provider name and the body of the email message.
- Phone notification - set USER name, Passsword and URL

4. In openEMR front end, under Patient/Client => summary (-page)=> Edit Demographics => Choices

In this section you will find two options: 1. Allow E-mail and 2. Allow SMS.
This is to be set as required if you want your patient to be notified about an upcoming appointment.

5. Go to Administration => Other => Database.

Find the table automatic_notification:
Edit the 2nd row in which email is the default value. Only change "provider name", "message subject" and "message send from". Write the body as per your requirement in the "message" section. --Dr.Arnab Naha

6. Some useful Annonations:

***NAME*** - for entering the name of the patient automatically
***DATE*** - for entering the date of the appointment automatically
***STARTTIME*** - For entering the start time of the appointment
***ENDTIME*** - for the end time of the appointment
***PROVIDER*** - to state the provider automatically with whom the appointment is fixed --Dr. Arnab Naha

7. You need to configure mercury mail in your xampp or separately to be able to send mails. Mercury Mail acts as a secure mail server on your local machine. Dr. Arnab Naha

Emails for Appointment Reminders, Recalls and General Announcements

If the operating system is Linux, the above will not work. An alternative is to use an email client, such as Thunderbird and the add-on, Mail Merge, as explained in this tutorial. Another alternative, available on all platforms using openEMR version >= 5.0.1, is MedEx, a commercial module.

OpenOffice or LibreOffice usually comes pre-loaded with the operating system to create the spreadsheet for the .csv file.

A stock email for an upcoming appointment day would be paired with variables such the patients' first and last names plus the patients' email addresses. The time of the appointment can be another variable. The user is free to incorporate more variables with additional columns in the spreadsheet.

This process can be used to recall patients for their annual exam or to make a general announcement, e.g., the office will be closing because the physician plans to retire.

Old emails can be quickly deleted with ctrl and shift by holding the Control key while clicking the first email to be deleted, then holding the Shift key and clicking the last email to be deleted; thus minimizing clutter in Thunderbird.

Both Thunderbird and Mail Merge are open source.

This method does not integrate emails with OpenEMR, but security is enhanced.