Fix CRLF
[openemr.git] / interface / patient_file / encounter / encounter_bottom.php
blob53187163af97a1ce5ec8d20413e18b6a0761fcd8
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 <? html_header_show();?>
10 </head>
11 <frameset rows="*" cols="200,400,*">
12 <?php
13 // =========================
14 // DBC DUTCH SYSTEM
15 if ( $GLOBALS['dutchpc']) {
16 echo '<frame src="dbc_content.php" name="Content" scrolling="auto">';
17 echo '<frame src="dbc_history.php" name="DBC history" scrolling="auto"> ';
18 } else {
19 echo '<frame src="coding.php" name="Codesets" scrolling="auto">';
20 echo '<frame src="blank.php" name="Codes" scrolling="auto">';
21 echo '<frame src="diagnosis.php" name="Diagnosis" scrolling="auto"> ';
23 // EOS
24 // =========================
26 </frameset>
27 </html>