Added qgit package installation to developer appliance and cvs demo scripts.
[openemr.git] / contrib / forms / lab_results / print.php
blob379633e2b2e96e3cddd021fb5066264ba35eb8dc
1 <?php
3 include_once("../../globals.php");
5 include_once("../../../library/api.inc");
7 formHeader("Lab Results");
9 ?>
11 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
13 <html>
15 <head>
16 <? html_header_show();?>
18 <title>New Patient Encounter</title>
20 </head>
22 <body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
24 <br><br>
26 <?php
28 $row = formFetch('form_lab_results', $_GET['id']);
30 echo $row['notes'];
34 <br><br>
36 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" onclick="top.restoreSession()">Done</a>
38 </body>
40 <?php
42 formFooter();