SMPAS00150_수혈대체현황.xrw 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <main>
  10. <monthbloodlist>
  11. <monthbloodstats/>
  12. </monthbloodlist>
  13. <print>
  14. <monthbloodstats>
  15. </monthbloodstats>
  16. </print>
  17. <search>
  18. <fromdate/>
  19. <todate/>
  20. <datagubun>ALL</datagubun>
  21. <datagubun2>ALL</datagubun2>
  22. <datagubun3>ALL</datagubun3>
  23. </search>
  24. <printinfo>
  25. <fromdate/>
  26. <todate/>
  27. <ordtypenm/>
  28. </printinfo>
  29. </main>
  30. <send>
  31. <rcptflag/>
  32. <fromdate/>
  33. <todate/>
  34. <datagubun/>
  35. <datagubun2/>
  36. <datagubun3/>
  37. <erdata/>
  38. <dcgubun/>
  39. <monthbloodlist>
  40. <monthbloodstats/>
  41. </monthbloodlist>
  42. </send>
  43. <hidden>
  44. <session/>
  45. </hidden>
  46. </root>
  47. </instance>
  48. <submission id="TRPAS00151" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/monthbloodlist"/>
  49. <submission id="TRPAS00152" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/print"/>
  50. <submission id="TXPAS00151" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/monthbloodlist"/>
  51. <submission id="TRPAO00005" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/magm/magminfo" resultref="/root/magm/aprvinfo"/>
  52. <submission id="TRPAO00006" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/rcptuser/rcptuserinfosend" resultref="/root/rcptuser/rcptuserinfo"/>
  53. </model>
  54. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  59. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  60. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  61. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  62. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  63. <script type="javascript" ev:event="xforms-ready">
  64. <![CDATA[
  65. model.setValue("/root/main/search/fromdate", getCurrentDate());
  66. model.setValue("/root/main/search/todate", getCurrentDate());
  67. model.setValue("/root/send/rcptflag", "rcptexecdd");
  68. grd_bldc.explorerbar = "sort";
  69. model.refresh();
  70. ]]>
  71. </script>
  72. <script type="javascript">
  73. <![CDATA[
  74. function fAllCheck_true() {
  75. for(var a=1; a< grd_bldc.rows-2; a++) {
  76. model.setValue("/root/main/monthbloodlist/monthbloodstats[" + a + "]/ckbox" , "true");
  77. }
  78. grd_bldc.refresh();
  79. }
  80. function fAllCheck_false() {
  81. for(var a=1; a< grd_bldc.rows-2; a++) {
  82. model.setValue("/root/main/monthbloodlist/monthbloodstats[" + a + "]/ckbox" , "false");
  83. }
  84. grd_bldc.refresh();
  85. }
  86. // 합계
  87. function fTotalSum() {
  88. grd_bldc.subtotalPosition = "below";
  89. grd_bldc.subtotal("clear", 0, 0);
  90. grd_bldc.subtotal("sum", -1, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  91. grd_bldc.subtotal("sum", -1, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  92. grd_bldc.subtotal("sum", -1, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  93. grd_bldc.subtotal("sum", -1, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  94. grd_bldc.subtotal("sum", -1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  95. grd_bldc.subtotal("sum", -1, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  96. grd_bldc.subtotal("sum", -1, 14, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  97. grd_bldc.subtotal("sum", -1, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  98. grd_bldc.subtotal("sum", -1, 16, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  99. grd_bldc.subtotal("sum", -1, 17, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  100. grd_bldc.subtotal("sum", -1, 18, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  101. grd_bldc.subtotal("sum", -1, 19, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  102. grd_bldc.subtotal("sum", -1, 20, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  103. grd_bldc.subtotal("sum", -1, 21, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  104. grd_bldc.subtotal("sum", -1, 22, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  105. grd_bldc.subtotal("sum", -1, 23, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  106. grd_bldc.subtotal("sum", -1, 25, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  107. grd_bldc.subtotal("sum", -1, 24, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  108. grd_bldc.subtotal("sum", -1, 26, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  109. grd_bldc.subtotal("sum", -1, 27, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  110. grd_bldc.subtotal("sum", -1, 28, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  111. grd_bldc.subtotal("sum", -1, 29, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  112. grd_bldc.subtotal("sum", -1, 30, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  113. grd_bldc.subtotal("sum", -1, 31, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  114. grd_bldc.subtotal("sum", -1, 34, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  115. datagrid2.subtotalPosition = "below";
  116. datagrid2.subtotal("clear", 0, 0);
  117. datagrid2.subtotal("sum", -1, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  118. datagrid2.subtotal("sum", -1, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  119. datagrid2.subtotal("sum", -1, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  120. datagrid2.subtotal("sum", -1, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  121. datagrid2.subtotal("sum", -1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  122. datagrid2.subtotal("sum", -1, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  123. datagrid2.subtotal("sum", -1, 14, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  124. datagrid2.subtotal("sum", -1, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  125. datagrid2.subtotal("sum", -1, 16, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  126. datagrid2.subtotal("sum", -1, 17, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  127. datagrid2.subtotal("sum", -1, 18, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  128. datagrid2.subtotal("sum", -1, 19, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  129. datagrid2.subtotal("sum", -1, 20, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  130. datagrid2.subtotal("sum", -1, 21, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  131. datagrid2.subtotal("sum", -1, 22, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  132. datagrid2.subtotal("sum", -1, 23, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  133. datagrid2.subtotal("sum", -1, 25, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  134. datagrid2.subtotal("sum", -1, 24, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  135. datagrid2.subtotal("sum", -1, 26, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  136. datagrid2.subtotal("sum", -1, 27, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  137. datagrid2.subtotal("sum", -1, 28, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  138. datagrid2.subtotal("sum", -1, 29, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  139. datagrid2.subtotal("sum", -1, 30, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  140. datagrid2.subtotal("sum", -1, 31, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  141. datagrid2.subtotal("sum", -1, 34, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
  142. }
  143. ]]>
  144. </script>
  145. </xhtml:head>
  146. <xhtml:body pagewidth="1211" pageheight="784">
  147. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  148. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">수혈대체현황</caption>
  149. </group>
  150. <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
  151. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  152. <caption id="caption2" class="search_name" style="left:135px; top:9px; width:90px; height:17px; ">조회기간 :</caption>
  153. <line id="line2" class="line_4" style="x1:1134px; y1:7px; x2:1134px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  154. <button id="btn_search" class="btn1_letter2" navindex="6" style="left:1139px; top:7px; width:56px; height:22px; ">
  155. <caption>조회</caption>
  156. <script type="javascript" ev:event="DOMActivate">
  157. <![CDATA[
  158. model.removeNodeset("/root/main/monthbloodlist/monthbloodstats");
  159. var fromdate = model.getValue("/root/main/search/fromdate");
  160. var todate = model.getValue("/root/main/search/todate");
  161. if(fromdate==""||fromdate==null){
  162. messageBox("시작일을 입력","E007");
  163. model.setFocus("input7");
  164. return false;
  165. }
  166. if(todate==""|| todate==null){
  167. messageBox("끝일을 입력","E007");
  168. model.setFocus("input1");
  169. return false;
  170. }
  171. if(fromdate > todate){
  172. messageBox("시작일이 끝일자보다 클수 ", "C001")
  173. return false;
  174. }else{
  175. model.setValue("/root/send/fromdate", model.getValue("/root/main/search/fromdate"));
  176. model.setValue("/root/send/todate", model.getValue("/root/main/search/todate"));
  177. model.setValue("/root/send/datagubun", model.getValue("/root/main/search/datagubun"));
  178. model.setValue("/root/send/datagubun2", model.getValue("/root/main/search/datagubun2"));
  179. model.setValue("/root/send/datagubun3", model.getValue("/root/main/search/datagubun3"));
  180. model.removeNodeset("/root/main/frontamtlist");
  181. if(model.getValue("/root/main/search/datagubun") == "ALL")
  182. {
  183. //grd_bldc.colHidden(6) = false;
  184. submit("TRPAS00151");
  185. submit("TRPAS00152");
  186. } else {
  187. //grd_bldc.colHidden(6) = true;
  188. submit("TRPAS00151");
  189. submit("TRPAS00152");
  190. }
  191. fTotalSum();
  192. }
  193. model.refresh();
  194. ]]>
  195. </script>
  196. </button>
  197. <input id="input7" ref="/root/main/search/fromdate" class="input_default" navindex="1" inputtype="date" style="left:225px; top:8px; width:90; height:19px; ">
  198. <script type="javascript" ev:event="onkeydown">
  199. <![CDATA[
  200. if( event.keyCode == 13 ) {
  201. var pCurTargetObj = event.ptarget.parent;
  202. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  203. event.keyCode = 9;
  204. pCurTargetObj.dispatch("onkeydown");
  205. }
  206. else {
  207. event.keyCode = 9;
  208. }
  209. }
  210. event.stopPropagation();
  211. ]]>
  212. </script>
  213. </input>
  214. <input id="input1" ref="/root/main/search/todate" class="input_default" navindex="2" inputtype="date" style="left:335px; top:8px; width:90px; height:19px; ">
  215. <script type="javascript" ev:event="onkeydown">
  216. <![CDATA[
  217. if( event.keyCode == 13 ) {
  218. var pCurTargetObj = event.ptarget.parent;
  219. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  220. event.keyCode = 9;
  221. pCurTargetObj.dispatch("onkeydown");
  222. }
  223. else {
  224. event.keyCode = 9;
  225. }
  226. }
  227. event.stopPropagation();
  228. ]]>
  229. </script>
  230. </input>
  231. <select1 id="combo1" ref="/root/main/search/datagubun" navindex="3" appearance="minimal" style="left:555px; top:8px; width:60px; height:19px; ">
  232. <choices>
  233. <item>
  234. <label>전체</label>
  235. <value>ALL</value>
  236. </item>
  237. <item>
  238. <label>외래</label>
  239. <value>OUT</value>
  240. </item>
  241. <item>
  242. <label>입원</label>
  243. <value>IN</value>
  244. </item>
  245. </choices>
  246. </select1>
  247. <button id="button1" class="btn6_letter4" navindex="8" style="left:1050px; top:7px; width:80px; height:22px; ">
  248. <caption>액셀저장</caption>
  249. <script type="javascript" ev:event="DOMActivate">
  250. <![CDATA[
  251. //엑셀저장 여부(타이틀별)
  252. var fileName = window.fileDialog("save", "", false, "수혈대체현황" + getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  253. if (fileName != "")
  254. {
  255. datagrid2.saveExcel(fileName, "수혈대체현황" + getCurrentDate(), true, true, "", "", true);
  256. }
  257. ]]>
  258. </script>
  259. </button>
  260. <button id="button2" class="btn6_letter2" navindex="7" visibility="visible" style="left:990px; top:7px; width:56px; height:22px; ">
  261. <caption>출력</caption>
  262. <script type="javascript" ev:event="DOMActivate">
  263. <![CDATA[
  264. var sOrdtypeNm = "(전체)";
  265. var sDataGubun = model.getValue("/root/main/search/datagubun");
  266. model.setValue("/root/main/printinfo/fromdate", model.getValue("/root/main/search/fromdate"));
  267. model.setValue("/root/main/printinfo/todate", model.getValue("/root/main/search/todate"));
  268. if(sDataGubun == "IN") {
  269. sOrdtypeNm = "(입원)";
  270. } else if(sDataGubun == "OUT") {
  271. sOrdtypeNm = "(외래)";
  272. } else {
  273. sOrdtypeNm = "(전체)";
  274. }
  275. model.setValue("/root/main/printinfo/ordtypenm", sOrdtypeNm);
  276. // 수혈환자목록
  277. //exeReportPreview("RPPAS00151", "XMLSTR", "","", "true","","","","","false");
  278. exeReportPreview("RPPAS00151", "XMLSTR");
  279. // 수혈대체현황
  280. //exeReportPreview("RPPAS00150", "XMLSTR", "","", "true","","","","","false");
  281. exeReportPreview("RPPAS00153", "XMLSTR");
  282. model.resetInstanceNode("/root/main/printinfo");
  283. ]]>
  284. </script>
  285. </button>
  286. <select1 id="combo2" ref="/root/main/search/datagubun2" navindex="4" visibility="hidden" appearance="minimal" style="left:930px; top:8px; width:60px; height:19px; ">
  287. <choices>
  288. <item>
  289. <label>전체</label>
  290. <value>ALL</value>
  291. </item>
  292. <item>
  293. <label>급여</label>
  294. <value>pay</value>
  295. </item>
  296. <item>
  297. <label>비급여</label>
  298. <value>nopay</value>
  299. </item>
  300. </choices>
  301. </select1>
  302. <caption id="caption1" style="left:318px; top:12px; width:15px; height:17px; font-weight:bold; text-align:center; ">~</caption>
  303. <caption id="caption3" class="search_name" style="left:465px; top:9px; width:90px; height:17px; ">진료형태 :</caption>
  304. <caption id="caption4" class="search_name" visibility="hidden" style="left:840px; top:10px; width:90px; height:17px; ">급여구분 :</caption>
  305. <select1 id="combo3" ref="/root/main/search/datagubun3" navindex="5" appearance="minimal" style="left:725px; top:8px; width:80px; height:19px; ">
  306. <choices>
  307. <item>
  308. <label>전체</label>
  309. <value>ALL</value>
  310. </item>
  311. <item>
  312. <label>청구완료</label>
  313. <value>Y</value>
  314. </item>
  315. <item>
  316. <label>미청구</label>
  317. <value>N</value>
  318. </item>
  319. </choices>
  320. </select1>
  321. <caption id="caption5" class="search_name" style="left:635px; top:10px; width:90px; height:17px; ">청구구분 :</caption>
  322. <select1 id="rbo_rcpt" ref="/root/send/rcptflag" appearance="full" cols="2" overflow="visible" style="left:15px; top:10px; width:110px; height:20px; border-style:none; ">
  323. <choices>
  324. <item>
  325. <label>수납일</label>
  326. <value>rcptexecdd</value>
  327. </item>
  328. <item>
  329. <label>진료일</label>
  330. <value>orddd</value>
  331. </item>
  332. </choices>
  333. </select1>
  334. </group>
  335. <datagrid id="grd_bldc" nodeset="/root/main/monthbloodlist/monthbloodstats" visibility="visible" caption="√^등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료&#xA;구분^RBC^RBC^F-RBC^F-RBC^WB^WB^FFP^FFP^PC^PC^WBC^WBC^CRYO^CRYO^WRC^WRC^LRSDP^PLT^PLT^F-PLT^F-PLT^총계^총수혈금액^청구액^외래/입원^입금일자^입금금액^혈액번호^주소^ck_org|√^등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료&#xA;구분^320^400^320^400^320^400^320^400^320^400^320^400^320^400^320 ^400^320 ^320^400^320^400^총계^총수혈금액^청구액^일자^입금일자^입금금액^혈액번호^주소^ck_org" colsep="^" colwidth="22, 60, 53, 100, 30, 75, 34, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 50, 30, 30, 30, 30, 32, 78, 70, 75, 75, 70, 75, 400, 100" frozencols="2" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:4px; top:80px; width:1203px; height:645px; ">
  336. <col ref="ckbox" type="checkbox"/>
  337. <col ref="pid" style="text-align:left; "/>
  338. <col ref="hngnm" style="text-align:left; "/>
  339. <col ref="rrgstno" style="text-align:center; "/>
  340. <col ref="insukind" style="text-align:center; "/>
  341. <col ref="orddd" format="yyyy/mm/dd" style="text-align:center; "/>
  342. <col ref="ordtype" style="text-align:center; "/>
  343. <col ref="rbc320" format="(-)#,###" style="left:580px; top:43px; width:150px; height:23px; text-align:right; "/>
  344. <col ref="rbc400" format="(-)#,###" style="text-align:right; "/>
  345. <col ref="frbc320" format="(-)#,###" style="text-align:right; "/>
  346. <col ref="frbc400" format="(-)#,###" style="text-align:right; "/>
  347. <col ref="wb320" format="(-)#,###" style="text-align:right; "/>
  348. <col ref="wb400" format="(-)#,###" style="text-align:right; "/>
  349. <col ref="ffp320" format="(-)#,###" style="text-align:right; "/>
  350. <col ref="ffp400" format="(-)#,###" style="text-align:right; "/>
  351. <col ref="pc320" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  352. <col ref="pc400" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  353. <col ref="wbc320" format="(-)#,###" style="text-align:right; "/>
  354. <col ref="wbc400" format="(-)#,###" style="text-align:right; "/>
  355. <col ref="cryo320" format="(-)#,###" style="text-align:right; "/>
  356. <col ref="cryo400" format="(-)#,###" style="text-align:right; "/>
  357. <col ref="wrc320" format="(-)#,###" style="text-align:right; "/>
  358. <col ref="wrc400" format="(-)#,###" style="text-align:right; "/>
  359. <col ref="lrsdp" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  360. <col ref="plt320" format="(-)#,###" style="text-align:right; "/>
  361. <col ref="plt400" format="(-)#,###" style="text-align:right; "/>
  362. <col ref="fplt320" format="(-)#,###" style="text-align:right; "/>
  363. <col ref="fplt400" format="(-)#,###" style="text-align:right; "/>
  364. <col ref="totalcnt" format="(-)#,###" style="text-align:right; "/>
  365. <col ref="totalamt" format="(-)#,###" style="text-align:right; "/>
  366. <col ref="discamt" format="(-)#,###" style="text-align:right; "/>
  367. <col ref="indd" format="yyyy/mm/dd" style="text-align:center; "/>
  368. <col ref="depodd" format="yyyy/mm/dd" style="text-align:center; "/>
  369. <col ref="depoamt" format="(-)#,###" style="text-align:right; "/>
  370. <col ref="blodno"/>
  371. <col ref="address"/>
  372. <col type="combo" visibility="hidden"/>
  373. </datagrid>
  374. <button id="btn_claimddsave" class="btn4_letter6" navindex="9" style="left:1103px; top:728px; width:104px; height:22px; ">
  375. <caption>입금여부저장</caption>
  376. <script type="javascript" ev:event="DOMActivate">
  377. <![CDATA[
  378. // 수납자 마감여부 체크하여 처리
  379. if (isMagmAprv()) {
  380. return false; // 마감결제 완료되어있으므로 더이상 진행하지 않음
  381. }
  382. model.copyNode("/root/send/monthbloodlist","/root/main/monthbloodlist");
  383. submit("TXPAS00151");
  384. submit("TRPAS00152");
  385. fTotalSum();
  386. ]]>
  387. </script>
  388. </button>
  389. <caption id="caption7" style="left:5px; top:730px; width:622px; height:42px; color:#ff0000; vertical-align:middle; ">
  390. <![CDATA[참고사항 : 1. 혈액원 청구시 조회구분 '전체'로 조회 후 해당 내역만 출력해서 청구하십시오.
  391. 2. 혈액원에서 금액들어오면 해당환자를 체크후 '입금여부저장'을 하십시오.
  392. 3. 입금여부 취소는 통계문제로 인하여 입금여부 저장한 당일만 가능합니다.]]>
  393. </caption>
  394. <datagrid id="datagrid2" nodeset="/root/main/print/monthbloodstats" visibility="hidden" caption="등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료&#xA;구분^RBC^RBC^F-RBC^F-RBC^WB^WB^FFP^FFP^PC^PC^WBC^WBC^CRYO^CRYO^WRC^WRC^LRSDP^PLT^PLT^F-PLT^F-PLT^총계^총수혈금액^청구액^입원일자^청구일자^수혈번호^주소|등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료&#xA;구분^320^400^320^400^320^400^320^400^320^400^320^400^320^400^320 ^400^320 ^320^400^320^400^총계^총수혈금액^청구액^입원일자^청구일자^수혈번호^주소" colsep="^" colwidth="60, 53, 100, 30, 75, 34, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 50, 30, 30, 31, 32, 32, 78, 70, 75, 75, 75, 400" frozencols="2" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:640px; top:730px; width:200px; height:45px; ">
  395. <col ref="pid" style="text-align:left; "/>
  396. <col ref="hngnm" style="text-align:left; "/>
  397. <col ref="rrgstno" style="text-align:center; "/>
  398. <col ref="insukind" style="text-align:center; "/>
  399. <col ref="orddd" format="yyyy/mm/dd" style="text-align:center; "/>
  400. <col ref="ordtype" style="text-align:center; "/>
  401. <col ref="rbc320" format="(-)#,###" style="left:580px; top:43px; width:150px; height:23px; text-align:right; "/>
  402. <col ref="rbc400" format="(-)#,###" style="text-align:right; "/>
  403. <col ref="frbc320" format="(-)#,###" style="text-align:right; "/>
  404. <col ref="frbc400" format="(-)#,###" style="text-align:right; "/>
  405. <col ref="wb320" format="(-)#,###" style="text-align:right; "/>
  406. <col ref="wb400" format="(-)#,###" style="text-align:right; "/>
  407. <col ref="ffp320" format="(-)#,###" style="text-align:right; "/>
  408. <col ref="ffp400" format="(-)#,###" style="text-align:right; "/>
  409. <col ref="pc320" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  410. <col ref="pc400" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  411. <col ref="wbc320" format="(-)#,###" style="text-align:right; "/>
  412. <col ref="wbc400" format="(-)#,###" style="text-align:right; "/>
  413. <col ref="cryo320" format="(-)#,###" style="text-align:right; "/>
  414. <col ref="cryo400" format="(-)#,###" style="text-align:right; "/>
  415. <col ref="wrc320" format="(-)#,###" style="text-align:right; "/>
  416. <col ref="wrc400" format="(-)#,###" style="text-align:right; "/>
  417. <col ref="lrsdp" format="(-)#,###" style="text-align:right; "/>
  418. <col ref="plt320" format="(-)#,###" style="text-align:right; "/>
  419. <col ref="plt400" format="(-)#,###" style="text-align:right; "/>
  420. <col ref="fplt320" format="(-)#,###" style="text-align:right; "/>
  421. <col ref="fplt400" format="(-)#,###" style="text-align:right; "/>
  422. <col ref="totalcnt" format="(-)#,###" style="text-align:right; "/>
  423. <col ref="totalamt" format="(-)#,###" style="text-align:right; "/>
  424. <col ref="discamt" format="(-)#,###" style="text-align:right; "/>
  425. <col ref="indd" format="yyyy/mm/dd" style="text-align:center; "/>
  426. <col ref="claimdd" format="yyyy/mm/dd" style="text-align:center; "/>
  427. <col ref="blodno"/>
  428. <col ref="address"/>
  429. </datagrid>
  430. <button id="button3" class="btn2_letter2" style="left:81px; top:60px; width:42px; height:19px; ">
  431. <caption>선택</caption>
  432. <script type="javascript" ev:event="DOMActivate">
  433. <![CDATA[
  434. fAllCheck_true();
  435. ]]>
  436. </script>
  437. </button>
  438. <button id="button4" class="btn2_letter2" style="left:125px; top:60px; width:42px; height:19px; ">
  439. <caption>해제</caption>
  440. <script type="javascript" ev:event="DOMActivate">
  441. <![CDATA[
  442. fAllCheck_false();
  443. ]]>
  444. </script>
  445. </button>
  446. <caption id="caption6" style="left:21px; top:60px; width:54px; height:20px; ">입금여부</caption>
  447. </xhtml:body>
  448. </xhtml:html>