123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SMPIF90100_심사자별 청구삭감현황.xrw
- * 수정이력
- * - 2010.08.11 / 최초작성 / 김상민
- ************************************************
- -->
- <?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>
- <list1>
- <grdjudgclam>
- <judgrnm/>
- <clamcnt/>
- <clamtotamt/>
- <retcnt/>
- <rettotamt/>
- <cutrate/>
- <abdrate/>
- <obtappcnt/>
- <obtappamt/>
- <in_obtappamt/>
- <out_obtappamt/>
- <abdcnt/>
- <abdamt/>
- <in_abdamt/>
- <out_abdamt/>
- <cutcnt/>
- <cuttotamt/>
- <in_cutamt/>
- <out_cutamt/>
- </grdjudgclam>
- </list1>
- </main>
- <send>
- <clamymfrom/>
- <clamymto/>
- <clamflag/>
- <ioflag/>
- <insukind/>
- <judgrid/>
- <in_cond3/>
- <sclamflag/>
- <sinsukind/>
- </send>
- <init>
- <U0001list/>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 화면 초기화
- fInitialize();
- ]]>
- </script>
- <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPIB00603" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/U0001list"/>
- <submission id="TRPIF90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list1"/>
- </model>
- <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/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 초기화
- function fInitialize()
- {
-
- //rdo_code.value = "calcscorcd"; // 수가 선택
- model.removeNodeset("/root/main/list1/grdjudgclam"); // 그리드 초기화
- submit("TRPIB00603"); // 심사자 콤보리스트
-
- // 청구년월 셋팅
- var curDate = getCurrentDate();
- model.setValue("/root/send/clamymfrom", curDate);
- model.setValue("/root/send/clamymto",curDate);
-
- cb_cond2_3.value = "0,3";
- checkbox1.value = "11";
- rdo_ioflag.value = "A";
- model.setValue("/root/send/in_cond3", "1");
-
- model.refresh();
- }
-
- // 조회
- function fSearch()
- {
- var chk_clamymfrom = model.getValue("/root/send/clamymfrom");
- var chk_clamymto = model.getValue("/root/send/clamymto");
-
- if ( chk_clamymfrom == "" || chk_clamymto == "")
- {
- messageBox("조회기준 일자는 ", "I003");
- model.setFocus("chk_clamymfrom");
- return;
- }
-
- var af = model.getValue("/root/send/clamflag");
- var bf = model.getValue("");
- var cf = model.getValue("/root/send/insukind");
- var df = model.getValue("");
- model.resetInstanceNode("/root/send/sclamflag");
- model.resetInstanceNode("/root/send/sinsukind");
-
- var afcnt = af.length;
- var cfcnt = cf.length;
-
- //청구형태 세팅
- if(model.getValue("/root/send/clamflag") != " " || model.getValue("/root/send/clamflag") != "" ) {
- bf = af.replace("^", "','");
- bf = af.replace(",", "','");
- for(var i=1; i < afcnt; i++){
- bf = bf.replace("^", "','");
-
- if(bf.substr(0,1) != "'"){
- bf = "'" + bf + "'";
- }
- }
- }
- model.setValue("/root/send/sclamflag", bf);
-
- //보험유형 세팅
- if(model.getValue("/root/send/insukind") != " " || model.getValue("/root/send/insukind") != "" ) {
- df = cf.replace("^", "','");
- df = cf.replace(",", "','");
- for(var i=1; i < cfcnt; i++){
- df = df.replace("^", "','");
-
- if(df.substr(0,1) != "'"){
- df = "'" + df + "'";
- }
- }
- }
- model.setValue("/root/send/sinsukind", df);
-
- submit("TRPIF90201");
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1213;2,784;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1190px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; ">심사자별 업무현황</caption>
- </group>
- <group id="group2" scroll="no" style="left:0px; top:13px; width:1190px; height:762px; ">
- <group id="group4" style="left:0px; top:10px; width:1190px; height:120px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" style="left:0px; top:0px; width:1190px; height:120px; "/>
- <caption id="caption5" class="search_name" style="left:5px; top:10px; width:86px; height:17px; ">작업일자 :</caption>
- <input id="ipt_clamymfrom" ref="/root/send/clamymfrom" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:97px; top:10px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/clamymto",model.getValue("/root/send/clamymfrom"));
-
- ]]>
- </script>
- </input>
- <line id="line2" class="line_4" style="x1:1109px; y1:5px; x2:1109px; y2:109px; "/>
- <button id="button1" class="btn1_letter2" navindex="2" style="left:1120px; top:50px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <caption id="caption9" class="search_name" style="left:835px; top:10px; width:76px; height:17px; ">내원유형</caption>
- <select1 id="rdo_ioflag" ref="/root/send/ioflag" class="combo_search" appearance="minimal" style="left:915px; top:10px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_clamymto" ref="/root/send/clamymto" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:207px; top:10px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption2" style="left:192px; top:10px; width:15px; height:20px; ">~</caption>
- <caption id="caption15" class="search_name" style="left:835px; top:50px; width:73px; height:17px; ">심사자</caption>
- <select1 id="combo1" ref="/root/send/judgrid" navindex="1" appearance="minimal" style="left:915px; top:50px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/U0001list/U0001">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select id="checkbox1" ref="/root/send/insukind" navindex="1" overflow="visible" appearance="full" cols="4" sep="^" style="left:96px; top:50px; width:235px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>건강보험</label>
- <value>11</value>
- </item>
- <item>
- <label>의료급여</label>
- <value>21,22</value>
- </item>
- <!-- 자보 조회조건 삭제 2011.04.29 김광성
- <item>
- <label>자보</label>
- <value>31</value>
- </item>
- -->
- <item>
- <label>산재</label>
- <value>41</value>
- </item>
- </choices>
- </select>
- <caption id="caption3" class="search_name" style="left:6px; top:49px; width:96px; height:17px; ">보험유형 :</caption>
- <select id="cb_cond2_3" ref="/root/send/clamflag" navindex="1" overflow="visible" appearance="full" cols="4" sep="^" style="left:493px; top:10px; width:277px; height:19px; ">
- <choices>
- <item>
- <label>원청구</label>
- <value>0,3</value>
- </item>
- <item>
- <label>누락청구</label>
- <value>4</value>
- </item>
- <item>
- <label>추가청구</label>
- <value>2</value>
- </item>
- <item>
- <label>보완청구</label>
- <value>1</value>
- </item>
- </choices>
- </select>
- <caption id="cp_text2_3" class="search_name" style="left:400px; top:10px; width:90px; height:17px; ">청구형태 :</caption>
- </group>
- <button id="button2" class="btn2_letter4" style="left:1121px; top:136px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (grdjudgclam.rows > 1) {
- var fileName = window.fileDialog("save", "", false, "심사자별 업무현황_" + getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "") {
- grdjudgclam.saveExcel(fileName, "sheetname:;colhiddenextend:false;rowhiddenextend:false;", true, true, "", "", true);
- }
- } else {
- messageBox("엑셀저장할 대상이 ", "I004"); ///엑셀저장할 대상자가 없습니다.
- }
- ]]>
- </script>
- </button>
- <datagrid id="grdjudgclam" nodeset="/root/main/list1/grdjudgclam" class="datagrid2" caption="심사자명^청구^청구^반송^반송^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청^이의신청|심사자명^건수^총진료비^건수^총진료비^이의신청율^부제기율^이의신청건수^이의신청액^이의신청액원내^이의신청액원외^부제기건수^부제기액^부제기금액원내^부제기금액원외^조정건수^삭감액^원내삭감액^원외삭감액" colsep="^" colwidth="80, 75, 100, 75, 100, 75, 75, 75, 100, 100, 100, 75, 100, 100, 100, 75, 100, 100, 100" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:155px; width:1190px; height:565px; ">
- <col disabled="true" ref="judgrnm"/>
- <col disabled="true" ref="clamcnt"/>
- <col disabled="true" ref="clamtotamt"/>
- <col disabled="true" ref="retcnt"/>
- <col disabled="true" ref="rettotamt"/>
- <col disabled="true" ref="cutrate"/>
- <col disabled="true" ref="abdrate"/>
- <col disabled="true" ref="obtappcnt"/>
- <col disabled="true" ref="obtappamt"/>
- <col disabled="true" ref="in_obtappamt"/>
- <col disabled="true" ref="out_obtappamt"/>
- <col disabled="true" ref="abdcnt"/>
- <col disabled="true" ref="abdamt"/>
- <col disabled="true" ref="in_abdamt"/>
- <col disabled="true" ref="out_abdamt"/>
- <col disabled="true" ref="cutcnt"/>
- <col disabled="true" ref="cuttotamt"/>
- <col disabled="true" ref="in_cutamt"/>
- <col disabled="true" ref="out_cutamt"/>
- </datagrid>
- <caption id="caption4" style="left:5px; top:730px; width:970px; height:20px; font-size:10pt; font-weight:bold; color:#ff0000; ">* 작업일자: 청구는 접수일자 기준, 반송은 해당 작업일자에 도착한 심결기준, 이의신청은 마감일자 기준</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|