- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / laboratory / labor-nodatafound.php
blob12d86ba4f1c4a1a4751c40e5322a3b0c622c5b6d
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','lab.php');
14 $local_user='ck_lab_user';
15 require_once($root_path.'include/inc_front_chain_lang.php');
16 if(isset($from)&&$from=='input'){
17 $backfile="labor_datainput.php".URL_APPEND."&encounter_nr=$encounter_nr&job_id=$job_id&parameterselect=$parameterselect&allow_update=$allow_update&user_origin=$user_origin";
18 }else{
19 $backfile="labor_data_patient_such.php".URL_APPEND."&search=1";
22 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
23 <?php html_rtl($lang); ?>
24 <HEAD>
25 <?php echo setCharSet(); ?>
26 </HEAD>
28 <BODY bgcolor="#ffffff">
29 <P><br>
30 <table border=0>
31 <tr>
32 <td valign="top"><img <?php echo createMascot($root_path,'mascot1_r.gif','0','bottom') ?> align="left"></td>
33 <td><font face=verdana,arial size=5 color=maroon><?php echo "$LDNoLabReport <br>".ucfirst($ln).", ".ucfirst($fn)." ".$bd ?>.<br> (<?php echo "$LDCaseNr $encounter_nr" ?>)
34 <p><br><a href="<?php echo $backfile ?>">
35 <img <?php echo createLDImgSrc($root_path,'back2.gif','0') ?>></a>
36 </td>
37 </tr>
38 </table>
41 <p>
42 <?php
43 require($root_path.'include/inc_load_copyrite.php');
46 </FONT>
49 </BODY>
50 </HTML>