Code type module improvements:
[openemr.git] / interface / patient_file / encounter / encounter_bottom.php
blob4755cc1b5586d0abba70e95a14ea000942e3c79c
1 <?php
2 // Cloned from patient_encounter.php.
4 include_once("../../globals.php");
5 include_once("$srcdir/encounter.inc");
6 ?>
7 <html>
8 <head>
9 <?php html_header_show();?>
10 </head>
11 <frameset rows="*" cols="200,400,*">
12 <?php
13 echo '<frame src="coding.php" name="Codesets" scrolling="auto">';
14 echo '<frame src="blank.php" name="Codes" scrolling="auto">';
15 echo '<frame src="diagnosis.php" name="Diagnosis" scrolling="auto"> ';
17 </frameset>
18 </html>