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.
19 lines
702 B
19 lines
702 B
2 years ago
|
<?php
|
||
|
|
||
|
/*
|
||
|
* view.php for the viewing of information from the misc_billing_form
|
||
|
*
|
||
|
* @package OpenEMR
|
||
|
* @link http://www.open-emr.org
|
||
|
* @author Bo Huynh
|
||
|
* @author Terry Hill <terry@lilysystems.com>
|
||
|
* @author Brady Miller <brady.g.miller@gmail.com>
|
||
|
* @author Stephen Waite <stephen.waite@cmsvt.com>
|
||
|
* @copyright Copyright (C) 2007 Bo Huynh
|
||
|
* @copyright Copyright (C) 2016 Terry Hill <terry@lillysystems.com>
|
||
|
* @copyright Copyright (C) 2017 Brady Miller <brady.g.miller@gmail.com>
|
||
|
* @copyright Copyright (C) 2017 Stephen Waite <stephen.waite@cmsvt.com>
|
||
|
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
|
||
|
*/
|
||
|
require("new.php");
|