|
|
<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">Urinalysis</label>
|
|
|
<label class="title3">(use if labs need to be transcribed)</label>
|
|
|
</div>
|
|
|
|
|
|
<div style="margin-top: 15; margin-bottom: 15px">
|
|
|
<label>Date of Urinalysis:</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="" style="" >
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="text-align:center;">Test</th>
|
|
|
<th style="text-align:center;">Result</th>
|
|
|
<th style="text-align:center;">Flag<br>(H/L/Abn)</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;">Specific gravity</td>
|
|
|
<td style="text-align:center;"><input type="text" id="sg_result" name="datos[sg_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="sg_flag" name="datos[sg_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="sg_clinically_sig" name="datos[sg_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="sg_repeat" name="datos[sg_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[sg_comment]" id="sg_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">pH</td>
|
|
|
<td style="text-align:center;"><input type="text" id="ph_result" name="datos[ph_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ph_flag" name="datos[ph_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ph_clinically_sig" name="datos[ph_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ph_repeat" name="datos[ph_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[ph_comment]" id="ph_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Color</td>
|
|
|
<td style="text-align:center;"><input type="text" id="color_result" name="datos[color_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="color_flag" name="datos[color_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="color_clinically_sig" name="datos[color_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="color_repeat" name="datos[color_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[color_comment]" id="color_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Appearance</td>
|
|
|
<td style="text-align:center;"><input type="text" id="appearance_result" name="datos[appearance_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="appearance_flag" name="datos[appearance_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="appearance_clinically_sig" name="datos[appearance_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="appearance_repeat" name="datos[appearance_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[appearance_comment]" id="appearance_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">WBC Esterase</td>
|
|
|
<td style="text-align:center;"><input type="text" id="WBC_esterase_result" name="datos[WBC_esterase_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="WBC_esterase_flag" name="datos[WBC_esterase_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="WBC_esterase_clinically_sig" name="datos[WBC_esterase_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="WBC_esterase_repeat" name="datos[WBC_esterase_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[WBC_esterase_comment]" id="WBC_esterase_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Protein</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="appearance_flag" name="datos[appearance_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="protein_clinically_sig" name="datos[protein_clinically_sig]" class="form_select">
|
|
|
<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]" class="form_select">
|
|
|
<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;">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_rflag" name="datos[glucose_rflag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="glucose_clinically_sig" name="datos[glucose_clinically_sig]" class="form_select">
|
|
|
<option value="Y" selected>Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="glucose_repeat" name="datos[glucose_repeat]" class="form_select">
|
|
|
<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;">Ketones</td>
|
|
|
<td style="text-align:center;"><input type="text" id="ketones_result" name="datos[ketones_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ketones_flag" name="datos[ketones_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ketones_clinically_sig" name="datos[ketones_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="ketones_repeat" name="datos[ketones_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[ketones_comment]" id="ketones_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Occult Blood</td>
|
|
|
<td style="text-align:center;"><input type="text" id="occult_blood_result" name="datos[occult_blood_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="occult_blood_flag" name="datos[occult_blood_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="occult_blood_clinically_sig" name="datos[occult_blood_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="occult_blood_repeat" name="datos[occult_blood_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[occult_blood_comment]" id="occult_blood_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Bilirubin</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_flag" name="datos[bilirubin_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="bilirubin_clinically_sig" name="datos[bilirubin_clinically_sig]" class="form_select">
|
|
|
<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]" class="form_select">
|
|
|
<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;">Urobilinogen</td>
|
|
|
<td style="text-align:center;"><input type="text" id="urobilinogen_result" name="datos[urobilinogen_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="urobilinogen_flag" name="datos[urobilinogen_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="urobilinogen_clinically_sig" name="datos[urobilinogen_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="urobilinogen_repeat" name="datos[urobilinogen_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[urobilinogen_comment]" id="urobilinogen_comment" style="width:210px; height:35px;"></textarea></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="text-align:left;">Nitrite</td>
|
|
|
<td style="text-align:center;"><input type="text" id="nitrite_result" name="datos[nitrite_result]" value="" /></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="nitrite_flag" name="datos[nitrite_flag]" class="form_select">
|
|
|
<option value="H">H</option>
|
|
|
<option value="L">L</option>
|
|
|
<option value="Abn">Abn</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="nitrite_clinically_sig" name="datos[nitrite_clinically_sig]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select></td>
|
|
|
<td style="text-align:center;">
|
|
|
<select id="nitrite_repeat" name="datos[nitrite_repeat]" class="form_select">
|
|
|
<option value="Y">Yes</option>
|
|
|
<option value="N">No</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
<td style="text-align:center;"><textarea name="datos[nitrite_comment]" id="nitrite_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>
|