The Notes API

From OpenEMR Project Wiki
Revision as of 23:54, 5 December 2012 by Julia Longtin (talk | contribs) (create page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Using the Notes API

The notes api is available in Openemr by including the following line in your code:

require_once("$srcdir/pnotes.inc");

Once that file is included, the following functions are available:

addPnote

deletePnote

getPnoteById

getPnotesByUser

updatePnote

updatePnoteMessageStatus