SPPIF80501_개인별별자체조정내역조회.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>개인별조정내역조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <clamym/>
  11. <clamtoym/>
  12. <ioflag>A</ioflag>
  13. <insukind>11^21^22^31^41</insukind>
  14. <ordfildcd>-</ordfildcd>
  15. <judgrid/>
  16. <ioflag/>
  17. <clamdg/>
  18. <fromchaamt>10000</fromchaamt>
  19. <tochaamt>1000000</tochaamt>
  20. </send>
  21. <main>
  22. <list>
  23. <deptitemcutamtlist/>
  24. </list>
  25. </main>
  26. <init>
  27. <P0028list>
  28. <P0028>
  29. <cdid/>
  30. <cdnm/>
  31. </P0028>
  32. </P0028list>
  33. <P0155list>
  34. <P0155>
  35. <cdid/>
  36. <cdnm/>
  37. </P0155>
  38. </P0155list>
  39. <M0530list>
  40. <M0530>
  41. <cdid/>
  42. <cdnm/>
  43. </M0530>
  44. </M0530list>
  45. <M0029list>
  46. <M0029>
  47. <cdid/>
  48. <cdnm/>
  49. </M0029>
  50. </M0029list>
  51. <P0443list/>
  52. <P0458list/>
  53. <list1/>
  54. </init>
  55. <hidden>
  56. <U0001>
  57. <cd/>
  58. <nm>전체</nm>
  59. </U0001>
  60. <U0002list>
  61. <U0002>
  62. <cdid/>
  63. <cdnm/>
  64. </U0002>
  65. </U0002list>
  66. <sppmc02500>
  67. <cond>
  68. <srchcond/>
  69. <pid/>
  70. <hngnm/>
  71. <rrgstno1/>
  72. <rrgstno2/>
  73. <insukind/>
  74. </cond>
  75. </sppmc02500>
  76. <excel>
  77. <seqno/>
  78. <printno/>
  79. </excel>
  80. </hidden>
  81. </root>
  82. </instance>
  83. <script type="javascript" ev:event="xforms-ready">
  84. <![CDATA[
  85. CommCode_Load();
  86. submit("TRPIJ00202",false);
  87. // 그리드 초기화(행을 모두 삭제한다.)
  88. model.removeNodeset("/root/main/list/deptcutamtlist");
  89. model.setValue("/root/send/clamym", getCurrentDate().substr(0,6));
  90. model.setValue("/root/send/clamtoym", getCurrentDate().substr(0,6));
  91. model.refresh();
  92. pidfGetClamdg();
  93. addComboItem("cmb_clamdg", "전체", "", "above");
  94. addComboItem("cmb_judgrid","의과전체", "A","above");
  95. ]]>
  96. </script>
  97. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  98. <submission id="TRPIJ00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/list1"/>
  99. <submission id="TRPIF80501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
  100. <submission id="TRPIJ00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/send" resultref="/root/hidden"/>
  101. <submission id="TRPID20407" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/clamdg"/>
  102. </model>
  103. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  104. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  105. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  106. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  107. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  108. <script type="javascript" src="../../../com/commonweb/js/tfHelperAsync.js"/>
  109. <script type="javascript" src="../../../com/instantmsgweb/js/ZMI001.js"/>
  110. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  111. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  112. <script type="javascript" src="../../../pam/aftjudgweb/js/SMPID20000.js"/>
  113. <script type="javascript">
  114. <![CDATA[
  115. // 공통코드 Load작업
  116. function CommCode_Load() {
  117. // 관련 Control 초기화
  118. submit("TRPIJ00203");
  119. zbcfGetCodeList(new Array("P0028", "P0155", "M0530","M0029","P0443", "P0458"),
  120. new Array("/root/init/P0028list", "/root/init/P0155list", "/root/init/M0530list", "/root/init/M0029list","/root/init/P0443list", "/root/init/P0458list"));
  121. }
  122. function responseHandlerTRPIF80501() {
  123. removeLoadingWindow();
  124. }
  125. ]]>
  126. </script>
  127. </xhtml:head>
  128. <xhtml:body class="datagrid2" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  129. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  130. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:311px; height:15px; ">개인별조정내역조회</caption>
  131. </group>
  132. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  133. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
  134. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:57px; background-color:#fffbf2; border-color:#ffd799; "/>
  135. <button id="button1" class="btn1_letter2" style="left:1123px; top:0px; width:56px; height:22px; ">
  136. <caption>조회</caption>
  137. <script type="javascript" ev:event="DOMActivate">
  138. <![CDATA[
  139. var sWindowMsg = "데이터 조회 중입니다...";
  140. callLoadingWindow(sWindowMsg);
  141. asyncSend("TRPIF80501", "/root/send", "/root/main/list", "responseHandlerTRPIF80501");
  142. ]]>
  143. </script>
  144. </button>
  145. <line id="line13" class="line_4" style="x1:1098px; y1:0px; x2:1098px; y2:22px; "/>
  146. <input id="ipt_clamym" ref="/root/send/clamym" class="input_search" inputtype="date" format="yyyy-mm" style="left:105px; top:3px; width:70px; height:19px; ">
  147. <script type="javascript" ev:event="xforms-value-changed">
  148. <![CDATA[
  149. ipt_clamtoym.value = ipt_clamym.value.substr(0,6);
  150. model.refreshpart("/root/send/clamtoym");
  151. ]]>
  152. </script>
  153. </input>
  154. <caption id="caption13" class="search_name" style="left:10px; top:2px; width:86px; height:17px; ">청구기간 :</caption>
  155. <caption id="caption3" style="left:177px; top:3px; width:20px; height:20px; ">~</caption>
  156. <input id="ipt_clamtoym" ref="/root/send/clamtoym" class="input_search" inputtype="date" format="yyyy-mm" style="left:190px; top:3px; width:70px; height:19px; "/>
  157. <caption id="caption1" class="search_name" style="left:667px; top:3px; width:75px; height:17px; ">심사자 :</caption>
  158. <caption id="caption2" class="search_name" style="left:5px; top:29px; width:100px; height:17px; ">보험유형 :</caption>
  159. <caption id="caption4" class="search_name" style="left:882px; top:3px; width:109px; height:17px; ">청구분야 :</caption>
  160. <select1 id="combo1" ref="/root/send/judgrid" class="combo_search" appearance="minimal" style="left:747px; top:3px; width:115px; height:19px; ">
  161. <choices>
  162. <itemset nodeset="/root/list/judglist">
  163. <label ref="judgnm"/>
  164. <value ref="judgid"/>
  165. </itemset>
  166. </choices>
  167. </select1>
  168. <select1 id="cmb_judgrid" ref="/root/send/ordfildcd" class="combo_search" appearance="minimal" style="left:972px; top:3px; width:115px; height:19px; ">
  169. <choices>
  170. <itemset nodeset="/root/init/P0458list/P0458">
  171. <label ref="cdnm"/>
  172. <value ref="cdid"/>
  173. </itemset>
  174. </choices>
  175. </select1>
  176. <select id="checkbox1" ref="/root/send/insukind" overflow="visible" appearance="full" cols="5" sep="^" style="left:95px; top:30px; width:315px; height:20px; border-style:none; ">
  177. <choices>
  178. <item>
  179. <label>건강보험</label>
  180. <value>11</value>
  181. </item>
  182. <item>
  183. <label>의료급여1종</label>
  184. <value>21</value>
  185. </item>
  186. <item>
  187. <label>의료급여2종</label>
  188. <value>22</value>
  189. </item>
  190. <item>
  191. <label>자보</label>
  192. <value>31</value>
  193. </item>
  194. <item>
  195. <label>산재</label>
  196. <value>41</value>
  197. </item>
  198. </choices>
  199. <script type="javascript" ev:event="xforms-select">
  200. <![CDATA[
  201. ]]>
  202. </script>
  203. </select>
  204. </group>
  205. <button id="button12" class="btn2_letter4" style="left:1130px; top:75px; width:64px; height:19px; ">
  206. <caption>액셀저장</caption>
  207. <script type="javascript" ev:event="onclick">
  208. <![CDATA[
  209. var fileName = window.fileDialog("save", ",", false, caption10.value, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  210. if (fileName != "") {
  211. datagrid1.saveExcel(fileName, "sheetname:sheet1;exporttype:multi");
  212. }
  213. ]]>
  214. </script>
  215. </button>
  216. <line id="line2" class="line_1" style="x1:0px; y1:95px; x2:1195px; y2:95px; "/>
  217. <caption id="caption10" class="tit_2" style="left:0px; top:78px; width:265px; height:13px; ">개인별조정내역조회</caption>
  218. <button id="button2" class="btn2_letter2" visibility="hidden" style="left:1087px; top:75px; width:42px; height:19px; ">
  219. <caption>출력</caption>
  220. <script type="javascript" ev:event="onclick">
  221. <![CDATA[
  222. exeReportPreview("RPPIF80201", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "");
  223. ]]>
  224. </script>
  225. </button>
  226. <multilinegrid id="datagrid1" nodeset="/root/main/list/deptitemcutamtlist" caption="청구년월^청구&#xA;차수^환자번호^순&#xA;번^내원&#xA;구분^보험유형^보조유형^심사차액^청구액^본인부담금^진찰료^입원료^투약료^주사료^마취료^재활물리^정신치료^처치,수술^검사료^방사선료^특수촬영^기타^총별가산^심사자|청구년월^청구&#xA;차수^환자번호^순&#xA;번^내원&#xA;구분^보험유형^보조유형^심사차액^청구액^본인부담금^진찰료^입원료^투약료^주사료^마취료^재활물리^정신치료^처치,수술^검사료^방사선료^특수촬영^기타^총별가산^심사자" colsep="^" colwidth="57, 38, 61, 26, 41, 55, 101, 80, 80, 80, 80, 80, 80, 80, 81, 100, 100, 100, 100, 100, 100, 100, 100, 100" rowsep="|" mergecellsfixedrows="bycolrec" style="left:0px; top:100px; width:1195px; height:635px; ">
  227. <row>
  228. <col ref="clamym" rowspan="2" format="yyyy-mm" style="text-align:center; "/>
  229. <col ref="clamdg" rowspan="2" style="text-align:center; "/>
  230. <col ref="pid" rowspan="2" style="text-align:center; "/>
  231. <col ref="pidsn" rowspan="2" style="text-align:center; "/>
  232. <col disabled="true" ref="ioflag" rowspan="2" type="combo" style="text-align:center; ">
  233. <choices>
  234. <itemset nodeset="/root/init/P0028list/P0028">
  235. <label ref="cdnm"/>
  236. <value ref="cdid"/>
  237. </itemset>
  238. </choices>
  239. </col>
  240. <col disabled="true" ref="insukind" rowspan="2" type="combo" style="text-align:right; ">
  241. <choices>
  242. <item>
  243. <label>건보</label>
  244. <value>11</value>
  245. </item>
  246. <item>
  247. <label>급여1종</label>
  248. <value>21</value>
  249. </item>
  250. <item>
  251. <label>급여2종</label>
  252. <value>22</value>
  253. </item>
  254. <item>
  255. <label>자보</label>
  256. <value>31</value>
  257. </item>
  258. <item>
  259. <label>산재</label>
  260. <value>41</value>
  261. </item>
  262. </choices>
  263. </col>
  264. <col disabled="true" ref="suppkind" rowspan="2" type="combo" style="text-align:right; ">
  265. <choices>
  266. <itemset nodeset="/root/list/suppkindlist">
  267. <label ref="suppkindnm"/>
  268. <value ref="suppkind"/>
  269. </itemset>
  270. </choices>
  271. </col>
  272. <col ref="bfchaamt" rowspan="2" format="(-)#,###" style="text-align:right; "/>
  273. <col ref="bfinsuamt" format="(-)#,###" style="text-align:right; "/>
  274. <col ref="bfownbamt" format="(-)#,###" style="text-align:right; "/>
  275. <col ref="bfhang01" format="(-)#,###" style="text-align:right; "/>
  276. <col ref="bfhang02" format="(-)#,###" style="text-align:right; "/>
  277. <col ref="bfhang03" format="(-)#,###" style="text-align:right; "/>
  278. <col ref="bfhang04" format="(-)#,###" style="text-align:right; "/>
  279. <col ref="bfhang05" format="(-)#,###" style="text-align:right; "/>
  280. <col ref="bfhang06" format="(-)#,###" style="text-align:right; "/>
  281. <col ref="bfhang07" format="(-)#,###" style="text-align:right; "/>
  282. <col ref="bfhang08" format="(-)#,###" style="text-align:right; "/>
  283. <col ref="bfhang09" format="(-)#,###" style="text-align:right; "/>
  284. <col ref="bfhang10" format="(-)#,###" style="text-align:right; "/>
  285. <col ref="bfhangss" format="(-)#,###" style="text-align:right; "/>
  286. <col ref="bfhangetc" format="(-)#,###" style="text-align:right; "/>
  287. <col ref="bfaddamt" format="(-)#,###" style="text-align:right; "/>
  288. <col disabled="true" ref="judgrid" rowspan="2" type="combo" style="text-align:center; ">
  289. <choices>
  290. <itemset nodeset="/root/list/judglist">
  291. <label ref="judgnm"/>
  292. <value ref="judgid"/>
  293. </itemset>
  294. </choices>
  295. </col>
  296. </row>
  297. <row>
  298. <col ref="afinsuamt" format="(-)#,###" style="text-align:right; "/>
  299. <col ref="afownbamt" format="(-)#,###" style="text-align:right; "/>
  300. <col ref="afhang01" format="(-)#,###" style="text-align:right; "/>
  301. <col ref="afhang02" format="(-)#,###" style="text-align:right; "/>
  302. <col ref="afhang03" format="(-)#,###" style="text-align:right; "/>
  303. <col ref="afhang04" format="(-)#,###" style="text-align:right; "/>
  304. <col ref="afhang05" format="(-)#,###" style="text-align:right; "/>
  305. <col ref="afhang06" format="(-)#,###" style="text-align:right; "/>
  306. <col ref="afhang07" format="(-)#,###" style="text-align:right; "/>
  307. <col ref="afhang08" format="(-)#,###" style="text-align:right; "/>
  308. <col ref="afhang09" format="(-)#,###" style="text-align:right; "/>
  309. <col ref="afhang10" format="(-)#,###" style="text-align:right; "/>
  310. <col ref="afhangss" format="(-)#,###" style="text-align:right; "/>
  311. <col ref="afhangetc" format="(-)#,###" style="text-align:right; "/>
  312. <col ref="afaddamt" format="(-)#,###" style="text-align:right; "/>
  313. </row>
  314. </multilinegrid>
  315. <group id="group2" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
  316. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:57px; background-color:#fffbf2; border-color:#ffd799; "/>
  317. <button id="button3" class="btn1_letter2" style="left:1128px; top:5px; width:56px; height:22px; ">
  318. <caption>조회</caption>
  319. <script type="javascript" ev:event="DOMActivate">
  320. <![CDATA[
  321. var sWindowMsg = "데이터 조회 중입니다...";
  322. callLoadingWindow(sWindowMsg);
  323. asyncSend("TRPIF80501", "/root/send", "/root/main/list", "responseHandlerTRPIF80501");
  324. ]]>
  325. </script>
  326. </button>
  327. <line id="line1" class="line_4" style="x1:1113px; y1:5px; x2:1113px; y2:27px; "/>
  328. <caption id="caption5" class="search_name" style="left:5px; top:7; width:86px; height:17px; ">청구기간 :</caption>
  329. <caption id="caption7" style="left:172px; top:8px; width:20px; height:20px; ">~</caption>
  330. <caption id="caption8" class="search_name" style="left:882px; top:34px; width:80px; height:17px; ">심사자 :</caption>
  331. <caption id="caption9" class="search_name" style="left:5px; top:34; width:100px; height:17px; ">보험유형 :</caption>
  332. <caption id="caption11" class="search_name" style="left:882px; top:7; width:109px; height:17px; ">청구분야 :</caption>
  333. <select1 id="combo2" ref="/root/send/judgrid" class="combo_search" appearance="minimal" style="left:972px; top:35px; width:115px; height:19px; ">
  334. <choices>
  335. <itemset nodeset="/root/list/judglist">
  336. <label ref="judgnm"/>
  337. <value ref="judgid"/>
  338. </itemset>
  339. </choices>
  340. </select1>
  341. <select1 id="combo3" ref="/root/send/ordfildcd" class="combo_search" appearance="minimal" style="left:972px; top:8; width:115px; height:19px; ">
  342. <choices>
  343. <itemset nodeset="/root/init/P0458list/P0458">
  344. <label ref="cdnm"/>
  345. <value ref="cdid"/>
  346. </itemset>
  347. </choices>
  348. </select1>
  349. <select id="checkbox2" ref="/root/send/insukind" overflow="visible" appearance="full" cols="5" sep="^" style="left:95px; top:35px; width:350px; height:20px; border-style:none; ">
  350. <choices>
  351. <item>
  352. <label>건강보험</label>
  353. <value>11</value>
  354. </item>
  355. <item>
  356. <label>의료급여1종</label>
  357. <value>21</value>
  358. </item>
  359. <item>
  360. <label>의료급여2종</label>
  361. <value>22</value>
  362. </item>
  363. <item>
  364. <label>자보</label>
  365. <value>31</value>
  366. </item>
  367. <item>
  368. <label>산재</label>
  369. <value>41</value>
  370. </item>
  371. </choices>
  372. <script type="javascript" ev:event="xforms-select">
  373. <![CDATA[
  374. ]]>
  375. </script>
  376. </select>
  377. <select1 id="combo4" ref="/root/send/ioflag" class="combo_search" appearance="minimal" style="left:560px; top:8; width:70px; height:19px; ">
  378. <choices>
  379. <item>
  380. <label>전체</label>
  381. <value>A</value>
  382. </item>
  383. <item>
  384. <label>입원</label>
  385. <value>I</value>
  386. </item>
  387. <item>
  388. <label>외래</label>
  389. <value>O</value>
  390. </item>
  391. </choices>
  392. </select1>
  393. <caption id="caption12" class="search_name" style="left:470px; top:7; width:82px; height:17px; ">내원유형 :</caption>
  394. <caption id="caption14" class="search_name" style="left:275px; top:7; width:86px; height:17px; ">청구차수 :</caption>
  395. <select1 id="cmb_clamdg" ref="/root/send/clamdg" class="combo_search" appearance="minimal" style="left:360px; top:7px; width:70px; height:19px; ">
  396. <choices>
  397. <itemset nodeset="/root/init/clamdg/clamdglist">
  398. <label ref="clamdgnm"/>
  399. <value ref="clamdgcd"/>
  400. </itemset>
  401. </choices>
  402. </select1>
  403. <caption id="caption15" class="search_name" style="left:470px; top:34; width:86px; height:17px; ">차액 :</caption>
  404. <input id="input3" ref="/root/send/fromchaamt" format="(-)#,###" style="left:530px; top:35px; width:100px; height:19px; text-align:right; "/>
  405. <caption id="caption16" style="left:635px; top:35px; width:20px; height:20px; ">~</caption>
  406. <input id="input4" ref="/root/send/tochaamt" format="(-)#,###" style="left:655px; top:35px; width:100px; height:19px; text-align:right; "/>
  407. <caption id="caption17" style="left:760px; top:35px; width:20px; height:20px; ">원</caption>
  408. <input id="input5" ref="/root/send/clamym" class="input_search" inputtype="date" format="yyyy-mm" style="left:105px; top:8; width:70px; height:19px; ">
  409. <script type="javascript" ev:event="xforms-value-changed">
  410. <![CDATA[
  411. ipt_clamtoym.value = ipt_clamym.value.substr(0,6);
  412. model.refreshpart("/root/send/clamtoym");
  413. pidfGetClamdg();
  414. addComboItem("cmb_clamdg", "전체", "", "above");
  415. ]]>
  416. </script>
  417. </input>
  418. <input id="input6" ref="/root/send/clamtoym" class="input_search" inputtype="date" format="yyyy-mm" style="left:190px; top:8; width:70px; height:19px; ">
  419. <script type="javascript" ev:event="xforms-value-changed">
  420. <![CDATA[
  421. pidfGetClamdg();
  422. addComboItem("cmb_clamdg", "전체", "", "above");
  423. ]]>
  424. </script>
  425. </input>
  426. </group>
  427. </group>
  428. <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
  429. <group id="group1" scroll="auto" style="left:0px; top:755px; width:1195px; height:28px; ">
  430. <button id="button45" class="btn4_letter2" style="left:1138px; top:5px; width:56px; height:22px; ">
  431. <caption>닫기</caption>
  432. <script type="javascript" ev:event="onclick">
  433. <![CDATA[
  434. window.close();
  435. ]]>
  436. </script>
  437. </button>
  438. </group>
  439. </xhtml:body>
  440. </xhtml:html>