Revert "We are using a field PrescriptionGUID, obtained from NewCrop, to check if...
[openemr.git] / contrib / forms / prosthesis / new.php
blob06988c740ad4934e5b1814c40883020148da4d06
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormProsthesis.class.php");
7 $c = new C_FormProsthesis();
8 echo $c->default_action();
9 ?>