clickoptions feature from mark leeds
[openemr.git] / interface / patient_file / summary / stats_full.php
blobc9e492872b69200686318a9ea2e98cc7d803ea1a
1 <?
2 include_once("../../globals.php");
4 ?>
6 <HTML>
7 <HEAD>
8 <TITLE>
9 OpenEMR
10 </TITLE>
11 </HEAD>
15 <frameset rows="*" cols="20%,20%,20%,20%,20%" frameborder="NO" border="0" framespacing="0">
17 <frame src="medical_problems.php?active=<?echo $active;?>" name="Medical Problems" scrolling="auto" noresize rameborder="NO">
18 <frame src="medications.php?active=<?echo $active;?>" name="Medications" scrolling="auto" noresize frameborder="NO">
19 <frame src="allergies.php?active=<?echo $active;?>" name="Allergies" scrolling="auto" noresize frameborder="NO">
20 <frame src="surgeries.php?active=<?echo $active;?>" name="Surgery" scrolling="auto" noresize frameborder="NO">
21 <frame src="immunizations.php?active=<?echo $active;?>" name="Immunizations" scrolling="auto" noresize frameborder="NO">
23 </frameset>
24 <noframes><body bgcolor="#FFFFFF">
26 </body></noframes>
28 </HTML>