123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>기준자료조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <prcpinfolist>
- <prcplist>
- <check/>
- <prcpcd/>
- <prcpnm/>
- <prcpgenrflag/>
- <prcpstatcd/>
- <careinrmdd/>
- <rcptdd/>
- <execdd/>
- <precureprcpflag/>
- <prcpexecdeptcd/>
- <execdeptcd/>
- </prcplist>
- </prcpinfolist>
- <precureinfolist>
- <precurelist>
- <prcpcd/>
- <prcpnm/>
- <precureprcpflag/>
- <prcpexecdeptcd/>
- </precurelist>
- </precureinfolist>
- <excucdinfolist>
- <excucdlist>
- <prcpcd/>
- <prcpnm/>
- <excuroomcd/>
- <prcpexecdeptcd/>
- </excucdlist>
- </excucdinfolist>
- <cdisinfolist>
- <cdislist>
- <check/>
- <pid/>
- <patnm/>
- <orddd/>
- <calcscorcd/>
- <prcpnm/>
- <excutype/>
- <excutypenm/>
- <prcpstat/>
- <readyn/>
- <acptdt/>
- <insyn/>
- <excucd/>
- <suppdeptcd/>
- <emryn/>
- <prcpdd/>
- <execprcpuniqno/>
- <acptdd/>
- <acpttm/>
- </cdislist>
- </cdisinfolist>
- </main>
- <send>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <suppdeptcd/>
- <excuroomcd/>
- <pid/>
- <prcpdd/>
- <orddeptcd/>
- <prcplist/>
- <cdislist/>
- <gb/>
- <prcpno/>
- </send>
- <init>
- <cmb_info>
- <suppdept>
- <suppdeptcd/>
- <depthngnm/>
- </suppdept>
- </cmb_info>
- <dept_info>
- <initprcpexecdeptcd>
- <prcpexecdeptcdid/>
- <prcpexecdeptcdnm/>
- </initprcpexecdeptcd>
- </dept_info>
- <deptlist>
- <dept>
- <deptcd/>
- <depthngnm/>
- </dept>
- </deptlist>
- <baseinfo>
- <initexecprcpstatcd/>
- </baseinfo>
- <excuroom_info>
- <initexecroom>
- <excuroomcdid/>
- <excuroomcdnm/>
- </initexecroom>
- </excuroom_info>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <bind id="bind_prcpstatcd" ref="/root/main/prcphist/prcplist/execprcpstatcd" readonly="../execprcpstatcd!=''"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- aezfSetSuppDeptcd();
-
- // btn_patprcp.selected = true;
- // CDIS 연동체크 활성화
- btn_cdis.selected = true;
- ipt_date1.value = getCurrentDate();
-
- //진료과리스트 - 외래간호메인의 진료과 기준으로 세팅 -> 2008-02-11
- var instcd = getUserInfo("dutplceinstcd");
- var standard_yn = "rcptuseyn";
- var ord_deptflag = 'X';
- var rslt_ref = "/root/init/deptlist";
- var sort_field = "depthngnm";
- var sort_method = "asc";
- zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_field, sort_method); //진료과리스트조회
-
- //처방상태 공통코드 갖고오기
- zbcfGetCodeList( new Array("M0011"), new Array("/root/init/baseinfo/initexecprcpstatcd") );
- submit("TRZBC00101", false);
-
- // 수행부서 코드 가져오기
- submit("TRAEB00205", false);
-
- // 지원부서 가져오기
- submit("TRAEA01301");
- sortNodeList("/root/init/cmb_info/suppdept", "depthngnm", "asc");
- cmb_deptcd.refresh();
- // 기능검사에서 호출한지 확인하여 조회기준 제한두기
- //사용할때는 common.js 파일이 필요
- if (checkOpener()) { //opener 검사
- var param = opener.javascript.getParameter("opener_parameter_id"); //opener parameter value를 get
-
- // alert("넘어온 파라미터:" + param);
- if(param == "OldOrder") { // opener parameter value가 있는 경우
- button87.disabled = true;
- but_oldOrder.visible = true;
-
- // CDIS 선택박스 보여주기, update 컬럼은 숨김
- grd_cdislist.colHidden(1) = false;
- grd_cdislist.colHidden(2) = true;
-
- model.setValue("/root/send/gb",param);
-
- // alert("구분자 입력됐니?!" + model.getValue("/root/send/gb"));
- }
- }
-
- ]]>
- </script>
- <submission id="TRAEA01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/globalinstance" replace="instance" resultref="/root/init/cmb_info"/>
- <submission id="TRAEB00205" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/globalinstance" replace="instance" resultref="/root/init/dept_info"/>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRAEA04301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/excucdinfolist"/>
- <submission id="TRAEA04302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/prcpinfolist"/>
- <submission id="TRAEA04303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/precureinfolist"/>
- <submission id="TRAEA04304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/excuroom_info"/>
- <submission id="TRAEA04305" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cdisinfolist"/>
- <submission id="TXAEA04301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <submission id="TXAEA04302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <submission id="TXAEA04303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <!--위수탁 20160524 -->
- <submission id="TXAEA04307" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <submission id="TRZBC00101"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1150" pageheight="800" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:1080px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">데이터관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1080px; height:722px; ">
- <switch id="switch1" style="left:0px; top:26px; width:1065px; height:685px; ">
- <case id="case1">
- <datagrid id="datagrid3" nodeset="/root/main/excucdinfolist/excucdlist" scroll="vertical" caption="코드^코드명^검사실^수가수행부서" colsep="^" colwidth="80, 147, 107, 145" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:535px; top:75px; width:520px; height:600px; ">
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <col disabled="true" editmode="input" ref="excuroomcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/cmb_info/initexecroom">
- <label ref="excuroomcdnm"/>
- <value ref="excuroomcdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="prcpexecdeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- datagrid3.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <group id="group4" style="left:5px; top:30px; width:520px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:520px; height:35px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:85px; height:17px; ">진료과 :</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/orddeptcd" class="combo_s_essential" appearance="minimal" style="left:95px; top:8px; width:245px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/deptlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- submit("TRAEA04303");
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption4" class="cell_1" style="left:535px; top:5px; width:520px; height:23px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; ">검사실 기준자료 마스터</caption>
- <group id="group5" style="left:535px; top:30px; width:520px; height:35px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:520px; height:35px; "/>
- <caption id="caption3" class="search_name" style="left:15px; top:9px; width:117px; height:17px; ">지원부서 :</caption>
- <caption id="caption5" class="search_name" style="left:270px; top:9px; width:117px; height:17px; ">검사실 :</caption>
- <select1 id="cmb_excuroom" ref="/root/send/excuroomcd" class="combo_s_essential" appearance="minimal" style="left:349px; top:8px; width:145px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/excuroom_info/initexecroom">
- <label ref="excuroomcdnm"/>
- <value ref="excuroomcdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- submit("TRAEA04301");
- ]]>
- </script>
- </select1>
- <select1 id="cmb_deptcd" ref="/root/send/suppdeptcd" class="combo_s_essential" appearance="minimal" style="left:107px; top:8px; width:145px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cmb_info/suppdept">
- <label ref="depthngnm"/>
- <value ref="suppdeptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/globalinstance/instance1", model.getValue("/root/send/suppdeptcd"));
- submit("TRAEA04304");
-
- model.setValue("/root/send/excuroomcd", "");
- submit("TRAEA04301");
-
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption15" class="cell_1" style="left:4px; top:5px; width:520px; height:23px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; ">선처치 마스터</caption>
- <line id="line2" class="line_1" style="x1:4px; y1:70px; x2:524px; y2:70px; "/>
- <datagrid id="grd_precure" nodeset="/root/main/precureinfolist/precurelist" scroll="vertical" caption="코드^코드명^선처치^(수가)시행부서" colsep="^" colwidth="80, 198, 46, 153" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:4px; top:75px; width:520px; height:600px; ">
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <col ref="precureprcpflag"/>
- <col disabled="true" ref="prcpexecdeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_precure.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <line id="line5" class="line_1" style="x1:535px; y1:70px; x2:1055px; y2:70px; "/>
- </case>
- <case id="case2">
- <group id="group6" style="left:5px; top:9px; width:1050px; height:35px; vertical-align:top; ">
- <shape id="roundrect4" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1050px; height:35px; "/>
- <caption id="caption8" class="search_name" style="left:15px; top:9px; width:117px; height:17px; ">등록번호 :</caption>
- <line id="line4" class="line_4" style="x1:934px; y1:7px; x2:934px; y2:29px; "/>
- <caption id="caption9" class="search_name" style="left:290px; top:9px; width:117px; height:17px; ">처방일자 :</caption>
- <input id="input1" ref="/root/send/pid" class="input_s_essential" style="left:110px; top:8px; width:130px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- inputEnterKey("btn_sea","DOMActivate")
-
- ]]>
- </script>
- </input>
- <input id="ipt_date1" ref="/root/send/prcpdd" class="input_s_essential" inputtype="date" style="left:384px; top:8px; width:102px; height:19px; "/>
- <button id="btn_sea" class="btn1_letter2" style="left:965px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(model.getValue("/root/send/pid") == "" ) {
- messageBox("등록번호를 ", "C001");
- return;
- }else {
- submit("TRAEA04302");
- }
-
- ]]>
- </script>
- </button>
- <caption id="caption10" class="search_name" style="left:540px; top:9px; width:117px; height:17px; ">처방수행부서 :</caption>
- <select1 id="combo1" ref="/root/send/globalinstance/instance1" appearance="minimal" editmode="inputsearch" style="left:660px; top:8px; width:155px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- for (var i = 1; i < datagrid1.rows; i++){
- if (model.getValue("/root/main/prcpinfolist/prcplist[" + i + "]/check") == "Y"){
- model.setValue("/root/main/prcpinfolist/prcplist[" + i + "]/prcpexecdeptcd", model.getValue("/root/send/globalinstance/instance1"));
- }
- }
- model.refresh();
- ]]>
- </script>
- </select1>
- </group>
- <line id="line3" class="line_1" style="x1:5px; y1:49px; x2:1055px; y2:49px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/prcpinfolist/prcplist" scroll="vertical" caption="선택^처방코드^코드명^구분^처방상태^입실확인^수납여부^실시일자^선처치^처방수행부서^실행부서" colsep="^" colwidth="31, 90, 199, 37, 83, 79, 68, 80, 60, 140, 140" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:54px; width:1050px; height:596px; ">
- <col checkvalue="Y,N" ref="check" type="checkbox"/>
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <col ref="prcpgenrflag" style="text-align:center; "/>
- <col ref="prcpstatcd" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/initexecprcpstatcd/M0011">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="careinrmdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="rcptdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="precureprcpflag" style="text-align:center; "/>
- <col disabled="true" ref="prcpexecdeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="execdeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- datagrid1.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/main/prcpinfolist/prcplist[" + datagrid1.row + "]/check") == "Y"){
- model.setValue("/root/main/prcpinfolist/prcplist[" + datagrid1.row + "]/prcpexecdeptcd", model.getValue("/root/send/globalinstance/instance1"));
- }
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <button id="btn_save" class="btn4_letter2" style="left:995px; top:655px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var nodeList = instance1.selectNodes("/root/main/prcpinfolist/prcplist[check='Y']");
- var rCSV = getNodeListCSV(nodeList);
- if ( rCSV == null ) {
- messageBox("처방내역을 ","C002");
- return "0";
- }
- model.setValue("/root/send/prcplist", rCSV);
- if (submit("TXAEA04301")){
- submit("TRAEA04302");
- }
- ]]>
- </script>
- </button>
- </case>
- <case id="case3" selected="true">
- <group id="group2" style="left:5px; top:9px; width:1050px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1050px; height:35px; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:9px; width:117px; height:17px; ">등록번호 :</caption>
- <line id="line1" class="line_4" style="x1:934px; y1:7px; x2:934px; y2:29px; "/>
- <caption id="caption7" class="search_name" style="left:305px; top:9px; width:117px; height:17px; ">처방일자 :</caption>
- <input id="input2" ref="/root/send/pid" class="input_s_essential" style="left:110px; top:8px; width:130px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if( btn_patprcplist.selected == true ) {
- inputEnterKey("btn_sea","DOMActivate");
- }
- if( btn_cdis.selected == true ) {
- inputEnterKey("btn_sea2","DOMActivate");
- }
-
-
- ]]>
- </script>
- </input>
- <input id="input3" ref="/root/send/prcpdd" class="input_s_essential" inputtype="date" style="left:399px; top:8px; width:102px; height:19px; "/>
- <button id="btn_sea2" class="btn1_letter2" style="left:965px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(model.getValue("/root/send/pid") == "" ) {
- messageBox("등록번호를 ", "C001");
- return;
- }else {
-
- submit("TRAEA04305");
- // 조회 후에 과거처방 대상자 조회시 선택버튼 숨김기능 풀어주기 위해( 최초 풀어주지만 조회시 다시 숨겨짐)
- var tmp = model.getValue("/root/send/gb");
- if(tmp == "OldOrder") { // opener parameter value가 있는 경우
- // CDIS 선택박스 보여주기
- grd_cdislist.colHidden(1) = false;
- }
- }
-
-
- ]]>
- </script>
- </button>
- <button id="button87" class="btn5_letter8" style="left:807px; top:8px; width:108px; height:19px; ">
- <caption>장비기준자료Ins</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TXAEA04302");
- ]]>
- </script>
- </button>
- <button id="but_oldOrder" class="btn5_letter8" visibility="hidden" style="left:685px; top:8px; width:108px; height:19px; ">
- <caption>과거처방 자료Ins</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 입력된 자료를 선택했을때 알려주기
- var row = 0;
- var row = grd_cdislist.row;
- if(model.getValue("/root/main/cdisinfolist/cdislist["+ row +"]/prcpstat")=="Y"){
- messageBox("이미 입력이","I002");
- return(0);
- }
-
- // 선택된 리스트만 노트에 담아서 Insert 하도록 한다
- var nodeList = instance1.selectNodes("/root/main/cdisinfolist/cdislist[check='Y']");
- var rCSV = getNodeListCSV(nodeList);
-
- if ( rCSV == null ) {
- messageBox("처방내역을 ","C002");
- return "0";
- }
- model.setValue("/root/send/cdislist", rCSV);
- if (submit("TXAEA04303")){
- submit("TRAEA04305");
-
- // 조회 후에 과거처방 대상자 조회시 선택버튼 숨김기능 풀어주기 위해( 최초 풀어주지만 조회시 다시 숨겨짐)
- var tmp = model.getValue("/root/send/gb");
- if(tmp == "OldOrder") { // opener parameter value가 있는 경우
- // CDIS 선택박스 보여주기
- grd_cdislist.colHidden(1) = false;
- }
-
- }
- ]]>
- </script>
- </button>
- <button id="btn_request" class="btn3_letter8" style="left:675px; top:10px; width:128px; height:22px; ">
- <caption>위수탁실시완료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TXAEA04307");
- ]]>
- </script>
- </button>
- <input id="ipt_execprcpuniqno" ref="/root/send/prcpno" class="input_s_essential" style="left:510px; top:10px; width:155px; height:19px; "/>
- </group>
- <line id="line6" class="line_1" style="x1:5px; y1:49px; x2:1055px; y2:49px; "/>
- <datagrid id="grd_cdislist" nodeset="/root/main/cdisinfolist/cdislist" scroll="vertical" caption="선택^^등록번호^환자명^진료일자^처방코드^검사명^검사실코드^검사실명^처방상태^READYN^ACPTDT^등록여부^기준자료코드^지원부서코드^EMR연동" colsep="^" colwidth="33, 18, 66, 56, 75, 56, 116, 95, 80, 58, 72, 84, 60, 78, 110, 55" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:54px; width:1050px; height:621px; ">
- <col checkvalue="Y,N" ref="check" type="checkbox" visibility="hidden"/>
- <col ref="update" style="background-image:../../../com/commonweb/images/icon_n.gif; background-position:center; "/>
- <col ref="pid"/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="calcscorcd" type="combo" visibility="hidden" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="prcpnm" style="text-align:center; "/>
- <col ref="excutype" style="text-align:center; "/>
- <col ref="excutypenm" format="yyyy-mm-dd" style="text-align:left; "/>
- <col ref="prcpstat" style="text-align:center; "/>
- <col ref="readyn" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="acptdt" format="yyyy-mm-dd hh:mm" style="text-align:center; "/>
- <col ref="insyn" style="text-align:center; "/>
- <col disabled="true" ref="excucd" type="output" style="text-align:left; "/>
- <col disabled="true" ref="suppdeptcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/dept_info/initprcpexecdeptcd">
- <label ref="prcpexecdeptcdnm"/>
- <value ref="prcpexecdeptcdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="emryn" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- datagrid1.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onmouseup">
- <![CDATA[
-
- if (isDataCell()) {
- for ( var i = 1; i < grd_cdislist.rows; i++) {
- model.setValue("/root/main/cdisinfolist/cdislist[" + i + "]/check", "N");
- }
- for ( var i =0 ; i< grd_cdislist.selectedRows;i++){
- model.setValue("/root/main/cdisinfolist/cdislist[" + grd_cdislist.selectedRow(i) + "]/check", "Y");
- }
- }
- model.refresh();
- ]]>
- </script>
- </datagrid>
- </case>
- </switch>
- <button id="btn_patprcp" class="btn_sw" group="tab" style="left:0px; top:5px; width:132px; height:22px; ">
- <caption>선처치/기준자료 비교</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="btn_cdis" class="btn_sw" group="tab" style="left:268px; top:5px; width:97px; height:22px; ">
- <caption>CDIS연동체크</caption>
- <toggle case="case3" ev:event="onclick"/>
- </button>
- <button id="btn_patprcplist" class="btn_sw" group="tab" style="left:134px; top:5px; width:132px; height:22px; ">
- <caption>환자별 처방정보조회</caption>
- <toggle case="case2" ev:event="onclick"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|