You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
374 B
14 lines
374 B
2 years ago
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Encounter form to track any clinical parameter.
|
||
|
*
|
||
|
* @package OpenEMR
|
||
|
* @link http://www.open-emr.org
|
||
|
* @author Joe Slam <trackanything@produnis.de>
|
||
|
* @copyright Copyright (c) 2014 Joe Slam <trackanything@produnis.de>
|
||
|
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
|
||
|
*/
|
||
|
|
||
|
require_once("new.php");
|