junekeunsong há 4 anos atrás
pai
commit
71a286d956
1 ficheiros alterados com 31 adições e 29 exclusões
  1. 31 29
      src/main/webapp/WEB-INF/jsp/patient/info.jsp

+ 31 - 29
src/main/webapp/WEB-INF/jsp/patient/info.jsp

@@ -173,40 +173,42 @@ function nonFaceStart() {
                                         </tr>
                                         <tr>
                                             <td colspan="3">
-                                                <c:if test="${info.highBloodPressureCheck eq 'Y'}">, 고혈압</c:if>
-                                                <c:if test="${info.lowBloodPressureCheck eq 'Y'}">, 저혈압</c:if>
-                                                <c:if test="${info.organTransplantCheck eq 'Y'}">, 장기이식(신장, 간 등)</c:if>
-                                                <c:if test="${info.diabetesCheck eq 'Y'}">, 당뇨</c:if>
-                                                <c:if test="${info.respiratoryDiseaseCheck eq 'Y'}">, 호흡기질환</c:if>
-                                                <c:if test="${info.immunologicalDiseaseCheck eq 'Y'}">, 면역질환(류마티스 등)</c:if>
-                                                <c:if test="${info.heartDisease eq 'Y'}">, 심장질환</c:if>
-                                                <c:if test="${info.liverDisease eq 'Y'}">, 간질환</c:if>
-                                                <c:if test="${info.operation eq 'Y'}">, 수술(<c:out value="${info.operationContent}" />)</c:if>
-                                                <c:if test="${info.allergyCheck eq 'Y'}">, 알레르기</c:if>
-                                                <c:if test="${info.kidneyDisease eq 'Y'}">, 신장질환</c:if>
-                                                <c:if test="${info.cancerCheck eq 'Y'}">, 암(<c:out value="${info.cancerName}" />)</c:if>
-                                                <c:if test="${info.ectCheckDisease eq 'Y'}">, 기타(<c:out value="${info.etcContentDisease}" />)</c:if>
+<%--                                                 <c:if test="${info.highBloodPressureCheck eq 'Y'}">, 고혈압</c:if> --%>
+<%--                                                 <c:if test="${info.lowBloodPressureCheck eq 'Y'}">, 저혈압</c:if> --%>
+<%--                                                 <c:if test="${info.organTransplantCheck eq 'Y'}">, 장기이식(신장, 간 등)</c:if> --%>
+<%--                                                 <c:if test="${info.diabetesCheck eq 'Y'}">, 당뇨</c:if> --%>
+<%--                                                 <c:if test="${info.respiratoryDiseaseCheck eq 'Y'}">, 호흡기질환</c:if> --%>
+<%--                                                 <c:if test="${info.immunologicalDiseaseCheck eq 'Y'}">, 면역질환(류마티스 등)</c:if> --%>
+<%--                                                 <c:if test="${info.heartDisease eq 'Y'}">, 심장질환</c:if> --%>
+<%--                                                 <c:if test="${info.liverDisease eq 'Y'}">, 간질환</c:if> --%>
+<%--                                                 <c:if test="${info.operation eq 'Y'}">, 수술(<c:out value="${info.operationContent}" />)</c:if> --%>
+<%--                                                 <c:if test="${info.allergyCheck eq 'Y'}">, 알레르기</c:if> --%>
+<%--                                                 <c:if test="${info.kidneyDisease eq 'Y'}">, 신장질환</c:if> --%>
+<%--                                                 <c:if test="${info.cancerCheck eq 'Y'}">, 암(<c:out value="${info.cancerName}" />)</c:if> --%>
+<%--                                                 <c:if test="${info.ectCheckDisease eq 'Y'}">, 기타(<c:out value="${info.etcContentDisease}" />)</c:if> --%>
+                                                <c:out value="${disease}" />
                                             </td>
                                         </tr>
                                         <tr>
                                             <th>현재 증상<br />(입소 당시)</th>
                                             <td colspan="3">
-                                                <c:if test="${info.feverCheck eq 'Y'}">, 열감(열나는느낌)</c:if>
-                                                <c:if test="${info.coughCheck eq 'Y'}">, 기침</c:if>
-                                                <c:if test="${info.colic eq 'Y'}">, 복통(배아픔)</c:if>
-                                                <c:if test="${info.coldFitCheck eq 'Y'}">, 오한(추운 느낌)</c:if>
-                                                <c:if test="${info.sputumCheck eq 'Y'}">, 가래</c:if>
-                                                <c:if test="${info.ocinCheck eq 'Y'}">, 오심(구역질)</c:if>
-                                                <c:if test="${info.chestPain eq 'Y'}">, 흉통</c:if>
-                                                <c:if test="${info.noseCheck eq 'Y'}">, 콧물 또는 코 막힘</c:if>
-                                                <c:if test="${info.vomitingCheck eq 'Y'}">, 구토</c:if>
-                                                <c:if test="${info.musclePainCheck eq 'Y'}">, 근육통(몸살)</c:if>
-                                                <c:if test="${info.soreThroatCheck eq 'Y'}">, 인후통(목 아픔)</c:if>
-                                                <c:if test="${info.diarrheaCheck eq 'Y'}">, 설사</c:if>
-                                                <c:if test="${info.headacheCheck eq 'Y'}">, 두통(머리아픔)</c:if>
-                                                <c:if test="${info.dyspneaCheck eq 'Y'}">, 호흡곤란(숨가쁨)</c:if>
-                                                <c:if test="${info.fatigueCheck eq 'Y'}">, 권태감(피곤함)</c:if>
-                                                <c:if test="${info.ectCheckSymptom eq 'Y'}">, 기타(<c:out value="${info.etcContentSymptom}" />)</c:if>
+<%--                                                 <c:if test="${info.feverCheck eq 'Y'}">, 열감(열나는느낌)</c:if> --%>
+<%--                                                 <c:if test="${info.coughCheck eq 'Y'}">, 기침</c:if> --%>
+<%--                                                 <c:if test="${info.colic eq 'Y'}">, 복통(배아픔)</c:if> --%>
+<%--                                                 <c:if test="${info.coldFitCheck eq 'Y'}">, 오한(추운 느낌)</c:if> --%>
+<%--                                                 <c:if test="${info.sputumCheck eq 'Y'}">, 가래</c:if> --%>
+<%--                                                 <c:if test="${info.ocinCheck eq 'Y'}">, 오심(구역질)</c:if> --%>
+<%--                                                 <c:if test="${info.chestPain eq 'Y'}">, 흉통</c:if> --%>
+<%--                                                 <c:if test="${info.noseCheck eq 'Y'}">, 콧물 또는 코 막힘</c:if> --%>
+<%--                                                 <c:if test="${info.vomitingCheck eq 'Y'}">, 구토</c:if> --%>
+<%--                                                 <c:if test="${info.musclePainCheck eq 'Y'}">, 근육통(몸살)</c:if> --%>
+<%--                                                 <c:if test="${info.soreThroatCheck eq 'Y'}">, 인후통(목 아픔)</c:if> --%>
+<%--                                                 <c:if test="${info.diarrheaCheck eq 'Y'}">, 설사</c:if> --%>
+<%--                                                 <c:if test="${info.headacheCheck eq 'Y'}">, 두통(머리아픔)</c:if> --%>
+<%--                                                 <c:if test="${info.dyspneaCheck eq 'Y'}">, 호흡곤란(숨가쁨)</c:if> --%>
+<%--                                                 <c:if test="${info.fatigueCheck eq 'Y'}">, 권태감(피곤함)</c:if> --%>
+<%--                                                 <c:if test="${info.ectCheckSymptom eq 'Y'}">, 기타(<c:out value="${info.etcContentSymptom}" />)</c:if> --%>
+                                                <c:out value="${symptom}" />
                                             </td>
                                         </tr>
                                         <tr>