| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!-- 사용 안 함. aftjudgstat로 옮겨 감 -->
- <?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>심사현황판</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <getdata>
- <jewon>
- <all_cnt/>
- <non_cnt/>
- <spcl_cnt/>
- <rtyn_cnt/>
- <tiyn_cnt/>
- <tstat_cnt/>
- <g_cnt/>
- <r_cnt/>
- </jewon>
- <isol>
- <pid/>
- <hngnm/>
- <reqdeptcd/>
- <requserid/>
- <roomnm/>
- <cnststat/>
- <insuyn/>
- </isol>
- <operstat>
- <non_cnt/>
- <dey_cnt/>
- <don_cnt/>
- </operstat>
- <injudgstat>
- <clamym/>
- <clamdg/>
- <totcnt/>
- <acnt/>
- <ccnt/>
- <dcnt/>
- <ncnt/>
- </injudgstat>
- <outjudgstat>
- <clamym/>
- <clamdg/>
- <totcnt/>
- <acnt/>
- <ccnt/>
- <dcnt/>
- <ncnt/>
- </outjudgstat>
- <obtastat>
- <obtappflag/>
- <restterm/>
- <clamym/>
- <clamdg/>
- <ordfildcd/>
- <ioflag/>
- <acptno/>
- </obtastat>
- <obtanonstat>
- <obtappdd/>
- <restterm/>
- <clamym/>
- <clamdg/>
- <ordfildcd/>
- <ioflag/>
- <acptno/>
- <obtappflag/>
- </obtanonstat>
- <notistat>
- <notidd/>
- <docuno/>
- <clamdg/>
- <clamseqno/>
- <ordfildcd/>
- <ioflag/>
- <acptno/>
- </notistat>
- <returnstat>
- <clamym/>
- <clamdg/>
- <ordfildcd/>
- <ioflag/>
- <pid/>
- <hngnm/>
- <deptcd/>
- </returnstat>
- <holdstat>
- <clamym/>
- <clamdg/>
- <ordfildcd/>
- <ioflag/>
- <pid/>
- <hngnm/>
- <deptcd/>
- </holdstat>
- </getdata>
- </main>
- <init>
- <U0001list/>
- </init>
- <send>
- <basedd/>
- <judgrid/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 화면 초기화
- fInitialize();
- // 심사자별 검색이므로 전체 옵션은 뺀다(첫번째가 빈 값이 들어 온다)
- if( model.getValue("/root/init/U0001list/U0001[1]/cdid") == "")
- {
- model.removenode("/root/init/U0001list/U0001[1]");
- cmb_judgrid.refresh();
- }
-
- cmb_judgrid.value = getUserId(); // 세션 아이디 채워 넣자
-
- var cnt = 1;
- var chk_id = model.getValue("/root/init/U0001list/U0001[ " + cnt + "]/cdid");
- var runflag = "";
-
- while (chk_id != "")
- {
- cnt = cnt + 1;
- if ( chk_id == getUserId() )
- {
- runflag = "OK";
- }
- chk_id = model.getValue("/root/init/U0001list/U0001[ " + cnt + "]/cdid");
- }
-
- if ( runflag == "OK" )
- {
- submit("TRPIZ01800"); // 로딩시 조회
- }
- ]]>
- </script>
- <!-- submission -->
- <submission id="TRPIZ01800" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/getdata"/>
- <submission id="TRPIB00603" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/U0001list"/>
- </model>
- <!-- js import -->
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.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">
- <![CDATA[
-
- // 화면 초기화
- function fInitialize()
- {
- model.setValue("/root/send/basedd",getCurrentDate()); // 오늘 날짜
- submit("TRPIB00603"); // 심사자 콤보리스트
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1212;2,785;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <!-- TITLE -->
- <group id="group1" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:155px; height:13px; ">심사현황판</caption>
- </group>
- <!-- 전체 그룹 -->
- <group id="group2" scroll="auto" style="left:0px; top:13px; width:1211px; height:742px; ">
- <!-- 조회조건 -->
- <group id="group3" style="left:0px; top:10px; width:1211px; height:30px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:0px; width:1211px; height:30px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:6px; width:73px; height:17px; ">기준일자 :</caption>
- <input id="base_date" ref="/root/send/basedd" class="input_search" disabled="true" navindex="1" inputtype="date" style="left:95px; top:5px; width:100px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:240px; top:6px; width:73px; height:17px; ">심사자 :</caption>
- <select1 id="cmb_judgrid" ref="/root/send/judgrid" navindex="1" appearance="minimal" style="left:320px; top:5px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/U0001list/U0001">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <line id="line1" class="line_4" style="x1:1109px; y1:5px; x2:1109px; y2:27px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="2" style="left:1134px; top:5px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRPIZ01800");
- ]]>
- </script>
- </button>
- </group>
- <!-- 조회 조건 끝 -->
- <caption id="caption28" class="cell_1" style="left:5px; top:45px; width:393px; height:20px; ">심사 현황</caption>
- <caption id="caption33" class="cell_1" style="left:409px; top:45px; width:400px; height:20px; ">심결 및 이의신청 현황</caption>
- <caption id="caption34" class="cell_1" style="left:820px; top:45px; width:391px; height:20px; ">반송/보류 현황</caption>
- <!-- 재원심사현황 시작 -->
- <caption id="caption12" class="tit_2" style="left:5px; top:70px; width:145px; height:13px; ">재원심사현황(당일)</caption>
- <caption id="caption18" class="cell_1" style="left:5px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
- <![CDATA[대상자수]]>
- </caption>
- <caption id="caption19" class="cell_1" style="left:54px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">미심</caption>
- <caption id="caption20" class="cell_1" style="left:103px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
- <![CDATA[ 선별 심사]]>
- </caption>
- <caption id="caption21" class="cell_1" style="left:152px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
- <![CDATA[ 퇴원 예고]]>
- </caption>
- <caption id="caption24" class="cell_1" style="left:201px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
- <![CDATA[ 퇴원 확정]]>
- </caption>
- <caption id="caption25" class="cell_1" style="left:250px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">가퇴원</caption>
- <caption id="caption22" class="cell_1" style="left:299px; top:90px; width:49px; height:30px; text-align:center; background-color:#ccffcc; border-color:#99ccff; border-style:solid; ">G</caption>
- <caption id="caption23" class="cell_1" style="left:348px; top:90px; width:49px; height:30px; text-align:center; background-color:#ffcc99; border-color:#99ccff; border-style:solid; ">R</caption>
- <output id="output1" ref="/root/main/getdata/jewon/all_cnt" class="output_fix" style="left:5px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output2" ref="/root/main/getdata/jewon/non_cnt" class="output_fix" style="left:54px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output3" ref="/root/main/getdata/jewon/spcl_cnt" class="output_fix" style="left:103px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output4" ref="/root/main/getdata/jewon/rtyn_cnt" class="output_fix" style="left:152px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output6" ref="/root/main/getdata/jewon/tiyn_cnt" class="output_fix" style="left:201px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output7" ref="/root/main/getdata/jewon/tstat_cnt" class="output_fix" style="left:250px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output8" ref="/root/main/getdata/jewon/g_cnt" class="output_fix" style="left:299px; top:120px; width:49px; height:19px; text-align:right; "/>
- <output id="output5" ref="/root/main/getdata/jewon/r_cnt" class="output_fix" style="left:348px; top:120px; width:49px; height:19px; text-align:right; "/>
- <!-- 재원심사현황 끝 -->
- <!-- 격리신청서 작성자 시작 -->
- <caption id="caption13" class="tit_2" style="left:5px; top:155px; width:220px; height:13px; ">격리신청서 작성자(7일이내)</caption>
- <datagrid id="grd_isolation" nodeset="/root/main/getdata/isol" class="datagrid2" caption="등록번호^환자명^의뢰과^진료의^병실^회신작성여부^보험확인여부" colsep="^" colwidth="58, 45, 55, 47, 67, 52, 41" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:175px; width:393px; height:125px; text-align:center; ">
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="reqdeptcd"/>
- <col ref="requserid" style="text-align:center; "/>
- <col ref="roomnm"/>
- <col ref="cnststat" style="text-align:center; "/>
- <col ref="insuyn" style="text-align:center; "/>
- </datagrid>
- <!-- 격리신청서 작성자 끝 -->
- <!-- 수술 심사 현황 시작 -->
- <caption id="caption35" class="tit_2" style="left:5px; top:325px; width:35px; height:13px; "/>
- <caption id="caption14" style="left:20px; top:305px; width:60px; height:50px; ">
- <![CDATA[수술심사 현황 (7일이내)]]>
- </caption>
- <caption id="caption15" class="cell_1" style="left:90px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">미심</caption>
- <caption id="caption16" class="cell_1" style="left:194px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">보류</caption>
- <caption id="caption17" class="cell_1" style="left:298px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">완료</caption>
- <output id="input1" ref="/root/main/getdata/operstat/non_cnt" class="output_fix" style="left:130px; top:320px; width:50px; height:19px; text-align:center; "/>
- <output id="input2" ref="/root/main/getdata/operstat/dey_cnt" class="output_fix" style="left:234px; top:320px; width:50px; height:19px; text-align:center; "/>
- <output id="input3" ref="/root/main/getdata/operstat/don_cnt" class="output_fix" style="left:338px; top:320px; width:50px; height:19px; text-align:center; "/>
- <!-- 수술 심사 현황 끝 -->
- <caption id="caption7" class="tit_2" style="left:5px; top:358px; width:100px; height:13px; ">입원심사현황</caption>
- <datagrid id="grd_injudg" nodeset="/root/main/getdata/injudgstat" caption="청구연월^차수^생성건수^미심^보류^완료^삭제" colsep="^" colwidth="63, 39, 55, 55, 61, 55, 41" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:375px; width:393px; height:170px; text-align:center; ">
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="totcnt" format="#,###" style="text-align:right; "/>
- <col ref="acnt" format="#,###" style="text-align:right; "/>
- <col ref="ccnt" format="#,###" style="text-align:right; "/>
- <col ref="dcnt" format="#,###" style="text-align:right; "/>
- <col ref="ncnt" format="#,###" style="text-align:right; "/>
- </datagrid>
- <caption id="caption8" class="tit_2" style="left:5px; top:552px; width:100px; height:13px; ">외래심사현황</caption>
- <datagrid id="grd_outjudg" nodeset="/root/main/getdata/outjudgstat" caption="청구연월^차수^생성건수^미심^보류^완료^삭제" colsep="^" colwidth="62, 39, 55, 56, 60, 56, 41" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:570px; width:393px; height:165px; ">
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="totcnt" format="#,###" style="text-align:right; "/>
- <col ref="acnt" format="#,###" style="text-align:right; "/>
- <col ref="ccnt" format="#,###" style="text-align:right; "/>
- <col ref="dcnt" format="#,###" style="text-align:right; "/>
- <col ref="ncnt" format="#,###" style="text-align:right; "/>
- </datagrid>
- <caption id="caption5" class="tit_2" style="left:409px; top:70px; width:206px; height:13px; ">이의신청 현황 (기한 14일 이내)</caption>
- <datagrid id="grd_obtastat" nodeset="/root/main/getdata/obtastat" class="datagrid2" caption="이신구분^남은기한^청구연월^차수^분야^내원유형^접수번호" colsep="^" colwidth="84, 33, 61, 34, 57, 32, 66" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:409px; top:85px; width:400px; height:210px; ">
- <col ref="obtappflag"/>
- <col ref="restterm"/>
- <col ref="clamym" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="ordfildcd"/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="acptno" style="text-align:center; "/>
- </datagrid>
- <caption id="caption9" class="tit_2" style="left:409px; top:303px; width:408px; height:13px; ">이의신청 최종 미마감현황 (최종마감 되지 않은 건 / 14일 이내)</caption>
- <datagrid id="datagrid5" nodeset="/root/main/getdata/obtanonstat" class="datagrid2" caption="이의신청일자^초과기한^청구연월^차수^분야^내원유형^이신구분" colsep="^" colwidth="78, 33, 58, 34, 57, 32, 64" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:409px; top:320px; width:400px; height:195px; ">
- <col ref="obtappdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="restterm" style="text-align:center; "/>
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="ordfildcd"/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="obtappflag"/>
- </datagrid>
- <caption id="caption10" class="tit_2" style="left:409px; top:522px; width:245px; height:13px; ">심결도착현황 (심결도착 후 14일 이내)</caption>
- <datagrid id="grd_notistat" nodeset="/root/main/getdata/notistat" class="datagrid2" caption="심결도착일자^수신구분^청구연월^차수^분야^내원유형^접수번호" colsep="^" colwidth="80, 33, 61, 30, 57, 32, 66" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:409px; top:540px; width:400px; height:195px; ">
- <col ref="notidd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="docuno" style="text-align:center; "/>
- <col ref="clamdg" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamseqno" style="text-align:center; "/>
- <col ref="ordfildcd"/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="acptno" style="text-align:center; "/>
- </datagrid>
- <caption id="caption6" class="tit_2" style="left:820px; top:70px; width:115px; height:13px; ">반송현황</caption>
- <datagrid id="grd_returnstat" nodeset="/root/main/getdata/returnstat" class="datagrid2" caption="청구연월^차수^분야^내원유형^등록번호^환자명^과" colsep="^" colwidth="66, 33, 61, 34, 57, 52, 51" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:820px; top:85px; width:389px; height:430px; ">
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="ordfildcd"/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="deptcd" style="text-align:center; "/>
- </datagrid>
- <caption id="caption11" class="tit_2" style="left:820px; top:522px; width:170px; height:13px; ">보류현황</caption>
- <datagrid id="grd_holdstat" nodeset="/root/main/getdata/holdstat" class="datagrid2" caption="청구연월^차수^분야^내원유형^등록번호^환자명^과" colsep="^" colwidth="66, 33, 61, 34, 57, 55, 49" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:820px; top:540px; width:389px; height:195px; ">
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="ordfildcd"/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="deptcd" style="text-align:center; "/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|