Difference between revisions of "Medmasterpro API Review"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 7: | Line 7: | ||
==Core functions/scripts in the includes directory== | ==Core functions/scripts in the includes directory== | ||
==addappointment.php== | ==addappointment.php== | ||
:* Surround the entire $device_token_badge with the 'push_notification' global switch. | |||
==addcheckout.php== | ==addcheckout.php== | ||
==addcontactgeneral.php== | ==addcontactgeneral.php== |
Revision as of 23:31, 16 March 2013
Overview
- This is too review the Medmasterpro api code at http://github.com/medmasterpro/openemr . It gets it's own wiki page because it is an extensive and exciting ongoing project.
Functions
Overview
- These are all in the api directory.
Global Issues
Core functions/scripts in the includes directory
addappointment.php
- Surround the entire $device_token_badge with the 'push_notification' global switch.