chore: complete integration of flex-3.20 (alpine 3.20) into ci (#7538)
[openemr.git] / interface / patient_file / encounter / encounter_bottom.php
blobd6883baec395e7187ea2e8cb9581db00f2a2de74
1 <?php
3 /**
4 * encounter_bottom.php
6 * @package OpenEMR
7 * @link http://www.open-emr.org
8 * @author Brady Miller <brady.g.miller@gmail.com>
9 * @copyright Copyright (c) 2018 Brady Miller <brady.g.miller@gmail.com>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 require_once("../../globals.php");
14 require_once("$srcdir/encounter.inc.php");
16 <html>
17 <head>
18 </head>
19 <frameset rows="*" cols="200,400,*">
20 <?php
21 echo '<frame src="coding.php" name="Codesets" scrolling="auto">';
22 echo '<frame src="blank.php" name="Codes" scrolling="auto">';
23 echo '<frame src="diagnosis.php" name="Diagnosis" scrolling="auto"> ';
25 </frameset>
26 </html>