Initial import.
[openemr.git] / interface / patient_file / summary / patient_summary.php
blob60fe21b84d3fc4c3cb98d63fd6d3c8b1786c873c
1 <?
2 include_once("../../globals.php");
4 ?>
6 <HTML>
7 <HEAD>
8 <TITLE>
9 Patient Summary
10 </TITLE>
11 </HEAD>
14 <frameset rows="50%,50%" cols="*">
15 <frame src="demographics.php" name="Demographics" scrolling="auto">
16 <frameset rows="*" cols="20%,80%">
17 <frame src="stats.php" name="Stats" scrolling="auto">
18 <frame src="pnotes.php" name="Notes" scrolling="auto">
19 </frameset>
20 </frameset>
25 <noframes><body bgcolor="#FFFFFF">
27 </body></noframes>
31 </HTML>