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.
20 lines
512 B
20 lines
512 B
2 years ago
|
<?php
|
||
|
|
||
|
/**
|
||
|
* UB04 Submit
|
||
|
*
|
||
|
* UThis is used as an endpoint URL by the UI to call into the ub04 functions
|
||
|
*
|
||
|
* @package OpenEMR
|
||
|
* @link http://www.open-emr.org
|
||
|
* @author Jerry Padgett <sjpadgett@gmail.com>
|
||
|
* @author Ken Chapple <ken@mi-squared.com>
|
||
|
* @copyright Copyright (c) 2021 Ken Chapple <ken@mi-squared.com>
|
||
|
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
|
||
|
*/
|
||
|
|
||
|
require_once("../globals.php");
|
||
|
require_once './ub04_dispose.php';
|
||
|
|
||
|
ub04_dispose();
|