示例#1
0
			            
			            
		</td>
		<td>
			<?php 
$page_elems->getPatientTaskList($pid);
?>
		</td>
	</tr>
</table>
<br>

<b><?php 
echo LangUtil::$generalTerms['CMD_THISTORY'];
?>
</b><br>
<?php 
$page_elems->getPatientHistory($pid);
?>
<div id="barcodeData" style="display:none;">
<input type="text" id="patientID" value='<?php 
echo encodePatientBarcode($_REQUEST['pid'], 0);
?>
' />
<br><br>
<div id="patientBarcodeDiv"></div>
<br><br>
<div id="specimenBarcodeDiv"></div>
</div>
<?php 
include "includes/footer.php";
示例#2
0
</script>

<style type="text/css">

p.main {text-align:justify;}

</style>



</head>

<body>
    <input type="text" id="barcodeCode" name="barcodeCode" value="<?php 
echo encodePatientBarcode($patient_id, $lab_config_id);
?>
" style="display: none;"></input>


<div id='options_header' style="font-family: Arial;" >

<form name='word_format_form' id='word_format_form' action='export_word.php' method='post' target='_blank'>

	<input type='hidden' name='data' value='' id='word_data' />

	<input type='hidden' name='lab_id' value='<?php 
echo $lab_config_id;
?>
' id='lab_id'>
    return;
}
?>
<br><br>
<?php 
$patientCount = 0;
foreach ($patient_list as $patient) {
    ?>
<input type="text" id="barcodeCode<?php 
    echo $patientCount;
    ?>
" name="barcodeCode<?php 
    echo $patientCount;
    ?>
" value="<?php 
    echo encodePatientBarcode($patient->getSurrogateId(), $lab_config_id);
    ?>
" style="display: none"></input>
<?php 
    echo "<b>" . LangUtil::$generalTerms['PATIENT_ID'] . "</b>";
    ?>
 &nbsp;&nbsp;<?php 
    echo $patient->getSurrogateId();
    ?>
&nbsp;|&nbsp; <?php 
    echo "<b>" . LangUtil::$generalTerms['PATIENT_NAME'] . "</b>";
    ?>
 &nbsp;&nbsp;<?php 
    echo $patient->getName();
    ?>
&nbsp;|&nbsp; <?php