CCR Import, made changes per comments in github.
[openemr.git] / contrib / forms / md_assessment / save.php
blobbcffc9ee30b1012256a2e4428e2cdeda604829a5
1 <?php
2 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 include_once("../../globals.php");
8 include_once("$srcdir/api.inc");
10 require ("C_FormMDAssessment.class.php");
11 $c = new C_FormMDAssessment();
12 echo $c->default_action_process($_POST);
13 @formJump();