123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SMPIF90100_심사자별 청구삭감현황.xrw
- * 수정이력
- * - 2010.08.11 / 최초작성 / 김상민
- ************************************************
- -->
- <?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>
- <list1>
- <gridclamcut>
- <judgrnm/>
- <clamym/>
- <orddeptabbr/>
- <deptcd/>
- <totclamcnt/>
- <totclamamt/>
- <totcutamt/>
- <totincutamt/>
- <totoutcutamt/>
- <totcut1/>
- <totcut2/>
- <intotcnt/>
- <intotamt/>
- <intotcutamt/>
- <incut/>
- <inincutamt/>
- <indrugcutamt/>
- <outtotcnt/>
- <outtotamt/>
- <outcutamt/>
- <outcut/>
- <outincutamt/>
- <outdrugcutamt/>
- </gridclamcut>
- <out_cmmt>
- <cmmt/>
- </out_cmmt>
- </list1>
- </main>
- <send>
- <clamymfrom/>
- <clamymto/>
- <clamflag/>
- <ioflag/>
- <insukind/>
- <basedd2/>
- <in_cond1/>
- <in_cond2/>
- <judgrid/>
- <in_cond3/>
- <cmmt_type/>
- <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="TRPIF90101" 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/gridclamcut"); // 그리드 초기화
- submit("TRPIB00603"); // 심사자 콤보리스트
-
- // 청구년월, 차수 셋팅 시작
- var today = new Date();
- var baseyear = today.getDateFormat("YYYY"); // (dateHelper.js)에서 제공하는 함수를 사용하여 해당 년를 구한다.
- var basemonth = today.getDateFormat("MM");
- var currentym = baseyear + basemonth;
- model.setValue("/root/send/clamymfrom",currentym);
- model.setValue("/root/send/clamymto",currentym);
- ipt_clamymfrom.refresh();
- ipt_clamymto.refresh();
-
- var curDate = getCurrentDate();
- model.setValue("/root/send/basedd2", 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);
-
- var in_cond1 = model.getValue("/root/send/in_cond1");
- var in_cond2 = model.getValue("/root/send/in_cond2");
-
- //보류건 및 반송건 체크 세팅
- if(in_cond1 == "Y" && in_cond2 == "Y"){
- model.setValue("/root/send/cmmt_type", "A");
- }else if(in_cond1 == "Y" && in_cond2 != "Y"){
- model.setValue("/root/send/cmmt_type", "B");
- }else if(in_cond1 != "Y" && in_cond2 == "Y"){
- model.setValue("/root/send/cmmt_type", "C");
- }else{
- model.setValue("/root/send/cmmt_type", "D");
- }
-
- submit("TRPIF90101");
- }
-
- ]]>
- </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" style="left:200px; top:10px; width:75px; 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" style="left:295px; top:10px; width:75px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption2" style="left:280px; 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:513px; 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:420px; top:10px; width:90px; height:17px; ">청구형태 :</caption>
- <select id="cb_cond7_8" ref="/root/send/in_cond1" navindex="1" overflow="visible" appearance="full" cols="4" sep="^" style="left:609px; top:50px; width:90px; height:19px; ">
- <choices>
- <item>
- <label>보류건 제외</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="cb_cond9_8" ref="/root/send/in_cond2" navindex="1" overflow="visible" appearance="full" cols="4" sep="^" style="left:694px; top:50px; width:90px; height:19px; ">
- <choices>
- <item>
- <label>반송건 제외</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="cp_text9_8" class="search_name" style="left:421px; top:50px; width:90px; height:17px; ">기준일시</caption>
- <input id="cb_cond4_8" ref="/root/send/basedd2" class="input_search" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:514px; top:50px; width:90px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <output id="output1" ref="/root/main/list1/out_cmmt/cmmt" style="left:55px; top:90px; width:975px; height:19px; "/>
- <select1 id="combo2" ref="/root/send/in_cond3" appearance="minimal" style="left:96px; top:10px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>청구년월</label>
- <value>1</value>
- </item>
- <item>
- <label>미수년월</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </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 (grdclamcut.rows > 1) {
- var fileName = window.fileDialog("save", "", false, "심사자별 청구삭감현황_" + getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "") {
- grdclamcut.saveExcel(fileName, "sheetname:;colhiddenextend:false;rowhiddenextend:false;", true, true, "", "", true);
- }
- } else {
- messageBox("엑셀저장할 대상이 ", "I004"); ///엑셀저장할 대상자가 없습니다.
- }
- ]]>
- </script>
- </button>
- <datagrid id="grdclamcut" nodeset="/root/main/list1/gridclamcut" class="datagrid2" caption="심사자명^청구월^진료과^진료과^전체^전체^전체^전체^전체^전체^전체^입원^입원^입원^입원^입원^입원^외래^외래^외래^외래^외래^외래|심사자명^청구월^진료과^진료과^청구건수^총진료비^삭감액계^원내삭감^윈외삭감^삭감율1^삭감율2^청구건수^총진료비^삭감액전체^삭감율2^원내삭감^원외삭감^청구건수^총진료비^삭감액전체^삭감율2^원내삭감^원외삭감" colsep="^" colwidth="80, 75, 45, 120, 70, 100, 90, 90, 90, 60, 60, 70, 100, 90, 60, 90, 90, 70, 100, 90, 60, 90, 90" 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="clamym"/>
- <col disabled="true" ref="orddeptabbr"/>
- <col disabled="true" ref="deptcd"/>
- <col disabled="true" ref="totclamcnt"/>
- <col disabled="true" ref="totclamamt"/>
- <col disabled="true" ref="totcutamt"/>
- <col disabled="true" ref="totincutamt"/>
- <col disabled="true" ref="totoutcutamt"/>
- <col disabled="true" ref="totcut1"/>
- <col disabled="true" ref="totcut2"/>
- <col disabled="true" ref="intotcnt"/>
- <col disabled="true" ref="intotamt"/>
- <col disabled="true" ref="intotcutamt"/>
- <col disabled="true" ref="incut"/>
- <col disabled="true" ref="inincutamt"/>
- <col disabled="true" ref="indrugcutamt"/>
- <col disabled="true" ref="outtotcnt"/>
- <col disabled="true" ref="outtotamt"/>
- <col disabled="true" ref="outcutamt"/>
- <col disabled="true" ref="outcut"/>
- <col disabled="true" ref="outincutamt"/>
- <col disabled="true" ref="outdrugcutamt"/>
- </datagrid>
- <caption id="caption4" style="left:5px; top:730px; width:970px; height:20px; font-size:10pt; font-weight:bold; color:#ff0000; ">*삭감율1:(원내삭감액/청구총진료비)*100 *삭감율2: (원내+원외 삭감액)/청구총진료비*100</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|