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!!
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
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.
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.