I am working on integrating the voice call system into the reminders.php file to replace the Maviq.
On line 391 of the reminders.php file there is a if ($hipaa_voice == “YES”) statement.
I have searched the demographics and other files looking for the function that sets this to YES in the patient_data table. I was unable to locate it. Before I go building this function, I thought I would ask am I missing something. I can see where most of this was built by you. Could you through me a little insight?
Once I get this working, I will move on to the email and sms.
Thanks for the confirmation. The instance that I am using is not working. I have loaded a clean install to work in and and now that function is working.
I will update you once I have the feature working.
I am looking at the patient_reminders.php layout and it is missing the Voice Auth column. I have corrected that and added the column.
I need some advice about the logic and sequence of events. I see that the patient_reminders.php calls the reminders.php. My question is when the Process and Send Reminders button is clicked. What should happen?
I have replace the original Maviq code to place voice calls but I does produce any results in the call queue. In the function send_reminders(), I replaced the Maviq code with an include call to an external file located in the interface > callback folder.
if ($hipaa_voice == "YES") {
include '../interface/callback/clinical_voice_reminders.php';
}