fix and chore: pinned maennchen/zipstream-php version to work with arm7 and updated...
[openemr.git] / library / patient.inc
blobfe11aba83a371b64a68652fa6abd3e2bf78e3ffa
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - patient.inc stub that redirects to patient.inc.php
6  *  - Timeframe: this script can never be removed
7  *
8  * @package   OpenEMR
9  * @link      http://www.open-emr.org
10  * @author    Brady Miller <brady.g.miller@gmail.com>
11  * @author    Sherwin Gaddis <sherwingaddis@gmail.com>
12  * @author    Stephen Waite <stephen.waite@cmsvt.com>
13  * @author    Rod Roark <rod@sunsetsystems.com>
14  * @copyright Copyright (c) 2018-2019 Brady Miller <brady.g.miller@gmail.com>
15  * @copyright Copyright (c) 2019 Sherwin Gaddis <sherwingaddis@gmail.com>
16  * @copyright Copyright (c) 2018-2021 Stephen Waite <stephen.waite@cmsvt.com>
17  * @copyright Copyright (c) 2021-2022 Rod Roark <rod@sunsetsystems.com>
18  * @license   https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
19  */
21 require_once(dirname(__FILE__) . "/patient.inc.php");