Revert "We are using a field PrescriptionGUID, obtained from NewCrop, to check if...
[openemr.git] / contrib / forms / prosthesis / view.php
blob847a421dbf57098c08f1c8a6dcbed25b13dce835
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->view_action($_GET['id']);
9 ?>