Update of /cvsroot/oscarmcmaster/oscar_mcmaster/web/form
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31763
Modified Files:
formVTForm.jsp
Log Message:
replaced bean:write tag with request.getAttribute
Index: formVTForm.jsp
===================================================================
RCS file: /cvsroot/oscarmcmaster/oscar_mcmaster/web/form/formVTForm.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** formVTForm.jsp 7 Dec 2004 04:11:59 -0000 1.14
--- formVTForm.jsp 9 Dec 2004 18:39:42 -0000 1.15
***************
*** 199,203 ****
}
else{
! alert("Vascular Tracker Decision Support Page not found!");
}
--- 199,203 ----
}
else{
! alert("Miles server is not avaiable!");
}
***************
*** 466,470 ****
<tr>
<td class="subject">
! VASCULAR TRACKER
</td>
</tr>
--- 466,470 ----
<tr>
<td class="subject">
! Vascular Data Entry Template
</td>
</tr>
***************
*** 504,508 ****
</tr>
<tr>
! <td><bean:write name="ongoingConcerns"/></td>
</tr>
</table>
--- 504,508 ----
</tr>
<tr>
! <td><%=request.getAttribute("ongoingConcerns")%></td>
</tr>
</table>
***************
*** 561,566 ****
<td class="dataEntryTable" align="center"><html:text property="value(SmkHValue)" size="8%" /></td>
<td class="dataEntryTable" align="center"><html:text property="value(SmkCValue)" size="8%" /></td>
! <td class="dataEntryTable" align="center"><input type="text" id="SmkDate" name="SmkDate" value="<bean:write name="SmkSDate"/>" size="8%" /></td>
! <td class="dataEntryTable" align="center"><input type="text" id="SmkComments" name="SmkComments" value="<bean:write name="SmkSComments"/>" size="25%" tabindex="9999"/></td>
<html:hidden property="value(SmkSComments)"/>
<html:hidden property="value(SmkSDate)"/>
--- 561,566 ----
<td class="dataEntryTable" align="center"><html:text property="value(SmkHValue)" size="8%" /></td>
<td class="dataEntryTable" align="center"><html:text property="value(SmkCValue)" size="8%" /></td>
! <td class="dataEntryTable" align="center"><input type="text" id="SmkDate" name="SmkDate" value="<%=request.getAttribute("SmkSDate")%>" size="8%" /></td>
! <td class="dataEntryTable" align="center"><input type="text" id="SmkComments" name="SmkComments" value="<%=request.getAttribute("SmkSComments")%>" size="25%" tabindex="9999"/></td>
<html:hidden property="value(SmkSComments)"/>
<html:hidden property="value(SmkSDate)"/>
***************
*** 592,596 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="ExerDesc"/> <font class="eightyPercent"><bean:write name="ExerMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 592,596 ----
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="ExerDesc"/> <font class="eightyPercent"><%=request.getAttribute("ExerMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 605,609 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="DietDesc"/> <font class="eightyPercent"><bean:write name="DietMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 605,609 ----
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="DietDesc"/> <font class="eightyPercent"><%=request.getAttribute("DietMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 639,643 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="DpScDisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 639,643 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("DpScDisplay")%>/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 655,659 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="StScDisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 655,659 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("StScDisplay")%>/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 664,669 ****
</td>
<td class="dataEntryTable" align="center">
! <html:radio property="value(StScValue)" value="Yes" />Yes
! <html:radio property="value(StScValue)" value="No" />No
</td>
<html:hidden property="value(StScDate)"/>
--- 664,669 ----
</td>
<td class="dataEntryTable" align="center">
! <html:radio property="value(StScValue)" value="yes" />Yes
! <html:radio property="value(StScValue)" value="no" />No
</td>
<html:hidden property="value(StScDate)"/>
***************
*** 671,675 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="LcCtDisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 671,675 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("LcCtDisplay")%>/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 708,712 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="MedGDisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 708,712 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("MedGDisplay")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 724,728 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="MedNDisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 724,728 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("MedNDisplay")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 740,744 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="MedRDisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 740,744 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("MedRDisplay")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 756,760 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="MedADisplay"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 756,760 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("MedADisplay")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 804,808 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="BPDisplay"/><br><font class="eightyPercent"><bean:write name="BPMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 804,808 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("BPDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("BPMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 817,821 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="WHRDisplay"/><br><font class="eightyPercent"><bean:write name="WHRMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="WHRLastData">
--- 817,821 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("WHRDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("WHRMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="WHRLastData">
***************
*** 833,837 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="WCDisplay"/><br><font class="eightyPercent"><bean:write name="WCMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="WCLastData">
--- 833,837 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("WCDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("WCMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="WCLastData">
***************
*** 849,853 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="HCDisplay"/><br><font class="eightyPercent"><bean:write name="HCMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="HCLastData">
--- 849,853 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("HCDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("HCMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="HCLastData">
***************
*** 865,874 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="WTDisplay"/><br><font class="eightyPercent"><bean:write name="WTMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="WTLastData">
<table cellpadding='0' cellspacing='0'>
! <tr><td class="eightyPercent" align="left"><bean:write name="WTLDDate"/></td></tr>
! <tr><td class="eightyPercent" align="right"><bean:write name="WTLastData"/></td></tr>
</table>
--- 865,874 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("WTDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("WTMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<logic:present name="WTLastData">
<table cellpadding='0' cellspacing='0'>
! <tr><td class="eightyPercent" align="left"><%=request.getAttribute("WTLDDate")%></td></tr>
! <tr><td class="eightyPercent" align="right"><%=request.getAttribute("WTLastData")%></td></tr>
</table>
***************
*** 881,885 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="HTDisplay"/><br><font class="eightyPercent"><bean:write name="HTMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 881,885 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("HTDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("HTMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 894,898 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="HRDisplay"/><br><font class="eightyPercent"><bean:write name="HRMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 894,898 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("HRDisplay")%><br><font class="eightyPercent"><%=request.getAttribute("HRMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 935,945 ****
<tr class="dataEntryTable">
<th class="dataEntryTable" colspan="3">Foot Exam</th>
! <td class="dataEntryTable" valign="top" align="center"><input type="text" id="FTDate" name="FTDate" value="<bean:write name="FTNoDate"/>" size="10%" tabindex="9999"/></td>
<td class="dataEntryTable" rowspan="8" valign="top" align="center">
! <textarea name="FTComments" wrap="hard" cols="24" style="height:180" tabindex="9999"><logic:present name="FTNoComments"><bean:write name="FTNoComments"/></logic:present></textarea>
</td>
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="FTNoDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 935,945 ----
<tr class="dataEntryTable">
<th class="dataEntryTable" colspan="3">Foot Exam</th>
! <td class="dataEntryTable" valign="top" align="center"><input type="text" id="FTDate" name="FTDate" value="<%=request.getAttribute("FTNeDate")%>" size="10%" tabindex="9999"/></td>
<td class="dataEntryTable" rowspan="8" valign="top" align="center">
! <textarea name="FTComments" wrap="hard" cols="24" style="height:180" tabindex="9999"><logic:present name="FTNoComments"><%=request.getAttribute("FTNoComments")%></logic:present></textarea>
</td>
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("FTNoDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 958,962 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="FTNeDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 958,962 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("FTNeDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 974,978 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="FTIsDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 974,978 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("FTIsDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 990,994 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="FTUlDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 990,994 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("FTUlDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1006,1010 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="FTInDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1006,1010 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("FTInDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1022,1026 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="FTOtDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1022,1026 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("FTOtDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1038,1042 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="FTReDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1038,1042 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("FTReDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1055,1065 ****
<tr class="dataEntryTable">
<th class="dataEntryTable" colspan="3">Eye Exam</th>
! <td class="dataEntryTable" valign="top" align="center"><input type="text" name="iDate" value="<bean:write name="iNoDate"/>" size="10%"/></td>
<td class="dataEntryTable" rowspan="8" valign="top" align="center">
! <textarea name="iComments" wrap="hard" cols="24" style="height:180"><logic:present name="iNoComments"><bean:write name="iNoComments"/></logic:present></textarea>
</td>
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="iNoDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1055,1065 ----
<tr class="dataEntryTable">
<th class="dataEntryTable" colspan="3">Eye Exam</th>
! <td class="dataEntryTable" valign="top" align="center"><input type="text" name="iDate" value="<%=request.getAttribute("iDiaDate")%>" size="10%"/></td>
<td class="dataEntryTable" rowspan="8" valign="top" align="center">
! <textarea name="iComments" wrap="hard" cols="24" style="height:180"><logic:present name="iNoComments"><%=request.getAttribute("iNoComments")%></logic:present></textarea>
</td>
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("iNoDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1078,1082 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="iHypDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1078,1082 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("iHypDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1094,1098 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="iDiaDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1094,1098 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("iDiaDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1110,1114 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="iOthDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1110,1114 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("iOthDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1169,1173 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="HbA1Desc"/><br><font class="eightyPercent"><bean:write name="HbA1MeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1169,1173 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("HbA1Desc")%><br><font class="eightyPercent"><%=request.getAttribute("HbA1MeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1182,1186 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="BGDesc"/><br><font class="eightyPercent"><bean:write name="BGMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1182,1186 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("BGDesc")%><br><font class="eightyPercent"><%=request.getAttribute("BGMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1195,1199 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="LDLDesc"/><br><font class="eightyPercent"><bean:write name="LDLMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1195,1199 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("LDLDesc")%><br><font class="eightyPercent"><%=request.getAttribute("LDLMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1208,1212 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="HDLDesc"/><br><font class="eightyPercent"><bean:write name="HDLMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1208,1212 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("HDLDesc")%><br><font class="eightyPercent"><%=request.getAttribute("HDLMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1221,1225 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="TCHLDesc"/><br><font class="eightyPercent"><bean:write name="TCHLMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1221,1225 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("TCHLDesc")%><br><font class="eightyPercent"><%=request.getAttribute("TCHLMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1234,1238 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="TRIGDesc"/><br><font class="eightyPercent"><bean:write name="TRIGMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1234,1238 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("TRIGDesc")%><br><font class="eightyPercent"><%=request.getAttribute("TRIGMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1247,1251 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="UALBDesc"/><br><font class="eightyPercent"><bean:write name="UALBMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1247,1251 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("UALBDesc")%><br><font class="eightyPercent"><%=request.getAttribute("UALBMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1260,1264 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="24UADesc"/><br><font class="eightyPercent"><bean:write name="24UAMeasuringInstrc"/></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1260,1264 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("24UADesc")%><br><font class="eightyPercent"><%=request.getAttribute("24UAMeasuringInstrc")%></font></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1346,1350 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="NtrCDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1346,1350 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("NtrCDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1359,1363 ****
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><bean:write name="ExeCDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1359,1363 ----
</tr>
<tr class="dataEntryTable">
! <td class="dataEntryTable"><%=request.getAttribute("ExeCDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1372,1376 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="SmCCDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1372,1376 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("SmCCDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1385,1389 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="DiaCDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1385,1389 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("DiaCDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1398,1402 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="PsyCDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1398,1402 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("PsyCDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
***************
*** 1411,1415 ****
</tr>
<tr>
! <td class="dataEntryTable"><bean:write name="OthCDesc"/></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
--- 1411,1415 ----
</tr>
<tr>
! <td class="dataEntryTable"><%=request.getAttribute("OthCDesc")%></td>
<td class="dataEntryTable" align="center">
<table cellpadding='0' cellspacing='0'>
|