add feature to see appointment by clicking on its time
[openemr.git] / interface / new / new_patient.php
blob4c2c2ac145b6eca4b5ed2b39fe707c7dc9819899
1 <?
2 include_once("../globals.php");
4 $_SESSION["encounter"] = "";
6 ?>
8 <HTML>
9 <HEAD>
10 <TITLE>
11 OpenEMR
12 </TITLE>
13 </HEAD>
14 <frameset rows="<?echo "$GLOBALS[navBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="0" border="0" framespacing="0">
15 <frame src="new_navigation.php" name="Navigation" scrolling="no" noresize frameborder="NO">
16 <frame src="new_title.php" name="Title" scrolling="no" noresize frameborder="NO">
17 <frame src="new.php" name="Main" scrolling="auto" noresize frameborder="NO">
19 </frameset>
21 <noframes><body bgcolor="#FFFFFF">
23 </body></noframes>
25 </HTML>