Add New FMC code from Intesync
[openemr.git] / interface / patient_file / summary / rx_frameset.php
blobd8e2a714d5564284c9d3c17abd0fdd033625cad5
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <? html_header_show();?>
7 <title><? xl('Prescriptions','e'); ?></title>
8 </head>
10 <frameset cols="18%,*">
11 <frame src="rx_left.php" name="RxLeft" scrolling="auto">
12 <frame src="<?php echo $GLOBALS['webroot'] ?>/controller.php?prescription&list&id=<?php echo $pid ?>"
13 name="RxRight" scrolling="auto">
14 </frameset>
16 </html>