*** empty log message ***
[openemr.git] / interface / patient_file / summary / stats_full.php
blob300c3fd393a84371cc1be9fd5800358c8983ed2c
1 <?
2 include_once("../../globals.php");
4 ?>
6 <HTML>
7 <HEAD>
8 <TITLE>
9 OpenEMR
10 </TITLE>
11 </HEAD>
14 <frameset rows="80%,20%" cols="*" frameborder="NO" border="0" framespacing="0">
16 <frameset rows="*" cols="20%,20%,20%,20%" frameborder="NO" border="0" framespacing="0">
18 <frame src="medical_problems.php?active=<?echo $active;?>" name="Medical Problems" scrolling="auto" noresize rameborder="NO">
19 <frame src="medications.php?active=<?echo $active;?>" name="Medications" scrolling="auto" noresize frameborder="NO">
20 <frame src="allergies.php?active=<?echo $active;?>" name="Allergies" scrolling="auto" noresize frameborder="NO">
21 <frame src="surgeries.php?active=<?echo $active;?>" name="Surgery" scrolling="auto" noresize frameborder="NO">
22 </frameset>
24 <frameset rows="*" cols="*" frameborder="NO" border="0" framespacing="0">
26 <frame src="immunizations.php?active=<?echo $active;?>" name="Immunizations" scrolling="auto" noresize frameborder="NO">
28 </frameset>
30 </frameset>
32 <noframes><body bgcolor="#FFFFFF">
34 </body></noframes>
36 </HTML