Tag documents to procedures (#4465)
[openemr.git] / interface / patient_file / encounter / encounter_bottom.php
blobf86095e80d11419472b72f0b7296c5a8cca5b521
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");
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>