123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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="">
- <send>
- <fromdd/>
- <todd/>
- <ioflag>I</ioflag>
- <insukind>11^21^22^41</insukind>
- <ordfildcd>-</ordfildcd>
- <judgrid/>
- </send>
- <main>
- <list>
- <deptitemcutamtlist>
- <judgrid/>
- <judgrnm/>
- <totcnt/>
- <totamt/>
- <clamamt/>
- <adjtamt/>
- <adjtamtper/>
- <totcnt_i/>
- <totalamt_i/>
- <clamamt_i/>
- <totadjtamt_i/>
- <totadjtamt_iper/>
- <totcnt_o/>
- <totalamt_o/>
- <totadjtamt_o/>
- <clamamt_o/>
- <adjtcnt_in/>
- <adjtamt_in/>
- <adjtamt_inper/>
- <adjtcnt_out/>
- <adjtamt_out/>
- </deptitemcutamtlist>
- </list>
- </main>
- <init>
- <P0028list>
- <P0028>
- <cdid/>
- <cdnm/>
- </P0028>
- </P0028list>
- <P0155list>
- <P0155>
- <cdid/>
- <cdnm/>
- </P0155>
- </P0155list>
- <M0530list>
- <M0530>
- <cdid/>
- <cdnm/>
- </M0530>
- </M0530list>
- <M0029list>
- <M0029>
- <cdid/>
- <cdnm/>
- </M0029>
- </M0029list>
- <P0443list/>
- <P0458list/>
- <list1/>
- </init>
- <hidden>
- <U0001>
- <cd/>
- <nm>전체</nm>
- </U0001>
- <U0002list>
- <U0002>
- <cdid/>
- <cdnm/>
- </U0002>
- </U0002list>
- <sppmc02500>
- <cond>
- <srchcond/>
- <pid/>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <insukind/>
- </cond>
- </sppmc02500>
- <excel>
- <seqno/>
- <printno/>
- </excel>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- CommCode_Load();
-
- // 그리드 초기화(행을 모두 삭제한다.)
- model.removeNodeset("/root/main/list/deptcutamtlist");
- model.refresh();
-
- model.setValue("/root/send/fromdd", getCurrentDate().substr(0,6));
- model.setValue("/root/send/todd", getCurrentDate().substr(0,6));
- ipt_fromdd.refresh();
- ipt_todd.refresh();
-
- addComboItem("cmb_judgrid","의과전체", "A","above");
-
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPIJ00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/list1"/>
- <submission id="TRPIF80205" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelperAsync.js"/>
- <script type="javascript" src="../../../com/instantmsgweb/js/ZMI001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
- // 공통코드 Load작업
- function CommCode_Load() {
- // 관련 Control 초기화
- submit("TRPIJ00203");
-
- zbcfGetCodeList(new Array("P0028", "P0155", "M0530","M0029","P0443", "P0458"),
- new Array("/root/init/P0028list", "/root/init/P0155list", "/root/init/M0530list", "/root/init/M0029list","/root/init/P0443list", "/root/init/P0458list"));
- }
- function responseHandlerTRPIF80205() {
-
- datagrid1.addRow();
-
- var nodecnt = parseInt(model.getXPathValue("count(/root/main/list/deptitemcutamtlist[*]/totcnt)"));
- if (nodecnt > 2){
- var totcnt = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totcnt)"));
- var totamt = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totamt)"));
- var clamamt = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/clamamt)"));
- var adjtamt = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/adjtamt)"));
- var totcnt_i = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totcnt_i)"));
- var totalamt_i = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totalamt_i)"));
- var totadjtamt_i = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totadjtamt_i)"));
- var clamamt_i = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/clamamt_i)"));
- var totcnt_o = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totcnt_o)"));
- var totalamt_o = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totalamt_o)"));
- var clamamt_o = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/clamamt_o)"));
- var totadjtamt_o = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totadjtamt_o)"));
- var adjtcnt_in = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/adjtcnt_in)"));
- var adjtamt_in = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/adjtamt_in)"));
- var adjtcnt_out = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/adjtcnt_out)"));
- var adjtamt_out = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/adjtamt_out)"));
- var totadjtcnt_i = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/totadjtcnt_i)"));
- var adjtcnt = parseInt(model.getXPathValue("sum(/root/main/list/deptitemcutamtlist[*]/adjtcnt)"));
-
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/judgrnm", "합계");
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totcnt", totcnt);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totamt", totamt);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/clamamt", clamamt);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamt", adjtamt);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totcnt_i", totcnt_i);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totalamt_i", totalamt_i);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totadjtamt_i", totadjtamt_i);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/clamamt_i", clamamt_i);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totcnt_o", totcnt_o);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totalamt_o", totalamt_o);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/clamamt_o", clamamt_o);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totadjtamt_o", totadjtamt_o);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtcnt_in", adjtcnt_in);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamt_in", adjtamt_in);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtcnt_out", adjtcnt_out);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamt_out", adjtamt_out);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totadjtcnt_i", totadjtcnt_i);
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtcnt", adjtcnt);
-
-
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamtper", (parseInt(model.getValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamt"))/totamt*100).toFixed(2));
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totadjtamt_iper", (parseInt(model.getValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/totadjtamt_i"))/totalamt_i*100).toFixed(2));
- model.setValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamt_inper", (parseInt(model.getValue("/root/main/list/deptitemcutamtlist["+nodecnt+"]/adjtamt_in"))/totalamt_o*100).toFixed(2));
-
- model.refresh();
- }
-
- model.refresh();
-
- removeLoadingWindow();
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body class="datagrid2" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:311px; height:15px; ">과별삭감현황조회</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:38px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var sWindowMsg = "데이터 조회 중입니다...";
- callLoadingWindow(sWindowMsg);
-
- asyncSend("TRPIF80205", "/root/send", "/root/main/list", "responseHandlerTRPIF80205");
- //submit("TRPIF80205");
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1098px; y1:7px; x2:1098px; y2:29px; "/>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" inputtype="date" format="yyyy-mm" style="left:100px; top:10px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ipt_todd.value = ipt_fromdd.value.substr(0,6);
- model.refreshpart("/root/send/todd");
- ]]>
- </script>
- </input>
- <caption id="caption13" class="search_name" style="left:10px; top:9px; width:86px; height:17px; ">청구기간 :</caption>
- <caption id="caption3" style="left:172px; top:10px; width:20px; height:20px; ">~</caption>
- <input id="ipt_todd" ref="/root/send/todd" class="input_search" inputtype="date" format="yyyy-mm" style="left:185px; top:10px; width:70px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:667px; top:10px; width:75px; height:17px; ">진료과 :</caption>
- <caption id="caption2" class="search_name" style="left:270px; top:9px; width:90px; height:17px; ">보험유형 :</caption>
- <caption id="caption4" class="search_name" style="left:882px; top:10px; width:109px; height:17px; ">청구분야 :</caption>
- <select1 id="combo1" ref="/root/send/judgrid" class="combo_search" appearance="minimal" style="left:747px; top:10px; width:115px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/list1/deptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_judgrid" ref="/root/send/ordfildcd" class="combo_search" appearance="minimal" style="left:972px; top:10px; width:115px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0458list/P0458">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select id="checkbox1" ref="/root/send/insukind" overflow="visible" appearance="full" cols="5" sep="^" style="left:360px; top:10px; width:305px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>건강보험</label>
- <value>11</value>
- </item>
- <item>
- <label>의료급여1종</label>
- <value>21</value>
- </item>
- <item>
- <label>의료급여2종</label>
- <value>22</value>
- </item>
- <item>
- <label>산재</label>
- <value>41</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
-
- ]]>
- </script>
- </select>
- </group>
- <button id="button12" class="btn2_letter4" style="left:1130px; top:55px; width:64px; height:19px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, caption10.value, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "") {
- datagrid1.saveExcel(fileName, "sheetname:sheet1;exporttype:multi");
- }
- ]]>
- </script>
- </button>
- <line id="line2" class="line_1" style="x1:0px; y1:75px; x2:1195px; y2:75px; "/>
- <caption id="caption10" class="tit_2" style="left:0px; top:58px; width:265px; height:15px; ">과별삭감현황조회</caption>
- <button id="button2" class="btn2_letter2" style="left:1087px; top:55px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- exeReportPreview("RPPIF80202", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "");
- ]]>
- </script>
- </button>
- <datagrid id="datagrid1" nodeset="/root/main/list/deptitemcutamtlist" class="datagrid2" caption="부서코드^부서명^합계^합계^합계^합계^합계^합계^입원^입원^입원^입원^입원^입원^외래^외래^외래^외래^외래^외래^외래^외래^외래|부서코드^부서명^청구
건수^청구총진료비^청구액^삭감건수^삭감액^삭감율^청구
건수^청구총진료비^청구액^삭감건수^삭감액^삭감율^청구
건수^청구총진료비^청구액^삭감액소계
(원내+원외)^원내^원내^원내^환수
건수^원외환수액|부서코드^부서명^청구
건수^청구총진료비^청구액^삭감건수^삭감액^삭감율^청구
건수^청구총진료비^청구액^삭감건수^삭감액^삭감율^청구
건수^청구총진료비^청구액^삭감액소계
(원내+원외)^삭감건수^삭감액^삭감율^환수
건수^원외환수액" colsep="^" colwidth="26, 100, 45, 90, 85, 55, 85, 45, 45, 90, 85, 55, 85, 45, 45, 90, 85, 90, 55, 100, 44, 45, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:80px; width:1195px; height:660px; ">
- <col ref="judgrid" visibility="hidden"/>
- <col ref="judgrnm"/>
- <col ref="totcnt" format="#,###" style="text-align:right; "/>
- <col ref="totamt" format="#,###" style="text-align:right; "/>
- <col ref="clamamt" format="#,###" style="text-align:right; "/>
- <col ref="adjtcnt" format="#,###" style="text-align:right; "/>
- <col ref="adjtamt" format="#,###" style="text-align:right; "/>
- <col ref="adjtamtper" format="#,###.00" style="text-align:right; "/>
- <col ref="totcnt_i" format="#,###" style="text-align:right; "/>
- <col ref="totalamt_i" format="#,###" style="text-align:right; "/>
- <col ref="clamamt_i" format="#,###" style="text-align:right; "/>
- <col ref="totadjtcnt_i" format="#,###" style="text-align:right; "/>
- <col ref="totadjtamt_i" format="#,###" style="text-align:right; "/>
- <col ref="totadjtamt_iper" format="#,###.00" style="text-align:right; "/>
- <col ref="totcnt_o" format="#,###" style="text-align:right; "/>
- <col ref="totalamt_o" format="#,###" style="text-align:right; "/>
- <col ref="clamamt_o" format="#,###" style="text-align:right; "/>
- <col ref="totadjtamt_o" format="#,###" style="text-align:right; "/>
- <col ref="adjtcnt_in" format="#,###" style="text-align:right; "/>
- <col ref="adjtamt_in" format="#,###" style="text-align:right; "/>
- <col ref="adjtamt_inper" format="#,###.00" style="text-align:right; "/>
- <col ref="adjtcnt_out" format="#,###" style="text-align:right; "/>
- <col ref="adjtamt_out" format="#,###" style="text-align:right; "/>
- </datagrid>
- <caption id="caption5" style="left:130px; top:55px; width:160px; height:20px; ">※청구월 기준 조회 입니다.</caption>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
- <group id="group1" scroll="auto" style="left:0px; top:755px; width:1195px; height:28px; ">
- <button id="button45" class="btn4_letter2" style="left:1138px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|