2 error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
);
3 require('./roots.php');
4 require($root_path.'include/inc_environment_global.php');
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
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¶meterselect=$parameterselect&allow_update=$allow_update&user_origin=$user_origin";
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); ?
>
25 <?php
echo setCharSet(); ?
>
28 <BODY bgcolor
="#ffffff">
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
>
43 require($root_path.'include/inc_load_copyrite.php');