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
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
21 require_once(dirname(__FILE__) . "/patient.inc.php");