1 <table border
=0 cellpadding
=4 cellspacing
=1 width
="100%">
3 while($row=$result->FetchRow()){
5 /* if($row['encounter_class_nr']==1) $full_en=$row['encounter_nr']+$GLOBAL_CONFIG['patient_inpatient_nr_adder']; // inpatient admission
6 else $full_en=$row['encounter_nr']+$GLOBAL_CONFIG['patient_outpatient_nr_adder']; // outpatient admission
8 $full_en=$row['encounter_nr'];
9 # Prepare the category value
10 if(isset($
$row['cat_LD_var'])&&!empty($
$row['cat_LD_var'])) $cat_name=$
$row['cat_LD_var'];
11 else $cat_name=$row['cat_name'];
13 # Prepare the localization value
14 if(isset($
$row['loc_LD_var'])&&!empty($
$row['loc_LD_var'])) $loc_name=$
$row['loc_LD_var'];
15 else $loc_name=$row['loc_name'];
20 <tr bgcolor
="#fefefe">
21 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $full_en; ?
></td
>
22 <td
><FONT SIZE
=-1 FACE
="Arial" color
="#006600"><b
><?php
echo $row['code']; ?
></b
></td
>
23 <td rowspan
=2 valign
="top"><FONT SIZE
=-1 FACE
="Arial"><?php
echo '<i>'.$row['parent_desc'].'</i><br>';echo $row['description']; ?
></td
>
24 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $cat_name; ?
></td
>
26 <tr bgcolor
="#fefefe">
27 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo @formatDate2Local
($row['date'],$date_format); ?
></td
>
28 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['code_version']; ?
></td
>
29 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $loc_name; ?
></td
>
31 <!-- <tr bgcolor
="#fefefe">
32 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['diagnosing_dept_nr']; ?
></td
>
33 <td
><FONT SIZE
=-1 FACE
="Arial"><?php
echo $row['localcode']; ?
></td
>
34 <td
><FONT SIZE
=1 FACE
="Arial"><?php
echo $row['diagnosing_clinician']; ?
></td
>