- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / laboratory / diagnostics-report-none.php
blob6611d76113c364621e83d60a9ba6488d3011c64d
1 <?php
2 error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
3 require('./roots.php');
4 require($root_path.'include/inc_environment_global.php');
5 /**
6 * CARE2X Integrated Hospital Information System Deployment 2.2 - 2006-07-10
7 * GNU General Public License
8 * Copyright 2002,2003,2004,2005,2006 Elpidio Latorilla
9 * elpidio@care2x.org,
11 * See the file "copy_notice.txt" for the licence notice
13 define('LANG_FILE','nursing.php');
14 $local_user='ck_pflege_user';
15 require_once($root_path.'include/inc_front_chain_lang.php');
17 $breakfile=$root_path."modules/nursing/nursing-station-patientdaten.php".URL_APPEND."&station=$station&pn=$pn&edit=$edit";
19 <?php html_rtl($lang); ?>
20 <head>
21 <title></title>
22 <?php require($root_path.'include/inc_css_a_hilitebu.php'); ?>
23 </head>
24 <body>
26 <table border=0>
27 <tr>
28 <td><img <?php echo createMascot($root_path,'mascot1_r.gif','0') ?></td>
29 <td class="warnprompt"><?php echo $LDNoDiagReport ?></td>
30 </tr>
31 </table>
32 <p><br>
33 <a href="<?php echo $breakfile ?>" target="_top"><img <?php echo createLDImgSrc($root_path,'back2.gif','0') ?>>
34 </a>
35 </body>
36 </html>