|
|
<?php
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
$(function() {
|
|
|
//alert('hola');
|
|
|
$( "#date_exam" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="width:650px; margin:0 auto;">
|
|
|
|
|
|
|
|
|
<h1>Baseline (Within 72 hrs prior to dose 1 )Chemistry </h1>
|
|
|
<h2>(use if labs need to be transcribed)</h2>
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
<table width="100%" id="" class="" style="" >
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td style="text-align:center;">Test</td>
|
|
|
<td style="text-align:center;">Result</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;">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]" value="" >
|
|
|
<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="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;">Total Cholesterol</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;">Triglycerides</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;">PT/PTT</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;">INR</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;">Others</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>
|
|
|
</tbody>
|
|
|
<tfoot>
|
|
|
<tr>
|
|
|
<td colspan="5" 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>
|
|
|
|