Changed query that gets the date of the last encounter for date calculations. It...
[openemr.git] / contrib / forms / hp_tje_primary / view.php
blobdfb00bda2170320f955c83cc671922b2867f7c40
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormHpTje.class.php");
7 $c = new C_FormHpTje();
8 echo $c->view_action($_GET['id']);
9 ?>