123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867 |
- <?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>카바페넴내성장내세균속균종(CRE) 감염증 표본감시결과 신고</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <infcsmmrsltreptinfo>
- <infcsmmrsltreptlist>
- <state/>
- <reptflag/>
- <psnflag/>
- <patnm/>
- <sexflag/>
- <age/>
- <rgstno/>
- <rgstno2/>
- <diagdd/>
- <lglydiscd>06</lglydiscd>
- <preinochstflag>S</preinochstflag>
- <pid/>
- <wrtedt/>
- <instcd/>
- <seqno/>
- <cretno/>
- <orddd/>
- <indd/>
- <orddeptcd/>
- <lasthistyn>Y</lasthistyn>
- <patflag/>
- <diagnm/>
- <spckindcd/>
- <spckindetc/>
- <spccolldd/>
- <spcsepdd/>
- <spimipenemval1/>
- <spimipenemval2/>
- <spmeropenemval1/>
- <spmeropenemval2/>
- <spertapenemval1/>
- <spertapenemval2/>
- <spetcnm/>
- <spetcnmval1/>
- <spetcnmval2/>
- <micimipenemval1/>
- <micimipenemval2/>
- <micmeropenemval1/>
- <micmeropenemval2/>
- <micertapenemval1/>
- <micertapenemval2/>
- <micetcnm/>
- <micetcnmval1/>
- <micetcnmval2/>
- <crebreakenzyme/>
- <crebreakenzymeetc/>
- <cresepavirus/>
- <cresepavirusetc/>
- </infcsmmrsltreptlist>
- </infcsmmrsltreptinfo>
- <getlglydisinfo>
- </getlglydisinfo>
- <getreptdtinfo>
- </getreptdtinfo>
- <paminfo/>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden/>
- <init>
- <initdate>
- <today/>
- </initdate>
- <A0650list/>
- <A0651list/>
- <A0652list/>
- </init>
- <diaginfo>
- <diagcdlist/>
- </diaginfo>
- <temp>
- <tmplist/>
- <tmpinfo/>
- <lglydiscd/>
- <wrtedt/>
- <seqno/>
- </temp>
- </root>
- </instance>
- <submission id="TXASI04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/main/getlglydisinfo"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- zbcfGetCodeList(new Array("A0650", "A0651", "A0652")
- , new Array("/root/init/A0650list"
- , "/root/init/A0651list"
- , "/root/init/A0652list")
- );
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag", "12");
- model.refresh();
-
- var pid = "";
- var strRegtdt = "";
- var iDate = new Date();
- var strYearCal = "";
-
- var pamInfoCvs = getGlobalVariable("paminfo"); //상단정보가 있을 경우는 검색
- if(pamInfoCvs != ""){ //cvs가 ""이 아닌 경우에만 처리함.
- model.removeNodeSet("/root/main/paminfo/list");
- setCSVToNode("/root/main/paminfo", pamInfoCvs);
- var ioflag = model.getValue("/root/main/paminfo/list/ioflag");
-
- if(ioflag == "I" || ioflag == "E"){
- pid = model.getValue("/root/main/paminfo/list/pid");
- indd = model.getValue("/root/main/paminfo/list/indd");
- cretno = model.getValue("/root/main/paminfo/list/cretno");
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid", pid );
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/indd", indd);
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddd", indd);
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/cretno", cretno);
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/psnflag", ioflag);
- model.refresh();
- }else if(ioflag == "O"){
- pid = model.getValue("/root/main/paminfo/list/pid");
- orddd = model.getValue("/root/main/paminfo/list/orddd");
- cretno = model.getValue("/root/main/paminfo/list/cretno");
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid", pid );
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/indd", orddd);
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/cretno", cretno);
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/psnflag", ioflag);
- model.refresh();
- }
- }else if(isPopup()){
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid", opener.javascript.getParameter("pid"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/indd", opener.javascript.getParameter("indd"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddd", opener.javascript.getParameter("indd"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/psnflag", opener.javascript.getParameter("psnflag"));
- }
-
- input7.disabled = true;
- input8.disabled = true;
- input11.disabled = true;
-
- if(!isNull(model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid"))){
- var result = 1;
- model.copyNode("/root/send/reqdata", "/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist");
- if(submit("TRASI01501")){
- model.copyNode("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist", "/root/main/getlglydisinfo/info");
- model.refresh();
- //처방에서 호출했는가 여부
- if(!isNull(opener.javascript.getParameter("PrcpLglyDis"))){
- //처방에서 호출한 경우 상병체크하여 초기화
- fInit();
- result=6;
- }
- }
- if(isPopup() && (opener.javascript.getParameter("state") == "U" || opener.javascript.getParameter("state") == "S" || !isNull(opener.javascript.getParameter("PrcpLglyDis")) )){
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", opener.javascript.getParameter("state"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt", opener.javascript.getParameter("wrtedt"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno", opener.javascript.getParameter("seqno"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd", opener.javascript.getParameter("lglydiscd"));
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/reptdt", opener.javascript.getParameter("reptdt")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/reptyn", opener.javascript.getParameter("reptyn")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/chgyn", opener.javascript.getParameter("chgyn")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt", opener.javascript.getParameter("prt_reptdt")); //추가 (2009.11.13 JJE)
-
- }else if(isPopup() && ( opener.javascript.getParameter("state") != "U" || isNull(opener.javascript.getParameter("PrcpLglyDis"))) ){
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", opener.javascript.getParameter("state"));
- model.makeValue("/root/send/reqdata/pid", model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid"));
- model.makeValue("/root/send/reqdata/reptflag", model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag"));
-
- strRegtdt = "";
- if (submit("TRASI01502")){
- strRegtdt = model.getValue("/root/main/getreptdtinfo/reptdtinfo/reptdt");
- }
- if( !isNull(strRegtdt) ){
- strYearCal = (iDate.getAddDate(-1, "Y")).getDateFormat();
- }
- if( model.getValue("/root/main/getreptdtinfo/reptdtinfo/reptyn") != "" && model.getValue("/root/main/getreptdtinfo/reptdtinfo/reptyn") != null ){ //100616 이미 신고내용이 존재할 경우(기간 고려X - 기간 : Y, N)
- var a = model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd")
-
- var disCtrl = document.controls("rdo_lglydiscd"+a);
- lglydisnm = "카바페넴내성장내세균속균종(CRE)감염증"
-
- if ( a == "4") {
- result = messageBox(strRegtdt.substring(0,4)+"년 "+strRegtdt.substring(4,6)+"월 "+strRegtdt.substring(6,8)+"일 "
- + lglydisnm +"(으)로 전염병이 신고되어 있습니다, \n해당 상병은 추가 신고가 불필요합니다. \n다른 상병 신고로 ", "Q003");
-
- } else {
- result = messageBox(strRegtdt.substring(0,4)+"년 "+strRegtdt.substring(4,6)+"월 "+strRegtdt.substring(6,8)+"일 "
- + lglydisnm +"(으)로 전염병이 신고되어 있어 \n 신규 입력이 아니면 자료가 중복됩니다. \n 그래도 ", "Q003");
- }
- }
- }
- fChgReptDisable(result);
- model.refresh();
-
- }else{
- grp_btn.disabled = true;
- }
-
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRASI01501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/getlglydisinfo"/>
- <submission id="TRASI01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/getreptdtinfo"/>
- <submission id="TRASI01503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp/tmplist"/>
- <submission id="TRASI01601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp/tmpinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
-
- function fInit() {
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/diagdd", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/preinochstflag", "");
- input7.disabled = true;
- input8.disabled = true;
- input11.disabled = true;
-
- }
-
- //신고대상자조회화면에서 state="S" 일 때, 입력가능여부 처리
- function fChgReptDisable(result){
- if( isPopup() ){
- var strState = opener.javascript.getParameter("state");
- var menuParam = opener.javascript.getParameter("menuparam");
- }else {
- var strState = "I";
- }
-
- if(result !="1"){
- strState="U";
- }
-
- //(start) 수정 상태 셋팅 추가, 수정 및 삭제를 가능하도록 하기 위함 (2009.11.03 JJE)
- var chkWrtedt = model.getValue("/root/main/getreptdtinfo/reptdtinfo/reptdt");
- var chkReptdt = model.getValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt");
- if(!isNull(chkWrtedt)) chkWrtedt = chkWrtedt.substring(0, 8);
- if(!isNull(chkReptdt)) chkReptdt = chkReptdt.substring(0, 8);
- if(!isNull(chkWrtedt) && chkWrtedt != "99991231" && !isNull(chkReptdt) && chkReptdt == "99991231" && isNull(strState)){
- var strState = "U"; //작성은 됐고, 출력(신고)는 안한 상태
- }
- //(end) 수정 상태 셋팅 끝
- if(isPopup() && strState == "U" ){
- if(result == "6"){
- btn_cncl.disabled = true;
- btn_save.disabled = false; //추가(수정기능 개발 완료 시 false로 변경) @@ 2009.11.13 JJE
- btn_init.disabled = false; //추가 2009.11.13 JJE
- fInit();
- }else{
- btn_cncl.disabled = false;
- btn_save.disabled = true; //추가(수정기능 개발 완료 시 false로 변경) @@ 2009.11.13 JJE
- btn_init.disabled = true; //추가 2009.11.13 JJE
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt","99991231");
- }
- // //grp_btn.disabled = false;
- // btn_save.disabled = true; //추가(수정기능 개발 완료 시 false로 변경) @@ 2009.11.13 JJE
- // btn_init.disabled = true; //추가 2009.11.13 JJE
- return;
- }else if(isPopup() && strState == "S" ){
- if(menuParam != "" && !isNull(menuParam)){
- //진료메뉴에서 호출시.
- model.setValue("/root/temp/lglydiscd",model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd"));
- model.setValue("/root/temp/wrtedt",model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt"));
- model.setValue("/root/temp/seqno",model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno"));
- if(opener.javascript.getParameter("DisabledChk")=="Y"){
- grp_main.disabled = true;
- btn_save.disabled = true;
- btn_init.disabled = true;
- btn_cncl.disabled = true;
- }else{
- grp_main.disabled = false;
- btn_save.disabled = false;
- btn_init.disabled = false;
- btn_cncl.disabled = false;
- }
- if("4"==model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd")){
- rdo_vacnhist.disabled = true;
- }else{
- rdo_vacnhist.disabled = false;
- }
-
- }else{
- //진료와 감염관리실 이외의 사용자일 경우 삭제버튼 불활성화 않음.
- if(opener.javascript.getParameter("LglyDeptChk")=="N"){
- btn_cncl.disabled=true;
- }else{
- btn_cncl.disabled=false;
- }
- grp_main.disabled = true;
- //grp_btn.disabled = true;
- btn_save.disabled = true; //추가(수정기능 개발 완료 시 false로 변경) @@ 2009.11.13 JJE
- btn_init.disabled = true; //추가 2009.11.13 JJE
- }
- return;
- }else {
- //grp_btn.disabled = false;
- btn_save.disabled = false; //추가 2009.11.13 JJE
- btn_init.disabled = false; //추가 2009.11.13 JJE
- return;
- }
-
- if( isNull(model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid"))){
- grp_main.disabled = true;
- grp_btn.disabled = true;
- }
- }
-
-
- /*
- 기신고서가 있는지 check
- */
- function fChkReptYN() {
-
- var diagList = instance1.selectNodes("/root/diaginfo/diagcdlist");
- var diagcd = "";
- var statcd =" ";
-
- if(diagList.length > 0 ) {
- for(var i=0 ; i< diagList.length ; i++) {
- status = model.getValue("/root/diaginfo/diagcdlist["+ i +"]/status");
- if(status == "I" || status == "U" || status == "-") {
- diagcd += model.getValue("/root/diaginfo/diagcdlist["+ i +"]/diagcd").substr(0,4) + "▦";
- statcd += model.getValue("/root/diaginfo/diagcdlist["+ i +"]/status") + "▦";
- }
- }
- }
-
- if(diagcd != "") {
- model.removeNodeset("/root/send/reqdata");
- model.makeValue("/root/send/reqdata/diagcd", diagcd);
- model.makeValue("/root/send/reqdata/status", statcd);
- model.makeValue("/root/send/reqdata/pid", model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid"));
- model.makeValue("/root/send/reqdata/reptflag", "12");
- if(submit("TRASI01503")){
- if(model.getValue("/root/temp/tmplist/tmplist/wc") == "Y") {
- model.close();
- return;
- }
- }
-
- }
- }
-
- function fLglydiscdChk() {
- if(model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd") == "4") rdo_vacnhist.disabled = true;
- else rdo_vacnhist.disabled = false;
-
- var prelglydiscd = model.getValue("/root/temp/lglydiscd");
- if(!isNull(prelglydiscd) && prelglydiscd != model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd")){
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/preinochstflag","");
- }
- model.refresh();
- }
-
- function fInitBtnInfo() {
- var antimicsentest = model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest");
- if (antimicsentest == "01") {
- ipt_antimi01.disabled = false;
- rdo_subantimi01.disabled = false;
-
- ipt_antimi02.disabled = true;
- ipt_antimi03.disabled = true;
- rdo_subantimi04.disabled = true;
- ipt_antimi05.disabled = true;
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_1", "01");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_4", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_5", "");
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_2", "");
-
- } else if (antimicsentest == "02" ) {
- ipt_antimi01.disabled = true;
- rdo_subantimi01.disabled = true;
-
- ipt_antimi02.disabled = false;
-
- ipt_antimi03.disabled = true;
- rdo_subantimi04.disabled = true;
- ipt_antimi05.disabled = true;
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_2", "02");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_4", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_5", "");
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_2", "");
-
- } else if (antimicsentest == "03" ) {
- ipt_antimi01.disabled = true;
- rdo_subantimi01.disabled = true;
- ipt_antimi02.disabled = true;
-
- ipt_antimi03.disabled = false;
-
- rdo_subantimi04.disabled = true;
- ipt_antimi05.disabled = true;
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_3", "03");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_4", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_5", "");
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_2", "");
-
- } else if (antimicsentest == "04" ) {
- ipt_antimi01.disabled = true;
- rdo_subantimi01.disabled = true;
- ipt_antimi02.disabled = true;
- ipt_antimi03.disabled = true;
-
- rdo_subantimi04.disabled = false;
-
- ipt_antimi05.disabled = true;
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_4", "04");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_5", "");
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_3", "");
-
- } else if (antimicsentest == "05" ) {
- ipt_antimi01.disabled = true;
- rdo_subantimi01.disabled = true;
- ipt_antimi02.disabled = true;
- ipt_antimi03.disabled = true;
- rdo_subantimi04.disabled = true;
-
- ipt_antimi05.disabled = false;
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_4", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest_5", "05");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_1", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_2", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest1_3", "");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/antimicsentest2_2", "");
-
- }
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="775" pageheight="350" guideline="2,349;" style="margin-left:8; margin-right:8; ">
- <group id="grp_tle" style="left:0px; top:0px; width:756px; height:22px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:382px; height:14px; ">카바페넴내성장내세균속균종(CRE) 감염증 표본감시결과 신고</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:313px; width:755px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:567px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd") != "6") {
- if(isNull(model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/diagdd")) ){
- messageBox("진단일은 ","I003");
- return;
- }
- /*
- if(model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/diagnm")==""){
- messageBox("질환병명은","I003");
- return;
- }
- */
-
- //kimsj 091125 해당 전염병코드의 신고여부 체크(신고일자, 일련번호 조회)
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag", "12");
- model.copyNode("/root/send/reqdata", "/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist");
-
- //kimsj 091201 opener에 따라 메세지 적용
- var opnscrnid = opener.window.javascript.getScreenID();
- var menuParam = opener.javascript.getParameter("menuparam");
-
- if( opnscrnid != "SMZUM00300" && model.getValue("/root/temp/tmpinfo/tmpinfo/wrtedt") != "") {
- if(menuParam != "" && !isNull(menuParam)){
-
- }else{
- model.alert("해당 전염병으로 신고가 존재합니다. \n\n 재신고를 원할경우 상단메뉴를 이용해 주시기 바랍니다.");
- return;
- }
- }else if( opnscrnid == "SMZUM00300" && model.getValue("/root/temp/tmpinfo/tmpinfo/wrtedt") != "") {
- if ( "7" == messageBox ( "해당 전염병으로 신고가 존재하여 \n신규입력이 아니면 자료가 중복됩니다. \n그래도 ", "Q003" )) return;
- }
- }
-
- if(menuParam = "" && isNull(menuParam)){
- //수정불가하도록 조치 (현재 신고서 종류에 따라서 신고일자 가지고 오는데 수정 후 질병코드마다 가지고 와야 하기 때문에 혼동 있을 수 있음)
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag", "12");
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", "I");
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt", getCurrentDate() +""+ getCurrentTime());
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptdt", getCurrentDate() +""+ getCurrentTime());
- }else{
- if(isNull(model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt"))){
- var prelglydiscd = model.getValue("/root/temp/lglydiscd");
- var curlglydiscd = model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd");
-
- if (prelglydiscd != curlglydiscd && !isNull(model.getValue("/root/temp/wrtedt")) ){//진료에서 전염병명 변경시 수정으로 업데이트.
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", "U");
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt",model.getValue("/root/temp/wrtedt"));
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno",model.getValue("/root/temp/seqno"));
-
- }else{
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", "I");
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt", getCurrentDate() +""+ getCurrentTime());
- }
- } else {
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", "U");
- }
- }
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag", "12");
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/lglydiscd", "06");
-
- var ioflag = model.getValue("/root/main/paminfo/list/ioflag");
- if (ioflag == "O" || ioflag == "S") {
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddd", model.getValue("/root/main/paminfo/list/orddd"));
- } else {
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddd", model.getValue("/root/main/paminfo/list/indd"));
- }
-
-
- model.makeValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddeptcd", model.getValue("/root/main/paminfo/list/orddeptcd"));
- model.copyNode("/root/send/savedata", "/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist");
- //@@
- var Curstate = model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state");
- if(submit("TXASI04401")) {
- model.copyNode("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist", "/root/main/getlglydisinfo/info");
- model.refresh();
- //@@
- if(Curstate == "I"){
- messageBox("저장되었습니다","I");
- }else if (Curstate == "U"){
- messageBox("수정되었습니다.","I");
- }
- model.close();
- }
- ]]>
- </script>
- </button>
- <button id="btn_init" class="btn4_letter3" style="left:684px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInit();
- //model.resetInstanceNode("/root/main");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_cncl" class="btn4_letter2" style="left:625px; top:2px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/send");
- model.makeNode("/root/send/savedata");
-
- //if(model.getValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt").substring(0,8) != "99991231"|| !isNull(model.getValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt").substring(0,8)) ){ //작성일자가 아닌 신고일자로 체크하도록 수정 (2009.11.13 JJE)
- if(model.getValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt").substring(0,8) != "99991231"){ //작성일자가 아닌 신고일자로 체크하도록 수정 (2009.11.13 JJE)
- messageBox(" 이미 신고된 건은 삭제 " ,"E001");
- return;
- }
-
- var result = messageBox("","Q001"); //삭제하시겠습니까?
-
- if (result == "7"){
- messageBox("삭제가 취소되었습니다","I");
- return;
- }
-
- else if (result == "6"){
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/reptdt", opener.javascript.getParameter("reptdt")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/reptyn", opener.javascript.getParameter("reptyn")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/chgyn", opener.javascript.getParameter("chgyn")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/prt_reptdt", opener.javascript.getParameter("prt_reptdt")); //추가 (2009.11.13 JJE)
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/wrtedt", opener.javascript.getParameter("wrtedt"));
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/reptflag", opener.javascript.getParameter("reptflag"));
- model.makeValue("/root/main/getreptdtinfo/reptdtinfo/seqno", opener.javascript.getParameter("seqno"));
-
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt", model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag", opener.javascript.getParameter("reptflag"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno",model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno"));
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag", "12");
- model.setValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/state", "D");
-
-
- model.copyNode("/root/send/savedata","/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist");
-
-
- if(submit("TXASI01601") != false){
- model.copyNode("/root/main/infcsmmrsltreptinfo", "/root/main/getlglydisinfo");
- model.refresh();
-
- model.makeValue("/root/send/reqdata/pid", model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid"));
- model.makeValue("/root/send/reqdata/reptflag", model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/reptflag"));
- if(submit("TRASI01502", false)){
- if( isNull(model.getValue("/root/main/getreptdtinfo/reptdtinfo/reptdt")) ){
- messageBox("삭제" ,"I001");
- window.close();
- }
- }
- }
- }
- ]]>
- </script>
- </button>
- </group>
- <input id="ipt_diagdd" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/diagdd" class="input_essential" inputtype="date" style="left:409px; top:48px; width:123px; height:19px; "/>
- <output id="opt_sex" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/sexflag" class="output_fix" style="left:409px; top:24px; width:123px; height:19px; "/>
- <input id="ipt_indd" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/indd" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <input id="ipt_pid" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/pid" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <line id="line56" class="line_3" style="x1:0px; y1:311px; x2:755px; y2:311px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:47px; width:94px; height:23px; text-align:center; vertical-align:middle; ">주민등록번호</caption>
- <caption id="caption10" class="cell_1" style="left:313px; top:23px; width:94px; height:23px; text-align:center; vertical-align:middle; ">성별</caption>
- <input id="ipt_ioflag" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/psnflag" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:537px; top:23px; width:94px; height:23px; text-align:center; vertical-align:middle; ">나이</caption>
- <caption id="caption2" class="cell_1" style="left:0px; top:23px; width:94px; height:23px; text-align:center; vertical-align:middle; ">성명</caption>
- <line id="line37" class="line_1" style="x1:0px; y1:18px; x2:755px; y2:18px; "/>
- <output id="opt_rgstno1" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/rgstno" class="output_fix" style="left:97px; top:48px; width:100px; height:19px; "/>
- <caption id="caption4" style="left:733px; top:25px; width:15px; height:20px; vertical-align:middle; ">세</caption>
- <caption id="caption13" class="search_no_b" style="left:199px; top:46px; width:12px; height:17px; ">-</caption>
- <output id="opt_rgstno2" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/rgstno2" class="output_fix" style="left:210px; top:48px; width:100px; height:19px; "/>
- <line id="line1" class="line_2" style="x1:0px; y1:96px; x2:755px; y2:96px; "/>
- <input id="input1" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/wrtedt" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <line id="line2" class="line_1" style="x1:0px; y1:18px; x2:755px; y2:19px; "/>
- <input id="input2" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/instcd" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <output id="opt_nm" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/patnm" class="output_fix" style="left:97px; top:24px; width:213px; height:19px; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:70px; x2:755px; y2:70px; "/>
- <input id="input3" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/seqno" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <output id="opt_age" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/age" class="output_fix" style="left:634px; top:24px; width:97px; height:19px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:45px; x2:755px; y2:45px; "/>
- <input id="input4" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/cretno" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <caption id="cap_diagdd" class="cell_1" style="left:313px; top:47px; width:94px; height:23px; text-align:center; vertical-align:middle; ">진단일</caption>
- <input id="input5" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddd" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <input id="input6" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/orddeptcd" class="input_default" visibility="hidden" style="left:264px; top:73px; width:35px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:537px; top:47px; width:94px; height:23px; text-align:center; vertical-align:middle; ">보호자</caption>
- <output id="output1" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/patnm" class="output_fix" style="left:634px; top:48px; width:97px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:72px; width:94px; height:23px; text-align:center; vertical-align:middle; ">환자구분</caption>
- <caption id="caption7" class="cell_1" style="left:0px; top:98px; width:94px; height:47px; text-align:center; vertical-align:middle; ">
- <![CDATA[균분리
- 검체종류]]>
- </caption>
- <line id="line5" class="line_2" style="x1:0px; y1:218px; x2:755px; y2:218px; "/>
- <caption id="caption8" class="cell_1" style="left:0px; top:174px; width:94px; height:43px; text-align:center; vertical-align:middle; ">
- <![CDATA[카바페넴
- 분해효소]]>
- </caption>
- <select1 id="radio3" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/crebreakenzyme" appearance="full" cellspacing="20" cols="5" vcellspacing="4" overflow="visible" style="left:96px; top:187px; width:354px; height:20px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/A0652list/A0652">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if ( model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/crebreakenzyme") == "05") {
- input8.disabled = false;
- } else {
- input8.disabled = true;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption9" class="cell_1" style="left:313px; top:72px; width:94px; height:23px; text-align:center; vertical-align:middle; ">검체채취일</caption>
- <input id="input9" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spccolldd" class="input_essential" inputtype="date" style="left:409px; top:75px; width:123px; height:19px; "/>
- <caption id="caption14" class="cell_1" style="left:537px; top:72px; width:94px; height:23px; text-align:center; vertical-align:middle; ">균분리일</caption>
- <input id="input10" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spcsepdd" class="input_essential" inputtype="date" style="left:634px; top:75px; width:110px; height:19px; "/>
- <line id="line6" class="line_2" style="x1:1px; y1:218px; x2:756px; y2:218px; "/>
- <caption id="caption15" class="cell_1" style="left:0px; top:220px; width:94px; height:89px; text-align:center; vertical-align:middle; ">
- <![CDATA[항균제
-
- 감수성
- 검사 결과]]>
- </caption>
- <caption id="caption18" class="cell_1" style="left:96px; top:220px; width:74px; height:89px; text-align:center; vertical-align:middle; ">
- <![CDATA[원판
- 확산
- 법]]>
- </caption>
- <input id="ipt_antimi01" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spimipenemval2" style="left:357px; top:220px; width:61px; height:19px; "/>
- <caption id="caption20" style="left:423px; top:220px; width:24px; height:20px; ">㎜</caption>
- <select1 id="rdo_subantimi01" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spimipenemval1" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:264px; top:220px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>S</label>
- <value>S</value>
- </item>
- <item>
- <label>I</label>
- <value>I</value>
- </item>
- <item>
- <label>R</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <caption id="caption22" style="left:712px; top:243px; width:35px; height:20px; ">㎕/㎖</caption>
- <input id="ipt_antimi02" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/micmeropenemval2" style="left:618px; top:243px; width:87px; height:19px; "/>
- <input id="ipt_antimi05" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spetcnm" style="left:173px; top:289px; width:90px; height:19px; "/>
- <line id="line10" class="line_2" style="x1:95px; y1:220px; x2:95px; y2:219px; "/>
- <line id="line11" class="line_2" style="x1:443px; y1:308px; x2:443px; y2:218px; "/>
- <line id="line12" class="line_2" style="x1:553px; y1:310px; x2:552px; y2:219px; "/>
- <input id="input8" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/crebreakenzymeetc" style="left:420px; top:187px; width:185px; height:19px; "/>
- <line id="line14" class="line_2" style="x1:0px; y1:172px; x2:755px; y2:172px; "/>
- <select1 id="radio2" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spckindcd" appearance="full" cellspacing="50" cols="4" vcellspacing="4" overflow="visible" style="left:95px; top:100px; width:375px; height:40px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/A0650list/A0650">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if ( model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spckindcd") == "06") {
- input11.disabled = false;
- } else {
- input11.disabled = true;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption24" class="cell_1" style="left:0px; top:148px; width:94px; height:23px; text-align:center; vertical-align:middle; ">분리 균명</caption>
- <select1 id="radio4" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/cresepavirus" appearance="full" cellspacing="20" cols="5" vcellspacing="4" overflow="visible" style="left:95px; top:149px; width:355px; height:20px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/A0651list/A0651">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if ( model.getValue("/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/cresepavirus") == "04") {
- input7.disabled = false;
- } else {
- input7.disabled = true;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption16" class="cell_1" style="left:445px; top:220px; width:84px; height:89px; text-align:center; vertical-align:middle; ">
- <![CDATA[MIC
- (E-test,
- 배지희석법,
- 기기)]]>
- </caption>
- <caption id="caption19" class="cell_1" style="left:172px; top:220px; width:90px; height:20px; text-align:center; vertical-align:middle; ">Imipenem</caption>
- <caption id="caption25" class="cell_1" style="left:172px; top:243px; width:90px; height:20px; text-align:center; vertical-align:middle; ">Meropenem</caption>
- <caption id="caption26" class="cell_1" style="left:172px; top:266px; width:90px; height:20px; text-align:center; vertical-align:middle; ">Ertapenem</caption>
- <select1 id="radio5" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spmeropenemval1" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:264px; top:243px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>S</label>
- <value>S</value>
- </item>
- <item>
- <label>I</label>
- <value>I</value>
- </item>
- <item>
- <label>R</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <caption id="caption21" style="left:422px; top:243px; width:24px; height:20px; ">㎜</caption>
- <input id="input12" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spmeropenemval2" style="left:356px; top:243px; width:61px; height:19px; "/>
- <caption id="caption27" style="left:422px; top:266px; width:24px; height:20px; ">㎜</caption>
- <input id="input13" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spertapenemval2" style="left:356px; top:266px; width:61px; height:19px; "/>
- <select1 id="radio6" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spertapenemval1" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:264px; top:266px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>S</label>
- <value>S</value>
- </item>
- <item>
- <label>I</label>
- <value>I</value>
- </item>
- <item>
- <label>R</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <input id="input14" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spetcnmval2" style="left:356px; top:289px; width:61px; height:19px; "/>
- <caption id="caption28" style="left:422px; top:289px; width:24px; height:20px; ">㎜</caption>
- <select1 id="radio7" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spetcnmval1" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:264px; top:291px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>S</label>
- <value>S</value>
- </item>
- <item>
- <label>I</label>
- <value>I</value>
- </item>
- <item>
- <label>R</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <caption id="caption17" class="cell_1" style="left:530px; top:243px; width:85px; height:20px; text-align:center; vertical-align:middle; ">Meropenem</caption>
- <caption id="caption29" class="cell_1" style="left:530px; top:266px; width:85px; height:20px; text-align:center; vertical-align:middle; ">Ertapenem</caption>
- <caption id="caption30" class="cell_1" style="left:530px; top:220px; width:85px; height:20px; text-align:center; vertical-align:middle; ">Imipenem</caption>
- <input id="input15" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/micetcnm" style="left:530px; top:289px; width:85px; height:19px; "/>
- <caption id="caption31" style="left:710px; top:220px; width:35px; height:20px; ">㎕/㎖</caption>
- <input id="input16" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/micimipenemval2" style="left:618px; top:220px; width:87px; height:19px; "/>
- <caption id="caption32" style="left:710px; top:266px; width:35px; height:20px; ">㎕/㎖</caption>
- <input id="input17" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/micertapenemval2" style="left:618px; top:266px; width:87px; height:19px; "/>
- <caption id="caption33" style="left:710px; top:289px; width:35px; height:20px; ">㎕/㎖</caption>
- <input id="input18" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/micetcnmval2" style="left:618px; top:289px; width:87px; height:19px; "/>
- <line id="line7" class="line_2" style="x1:170px; y1:241px; x2:440px; y2:241px; "/>
- <line id="line8" class="line_2" style="x1:170px; y1:264px; x2:440px; y2:264px; "/>
- <line id="line9" class="line_2" style="x1:170px; y1:287px; x2:440px; y2:287px; "/>
- <line id="line13" class="line_2" style="x1:0px; y1:146px; x2:755px; y2:146px; "/>
- <bool id="bool1" checkvalue="Y,N" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/patflag" style="left:93px; top:74px; width:26px; height:20px; "/>
- <caption id="caption12" style="left:116px; top:74px; width:100px; height:20px; ">확진환자</caption>
- <input id="input7" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/cresepavirusetc" style="left:490px; top:150px; width:190px; height:19px; "/>
- <input id="input11" ref="/root/main/infcsmmrsltreptinfo/infcsmmrsltreptlist/spckindetc" style="left:245px; top:120px; width:185px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|