|
|
<script>
|
|
|
$(function(){
|
|
|
$( "#date_exam" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<div class="header_frm_page">
|
|
|
<label class="title1">At the MTD</label>
|
|
|
<label class="title1">Chemistry</label>
|
|
|
<label class="title3">(use if labs need to be transcribed)</label>
|
|
|
</div>
|
|
|
<div style="margin-top: 15px; margin-bottom: 15px">
|
|
|
<label>Date</label>
|
|
|
<input type="text" id="date_exam" 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" />
|
|
|
</div>
|
|
|
<table width="100%" id="" class="tbl_general" style="">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="text-align:center;">Test</th>
|
|
|
<th style="text-align:center;">Result</th>
|
|
|
<th style="text-align:center;">Clinically<br> Significant?<br/>(Y/N)</th>
|
|
|
<th style="text-align:center;">Repeated<br/>(Y/N)</th>
|
|
|
<th style="text-align:center;">If no, comment</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Glucose</td>
|
|
|
<td style="text-align:center;"><input type="text" id="glucose_result" name="datos[glucose_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="glucose_clinically_sig" name="datos[glucose_clinically_sig]">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="glucose_repeat" name="datos[glucose_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[glucose_comment]" id="glucose_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">BUN</td>
|
|
|
<td style="text-align:center;"><input type="text" id="bun_result" name="datos[bun_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bun_clinically_sig" name="datos[bun_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bun_repeat" name="datos[bun_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[bun_comment]" id="bun_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Calcium</td>
|
|
|
<td style="text-align:center;"><input type="text" id="calcium_result" name="datos[calcium_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="calcium_clinically_sig" name="datos[calcium_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="calcium_repeat" name="datos[calcium_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[calcium_comment]" id="calcium_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Phosphorous (PO4)</td>
|
|
|
<td style="text-align:center;"><input type="text" id="phos_result" name="datos[phos_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="phos_clinically_sig" name="datos[phos_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="phos_repeat" name="datos[phos_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[phos_comment]" id="phos_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Protein (total)</td>
|
|
|
<td style="text-align:center;"><input type="text" id="protein_result" name="datos[protein_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="protein_clinically_sig" name="datos[protein_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="protein_repeat" name="datos[protein_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[protein_comment]" id="protein_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Bilirubin (total)</td>
|
|
|
<td style="text-align:center;"><input type="text" id="bilirubin_result" name="datos[bilirubin_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bilirubin_clinically_sig" name="datos[bilirubin_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bilirubin_repeat" name="datos[bilirubin_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[bilirubin_comment]" id="bilirubin_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Bilirubin (Direct)</td>
|
|
|
<td style="text-align:center;"><input type="text" id="bili_direct_result" name="datos[bili_direct_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bili_direct_clinically_sig" name="datos[bili_direct_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bili_direct_repeat" name="datos[bili_direct_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[bili_direct_comment]" id="bili_direct_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Albumin</td>
|
|
|
<td style="text-align:center;"><input type="text" id="albumin_result" name="datos[albumin_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="albumin_clinically_sig" name="datos[albumin_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="albumin_repeat" name="datos[albumin_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[albumin_comment]" id="albumin_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Alkaline Phosphatase</td>
|
|
|
<td style="text-align:center;"><input type="text" id="alk_phos_result" name="datos[alk_phos_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="alk_phos_clinically_sig" name="datos[alk_phos_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="alk_phos_repeat" name="datos[alk_phos_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[alk_phos_comment]" id="alk_phos_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">LDH</td>
|
|
|
<td style="text-align:center;"><input type="text" id="ldh_result" name="datos[ldh_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ldh_clinically_sig" name="datos[ldh_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ldh_repeat" name="datos[ldh_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[ldh_comment]" id="ldh_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">ALT</td>
|
|
|
<td style="text-align:center;"><input type="text" id="alt_result" name="datos[alt_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="alt_clinically_sig" name="datos[alt_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="alt_repeat" name="datos[alt_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[alt_comment]" id="alt_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">AST</td>
|
|
|
<td style="text-align:center;"><input type="text" id="ast_result" name="datos[ast_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ast_clinically_sig" name="datos[ast_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ast_repeat" name="datos[ast_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[ast_comment]" id="ast_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Choresterol (total)</td>
|
|
|
<td style="text-align:center;"><input type="text" id="choles_result" name="datos[choles_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="choles_clinically_sig" name="datos[choles_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="choles_repeat" name="datos[choles_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[choles_comment]" id="choles_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Creatinine</td>
|
|
|
<td style="text-align:center;"><input type="text" id="creatinine_result" name="datos[creatinine_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="creatinine_clinically_sig" name="datos[creatinine_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="creatinine_repeat" name="datos[creatinine_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[creatinine_comment]" id="creatinine_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Sodium</td>
|
|
|
<td style="text-align:center;"><input type="text" id="sodium_result" name="datos[sodium_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="sodium_clinically_sig" name="datos[sodium_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="sodium_repeat" name="datos[sodium_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[sodium_comment]" id="sodium_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Potassium</td>
|
|
|
<td style="text-align:center;"><input type="text" id="potassium_result" name="datos[potassium_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="potassium_clinically_sig" name="datos[potassium_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="potassium_repeat" name="datos[potassium_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[potassium_comment]" id="potassium_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Choride</td>
|
|
|
<td style="text-align:center;"><input type="text" id="choride_result" name="datos[choride_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="choride_clinically_sig" name="datos[choride_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="choride_repeat" name="datos[choride_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[choride_comment]" id="choride_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">CO2</td>
|
|
|
<td style="text-align:center;"><input type="text" id="co2_result" name="datos[co2_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="co2_clinically_sig" name="datos[co2_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="co2_repeat" name="datos[co2_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[co2_comment]" id="co2_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">GGT</td>
|
|
|
<td style="text-align:center;"><input type="text" id="ggt_result" name="datos[ggt_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ggt_clinically_sig" name="datos[ggt_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ggt_repeat" name="datos[ggt_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[ggt_comment]" id="ggt_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Serum MG</td>
|
|
|
<td style="text-align:center;"><input type="text" id="smg_result" name="datos[smg_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="smg_clinically_sig" name="datos[smg_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="smg_repeat" name="datos[smg_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[smg_comment]" id="smg_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Total Cholesterol</td>
|
|
|
<td style="text-align:center;"><input type="text" id="tcholes_result" name="datos[tcholes_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="tcholes_clinically_sig" name="datos[tcholes_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="tcholes_repeat" name="datos[tcholes_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[tcholes_comment]" id="tcholes_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Triglycerides</td>
|
|
|
<td style="text-align:center;"><input type="text" id="trigly_result" name="datos[trigly_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="trigly_clinically_sig" name="datos[trigly_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="trigly_repeat" name="datos[trigly_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[trigly_comment]" id="trigly_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">PT / PTT</td>
|
|
|
<td style="text-align:center;"><input type="text" id="pt_ptt_result" name="datos[pt_ptt_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="pt_ptt_clinically_sig" name="datos[pt_ptt_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="pt_ptt_repeat" name="datos[pt_ptt_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[pt_ptt_comment]" id="pt_ptt_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">INR</td>
|
|
|
<td style="text-align:center;"><input type="text" id="inr_result" name="datos[inr_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="inr_clinically_sig" name="datos[inr_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="inr_repeat" name="datos[inr_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[inr_comment]" id="inr_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Others</td>
|
|
|
<td style="text-align:center;"><input type="text" id="others_result" name="datos[others_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="others_clinically_sig" name="datos[others_clinically_sig]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="others_repeat" name="datos[others_repeat]" value="" >
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[others_comment]" id="others_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<div class="tool_buttons" style="padding: 15px">
|
|
|
<input type="submit" value="save" id="btn_save" name="btn_save" />
|
|
|
<input type="reset" value="clear" id="btn_clear" name="btn_clear" />
|
|
|
</div>
|