Patient Reminders

ecavalier wrote on Friday, September 25, 2015:

I have a problem with patient reminders in AMC Measures

  • Send reminders to patients per patient preference for preventive/follow up care. 170.304(d)
    My numerator showing 0. When I try to add some info in patient reminder, I got message - Curl extension is required. How I can resolv this problem
    Thank you!!

ecavalier wrote on Friday, September 25, 2015:

When I try to open Patient reminder in Administartion>Patient Remainder - receiving message - Curl extension is required. Please let me know how toresolve this prblem

sapiens110 wrote on Saturday, September 26, 2015:

Hi Nerik,

Locate your ‘php.ini’ file. Search for this:
extension=php_curl.dll
If it’s commented out, uncomment it. If you can’t find it, add it to your ini file.
Restart apache.

ecavalier wrote on Wednesday, September 30, 2015:

I found - extension=php_curl.dll, but I cant open it.
How can to make changes dll file

ecavalier wrote on Thursday, October 01, 2015:

I found - extension=php_curl.dll, but I cant open it.
How can to make changes dll file

visolveemr wrote on Monday, October 05, 2015:

Hello Nerik

No need to make changes to the dll file. You need to edit the php.ini file and search for that extension inside the php.ini file. If there is a semicolon in front of that line then remove that semicolon to uncomment it and save the file.
In linux, the file can be found at ** ‘/etc/php.ini’** and in windows you can find that in the php folder where it is installed.

Make sure to restart apache after your changes.

Thanks
OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com | Phone: 408-850-2243
Demo’s @ ViSolve Demo Library

visolveemr wrote on Monday, October 05, 2015:

Nerik

We meant to say ‘Hello’ in the previous post, just edited now.

Thanks
ViSolve

ecavalier wrote on Sunday, October 11, 2015:

Hello Visolve
Thank you very mach for your help, but I dont thing I acn resolve this problem by my self