forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
patient.inc
21 lines (19 loc) · 928 Bytes
/
patient.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* Part of .inc migration to .inc.php to better support source code editors.
* - patient.inc stub that redirects to patient.inc.php
* - Timeframe: this script can never be removed
*
* @package OpenEMR
* @link http://www.open-emr.org
* @author Brady Miller <[email protected]>
* @author Sherwin Gaddis <[email protected]>
* @author Stephen Waite <[email protected]>
* @author Rod Roark <[email protected]>
* @copyright Copyright (c) 2018-2019 Brady Miller <[email protected]>
* @copyright Copyright (c) 2019 Sherwin Gaddis <[email protected]>
* @copyright Copyright (c) 2018-2021 Stephen Waite <[email protected]>
* @copyright Copyright (c) 2021-2022 Rod Roark <[email protected]>
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
*/
require_once(dirname(__FILE__) . "/patient.inc.php");