|
|
<script>
|
|
|
$(function() {
|
|
|
$( ".txt_date" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<br/>
|
|
|
<label>Date:</label>
|
|
|
<input type="text" class="txt_date" name="datos[date_exam]" style="border-top: 0; border-right: 0; border-left: 0; text-align: center" onfocus="if(this.value=='DD/MMM/YYYY') this.value='';" onblur="if(this.value=='') this.value='DD/MMM/YYYY';" value="DD/MMM/YYYY" />
|
|
|
<br/><br/>
|
|
|
<div class="header_frm_page">
|
|
|
<label class="title1">Discharge Laboratory Measures</label>
|
|
|
</div>
|
|
|
<table width="100%" id="" class="tbl_general" style="border: 1px solid #ccc">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 400px; height: 25px; text-align:center"></th>
|
|
|
<th style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 150px; text-align:center">
|
|
|
Date Obtained<br/>DD/MMM/YYYY
|
|
|
</th>
|
|
|
<th style="border-bottom: 1px solid #ccc; width: 150px; text-align:center">If repeat, List date<br/>DD/MMM/YYYY</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
<td style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 400px; height: 30px; text-align:center">
|
|
|
Chemistry obtained:
|
|
|
</td>
|
|
|
<td style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align:center">
|
|
|
<input type="text" class="txt_date" name="datos[che_obt]" value="" />
|
|
|
</td>
|
|
|
<td style="border-bottom: 1px solid #ccc; text-align:center">
|
|
|
<input type="text" class="txt_date" name="datos[che_obt_repeat]" value="" />
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 400px; height: 30px; text-align:center">
|
|
|
Hematology obtained:
|
|
|
</td>
|
|
|
<td style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align:center">
|
|
|
<input type="text" class="txt_date" name="datos[hema_obt]" value="" />
|
|
|
</td>
|
|
|
<td style="border-bottom: 1px solid #ccc; text-align:center">
|
|
|
<input type="text" class="txt_date" name="datos[hema_obt_repeat]" value="" />
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 400px; height: 30px; text-align:center">
|
|
|
Urinalysis obtained:
|
|
|
</td>
|
|
|
<td style="border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align:center">
|
|
|
<input type="text" class="txt_date" name="datos[uo_obt]" value="" />
|
|
|
</td>
|
|
|
<td style="border-bottom: 1px solid #ccc; text-align:center">
|
|
|
<input type="text" class="txt_date" name="datos[uo_obt_repeat]" value="" />
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="border-right: 1px solid #ccc; width: 400px; height: 30px; text-align:center">
|
|
|
Liver Function Tests:
|
|
|
</td>
|
|
|
<td style="border-right: 1px solid #ccc; text-align:center"><input type="text" class="txt_date" name="datos[uds_obt]" value="" /></td>
|
|
|
<td style="text-align:center;"><input type="text" class="txt_date" name="datos[uds_obt_repeat]" value="" /></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
<div class="tool_buttons" style="padding-top: 10px">
|
|
|
<input type="submit" value="save" id="btn_save" name="btn_save">
|
|
|
<input type="reset" value="clear" id="btn_clear" name="btn_clear">
|
|
|
</div>
|
|
|
|