Various changes and fixes (#7424)
[openemr.git] / library / encounter.inc
blobc7bd5e4d1f516c9a4b4de97e28d322260c5a71bb
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - encounter.inc stub that redirects to encounter.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  */
9 require_once(dirname(__FILE__) . "/encounter.inc.php");