add Qty column
[openemr.git] / interface / new / new_patient.php
blob369564603cd7bb4d4958a7cc726a876ff4481ba7
1 <?
2 include_once("../globals.php");
3 $_SESSION["encounter"] = "";
4 ?>
5 <HTML>
6 <HEAD>
7 <TITLE>
8 <?php echo $openemr_name ?>
9 </TITLE>
10 </HEAD>
11 <frameset rows="<?echo "$GLOBALS[navBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="0" border="0" framespacing="0">
12 <frame src="new_navigation.php" name="Navigation" scrolling="no" noresize frameborder="NO">
13 <frame src="new_title.php" name="Title" scrolling="no" noresize frameborder="NO">
14 <frame src="new.php" name="Main" scrolling="auto" noresize frameborder="NO">
16 </frameset>
18 <noframes><body bgcolor="#FFFFFF">
20 </body></noframes>
22 </HTML>