User talk:MedMaster

From OpenEMR Project Wiki
Revision as of 11:51, 3 April 2013 by MedMaster (talk | contribs) (→‎functions.php: new section)

Welcome to OpenEMR Project Wiki! We hope you will contribute much and well. You will probably want to read the help pages. Again, welcome and have fun! Bradymiller 05:23, 20 March 2013 (UTC)

Global Issues

  • Changed the 'push_notification' global to 'device_push_notification_service'
  • Sample post data to add prescription:
    • token=63e4314441bb9bc7a417344a2ad52067&patientId=5&visit_id=280&startDate=2013-04-03&drug=Abraxane&dosage=one&quantity=1&provider_id=60&refill=01&medication=&note=Test notes.

functions.php

  • Wrapped add_escape_custom($userId) in the 2nd query of createToken() function with single quotes.
  • Applied binding in query of validateToken() function.
  • Removed getUserData() function.