Minor improvement to fee sheet to show code set Labels rather than ids and changed...
[openemr.git] / interface / forms / vitals / view.php
blobeee2a4ab8b32c5620b2c4a7a0a208c6e1332c2ad
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormVitals.class.php");
7 $c = new C_FormVitals();
8 echo $c->default_action($_GET['id']);
9 ?>