SMPIS00700_심사현황.xrw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. <?xml version="1.0" encoding="EUC-KR"?>
  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. <getdata>
  11. <jewon>
  12. <all_cnt/>
  13. <non_cnt/>
  14. <spcl_cnt/>
  15. <rtyn_cnt/>
  16. <tiyn_cnt/>
  17. <tstat_cnt/>
  18. <g_cnt/>
  19. <r_cnt/>
  20. </jewon>
  21. <isolstat>
  22. <reqdd/>
  23. <pid/>
  24. <hngnm/>
  25. <reqdeptcd/>
  26. <requserid/>
  27. <roomnm/>
  28. <cnststat/>
  29. <insuyn/>
  30. </isolstat>
  31. <operstat>
  32. <non_cnt/>
  33. <dey_cnt/>
  34. <don_cnt/>
  35. </operstat>
  36. <injudgstat>
  37. <clamym/>
  38. <clamdg/>
  39. <totcnt/>
  40. <acnt/>
  41. <ccnt/>
  42. <wcnt/>
  43. <ncnt/>
  44. </injudgstat>
  45. <outjudgstat>
  46. <clamym/>
  47. <clamdg/>
  48. <totcnt/>
  49. <acnt/>
  50. <ccnt/>
  51. <wcnt/>
  52. <ncnt/>
  53. </outjudgstat>
  54. <obtastat>
  55. <obtappflag/>
  56. <restterm/>
  57. <clamym/>
  58. <clamdg/>
  59. <ordfildcd/>
  60. <ioflag/>
  61. <acptno/>
  62. </obtastat>
  63. <obtanonstat>
  64. <obtappdd/>
  65. <restterm/>
  66. <clamym/>
  67. <clamdg/>
  68. <ordfildcd/>
  69. <ioflag/>
  70. <acptno/>
  71. <obtappflag/>
  72. </obtanonstat>
  73. <notistat>
  74. <notidd/>
  75. <docuno/>
  76. <clamym/>
  77. <clamseqno/>
  78. <ordfildcd/>
  79. <ioflag/>
  80. <acptno/>
  81. <judgdg/>
  82. <clamno/>
  83. </notistat>
  84. <returnstat>
  85. <clamym/>
  86. <clamdg/>
  87. <acptno/>
  88. <ordfildcd/>
  89. <ioflag/>
  90. <docuseqno/>
  91. <pid/>
  92. <hngnm/>
  93. <deptcd/>
  94. </returnstat>
  95. <holdstat>
  96. <clamym/>
  97. <clamdg/>
  98. <acptno/>
  99. <ordfildcd/>
  100. <ioflag/>
  101. <docuseqno/>
  102. <pid/>
  103. <hngnm/>
  104. <deptcd/>
  105. </holdstat>
  106. </getdata>
  107. </main>
  108. <init>
  109. <U0001list/>
  110. </init>
  111. <send>
  112. <basedd/>
  113. <judgrid/>
  114. <refterm1>3</refterm1>
  115. <refterm1from/>
  116. <refterm1to/>
  117. <refterm2>6</refterm2>
  118. </send>
  119. <send_rem>
  120. <acptno/>
  121. <judgdg/>
  122. <clamno/>
  123. </send_rem>
  124. </root>
  125. </instance>
  126. <script type="javascript" ev:event="xforms-ready">
  127. <![CDATA[
  128. // 화면 초기화
  129. fInitialize();
  130. // 심사자별 검색이므로 전체 옵션은 뺀다(첫번째가 빈 값이 들어 온다)
  131. if( model.getValue("/root/init/U0001list/U0001[1]/cdid") == "")
  132. {
  133. model.removenode("/root/init/U0001list/U0001[1]");
  134. cmb_judgrid.refresh();
  135. }
  136. cmb_judgrid.value = getUserId(); // 세션 아이디 채워 넣자
  137. fSearch();
  138. ]]>
  139. </script>
  140. <!-- submission -->
  141. <submission id="TRPIS00700" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/getdata"/>
  142. <submission id="TRPIB00603" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/U0001list"/>
  143. </model>
  144. <!-- js import -->
  145. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  146. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  147. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  148. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  149. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  150. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  151. <!-- 뽕숑 -->
  152. <script type="javascript">
  153. <![CDATA[
  154. // 화면 초기화
  155. function fInitialize()
  156. {
  157. var gToday = new Date();
  158. var gBaseyear = gToday.getDateFormat("YYYY"); // (dateHelper.js)에서 제공하는 함수를 사용하여 해당 년를 구한다.
  159. var gBasemonth = gToday.getDateFormat("MM");
  160. var gBaseday = gToday.getDateFormat("DD");
  161. var gCurrentdd = gBaseyear + gBasemonth + gBaseday;
  162. var lv_date = gCurrentdd.toDate("YYYYMMDD");
  163. lv_date = lv_date.getAddDate(-12, "M")
  164. var gFromym = lv_date.getDateFormat("YYYYMM")
  165. model.setValue("/root/send/refterm1from",gFromym);
  166. model.setValue("/root/send/refterm1to" ,gBaseyear+gBasemonth);
  167. //model.setValue("/root/send/basedd",getCurrentDate()); // 오늘 날짜
  168. model.setValue("/root/send/basedd",gCurrentdd); // 오늘 날짜
  169. submit("TRPIB00603"); // 심사자 콤보리스트
  170. addComboItem("cmb_judgrid","전체","-","init"); // 2009-09-18 김용민 전체조회 추가
  171. addComboItem("cmb_judgrid"," "," ","above"); // 2009-09-18 김용민 공백추가
  172. }
  173. function fSearch()
  174. {
  175. // 콤보리스트에 해당 심사자가 없다면 조회 안 한다.
  176. if ( cmb_judgrid.label != "" && cmb_judgrid.label != " ")
  177. {
  178. submit("TRPIS00700");
  179. }
  180. }
  181. ]]>
  182. </script>
  183. </xhtml:head>
  184. <xhtml:body guideline="1,1212;2,785;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  185. <!-- TITLE -->
  186. <group id="group1" style="left:0px; top:0px; width:1211px; height:13px; ">
  187. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:155px; height:13px; ">심사현황판</caption>
  188. </group>
  189. <!-- 전체 그룹 -->
  190. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1211px; height:742px; ">
  191. <!-- 조회조건 -->
  192. <group id="group5" style="left:0px; top:10px; width:1211px; height:30px; vertical-align:top; ">
  193. <shape id="roundrect2" appearance="roundrect" style="left:0px; top:0px; width:1211px; height:30px; "/>
  194. <caption id="caption4" class="search_name" style="left:5px; top:6px; width:75px; height:17px; ">기준일 :</caption>
  195. <input id="input4" ref="/root/send/basedd" class="input_search" disabled="true" navindex="1" inputtype="date" style="left:80px; top:5px; width:85px; height:19px; "/>
  196. <caption id="caption26" class="search_name" style="left:175px; top:6px; width:73px; height:17px; ">심사자 :</caption>
  197. <select1 id="cmb_judgrid" ref="/root/send/judgrid" navindex="1" appearance="minimal" style="left:250px; top:5px; width:100px; height:19px; ">
  198. <choices>
  199. <itemset nodeset="/root/init/U0001list/U0001">
  200. <label ref="cdnm"/>
  201. <value ref="cdid"/>
  202. </itemset>
  203. </choices>
  204. <script type="javascript" ev:event="xforms-value-changed">
  205. <![CDATA[
  206. fSearch();
  207. ]]>
  208. </script>
  209. </select1>
  210. <line id="line2" class="line_4" style="x1:1119px; y1:5px; x2:1119px; y2:27px; "/>
  211. <button id="button1" class="btn1_letter2" navindex="2" style="left:1134px; top:5px; width:56px; height:22px; ">
  212. <caption>조회</caption>
  213. <script type="javascript" ev:event="DOMActivate">
  214. <![CDATA[
  215. fSearch();
  216. ]]>
  217. </script>
  218. </button>
  219. <select1 id="rdo_refterm" ref="/root/send/refterm1" appearance="full" cellspacing="6" cols="6" overflow="visible" style="left:451px; top:7px; width:244px; height:17px; border-style:none; ">
  220. <choices>
  221. <item>
  222. <label>3개월</label>
  223. <value>3</value>
  224. </item>
  225. <item>
  226. <label>6개월</label>
  227. <value>6</value>
  228. </item>
  229. <item>
  230. <label>1년</label>
  231. <value>12</value>
  232. </item>
  233. <item>
  234. <label>2년</label>
  235. <value>24</value>
  236. </item>
  237. <item>
  238. <label>선택</label>
  239. <value>S</value>
  240. </item>
  241. </choices>
  242. <script type="javascript" ev:event="xforms-value-changed">
  243. <![CDATA[
  244. if ( model.getValue("/root/send/refterm1") == "S" ) {
  245. ipt_termfrom.disabled = false;
  246. ipt_termto.disabled = false;
  247. } else {
  248. ipt_termfrom.disabled = true;
  249. ipt_termto.disabled = true;
  250. }
  251. ]]>
  252. </script>
  253. </select1>
  254. <caption id="caption2" class="search_name" style="left:365px; top:7px; width:90px; height:17px; ">심사현황 :</caption>
  255. <caption id="caption3" class="search_name" style="left:828px; top:7px; width:96px; height:17px; ">반송/보류 :</caption>
  256. <select1 id="radio1" ref="/root/send/refterm2" appearance="full" cellspacing="6" cols="6" overflow="visible" style="left:925px; top:7px; width:190px; height:17px; border-style:none; ">
  257. <choices>
  258. <item>
  259. <label>전체</label>
  260. <value>-</value>
  261. </item>
  262. <item>
  263. <label>6개월</label>
  264. <value>6</value>
  265. </item>
  266. <item>
  267. <label>1년</label>
  268. <value>12</value>
  269. </item>
  270. <item>
  271. <label>2년</label>
  272. <value>24</value>
  273. </item>
  274. </choices>
  275. </select1>
  276. <input id="ipt_termfrom" ref="/root/send/refterm1from" disabled="true" format="yyyy-mm" style="left:697px; top:6px; width:50px; height:19px; "/>
  277. <caption id="caption5" style="left:747px; top:6px; width:13px; height:20px; ">~</caption>
  278. <input id="ipt_termto" ref="/root/send/refterm1to" disabled="true" format="yyyy-mm" style="left:758px; top:6px; width:50px; height:19px; "/>
  279. </group>
  280. <!-- 조회 조건 끝 -->
  281. <caption id="caption27" class="cell_1" style="left:0px; top:45px; width:393px; height:20px; ">심사 현황</caption>
  282. <caption id="caption29" class="cell_1" style="left:399px; top:45px; width:400px; height:20px; ">심결 및 이의신청 현황</caption>
  283. <caption id="caption30" class="cell_1" style="left:805px; top:45px; width:406px; height:20px; ">반송/보류 현황</caption>
  284. <!-- 재원심사현황 시작 -->
  285. <caption id="caption31" class="tit_2" style="left:0px; top:70px; width:145px; height:13px; ">재원심사현황(당일)</caption>
  286. <caption id="caption32" class="cell_1" style="left:0px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  287. <![CDATA[대상자수]]>
  288. </caption>
  289. <caption id="caption36" class="cell_1" style="left:49px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">미심</caption>
  290. <caption id="caption37" class="cell_1" style="left:98px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  291. <![CDATA[ 선별 심사]]>
  292. </caption>
  293. <caption id="caption38" class="cell_1" style="left:147px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  294. <![CDATA[ 퇴원 예고]]>
  295. </caption>
  296. <caption id="caption39" class="cell_1" style="left:196px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  297. <![CDATA[ 퇴원 확정]]>
  298. </caption>
  299. <caption id="caption40" class="cell_1" style="left:245px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">가퇴원</caption>
  300. <caption id="caption41" class="cell_1" style="left:294px; top:90px; width:49px; height:30px; text-align:center; background-color:#ccffcc; border-color:#99ccff; border-style:solid; ">G</caption>
  301. <caption id="caption42" class="cell_1" style="left:343px; top:90px; width:49px; height:30px; text-align:center; background-color:#ffcc99; border-color:#99ccff; border-style:solid; ">R</caption>
  302. <output id="output9" ref="/root/main/getdata/jewon/all_cnt" class="output_fix" style="left:0px; top:120px; width:49px; height:19px; text-align:right; "/>
  303. <output id="output10" ref="/root/main/getdata/jewon/non_cnt" class="output_fix" style="left:49px; top:120px; width:49px; height:19px; text-align:right; "/>
  304. <output id="output11" ref="/root/main/getdata/jewon/spcl_cnt" class="output_fix" style="left:98px; top:120px; width:49px; height:19px; text-align:right; "/>
  305. <output id="output12" ref="/root/main/getdata/jewon/rtyn_cnt" class="output_fix" style="left:147px; top:120px; width:49px; height:19px; text-align:right; "/>
  306. <output id="output13" ref="/root/main/getdata/jewon/tiyn_cnt" class="output_fix" style="left:196px; top:120px; width:49px; height:19px; text-align:right; "/>
  307. <output id="output14" ref="/root/main/getdata/jewon/tstat_cnt" class="output_fix" style="left:245px; top:120px; width:49px; height:19px; text-align:right; "/>
  308. <output id="output15" ref="/root/main/getdata/jewon/g_cnt" class="output_fix" style="left:294px; top:120px; width:49px; height:19px; text-align:right; "/>
  309. <output id="output16" ref="/root/main/getdata/jewon/r_cnt" class="output_fix" style="left:343px; top:120px; width:49px; height:19px; text-align:right; "/>
  310. <!-- 재원심사현황 끝 -->
  311. <!-- 격리신청서 작성자 시작 -->
  312. <caption id="caption43" class="tit_2" style="left:0px; top:155px; width:220px; height:13px; ">격리신청서 작성자(7일이내)</caption>
  313. <datagrid id="grd_isolation" nodeset="/root/main/getdata/isolstat" class="datagrid2" caption="신청일^등록번호^환자명^의뢰과^진료의^병실^구분^확인" colsep="^" colwidth="46, 61, 48, 47, 50, 52, 35, 34" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:175px; width:393px; height:125px; text-align:center; ">
  314. <col ref="reqdd" style="text-align:center; "/>
  315. <col ref="pid" style="text-align:center; "/>
  316. <col ref="hngnm" style="text-align:center; "/>
  317. <col ref="reqdeptcd"/>
  318. <col ref="requserid" style="text-align:center; "/>
  319. <col ref="roomnm"/>
  320. <col ref="cnststat" style="text-align:center; "/>
  321. <col ref="insuyn" style="text-align:center; "/>
  322. </datagrid>
  323. <!-- 격리신청서 작성자 끝 -->
  324. <!-- 수술 심사 현황 시작 -->
  325. <caption id="caption44" class="tit_2" style="left:0px; top:325px; width:35px; height:13px; "/>
  326. <caption id="caption45" style="left:15px; top:305px; width:60px; height:50px; ">
  327. <![CDATA[수술심사 현황 (7일이내)]]>
  328. </caption>
  329. <caption id="caption46" class="cell_1" style="left:85px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">미심</caption>
  330. <caption id="caption47" class="cell_1" style="left:189px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">보류</caption>
  331. <caption id="caption48" class="cell_1" style="left:293px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">완료</caption>
  332. <output id="output17" ref="/root/main/getdata/operstat/non_cnt" class="output_fix" style="left:125px; top:320px; width:50px; height:19px; text-align:center; "/>
  333. <output id="output18" ref="/root/main/getdata/operstat/dey_cnt" class="output_fix" style="left:229px; top:320px; width:50px; height:19px; text-align:center; "/>
  334. <output id="output19" ref="/root/main/getdata/operstat/don_cnt" class="output_fix" style="left:333px; top:320px; width:50px; height:19px; text-align:center; "/>
  335. <!-- 수술 심사 현황 끝 -->
  336. <caption id="caption49" class="tit_2" style="left:0px; top:358px; width:100px; height:13px; ">입원심사현황</caption>
  337. <datagrid id="grd_injudg" nodeset="/root/main/getdata/injudgstat" caption="청구연월^차수^생성건수^미심^완료^당일완료^보류" colsep="^" colwidth="63, 39, 55, 55, 61, 55, 41" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:375px; width:393px; height:170px; text-align:center; ">
  338. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  339. <col ref="clamdg" style="text-align:center; "/>
  340. <col ref="totcnt" format="#,###" style="text-align:right; "/>
  341. <col ref="acnt" format="#,###" style="text-align:right; "/>
  342. <col ref="ccnt" format="#,###" style="text-align:right; "/>
  343. <col ref="wcnt" format="#,###" style="text-align:right; "/>
  344. <col ref="ncnt" format="#,###" style="text-align:right; "/>
  345. </datagrid>
  346. <caption id="caption50" class="tit_2" style="left:0px; top:552px; width:100px; height:13px; ">외래심사현황</caption>
  347. <datagrid id="grd_outjudg" nodeset="/root/main/getdata/outjudgstat" caption="청구연월^차수^생성건수^미심^완료^당일완료^보류" colsep="^" colwidth="62, 39, 55, 56, 60, 56, 41" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:570px; width:393px; height:165px; ">
  348. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  349. <col ref="clamdg" style="text-align:center; "/>
  350. <col ref="totcnt" format="#,###" style="text-align:right; "/>
  351. <col ref="acnt" format="#,###" style="text-align:right; "/>
  352. <col ref="ccnt" format="#,###" style="text-align:right; "/>
  353. <col ref="wcnt" format="#,###" style="text-align:right; "/>
  354. <col ref="ncnt" format="#,###" style="text-align:right; "/>
  355. </datagrid>
  356. <caption id="caption51" class="tit_2" style="left:399px; top:70px; width:206px; height:13px; ">이의신청 현황 (기한 14일 이내)</caption>
  357. <datagrid id="grd_obtastat" nodeset="/root/main/getdata/obtastat" class="datagrid2" caption="이신구분^남은기한^청구연월^차수^분야^내원유형^접수번호" colsep="^" colwidth="79, 33, 61, 34, 57, 30, 74" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:399px; top:85px; width:400px; height:210px; ">
  358. <col ref="obtappflag"/>
  359. <col ref="restterm"/>
  360. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  361. <col ref="clamdg" style="text-align:center; "/>
  362. <col ref="ordfildcd"/>
  363. <col ref="ioflag" style="text-align:center; "/>
  364. <col editable="false" ref="acptno" type="inputbutton" style="text-align:center; "/>
  365. <script type="javascript" ev:event="onbuttonclick">
  366. <![CDATA[
  367. // 이의신청조회 화면 호출 2009-09-17 김용민 추가
  368. model.setValue("/root/send_rem/acptno", grd_obtastat.valueMatrix(grd_obtastat.row,7));
  369. modal("SMPIR30200", 1, 1, 1, "SMPIR30200", "/root/send_rem/acptno", "/root/send/acptno");
  370. ]]>
  371. </script>
  372. </datagrid>
  373. <caption id="caption52" class="tit_2" style="left:399px; top:303px; width:408px; height:13px; ">이의신청 최종 미마감현황 (최종마감 되지 않은 건 / 14일 이내)</caption>
  374. <datagrid id="datagrid6" nodeset="/root/main/getdata/obtanonstat" class="datagrid2" caption="이의신청일자^초과기한^청구연월^차수^분야^내원유형^이신구분^접수번호" colsep="^" colwidth="78, 33, 58, 34, 57, 32, 64" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:399px; top:320px; width:400px; height:195px; ">
  375. <col ref="obtappdd" format="yyyy-mm-dd" style="text-align:center; "/>
  376. <col ref="restterm" style="text-align:center; "/>
  377. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  378. <col ref="clamdg" style="text-align:center; "/>
  379. <col ref="ordfildcd"/>
  380. <col ref="ioflag" style="text-align:center; "/>
  381. <col editable="false" ref="obtappflag" type="inputbutton"/>
  382. <col ref="acptno" visibility="hidden"/>
  383. <script type="javascript" ev:event="onbuttonclick">
  384. <![CDATA[
  385. // 이의신청조회 화면 호출 2009-09-17 김용민 추가
  386. model.setValue("/root/send_rem/acptno", datagrid6.valueMatrix(datagrid6.row,8));
  387. modal("SMPIR30200", 1, 1, 1, "SMPIR30200", "/root/send_rem/acptno", "/root/send/acptno");
  388. ]]>
  389. </script>
  390. </datagrid>
  391. <caption id="caption53" class="tit_2" style="left:399px; top:522px; width:245px; height:13px; ">심결도착현황 (심결도착 후 14일 이내)</caption>
  392. <datagrid id="grd_notistat" nodeset="/root/main/getdata/notistat" class="datagrid2" caption="심결도착일자^수신구분^청구연월^차수^분야^내원유형^접수번호^심사차수^청구번호" colsep="^" colwidth="80, 36, 59, 43, 40, 32, 66, 49, 48" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:399px; top:540px; width:400px; height:195px; ">
  393. <col ref="notidd" format="yyyy-mm-dd" style="text-align:center; "/>
  394. <col ref="docuno" style="text-align:center; "/>
  395. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  396. <col ref="clamseqno" style="text-align:right; "/>
  397. <col ref="ordfildcd" style="text-align:center; "/>
  398. <col ref="ioflag" style="text-align:center; "/>
  399. <col editable="false" ref="acptno" type="inputbutton" style="text-align:center; "/>
  400. <col ref="judgdg" visibility="hidden"/>
  401. <col ref="clamno" visibility="hidden"/>
  402. <script type="javascript" ev:event="onbuttonclick">
  403. <![CDATA[
  404. // 수신파일비고란 팝업 소환
  405. // model.getValue 하니까 소팅 후에 안 들어쳐 먹는다. 그래서 valueMatrix 썼음.
  406. model.setValue("/root/send_rem/acptno", grd_notistat.valueMatrix(grd_notistat.row,7));
  407. model.setValue("/root/send_rem/judgdg", grd_notistat.valueMatrix(grd_notistat.row,8));
  408. model.setValue("/root/send_rem/clamno", grd_notistat.valueMatrix(grd_notistat.row,9));
  409. modal("SPPIE01110", 1, 1, 1, "SPPIE01110", "/root/send_rem", "/root/send/send_rem");
  410. ]]>
  411. </script>
  412. <script type="javascript" ev:event="onaftersort">
  413. <![CDATA[
  414. grd_notistat.gridToInstance();
  415. ]]>
  416. </script>
  417. </datagrid>
  418. <caption id="caption54" class="tit_2" style="left:805px; top:70px; width:115px; height:13px; ">반송현황</caption>
  419. <datagrid id="grd_returnstat" nodeset="/root/main/getdata/returnstat" class="datagrid2" caption="청구연월^차수^접수번호^분야^유형^명일련^등록번호^환자명^과" colsep="^" colwidth="54, 28, 54, 31, 19, 42, 57, 43, 51" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:805px; top:85px; width:404px; height:430px; ">
  420. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  421. <col ref="clamdg" style="text-align:right; "/>
  422. <col ref="acptno" style="text-align:center; "/>
  423. <col ref="ordfildcd"/>
  424. <col ref="ioflag" style="text-align:center; "/>
  425. <col ref="docuseqno" style="text-align:center; "/>
  426. <col ref="pid" style="text-align:center; "/>
  427. <col ref="hngnm" style="text-align:center; "/>
  428. <col ref="deptcd" style="text-align:center; "/>
  429. </datagrid>
  430. <caption id="caption55" class="tit_2" style="left:805px; top:522px; width:170px; height:13px; ">보류현황</caption>
  431. <datagrid id="grd_holdstat" nodeset="/root/main/getdata/holdstat" class="datagrid2" caption="청구연월^차수^접수번호^분야^유형^명일련^등록번호^환자명^과" colsep="^" colwidth="54, 28, 54, 31, 19, 42, 57, 43, 51" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:805px; top:540px; width:404px; height:195px; ">
  432. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  433. <col ref="clamdg" style="text-align:right; "/>
  434. <col ref="acptno" style="text-align:center; "/>
  435. <col ref="ordfildcd"/>
  436. <col ref="ioflag" style="text-align:center; "/>
  437. <col ref="docuseqno" style="text-align:center; "/>
  438. <col ref="pid" style="text-align:center; "/>
  439. <col ref="hngnm" style="text-align:center; "/>
  440. <col ref="deptcd" style="text-align:center; "/>
  441. </datagrid>
  442. </group>
  443. </xhtml:body>
  444. </xhtml:html>