Highway to PSR2
[openemr.git] / contrib / forms / review_of_systems / new.php
blob2280a55f1a3ca23074c0f1cb40bfc1fc1d4f27c4
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require("C_FormReviewOfSystems.class.php");
7 $c = new C_FormReviewOfSystems();
8 echo $c->default_action();