SMS Notification

Since Bahmni Lite v1.0, Bahmni provides the ability to send SMS notification to patients for events like Patient Registered, or Appointment Scheduled, etc. This requires Bahmni to make use of a 3rd party SMS Gateway, which needs to be configured, for sending SMS. For more details read: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/3168010241

To send sms we have to ensure that following global properties should enable:

. When we send sms during registration we have to make sure that global properties like “sms.enableRegistrationSMSAlert", “sms.enableRegistrationSMSAlert" or “sms.enableRegistrationSMSAlert" should be enable true based on the requirement of sending sms.

Communication module is added :

. It generate the message which we have to send to the clients. sms-service generate authentication token and communication module use this token to send message with the help of sms-service. git repo

 

 

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)