added metric version of the vitals form
[openemr.git] / interface / forms / vitalsM / view.php
blob1ee57ab8a22b60875f508eb3d36f1382f55b2eb3
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
4 require ("C_FormVitalsM.class.php");
6 $c = new C_FormVitalsM();
7 echo $c->default_action($_GET['id']);
8 ?>