Merge branch 'master' of git://github.com/openemr/openemr
[openemr.git] / contrib / forms / phone_exam / print.php
blob7e8e1c627e902d3c3e1fa3d7df9183643c9f64a8
1 <?php
3 include_once("../../globals.php");
5 include_once("../../../library/api.inc");
9 formHeader("Phone Exam");
16 <html>
18 <head>
19 <?php html_header_show();?>
21 <title>New Patient Encounter</title>
22 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
26 </head>
28 <body class="body_top">
30 <br><br>
32 <?php
34 $row = formFetch('form_phone_exam', $_GET['id']);
36 echo $row['notes'];
40 <br><br>
42 <a href="<?php echo $GLOBALS['form_exit_url']; ?>" onclick="top.restoreSession()">Done</a>
44 </body>
46 <?php
48 formFooter();