SMPIF90200_심사자별업무현황.xrw 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * @(#)SMPIF90100_심사자별 청구삭감현황.xrw
  4. * 수정이력
  5. * - 2010.08.11 / 최초작성 / 김상민
  6. ************************************************
  7. -->
  8. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>심사자별 업무현황</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. <list1>
  17. <grdjudgclam>
  18. <judgrnm/>
  19. <clamcnt/>
  20. <clamtotamt/>
  21. <retcnt/>
  22. <rettotamt/>
  23. <cutrate/>
  24. <abdrate/>
  25. <obtappcnt/>
  26. <obtappamt/>
  27. <in_obtappamt/>
  28. <out_obtappamt/>
  29. <abdcnt/>
  30. <abdamt/>
  31. <in_abdamt/>
  32. <out_abdamt/>
  33. <cutcnt/>
  34. <cuttotamt/>
  35. <in_cutamt/>
  36. <out_cutamt/>
  37. </grdjudgclam>
  38. </list1>
  39. </main>
  40. <send>
  41. <clamymfrom/>
  42. <clamymto/>
  43. <clamflag/>
  44. <ioflag/>
  45. <insukind/>
  46. <judgrid/>
  47. <in_cond3/>
  48. <sclamflag/>
  49. <sinsukind/>
  50. </send>
  51. <init>
  52. <U0001list/>
  53. </init>
  54. </root>
  55. </instance>
  56. <script type="javascript" ev:event="xforms-ready">
  57. <![CDATA[
  58. // 화면 초기화
  59. fInitialize();
  60. ]]>
  61. </script>
  62. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  63. <submission id="TRPIB00603" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/U0001list"/>
  64. <submission id="TRPIF90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list1"/>
  65. </model>
  66. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  71. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  72. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  73. <script type="javascript">
  74. <![CDATA[
  75. // 화면 초기화
  76. function fInitialize()
  77. {
  78. //rdo_code.value = "calcscorcd"; // 수가 선택
  79. model.removeNodeset("/root/main/list1/grdjudgclam"); // 그리드 초기화
  80. submit("TRPIB00603"); // 심사자 콤보리스트
  81. // 청구년월 셋팅
  82. var curDate = getCurrentDate();
  83. model.setValue("/root/send/clamymfrom", curDate);
  84. model.setValue("/root/send/clamymto",curDate);
  85. cb_cond2_3.value = "0,3";
  86. checkbox1.value = "11";
  87. rdo_ioflag.value = "A";
  88. model.setValue("/root/send/in_cond3", "1");
  89. model.refresh();
  90. }
  91. // 조회
  92. function fSearch()
  93. {
  94. var chk_clamymfrom = model.getValue("/root/send/clamymfrom");
  95. var chk_clamymto = model.getValue("/root/send/clamymto");
  96. if ( chk_clamymfrom == "" || chk_clamymto == "")
  97. {
  98. messageBox("조회기준 일자는 ", "I003");
  99. model.setFocus("chk_clamymfrom");
  100. return;
  101. }
  102. var af = model.getValue("/root/send/clamflag");
  103. var bf = model.getValue("");
  104. var cf = model.getValue("/root/send/insukind");
  105. var df = model.getValue("");
  106. model.resetInstanceNode("/root/send/sclamflag");
  107. model.resetInstanceNode("/root/send/sinsukind");
  108. var afcnt = af.length;
  109. var cfcnt = cf.length;
  110. //청구형태 세팅
  111. if(model.getValue("/root/send/clamflag") != " " || model.getValue("/root/send/clamflag") != "" ) {
  112. bf = af.replace("^", "','");
  113. bf = af.replace(",", "','");
  114. for(var i=1; i < afcnt; i++){
  115. bf = bf.replace("^", "','");
  116. if(bf.substr(0,1) != "'"){
  117. bf = "'" + bf + "'";
  118. }
  119. }
  120. }
  121. model.setValue("/root/send/sclamflag", bf);
  122. //보험유형 세팅
  123. if(model.getValue("/root/send/insukind") != " " || model.getValue("/root/send/insukind") != "" ) {
  124. df = cf.replace("^", "','");
  125. df = cf.replace(",", "','");
  126. for(var i=1; i < cfcnt; i++){
  127. df = df.replace("^", "','");
  128. if(df.substr(0,1) != "'"){
  129. df = "'" + df + "'";
  130. }
  131. }
  132. }
  133. model.setValue("/root/send/sinsukind", df);
  134. submit("TRPIF90201");
  135. }
  136. ]]>
  137. </script>
  138. </xhtml:head>
  139. <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1213;2,784;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  140. <group id="group1" style="left:0px; top:0px; width:1190px; height:13px; ">
  141. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; ">심사자별 업무현황</caption>
  142. </group>
  143. <group id="group2" scroll="no" style="left:0px; top:13px; width:1190px; height:762px; ">
  144. <group id="group4" style="left:0px; top:10px; width:1190px; height:120px; vertical-align:top; ">
  145. <shape id="roundrect2" appearance="roundrect" style="left:0px; top:0px; width:1190px; height:120px; "/>
  146. <caption id="caption5" class="search_name" style="left:5px; top:10px; width:86px; height:17px; ">작업일자 :</caption>
  147. <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; ">
  148. <script type="javascript" ev:event="xforms-value-changed">
  149. <![CDATA[
  150. model.setValue("/root/send/clamymto",model.getValue("/root/send/clamymfrom"));
  151. ]]>
  152. </script>
  153. </input>
  154. <line id="line2" class="line_4" style="x1:1109px; y1:5px; x2:1109px; y2:109px; "/>
  155. <button id="button1" class="btn1_letter2" navindex="2" style="left:1120px; top:50px; width:56px; height:22px; ">
  156. <caption>조회</caption>
  157. <script type="javascript" ev:event="DOMActivate">
  158. <![CDATA[
  159. fSearch();
  160. ]]>
  161. </script>
  162. </button>
  163. <caption id="caption9" class="search_name" style="left:835px; top:10px; width:76px; height:17px; ">내원유형</caption>
  164. <select1 id="rdo_ioflag" ref="/root/send/ioflag" class="combo_search" appearance="minimal" style="left:915px; top:10px; width:100px; height:19px; ">
  165. <choices>
  166. <item>
  167. <label>전체</label>
  168. <value>A</value>
  169. </item>
  170. <item>
  171. <label>입원</label>
  172. <value>I</value>
  173. </item>
  174. <item>
  175. <label>외래</label>
  176. <value>O</value>
  177. </item>
  178. </choices>
  179. </select1>
  180. <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; ">
  181. <script type="javascript" ev:event="xforms-value-changed">
  182. <![CDATA[
  183. ]]>
  184. </script>
  185. </input>
  186. <caption id="caption2" style="left:192px; top:10px; width:15px; height:20px; ">~</caption>
  187. <caption id="caption15" class="search_name" style="left:835px; top:50px; width:73px; height:17px; ">심사자</caption>
  188. <select1 id="combo1" ref="/root/send/judgrid" navindex="1" appearance="minimal" style="left:915px; top:50px; width:100px; height:19px; ">
  189. <choices>
  190. <itemset nodeset="/root/init/U0001list/U0001">
  191. <label ref="cdnm"/>
  192. <value ref="cdid"/>
  193. </itemset>
  194. </choices>
  195. </select1>
  196. <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; ">
  197. <choices>
  198. <item>
  199. <label>건강보험</label>
  200. <value>11</value>
  201. </item>
  202. <item>
  203. <label>의료급여</label>
  204. <value>21,22</value>
  205. </item>
  206. <!-- 자보 조회조건 삭제 2011.04.29 김광성
  207. <item>
  208. <label>자보</label>
  209. <value>31</value>
  210. </item>
  211. -->
  212. <item>
  213. <label>산재</label>
  214. <value>41</value>
  215. </item>
  216. </choices>
  217. </select>
  218. <caption id="caption3" class="search_name" style="left:6px; top:49px; width:96px; height:17px; ">보험유형 :</caption>
  219. <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; ">
  220. <choices>
  221. <item>
  222. <label>원청구</label>
  223. <value>0,3</value>
  224. </item>
  225. <item>
  226. <label>누락청구</label>
  227. <value>4</value>
  228. </item>
  229. <item>
  230. <label>추가청구</label>
  231. <value>2</value>
  232. </item>
  233. <item>
  234. <label>보완청구</label>
  235. <value>1</value>
  236. </item>
  237. </choices>
  238. </select>
  239. <caption id="cp_text2_3" class="search_name" style="left:400px; top:10px; width:90px; height:17px; ">청구형태 :</caption>
  240. </group>
  241. <button id="button2" class="btn2_letter4" style="left:1121px; top:136px; width:64px; height:19px; ">
  242. <caption>엑셀저장</caption>
  243. <script type="javascript" ev:event="DOMActivate">
  244. <![CDATA[
  245. if (grdjudgclam.rows > 1) {
  246. var fileName = window.fileDialog("save", "", false, "심사자별 업무현황_" + getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  247. if (fileName != "") {
  248. grdjudgclam.saveExcel(fileName, "sheetname:;colhiddenextend:false;rowhiddenextend:false;", true, true, "", "", true);
  249. }
  250. } else {
  251. messageBox("엑셀저장할 대상이 ", "I004"); ///엑셀저장할 대상자가 없습니다.
  252. }
  253. ]]>
  254. </script>
  255. </button>
  256. <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; ">
  257. <col disabled="true" ref="judgrnm"/>
  258. <col disabled="true" ref="clamcnt"/>
  259. <col disabled="true" ref="clamtotamt"/>
  260. <col disabled="true" ref="retcnt"/>
  261. <col disabled="true" ref="rettotamt"/>
  262. <col disabled="true" ref="cutrate"/>
  263. <col disabled="true" ref="abdrate"/>
  264. <col disabled="true" ref="obtappcnt"/>
  265. <col disabled="true" ref="obtappamt"/>
  266. <col disabled="true" ref="in_obtappamt"/>
  267. <col disabled="true" ref="out_obtappamt"/>
  268. <col disabled="true" ref="abdcnt"/>
  269. <col disabled="true" ref="abdamt"/>
  270. <col disabled="true" ref="in_abdamt"/>
  271. <col disabled="true" ref="out_abdamt"/>
  272. <col disabled="true" ref="cutcnt"/>
  273. <col disabled="true" ref="cuttotamt"/>
  274. <col disabled="true" ref="in_cutamt"/>
  275. <col disabled="true" ref="out_cutamt"/>
  276. </datagrid>
  277. <caption id="caption4" style="left:5px; top:730px; width:970px; height:20px; font-size:10pt; font-weight:bold; color:#ff0000; ">* 작업일자: 청구는 접수일자 기준, 반송은 해당 작업일자에 도착한 심결기준, 이의신청은 마감일자 기준</caption>
  278. </group>
  279. </xhtml:body>
  280. </xhtml:html>