* @author Brady Miller * @copyright Copyright (c) 2006-2009 Mark Leeds * @copyright Copyright (c) 2018-2019 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once(dirname(__FILE__) . '/../../globals.php'); require_once("../../../library/api.inc"); require_once("content_parser.php"); function CAMOS_report($pid, $encounter, $cols, $id) { $data = formFetch("form_CAMOS", $id); if ($data) { echo "\n"; echo "
" . text(wordwrap(stripslashes(replace($pid, $encounter, $data['content'])))) . "

\n"; } }