123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>ADR 유해증상</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <sympinfo>
- <skin/>
- <breth/>
- <stom/>
- <heart/>
- <blood/>
- <body/>
- <etccd/>
- <etcnm/>
- <neur/>
- <neph/>
- <psy/>
- <gita/>
- <gitanm/>
- </sympinfo>
- </main>
- <send>
- </send>
- <popdata>
- <casrslt/>
- <totscr/>
- <koralgo/>
- </popdata>
- <init/>
- <hidden>
- <tempsymp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // var sSymp = model.getValue("/root/hidden/tempsymp/symp");
- // var aSympCnts = sSymp.split("^");
-
- // model.copyNode("/root/main/symplist", "/root/hidden/tempsymp/symplist");
-
- // if(aSympCnts.length > 1) {
- // model.setValue("/root/main/symplist/sympinfo["+ aSympCnts[0] +"]/chk", "Y");
- // }
-
- // model.refresh();
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
-
- function fExeCnfm() {
- var sSympCnts = "";
- if (chk_skin.value != "") {
- var sSympCnts = sSympCnts + chk_skin.label + " ";
- }
- if (chk_breth.value !="") {
- var sSympCnts = sSympCnts + chk_breth.label + " ";
- }
- if (chk_stom.value !="") {
- var sSympCnts = sSympCnts + chk_stom.label + " ";
- }
- if (chk_heart.value !="") {
- var sSympCnts = sSympCnts + chk_heart.label + " ";
- }
- if (chk_blood.value !="") {
- var sSympCnts = sSympCnts + chk_blood.label + " ";
- }
- if (chk_neur.value !="") {
- var sSympCnts = sSympCnts + chk_neur.label + " ";
- }
- if (chk_neph.value !="") {
- var sSympCnts = sSympCnts + chk_neph.label + " ";
- }
- if (chk_psy.value !="") {
- var sSympCnts = sSympCnts + chk_psy.label + " ";
- }
- if (chk_body.value !="") {
- var sSympCnts = sSympCnts + chk_body.label + " ";
- }
- if (chk_gita.value !="") {
- var sSympCnts = sSympCnts + chk_gita.label + " ";
- }
- if (chk_etc.value !="") {
- var sSympCnts = sSympCnts + model.getValue("/root/main/sympinfo/etcnm");
- }
- // alert(sSympCnts);
- if(sSympCnts != "") {
- opener.window.javascript.model.makeValue("/root/temp/returnsymp/symp", "1");
- opener.window.javascript.model.makeValue("/root/temp/returnsymp/sympcnts", sSympCnts);
- } else {
- // opener.window.javascript.model.makeValue("/root/temp/returnsymp/symp", "");
- opener.window.javascript.model.makeValue("/root/temp/returnsymp/sympcnts", "");
- }
-
- opener.window.javascript.model.makeValue("/root/temp/returnsymp/cnfmyn", "Y");
-
- window.close();
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="390" guideline="1,1194;1,786;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:5px; top:5px; width:770px; height:335px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:210px; height:13px; ">ADR 유해증상</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:760px; y2:26px; "/>
- <select id="chk_blood" ref="/root/main/sympinfo/blood" overflow="visible" appearance="full" cellspacing="5" cols="1" vcellspacing="3" style="left:671px; top:35px; width:80px; height:85px; border-style:none; ">
- <choices>
- <item>
- <label>빈혈</label>
- <value>51</value>
- </item>
- <item>
- <label>혈소판감소</label>
- <value>52</value>
- </item>
- <item>
- <label>백혈구감소</label>
- <value>53</value>
- </item>
- <item>
- <label>호산구증가</label>
- <value>54</value>
- </item>
- </choices>
- </select>
- <select id="chk_breth" ref="/root/main/sympinfo/breth" overflow="visible" appearance="full" cellspacing="10" cols="3" vcellspacing="3" style="left:75px; top:125px; width:230px; height:60px; border-style:none; ">
- <choices>
- <item>
- <label>호흡곤란</label>
- <value>21</value>
- </item>
- <item>
- <label>천명</label>
- <value>22</value>
- </item>
- <item>
- <label>기침</label>
- <value>23</value>
- </item>
- <item>
- <label>콧물</label>
- <value>24</value>
- </item>
- <item>
- <label>재채기</label>
- <value>25</value>
- </item>
- <item>
- <label>코막힘</label>
- <value>26</value>
- </item>
- <item>
- <label>객담증가</label>
- <value>27</value>
- </item>
- <item>
- <label>쉰목소리</label>
- <value>28</value>
- </item>
- </choices>
- </select>
- <line id="line10" class="line_2" style="x1:0px; y1:328px; x2:760px; y2:328px; "/>
- <caption id="caption30" class="cell_1" style="left:5px; top:35px; width:65px; height:85px; ">피부병변</caption>
- <caption id="caption31" class="cell_1" style="left:310px; top:275px; width:65px; height:49px; text-align:center; vertical-align:middle; "/>
- <caption id="caption32" class="cell_1" style="left:5px; top:190px; width:65px; height:80px; ">신경계</caption>
- <caption id="caption2" class="cell_1" style="left:310px; top:190px; width:65px; height:80px; ">소화기계</caption>
- <caption id="caption33" class="cell_1" style="left:605px; top:125px; width:65px; height:60px; ">정신증상</caption>
- <caption id="caption34" class="cell_1" style="left:5px; top:275px; width:65px; height:45px; ">신장이상</caption>
- <caption id="caption6" class="cell_1" style="left:310px; top:125px; width:65px; height:60px; ">심혈관계</caption>
- <caption id="caption35" style="left:330px; top:280px; width:40px; height:20px; ">기타</caption>
- <button id="button9" class="btn5_letter2" visibility="hidden" style="left:713px; top:302px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- sympcd = "";
- sympArrcd = "";
- var chkskinVal = chk_skin.value;
- if (!isNull(chkskinVal)) {
- var chkskinArrVal = chkskinVal.split(" ");
- for(var i = 1; i <= chkskinArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkskinArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkskinArrVal[i -1 ];
- }
- }
- }
-
- var chkbrethVal = chk_breth.value;
- if (!isNull(chkbrethVal)) {
- var chkbrethArrVal = chkbrethVal.split(" ");
- for(var i = 1; i <= chkbrethArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkbrethArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkbrethArrVal[i -1 ];
- }
- }
- }
-
- var chkstomVal = chk_stom.value;
- if (!isNull(chkstomVal)) {
- var chkstomArrVal = chkstomVal.split(" ");
- for(var i = 1; i <= chkstomArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkstomArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkstomArrVal[i -1 ];
- }
- }
- }
-
- var chkheartVal = chk_heart.value;
- if (!isNull(chkheartVal)) {
- var chkheartArrVal = chkheartVal.split(" ");
- for(var i = 1; i <= chkheartArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkheartArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkheartArrVal[i -1 ];
- }
- }
- }
-
- var chkbloodVal = chk_blood.value;
- if (!isNull(chkbloodVal)) {
- var chkbloodArrVal = chkbloodVal.split(" ");
- for(var i = 1; i <= chkbloodArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkbloodArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkbloodArrVal[i -1 ];
- }
- }
- }
-
- var chkneurVal = chk_neur.value;
- if (!isNull(chkneurVal)) {
- var chkneurArrVal = chkneurVal.split(" ");
- for(var i = 1; i <= chkneurArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkneurArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkneurArrVal[i -1 ];
- }
- }
- }
- var chknephVal = chk_neur.value;
- if (!isNull(chknephVal)) {
- var chknephArrVal = chknephVal.split(" ");
- for(var i = 1; i <= chknephArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chknephArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chknephArrVal[i -1 ];
- }
- }
- }
- var chkpsyVal = chk_psy.value;
- if (!isNull(chkpsyVal)) {
- var chkpsyArrVal = chkpsyVal.split(" ");
- for(var i = 1; i <= chkpsyArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkpsyArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkpsyArrVal[i -1 ];
- }
- }
- }
- var chkgitaVal = chk_gita.value;
- if (!isNull(chkgitaVal)) {
- var chkgitaArrVal = chkgitaVal.split(" ");
- for(var i = 1; i <= chkgitaArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkgitaArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkgitaArrVal[i -1 ];
- }
- }
- }
- var chkbodyVal = chk_body.value;
- if (!isNull(chkbodyVal)) {
- var chkbodyArrVal = chkbodyVal.split(" ");
- for(var i = 1; i <= chkbodyArrVal.length; i++ ) {
- if (isNull(sympArrcd)) {
- sympArrcd = sympArrcd + chkbodyArrVal[i -1 ];
- } else {
- sympArrcd = sympArrcd + "|" + chkbodyArrVal[i -1 ];
- }
- }
- }
-
- var etccd = "";
- var etcnm = "";
- if (model.getValue("/root/main/cnstinfo/etccd") == "99") {
- etcnm = model.getValue("/root/main/cnstinfo/cnstcnts23");
- etccd = model.getValue("/root/main/cnstinfo/etccd");
- if (isNull(sympArrcd)) {
- sympArrcd = etccd ;
- } else {
- sympArrcd = sympArrcd + "|" + etccd ;
- }
- }
-
- sympcd = chk_skin.label + chk_breth.label + chk_stom.label + chk_heart.label + chk_blood.label + chk_body.label + etcnm;
- model.setValue("/root/main/cnstinfo/sympcd", sympcd);
- model.setValue("/root/main/cnstinfo/synmflag", sympArrcd);
- model.setValue("/root/main/cnstinfo/etccd", etccd);
- model.setValue("/root/main/cnstinfo/etcnm", etcnm);
- // model.setValue("/root/main/skin", "");
- // model.setValue("/root/main/breth", "");
- // model.setValue("/root/main/stom", "");
- // model.setValue("/root/main/heart", "");
- // model.setValue("/root/main/blood", "");
- // model.setValue("/root/main/body", "");
- // model.setValue("/root/main/etccd", "");
- // model.setValue("/root/main/etcnm", "");
- // grup_synm.visible = false;
- // grd_adrlist.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption13" class="cell_1" style="left:310px; top:35px; width:65px; height:85px; ">전신증상</caption>
- <caption id="caption11" class="cell_1" style="left:5px; top:125px; width:65px; height:60px; ">호흡기계</caption>
- <select id="chk_neph" ref="/root/main/sympinfo/neph" overflow="visible" appearance="full" cellspacing="23" cols="3" vcellspacing="4" style="left:75px; top:277px; width:240px; height:45px; border-style:none; ">
- <choices>
- <item>
- <label>혈뇨</label>
- <value>91</value>
- </item>
- <item>
- <label>신기능이상</label>
- <value>92</value>
- </item>
- <item>
- <label>신부전</label>
- <value>93</value>
- </item>
- <item>
- <label>당뇨</label>
- <value>94</value>
- </item>
- <item>
- <label>배뇨장애</label>
- <value>95</value>
- </item>
- </choices>
- </select>
- <caption id="caption12" class="cell_1" style="left:605px; top:35px; width:65px; height:85px; ">혈액이상</caption>
- <line id="line5" class="line_2" style="x1:5px; y1:31px; x2:760px; y2:31px; "/>
- <textarea id="textarea2" ref="/root/main/sympinfo/etcnm" disabled="true" style="left:384px; top:299px; width:326px; height:26px; "/>
- <select id="chk_etc" ref="/root/main/sympinfo/etccd" overflow="visible" appearance="full" style="left:327px; top:301px; width:50px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>기타</label>
- <value>99</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if (model.getValue("/root/main/sympinfo/etccd") == "99") {
- textarea2.disabled = false;
- model.setValue("/root/main/sympinfo/gitanm", "99");
- } else {
- textarea2.disabled = true;
- model.setValue("/root/main/sympinfo/gitanm", "");
- model.refresh();
- }
- ]]>
- </script>
- </select>
- <select id="chk_skin" ref="/root/main/sympinfo/skin" overflow="visible" appearance="full" cellspacing="6" cols="3" vcellspacing="3" style="left:75px; top:35px; width:235px; height:85px; border-style:none; ">
- <choices>
- <item>
- <label>발진:(</label>
- <value>11</value>
- </item>
- <item>
- <label>전신</label>
- <value>1A</value>
- </item>
- <item>
- <label>국소)</label>
- <value>1B</value>
- </item>
- <item>
- <label>가려움:(</label>
- <value>13</value>
- </item>
- <item>
- <label>전신</label>
- <value>1C</value>
- </item>
- <item>
- <label>국소)</label>
- <value>1D</value>
- </item>
- <item>
- <label>두드러기</label>
- <value>12</value>
- </item>
- <item>
- <label>농포</label>
- <value>14</value>
- </item>
- <item>
- <label>혈관부종</label>
- <value>15</value>
- </item>
- <item>
- <label>수포</label>
- <value>16</value>
- </item>
- <item>
- <label>과색소침착</label>
- <value>17</value>
- </item>
- <item>
- <label>탈모</label>
- <value>18</value>
- </item>
- </choices>
- </select>
- <select id="chk_heart" ref="/root/main/sympinfo/heart" overflow="visible" appearance="full" cellspacing="10" cols="3" vcellspacing="3" style="left:380px; top:125px; width:190px; height:60px; border-style:none; ">
- <choices>
- <item>
- <label>저혈압</label>
- <value>41</value>
- </item>
- <item>
- <label>부정맥</label>
- <value>42</value>
- </item>
- <item>
- <label>쇽</label>
- <value>43</value>
- </item>
- <item>
- <label>빈맥</label>
- <value>44</value>
- </item>
- <item>
- <label>서맥</label>
- <value>45</value>
- </item>
- <item>
- <label>실신</label>
- <value>46</value>
- </item>
- <item>
- <label>가슴통증</label>
- <value>47</value>
- </item>
- </choices>
- </select>
- <select id="chk_psy" ref="/root/main/sympinfo/psy" overflow="visible" appearance="full" cellspacing="5" cols="1" vcellspacing="3" style="left:671px; top:125px; width:70px; height:60px; border-style:none; ">
- <choices>
- <item>
- <label>섬망</label>
- <value>81</value>
- </item>
- <item>
- <label>불안</label>
- <value>82</value>
- </item>
- <item>
- <label>행동과다</label>
- <value>83</value>
- </item>
- </choices>
- </select>
- <select id="chk_stom" ref="/root/main/sympinfo/stom" overflow="visible" appearance="full" cellspacing="10" cols="3" vcellspacing="3" style="left:381px; top:190px; width:280px; height:80px; border-style:none; ">
- <choices>
- <item>
- <label>황달</label>
- <value>3A</value>
- </item>
- <item>
- <label>구토</label>
- <value>35</value>
- </item>
- <item>
- <label>오심(메시꺼움)</label>
- <value>33</value>
- </item>
- <item>
- <label>간기능이상</label>
- <value>34</value>
- </item>
- <item>
- <label>복통</label>
- <value>32</value>
- </item>
- <item>
- <label>소화불량</label>
- <value>36</value>
- </item>
- <item>
- <label>위장관출혈(상부)</label>
- <value>37</value>
- </item>
- <item>
- <label>혈변</label>
- <value>38</value>
- </item>
- <item>
- <label>변비</label>
- <value>39</value>
- </item>
- <item>
- <label>설사</label>
- <value>31</value>
- </item>
- </choices>
- </select>
- <select id="chk_gita" ref="/root/main/sympinfo/gita" overflow="visible" appearance="full" cellspacing="7" cols="5" vcellspacing="4" style="left:382px; top:277px; width:365px; height:23px; border-style:none; ">
- <choices>
- <item>
- <label>성욕감퇴</label>
- <value>A1</value>
- </item>
- <item>
- <label>성기능장애</label>
- <value>A2</value>
- </item>
- <item>
- <label>청력장애</label>
- <value>A3</value>
- </item>
- <item>
- <label>이명</label>
- <value>A4</value>
- </item>
- <item>
- <label>시력장애</label>
- <value>A5</value>
- </item>
- </choices>
- </select>
- <select id="chk_neur" ref="/root/main/sympinfo/neur" overflow="visible" appearance="full" cols="3" rows="2" vcellspacing="3" style="left:75px; top:190px; width:235px; height:80px; border-style:none; ">
- <choices>
- <item>
- <label>의식저하</label>
- <value>71</value>
- </item>
- <item>
- <label>두통</label>
- <value>72</value>
- </item>
- <item>
- <label>어지러움</label>
- <value>73</value>
- </item>
- <item>
- <label>졸림</label>
- <value>74</value>
- </item>
- <item>
- <label>손발떨림</label>
- <value>75</value>
- </item>
- <item>
- <label>손발저림</label>
- <value>76</value>
- </item>
- <item>
- <label>운동이상증</label>
- <value>77</value>
- </item>
- <item>
- <label>보행장애</label>
- <value>78</value>
- </item>
- <item>
- <label>수면장애</label>
- <value>79</value>
- </item>
- <item>
- <label>언어장애</label>
- <value>7A</value>
- </item>
- <item>
- <label>기억력장애</label>
- <value>7B</value>
- </item>
- </choices>
- </select>
- <select id="chk_body" ref="/root/main/sympinfo/body" overflow="visible" appearance="full" cellspacing="4" cols="3" rows="4" vcellspacing="3" style="left:380px; top:35px; width:235px; height:85px; border-style:none; ">
- <choices>
- <item>
- <label>발열</label>
- <value>61</value>
- </item>
- <item>
- <label>어지러움</label>
- <value>62</value>
- </item>
- <item>
- <label>의식소실</label>
- <value>63</value>
- </item>
- <item>
- <label>체중증가</label>
- <value>64</value>
- </item>
- <item>
- <label>식욕감퇴</label>
- <value>65</value>
- </item>
- <item>
- <label>전신부종</label>
- <value>66</value>
- </item>
- <item>
- <label>관절통</label>
- <value>67</value>
- </item>
- <item>
- <label>근육통</label>
- <value>68</value>
- </item>
- <item>
- <label>림프절병증</label>
- <value>69</value>
- </item>
- <item>
- <label>전신쇠약</label>
- <value>6A</value>
- </item>
- </choices>
- </select>
- </group>
- <group id="grp_btn" scroll="auto" style="left:155px; top:350px; width:615px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:544px; top:3px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_cfm" class="btn4_letter2" style="left:485px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ///////선택된 데이타 점검
- var vgitaok = model.getValue("/root/main/sympinfo/etccd");
- var vgitaokdesc = model.getValue("/root/main/sympinfo/etcnm");
- // alert(vgitaok + '/'+vgitaokdesc);
- if (vgitaok == "99" ) {
- if (vgitaokdesc == "" || vgitaokdesc == null ) {
- alert("기타란의 기타가 체크되어 있습니다. 기타내용을 적어주세요.");
- return;
- }
- }
- if (vgitaokdesc != "" ) {
- if (vgitaok != "99" ) {
- alert("기타내용이 있습니다. 기타란의 기타를 체크하십시오. ");
- return;
- }
- }
- //////유해증상 발진 체크 유무 점검
- var vcnst6 = model.getValue("/root/main/sympinfo/skin");
- var v11 = (vcnst6.indexOf("11"));
- var v1A = (vcnst6.indexOf("1A"));
- var v1B = (vcnst6.indexOf("1B"));
- if (v11 >= 0 ) {
- if (v1A == -1 && v1B == -1 ) {
- alert("발진에 대한 범위가 없습니다. 체크하십시오. ");
- return;
- }
- }
- if (v1A >= 0 || v1B >= 0) {
- if (v11 < 0) {
- alert("발진에 대한 범위가 등록되었습니다. 발진을 체크하십시오. ");
- return;
- }
- if (v1A>= 0 && v1B >= 0) {
- alert("발진에 대한 범위 하나만 체크하십시오. ");
- return;
- }
- }
-
- //////유해증상 가려움 체크 유무 점검
- var v13 = (vcnst6.indexOf("13"));
- var v1C = (vcnst6.indexOf("1C"));
- var v1D = (vcnst6.indexOf("1D"));
- if (v13 >= 0) {
- if (v1C == -1 && v1D == -1) {
- alert("가려움에 대한 범위가 없습니다. 체크하십시오. ");
- return;
- }
- }
- if (v1C >= 0 || v1D >= 0) {
- if (v13 < 0) {
- alert("가려움에 대한 범위가 등록되었습니다. 가려움을 체크하십시오. ");
- return;
- }
- if (v1C >= 0 && v1D >= 0) {
- alert("가려움에 대한 범위 하나만 체크하십시오. ");
- return;
- }
-
- }
-
- fExeCnfm();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|