football injury report for sports teams
[openemr.git] / interface / patient_file / summary / patient_summary.php
blob442ecf4917e6107d1439be94b4c6744599d7a228
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <title><? xl('Patient Summary','e'); ?></title>
7 </head>
9 <frameset rows="50%,50%">
10 <frame src="demographics.php" name="Demographics" scrolling="auto">
11 <?php if ($GLOBALS['athletic_team']) { ?>
12 <frameset cols="50%,*,50%">
13 <?php } else { ?>
14 <frameset cols="20%,*,80%">
15 <?php } ?>
16 <frame src="stats.php" name="Stats" scrolling="auto">
17 <frame src="<?php echo $GLOBALS['webroot'] ?>/controller.php?prescription&edit&id=&pid=<?php echo $pid ?>"
18 name="Prescription" scrolling="auto">
19 <frame src="pnotes.php" name="Notes" scrolling="auto">
20 </frameset>
21 </frameset>
23 <noframes><body bgcolor="#FFFFFF">
24 </body></noframes>
25 </html>