123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <mntrinfo>
- <mntrlist/>
- </mntrinfo>
- <mntrdetlinfo>
- <monlist>
- <stepno/>
- <condgrde/>
- <guidedocucnts/>
- <alertcondflag/>
- <alertcondcnt/>
- <cpgmntrflag/>
- <slipnm/>
- <slipno/>
- <sliphistno/>
- </monlist>
- <mntrcondiflist>
- <alertcdflag/>
- <alertrem/>
- <refhval/>
- <reflval/>
- <itemcd/>
- <itemnm/>
- <grupcd/>
- </mntrcondiflist>
- <mntrcondthenlist>
- <alertcdflag/>
- <grupcd/>
- <itemcd/>
- <itemnm/>
- <refhval/>
- <reflval/>
- <refval/>
- <slipno/>
- <sliphistno/>
- <alertgrde/>
- <alertprecondyn/>
- </mntrcondthenlist>
- </mntrdetlinfo>
- <cond>
- <condbutton/>
- <mntrsex/>
- <mntrage/>
- <mntrnurtpr/>
- </cond>
- <monitoringinfo>
- <monitoringlist/>
- </monitoringinfo>
- <condtheninfo>
- <condthenlist/>
- </condtheninfo>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var alertcdflag = instance1.selectSingleNode("/root/main/mntrdetlinfo/mntrcondiflist/alertcdflag");
- model.setValue(alertcdflag , "01");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="740" pageheight="473" guideline="1,724;2,458;">
- <caption id="caption24" style="left:240px; top:370px; width:118px; height:20px; ">( 개/전체)</caption>
- <datagrid id="grd_condthenlist" nodeset="/root/main/mntrdetlinfo/mntrcondthenlist" caption="구분^groupcd^itemcd^slipno^sliphistno^alertgrde^refseq^alertprecondyn^항목명^refhval^reflval^모니터링 기준^단위" colsep="^" colwidth="85, 9, 16, 16, 19, 14, 8, 8, 280, 13, 15, 142, 83" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:90px; top:252px; width:635px; height:112px; ">
- <col ref="alertcdflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/M0505/M0505">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="grupcd" visibility="hidden"/>
- <col ref="itemcd" visibility="hidden"/>
- <col ref="slipno" visibility="hidden"/>
- <col ref="sliphistno" visibility="hidden"/>
- <col ref="alertgrde" visibility="hidden"/>
- <col ref="refseq" visibility="hidden"/>
- <col ref="alertprecondyn" visibility="hidden"/>
- <col ref="itemnm"/>
- <col ref="refhval" visibility="hidden"/>
- <col ref="reflval" visibility="hidden"/>
- <col ref="refval"/>
- <col/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var sCol = grd_condthenlist.col;
- var sRow = grd_condthenlist.row;
- if (sCol == "1") {
- var noworw = grd_condthenlist.rows-1;
- var alertcdflag = model.getValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + noworw + "]/alertcdflag");
- model.setValue("/root/main/cond/alertcdflag", alertcdflag);
- if (alertcdflag == "01") { // 진단검사
- modal("SPMQP01000");
- } else if (alertcdflag == '02') {// 핵의학체외검사
- modal("SPMQP01000");
- } else if (alertcdflag == '03') {// 진단
- modal("SPMQP01600");
- } else if (alertcdflag == '04') {// 수술
- modal("SPMQP01700");
- } else if (alertcdflag == '05') {//주호소
- modal("SPMQP01800");
- } else if (alertcdflag == '06') {// 성별
- group1.visible = true;
- } else if (alertcdflag == '07') {// 연령
- group2.visible = true;
- } else if (alertcdflag == '08') {// 임상관찰기록
- modal("SPMQP00900");
- } else if (alertcdflag == '09') {// I/O
- modal("SPMQP00900");
- } else if (alertcdflag == '10') {// 혈당간호기록
- group3.visible = true;
- }
-
- var rtnparam = getParameter("SPMQPO00300_rtn");
- rtnparam = rtnparam.split("▩");
- for(i = 1; i< rtnparam.length-1; i++){
- var tmpstr = rtnparam[i];
- tmpstr = tmpstr.split("▦");
- var currow = grd_condthenlist.rows-1;
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/slipno" , model.getValue("/root/main/mntrdetlinfo/monlist/slipno"));
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/itemcd" , tmpstr[1]);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/itemnm" , tmpstr[2]);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/grupcd" , tmpstr[0]);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/sliphistno" , model.getValue("/root/main/mntrdetlinfo/monlist/sliphistno"));
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/refval" , tmpstr[4] + "~" + tmpstr[3]);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/refhval" , tmpstr[3]);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/reflval" , tmpstr[4]);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/alertgrde" , model.getValue("/root/main/mntrdetlinfo/monlist/condgrde"));
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/alertcdflag" , alertcdflag);
- model.makeValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + currow + "]/alertprecondyn" ,"N" );
- grd_condthenlist.addRow(false);
-
- }
- model.refresh();
- clearParameter("SPMQPO00300_rtn");
- }
- ]]>
- </script>
- </datagrid>
- <input id="ipt_slipnm" ref="/root/main/mntrdetlinfo/monlist/slipnm" class="input_essential" navindex="1" style="left:90px; top:156px; width:635px; height:19px; "/>
- <line id="line10" class="line_2" style="x1:3px; y1:391px; x2:725px; y2:391px; "/>
- <line id="line21" class="line_2" style="x1:3px; y1:365px; x2:725px; y2:365px; "/>
- <line id="line11" class="line_2" style="x1:3px; y1:416px; x2:725px; y2:416px; "/>
- <button id="button5" class="btn2_letter2" disable.background-image="../../../com/commonweb/images/dis_btn2_letter2.gif" style="left:682px; top:231px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn2_letter2.gif; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var getRowno = deleteSelectedRows(grd_condthenlist, true);
- grd_condthenlist.addStatus(getRowno,"delete");
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_2" style="x1:3px; y1:178px; x2:725px; y2:178px; "/>
- <caption id="caption21" class="cell_1" style="left:3px; top:230px; width:85px; height:134px; ">조건[THEN]</caption>
- <caption id="caption22" class="cell_1" style="left:3px; top:367px; width:85px; height:23px; ">알람 조건</caption>
- <input id="ipt_alertcondcnt" ref="/root/main/mntrdetlinfo/monlist/alertcondcnt" style="left:251px; top:370px; width:55px; height:19px; "/>
- <caption id="caption23" class="cell_1" style="left:3px; top:179px; width:85px; height:23px; ">목적</caption>
- <select1 id="cmb_alertcdflag" ref="/root/main/mntrdetlinfo/mntrcondiflist/alertcdflag" appearance="minimal" style="left:157px; top:207px; width:128px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/M0505/M0505">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption12" class="cell_1" style="left:3px; top:154px; width:85px; height:23px; ">제목</caption>
- <line id="line16" class="line_1" style="x1:0px; y1:16px; x2:725px; y2:16px; "/>
- <caption id="caption13" class="cell_1" style="left:3px; top:204px; width:85px; height:23px; ">조건[IF]</caption>
- <line id="line17" class="line_2" style="x1:3px; y1:203px; x2:725px; y2:203px; "/>
- <caption id="caption25" class="cell_1" style="left:3px; top:392px; width:85px; height:23px; ">알람 방법</caption>
- <caption id="caption14" class="tit_2" style="left:2px; top:2px; width:142px; height:14px; ">모니터링 리스트</caption>
- <line id="line18" class="line_2" style="x1:4px; y1:228px; x2:725px; y2:228px; "/>
- <caption id="caption15" class="cell_1" style="left:3px; top:418px; width:85px; height:42px; ">알람후 권고</caption>
- <line id="line19" class="line_2" style="x1:90px; y1:228px; x2:725px; y2:228px; "/>
- <button id="button10" class="btn2_letter2" disable.background-image="../../../com/commonweb/images/dis_btn2_letter2.gif" style="left:638px; top:231px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn2_letter2.gif; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/condbutton", "THEN");
- grd_condthenlist.addRow();
- ]]>
- </script>
- </button>
- <caption id="caption16" class="cell_1" style="left:90px; top:204px; width:65px; height:23px; ">구분</caption>
- <select1 id="radio3" ref="/root/main/mntrdetlinfo/monlist/cpgmntrflag" navindex="2" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:90px; top:181px; width:310px; height:20px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/M0514/M0514">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <textarea id="textarea2" ref="/root/main/mntrdetlinfo/monlist/guidedocucnts" scroll="autovscroll" style="left:90px; top:418px; width:635px; height:42px; "/>
- <select1 id="radio4" ref="/root/main/mntrdetlinfo/monlist/alertcondflag" navindex="2" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:90px; top:370px; width:150px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체충족</label>
- <value>A</value>
- </item>
- <item>
- <label>일부충족</label>
- <value>P</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var alertcondflag = model.getValue("/root/main/mntrdetlinfo/monlist/alertcondflag");
- if (alertcondflag == "P") {
- ipt_alertcondcnt.disabled = false;
- model.setValue("/root/main/mntrdetlinfo/monlist/alertcondcnt", "");
- } else {
- var rows = grd_condthenlist.rows - 1
- model.setValue("/root/main/mntrdetlinfo/monlist/alertcondcnt", rows);
- ipt_alertcondcnt.disabled = true;
- }
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="radio5" ref="/root/main/mntrdetlinfo/monlist/condgrde" navindex="2" appearance="full" cellspacing="3" cols="6" overflow="visible" style="left:90px; top:394px; width:450px; height:20px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/M0507/M0507">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="input5" ref="/root/main/mntrdetlinfo/mntrcondiflist/alertrem" style="left:310px; top:207px; width:415px; height:19px; "/>
- <button id="button12" class="icon_search" navindex="4" style="left:289px; top:207px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/condbutton", "IF");
- var alertcdflag = model.getValue("/root/main/mntrdetlinfo/mntrcondiflist/alertcdflag");
- model.setValue("/root/main/cond/alertcdflag", alertcdflag);
- if (alertcdflag == "01") { // 진단검사
- modal("SPMQP01000");
- } else if (alertcdflag == '02') {// 핵의학체외검사
- modal("SPMQP01000");
- } else if (alertcdflag == '03') {// 진단
- modal("SPMQP01600");
- } else if (alertcdflag == '04') {// 수술
- modal("SPMQP01700");
- } else if (alertcdflag == '05') {//주호소
- modal("SPMQP01800");
- } else if (alertcdflag == '06') {// 성별
- modal("SPMQP01000");
- } else if (alertcdflag == '07') {// 연령
- modal("SPMQP01000");
- } else if (alertcdflag == '08') {// 임상관찰기록
- modal("SPMQP00900");
- } else if (alertcdflag == '09') {// I/O
- modal("SPMQP00900");
- } else if (alertcdflag == '10') {// 혈당간호기록
- modal("SPMQP01000");
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <datagrid id="grd_mntrlist" nodeset="/root/main/mntrinfo/mntrlist" caption="제목^목적^코드명" colsep="^" colwidth="296, 307, 117" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:21px; width:725px; height:109px; ">
- <col ref="slipnm"/>
- <col ref="cpgmntrnm"/>
- <col/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if (isDataCell() == true) {
- var row = grd_mntrlist.row;
- }
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (isDataCell() == true) {
- model.makeNode("/root/main/mntrdetlinfo/mntrcondiflist")
- model.makeNode("/root/main/mntrdetlinfo/mntrcondthenlist")
- var row = grd_mntrlist.row;
- var slipno = model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/slipno");
- var sliphistno = model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/sliphistno");
- model.makeValue("/root/send/reqdata/slipno" , slipno);
- model.makeValue("/root/send/reqdata/sliphistno" , sliphistno);
- submit("TRMQP00402");
-
- model.copyNode("/root/main/mntrdetlinfo" ,"/root/hidden");
-
- model.makeValue("/root/main/mntrdetlinfo/monlist/stepno" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/stepno"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/condgrde" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/alertgrde"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/guidedocucnts" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/guidedocucnts"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/alertcondflag" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/alertcondflag"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/alertcondcnt" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/alertcondcnt"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/cpgmntrflag" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/cpgmntrflag"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/slipnm" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/slipnm"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/slipno" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/slipno"));
- model.makeValue("/root/main/mntrdetlinfo/monlist/sliphistno" , model.getValue("/root/main/mntrinfo/mntrlist[" + row + "]/sliphistno"));
-
- var itemnm = model.getValue("/root/main/mntrdetlinfo/mntrcondiflist/itemnm");
- var refhval = model.getValue("/root/main/mntrdetlinfo/mntrcondiflist/refhval");
- var reflval = model.getValue("/root/main/mntrdetlinfo/mntrcondiflist/reflval");
-
- model.makeValue("/root/main/mntrdetlinfo/mntrcondiflist/alertrem" , itemnm + ":" + reflval + "~" + refhval );
- model.refresh();
-
- // 진단검사, 핵의학체외검사, I/O, 임상관찰기록일 경우 상한치 하한치값을 항목에 넣어줌
- for ( i = 1 ; i < grd_condthenlist.rows; i ++ ) {
- var alertcdflag = model.getValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + i + "]/alertcdflag");
- if (alertcdflag == "01" || alertcdflag == "02" || alertcdflag == "08" || alertcdflag == "09" ) {
- var itemnm = model.getValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + i + "]/itemnm");
- var refhval = model.getValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + i + "]/refhval");
- var reflval = model.getValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + i + "]/reflval");
- var refval = itemnm + " :" + reflval +"~" + refhval;
-
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + i + "]/refval", refval);
- }
- }
-
- // 알람조건을 개인을 클릭할 경우 충족조건을 입력할 수 있도록 전체일 경우는 Row수를 넣어줌
- var alertcondflag = model.getValue("/root/main/mntrdetlinfo/monlist/alertcondflag");
- if (alertcondflag == "P") {
- ipt_alertcondcnt.disabled = false;
- model.setValue("/root/main/mntrdetlinfo/monlist/alertcondcnt", "");
- } else {
- var rows = grd_condthenlist.rows - 1
- model.setValue("/root/main/mntrdetlinfo/monlist/alertcondcnt", rows);
- ipt_alertcondcnt.disabled = true;
- }
- model.refresh();
- }
-
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:149px; x2:725px; y2:149px; "/>
- <caption id="caption1" class="tit_2" style="left:0px; top:135px; width:142px; height:13px; ">모니터링 상세내역</caption>
- <caption id="caption11" class="cell_1" style="left:402px; top:179px; width:80px; height:23px; ">선택 STEP</caption>
- <select1 id="cmb_selectstep" ref="/root/main/mntrdetlinfo/monlist/stepno" navindex="1" appearance="minimal" style="left:485px; top:181px; width:239px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/stepinfo/info">
- <label ref="stepnm"/>
- <value ref="stepno"/>
- </itemset>
- </choices>
- </select1>
- <group id="group1" disabled="false" visibility="hidden" style="left:300px; top:290px; width:220px; height:30px; background-color:#99ccff; border-color:#3366ff; border-style:solid; ">
- <caption id="caption5" style="left:5px; top:5px; width:54px; height:20px; font-weight:bold; vertical-align:middle; ">성별</caption>
- <button id="btn_cnfm" class="btn2_letter2" style="left:128px; top:4px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sRow = grd_condthenlist.row;
- var sSex = model.getValue("/root/main/cond/mntrsex");
- var sSexnm = ""
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + sRow + "]/itemcd", sSex);
- if (sSex =="M" ) {
- sSexnm = "남자";
- } else if (sSex == "F") {
- sSexnm = "여자";
- }
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + sRow + "]/itemnm", sSexnm);
- grd_condthenlist.rebuild();
- group1.visible = false;
- ]]>
- </script>
- </button>
- <select1 id="cmb_sex" ref="/root/main/cond/mntrsex" class="combo_search" appearance="minimal" style="left:41px; top:4px; width:83px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0313/P0313">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_cncl" class="btn2_letter2" style="left:172px; top:4px; width:42px; height:19px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/mntrsex", "");
- group1.visible = false;
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" disabled="false" visibility="hidden" style="left:300px; top:290px; width:220px; height:30px; background-color:#99ccff; border-color:#3366ff; border-style:solid; ">
- <caption id="caption2" style="left:5px; top:5px; width:54px; height:20px; font-weight:bold; vertical-align:middle; ">연령</caption>
- <button id="button1" class="btn2_letter2" style="left:128px; top:4px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sRow = grd_condthenlist.row;
- var sAge = model.getValue("/root/main/cond/mntrage");
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + sRow + "]/itemcd", sAge);
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + sRow + "]/itemnm", sAge);
- grd_condthenlist.rebuild();
- group2.visible = false;
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter2" style="left:172px; top:4px; width:42px; height:19px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/mntrage", "");
- group2.visible = false;
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/main/cond/mntrage" style="left:39px; top:4px; width:70px; height:19px; "/>
- <caption id="caption3" style="left:109px; top:6px; width:15px; height:20px; ">세</caption>
- </group>
- <group id="group3" disabled="false" visibility="hidden" style="left:300px; top:290px; width:220px; height:50px; background-color:#99ccff; border-color:#3366ff; border-style:solid; ">
- <caption id="caption4" style="left:5px; top:5px; width:80px; height:20px; font-weight:bold; vertical-align:middle; ">혈당간호기록</caption>
- <button id="button3" class="btn2_letter2" style="left:119px; top:24px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sRow = grd_condthenlist.row;
- var sNurtpr = model.getValue("/root/main/cond/mntrnurtpr");
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + sRow + "]/itemcd", sNurtpr);
- model.setValue("/root/main/mntrdetlinfo/mntrcondthenlist[" + sRow + "]/itemnm", sNurtpr);
- grd_condthenlist.rebuild();
- group3.visible = false;
- ]]>
- </script>
- </button>
- <button id="button4" class="btn2_letter2" style="left:162px; top:24px; width:42px; height:19px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cond/mntrnurtpr", "");
- group3.visible = false;
- ]]>
- </script>
- </button>
- <input id="input2" ref="/root/main/cond/mntrnurtpr" style="left:94px; top:4px; width:110px; height:19px; "/>
- </group>
- <button id="button6" class="btn2_letter2" disable.background-image="../../../com/commonweb/images/dis_btn2_letter2.gif" style="left:682px; top:130px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn2_letter2.gif; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removenode("/root/main/mntrdetlinfo");
- model.makeNode("/root/mntrdetlinfo");
- model.copyNode("/root/main/mntrdetlinfo", "/root/init/mntrdetlinfo");
- model.refresh();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|