Feat Fixes #7650 portal credential settings update (#7651)
[openemr.git] / contrib / forms / hpi / view.php
blob898eabe99ee50505729f639caadd3e3525e4bd56
1 <?php
3 // Copyright (C) 2009 Aron Racho <aron@mi-squared.com>
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 require_once("../../globals.php");
9 require_once("$srcdir/api.inc.php");
11 require("C_FormHPI.class.php");
13 $c = new C_FormHPI();
14 echo $c->view_action($_GET['id']);