|
|
<?php
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
<script>
|
|
|
$(function() {
|
|
|
//alert('hola');
|
|
|
$( "#date_exam" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
|
|
|
<script>
|
|
|
$(function() {
|
|
|
//alert('hola');
|
|
|
$( "#date_test" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
<div style="width:650px; margin:0 auto;">
|
|
|
|
|
|
|
|
|
<table id="" class="" style="" >
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>Date</td>
|
|
|
<td style="text-align:right;"><input type="text" id="date_exam" name="datos[date_exam]" value="" /></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
|
|
|
<h1>Screening(withing 21 days prior to dose 1)<!-- --> <br> Hematology and Pregnancy Test</h1>
|
|
|
<h2>(use if labs need to be transcribed)</h2>
|
|
|
|
|
|
<table width="100%" id="" class="" style="" >
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td style="text-align:center;">Test</td>
|
|
|
<td style="text-align:center;">Result<br>(include units)</td>
|
|
|
<td style="text-align:center;">Clinically<br> Significant?<br/>(Y/N)</td>
|
|
|
<td style="text-align:center;">Repeated<br/>(Y/N)</td>
|
|
|
<td style="text-align:center;">If no, comment</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">WBC Count</td>
|
|
|
<td style="text-align:center;"><input type="text" id="wbc_result" name="datos[wbc_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="wbc_clinically_sig" name="datos[wbc_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="wbc_repeat" name="datos[wbc_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[wbc_comment]" id="wbc_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">RBC Count</td>
|
|
|
<td style="text-align:center;"><input type="text" id="rbc_result" name="datos[rbc_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="rbc_clinically_sig" name="datos[rbc_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="rbc_repeat" name="datos[rbc_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[rbc_comment]" id="rbc_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Hemoglobin</td>
|
|
|
<td style="text-align:center;"><input type="text" id="hemo_result" name="datos[hemo_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="hemo_clinically_sig" name="datos[hemo_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="hemo_repeat" name="datos[hemo_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[hemo_comment]" id="hemo_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Hematocrit</td>
|
|
|
<td style="text-align:center;"><input type="text" id="hema_result" name="datos[hema_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="hema_clinically_sig" name="datos[hema_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="hema_repeat" name="datos[hema_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[hema_comment]" id="hema_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Hematocrit</td>
|
|
|
<td style="text-align:center;"><input type="text" id="hema_result" name="datos[hema_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="hema_clinically_sig" name="datos[hema_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="hema_repeat" name="datos[hema_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[hema_comment]" id="hema_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">MCV</td>
|
|
|
<td style="text-align:center;"><input type="text" id="mcv_result" name="datos[mcv_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="mcv_clinically_sig" name="datos[mcv_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="mcv_repeat" name="datos[mcv_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[mcv_comment]" id="mcv_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">MCH</td>
|
|
|
<td style="text-align:center;"><input type="text" id="mch_result" name="datos[mch_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="mch_clinically_sig" name="datos[mch_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="mch_repeat" name="datos[mch_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[mch_comment]" id="mch_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">MCHC</td>
|
|
|
<td style="text-align:center;"><input type="text" id="mchc_result" name="datos[mchc_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="mchc_clinically_sig" name="datos[mchc_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="mchc_repeat" name="datos[mchc_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[mchc_comment]" id="mchc_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">RDW</td>
|
|
|
<td style="text-align:center;"><input type="text" id="rdw_result" name="datos[rdw_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="rdw_clinically_sig" name="datos[rdw_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="rdw_repeat" name="datos[rdw_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[rdw_comment]" id="rdw_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Platelets</td>
|
|
|
<td style="text-align:center;"><input type="text" id="plate_result" name="datos[plate_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="plate_clinically_sig" name="datos[plate_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="plate_repeat" name="datos[plate_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[plate_comment]" id="plate_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Polys</td>
|
|
|
<td style="text-align:center;"><input type="text" id="polys_result" name="datos[polys_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="polys_clinically_sig" name="datos[polys_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="polys_repeat" name="datos[polys_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[polys_comment]" id="polys_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Lymphs</td>
|
|
|
<td style="text-align:center;"><input type="text" id="lymphs_result" name="datos[lymphs_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="lymphs_clinically_sig" name="datos[lymphs_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="lymphs_repeat" name="datos[lymphs_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[lymphs_comment]" id="lymphs_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Monocytes</td>
|
|
|
<td style="text-align:center;"><input type="text" id="monocytes_result" name="datos[monocytes_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="monocytes_clinically_sig" name="datos[monocytes_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="monocytes_repeat" name="datos[monocytes_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[monocytes_comment]" id="monocytes_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Eos</td>
|
|
|
<td style="text-align:center;"><input type="text" id="eos_result" name="datos[eos_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="eos_clinically_sig" name="datos[eos_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="eos_repeat" name="datos[eos_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[eos_comment]" id="eos_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Basos</td>
|
|
|
<td style="text-align:center;"><input type="text" id="basos_result" name="datos[basos_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="basos_clinically_sig" name="datos[basos_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="basos_repeat" name="datos[basos_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[basos_comment]" id="basos_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">PT/PTT/INR</td>
|
|
|
<td style="text-align:center;"><input type="text" id="ppi_result" name="datos[ppi_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ppi_clinically_sig" name="datos[ppi_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ppi_repeat" name="datos[ppi_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[ppi_comment]" id="ppi_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
<table id="" class="" style="" >
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>Date of Serum<br>Pregnancy test</td>
|
|
|
<td style="text-align:right;"><input type="text" id="date_test" name="datos[date_test]" value="" /></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
|
|
|
<table width="100%" id="" class="" style="" >
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td style="text-align:right; width:150px;"><input type="radio" name="datos[result_test]" id="result_test_negative" value="negative"></td>
|
|
|
<td style="text-align:left;">Negative</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:right;"><input type="radio" name="datos[result_test]" id="result_test_positive" value="positive"></td>
|
|
|
<td style="text-align:left;">Positive (not eligible)</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:right;"><input type="radio" name="datos[result_test]" id="result_test_na" value="na"></td>
|
|
|
<td style="text-align:left;">N/A</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
|
|
|
<tfoot>
|
|
|
<tr>
|
|
|
<td colspan="4" style="text-align:right;"><input type="submit" value="save" id="btn_save" name="btn_save"><input type="reset" value="clear" id="btn_clear" name="btn_clear"></td>
|
|
|
</tr>
|
|
|
</tfoot>
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|