SMPIZ01800_심사현황.xrw 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!-- 사용 안 함. aftjudgstat로 옮겨 감 -->
  3. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  4. <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">
  5. <xhtml:head>
  6. <xhtml:title>심사현황판</xhtml:title>
  7. <model id="model1">
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <main>
  11. <getdata>
  12. <jewon>
  13. <all_cnt/>
  14. <non_cnt/>
  15. <spcl_cnt/>
  16. <rtyn_cnt/>
  17. <tiyn_cnt/>
  18. <tstat_cnt/>
  19. <g_cnt/>
  20. <r_cnt/>
  21. </jewon>
  22. <isol>
  23. <pid/>
  24. <hngnm/>
  25. <reqdeptcd/>
  26. <requserid/>
  27. <roomnm/>
  28. <cnststat/>
  29. <insuyn/>
  30. </isol>
  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. <dcnt/>
  43. <ncnt/>
  44. </injudgstat>
  45. <outjudgstat>
  46. <clamym/>
  47. <clamdg/>
  48. <totcnt/>
  49. <acnt/>
  50. <ccnt/>
  51. <dcnt/>
  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. <clamdg/>
  77. <clamseqno/>
  78. <ordfildcd/>
  79. <ioflag/>
  80. <acptno/>
  81. </notistat>
  82. <returnstat>
  83. <clamym/>
  84. <clamdg/>
  85. <ordfildcd/>
  86. <ioflag/>
  87. <pid/>
  88. <hngnm/>
  89. <deptcd/>
  90. </returnstat>
  91. <holdstat>
  92. <clamym/>
  93. <clamdg/>
  94. <ordfildcd/>
  95. <ioflag/>
  96. <pid/>
  97. <hngnm/>
  98. <deptcd/>
  99. </holdstat>
  100. </getdata>
  101. </main>
  102. <init>
  103. <U0001list/>
  104. </init>
  105. <send>
  106. <basedd/>
  107. <judgrid/>
  108. </send>
  109. </root>
  110. </instance>
  111. <script type="javascript" ev:event="xforms-ready">
  112. <![CDATA[
  113. // 화면 초기화
  114. fInitialize();
  115. // 심사자별 검색이므로 전체 옵션은 뺀다(첫번째가 빈 값이 들어 온다)
  116. if( model.getValue("/root/init/U0001list/U0001[1]/cdid") == "")
  117. {
  118. model.removenode("/root/init/U0001list/U0001[1]");
  119. cmb_judgrid.refresh();
  120. }
  121. cmb_judgrid.value = getUserId(); // 세션 아이디 채워 넣자
  122. var cnt = 1;
  123. var chk_id = model.getValue("/root/init/U0001list/U0001[ " + cnt + "]/cdid");
  124. var runflag = "";
  125. while (chk_id != "")
  126. {
  127. cnt = cnt + 1;
  128. if ( chk_id == getUserId() )
  129. {
  130. runflag = "OK";
  131. }
  132. chk_id = model.getValue("/root/init/U0001list/U0001[ " + cnt + "]/cdid");
  133. }
  134. if ( runflag == "OK" )
  135. {
  136. submit("TRPIZ01800"); // 로딩시 조회
  137. }
  138. ]]>
  139. </script>
  140. <!-- submission -->
  141. <submission id="TRPIZ01800" 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. model.setValue("/root/send/basedd",getCurrentDate()); // 오늘 날짜
  158. submit("TRPIB00603"); // 심사자 콤보리스트
  159. }
  160. ]]>
  161. </script>
  162. </xhtml:head>
  163. <xhtml:body guideline="1,1212;2,785;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  164. <!-- TITLE -->
  165. <group id="group1" style="left:0px; top:0px; width:1211px; height:13px; ">
  166. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:155px; height:13px; ">심사현황판</caption>
  167. </group>
  168. <!-- 전체 그룹 -->
  169. <group id="group2" scroll="auto" style="left:0px; top:13px; width:1211px; height:742px; ">
  170. <!-- 조회조건 -->
  171. <group id="group3" style="left:0px; top:10px; width:1211px; height:30px; vertical-align:top; ">
  172. <shape id="roundrect1" appearance="roundrect" style="left:0px; top:0px; width:1211px; height:30px; "/>
  173. <caption id="caption2" class="search_name" style="left:15px; top:6px; width:73px; height:17px; ">기준일자 :</caption>
  174. <input id="base_date" ref="/root/send/basedd" class="input_search" disabled="true" navindex="1" inputtype="date" style="left:95px; top:5px; width:100px; height:19px; "/>
  175. <caption id="caption3" class="search_name" style="left:240px; top:6px; width:73px; height:17px; ">심사자 :</caption>
  176. <select1 id="cmb_judgrid" ref="/root/send/judgrid" navindex="1" appearance="minimal" style="left:320px; top:5px; width:100px; height:19px; ">
  177. <choices>
  178. <itemset nodeset="/root/init/U0001list/U0001">
  179. <label ref="cdnm"/>
  180. <value ref="cdid"/>
  181. </itemset>
  182. </choices>
  183. </select1>
  184. <line id="line1" class="line_4" style="x1:1109px; y1:5px; x2:1109px; y2:27px; "/>
  185. <button id="btn_search" class="btn1_letter2" navindex="2" style="left:1134px; top:5px; width:56px; height:22px; ">
  186. <caption>조회</caption>
  187. <script type="javascript" ev:event="DOMActivate">
  188. <![CDATA[
  189. submit("TRPIZ01800");
  190. ]]>
  191. </script>
  192. </button>
  193. </group>
  194. <!-- 조회 조건 끝 -->
  195. <caption id="caption28" class="cell_1" style="left:5px; top:45px; width:393px; height:20px; ">심사 현황</caption>
  196. <caption id="caption33" class="cell_1" style="left:409px; top:45px; width:400px; height:20px; ">심결 및 이의신청 현황</caption>
  197. <caption id="caption34" class="cell_1" style="left:820px; top:45px; width:391px; height:20px; ">반송/보류 현황</caption>
  198. <!-- 재원심사현황 시작 -->
  199. <caption id="caption12" class="tit_2" style="left:5px; top:70px; width:145px; height:13px; ">재원심사현황(당일)</caption>
  200. <caption id="caption18" class="cell_1" style="left:5px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  201. <![CDATA[대상자수]]>
  202. </caption>
  203. <caption id="caption19" class="cell_1" style="left:54px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">미심</caption>
  204. <caption id="caption20" class="cell_1" style="left:103px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  205. <![CDATA[ 선별 심사]]>
  206. </caption>
  207. <caption id="caption21" class="cell_1" style="left:152px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  208. <![CDATA[ 퇴원 예고]]>
  209. </caption>
  210. <caption id="caption24" class="cell_1" style="left:201px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">
  211. <![CDATA[ 퇴원 확정]]>
  212. </caption>
  213. <caption id="caption25" class="cell_1" style="left:250px; top:90px; width:49px; height:30px; text-align:center; border-color:#99ccff; border-style:solid; ">가퇴원</caption>
  214. <caption id="caption22" class="cell_1" style="left:299px; top:90px; width:49px; height:30px; text-align:center; background-color:#ccffcc; border-color:#99ccff; border-style:solid; ">G</caption>
  215. <caption id="caption23" class="cell_1" style="left:348px; top:90px; width:49px; height:30px; text-align:center; background-color:#ffcc99; border-color:#99ccff; border-style:solid; ">R</caption>
  216. <output id="output1" ref="/root/main/getdata/jewon/all_cnt" class="output_fix" style="left:5px; top:120px; width:49px; height:19px; text-align:right; "/>
  217. <output id="output2" ref="/root/main/getdata/jewon/non_cnt" class="output_fix" style="left:54px; top:120px; width:49px; height:19px; text-align:right; "/>
  218. <output id="output3" ref="/root/main/getdata/jewon/spcl_cnt" class="output_fix" style="left:103px; top:120px; width:49px; height:19px; text-align:right; "/>
  219. <output id="output4" ref="/root/main/getdata/jewon/rtyn_cnt" class="output_fix" style="left:152px; top:120px; width:49px; height:19px; text-align:right; "/>
  220. <output id="output6" ref="/root/main/getdata/jewon/tiyn_cnt" class="output_fix" style="left:201px; top:120px; width:49px; height:19px; text-align:right; "/>
  221. <output id="output7" ref="/root/main/getdata/jewon/tstat_cnt" class="output_fix" style="left:250px; top:120px; width:49px; height:19px; text-align:right; "/>
  222. <output id="output8" ref="/root/main/getdata/jewon/g_cnt" class="output_fix" style="left:299px; top:120px; width:49px; height:19px; text-align:right; "/>
  223. <output id="output5" ref="/root/main/getdata/jewon/r_cnt" class="output_fix" style="left:348px; top:120px; width:49px; height:19px; text-align:right; "/>
  224. <!-- 재원심사현황 끝 -->
  225. <!-- 격리신청서 작성자 시작 -->
  226. <caption id="caption13" class="tit_2" style="left:5px; top:155px; width:220px; height:13px; ">격리신청서 작성자(7일이내)</caption>
  227. <datagrid id="grd_isolation" nodeset="/root/main/getdata/isol" class="datagrid2" caption="등록번호^환자명^의뢰과^진료의^병실^회신작성여부^보험확인여부" colsep="^" colwidth="58, 45, 55, 47, 67, 52, 41" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:175px; width:393px; height:125px; text-align:center; ">
  228. <col ref="pid" style="text-align:center; "/>
  229. <col ref="hngnm" style="text-align:center; "/>
  230. <col ref="reqdeptcd"/>
  231. <col ref="requserid" style="text-align:center; "/>
  232. <col ref="roomnm"/>
  233. <col ref="cnststat" style="text-align:center; "/>
  234. <col ref="insuyn" style="text-align:center; "/>
  235. </datagrid>
  236. <!-- 격리신청서 작성자 끝 -->
  237. <!-- 수술 심사 현황 시작 -->
  238. <caption id="caption35" class="tit_2" style="left:5px; top:325px; width:35px; height:13px; "/>
  239. <caption id="caption14" style="left:20px; top:305px; width:60px; height:50px; ">
  240. <![CDATA[수술심사 현황 (7일이내)]]>
  241. </caption>
  242. <caption id="caption15" class="cell_1" style="left:90px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">미심</caption>
  243. <caption id="caption16" class="cell_1" style="left:194px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">보류</caption>
  244. <caption id="caption17" class="cell_1" style="left:298px; top:320px; width:40px; height:19px; border-color:#99ccff; border-style:solid; ">완료</caption>
  245. <output id="input1" ref="/root/main/getdata/operstat/non_cnt" class="output_fix" style="left:130px; top:320px; width:50px; height:19px; text-align:center; "/>
  246. <output id="input2" ref="/root/main/getdata/operstat/dey_cnt" class="output_fix" style="left:234px; top:320px; width:50px; height:19px; text-align:center; "/>
  247. <output id="input3" ref="/root/main/getdata/operstat/don_cnt" class="output_fix" style="left:338px; top:320px; width:50px; height:19px; text-align:center; "/>
  248. <!-- 수술 심사 현황 끝 -->
  249. <caption id="caption7" class="tit_2" style="left:5px; top:358px; width:100px; height:13px; ">입원심사현황</caption>
  250. <datagrid id="grd_injudg" nodeset="/root/main/getdata/injudgstat" caption="청구연월^차수^생성건수^미심^보류^완료^삭제" colsep="^" colwidth="63, 39, 55, 55, 61, 55, 41" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:375px; width:393px; height:170px; text-align:center; ">
  251. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  252. <col ref="clamdg" style="text-align:center; "/>
  253. <col ref="totcnt" format="#,###" style="text-align:right; "/>
  254. <col ref="acnt" format="#,###" style="text-align:right; "/>
  255. <col ref="ccnt" format="#,###" style="text-align:right; "/>
  256. <col ref="dcnt" format="#,###" style="text-align:right; "/>
  257. <col ref="ncnt" format="#,###" style="text-align:right; "/>
  258. </datagrid>
  259. <caption id="caption8" class="tit_2" style="left:5px; top:552px; width:100px; height:13px; ">외래심사현황</caption>
  260. <datagrid id="grd_outjudg" nodeset="/root/main/getdata/outjudgstat" caption="청구연월^차수^생성건수^미심^보류^완료^삭제" colsep="^" colwidth="62, 39, 55, 56, 60, 56, 41" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:570px; width:393px; height:165px; ">
  261. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  262. <col ref="clamdg" style="text-align:center; "/>
  263. <col ref="totcnt" format="#,###" style="text-align:right; "/>
  264. <col ref="acnt" format="#,###" style="text-align:right; "/>
  265. <col ref="ccnt" format="#,###" style="text-align:right; "/>
  266. <col ref="dcnt" format="#,###" style="text-align:right; "/>
  267. <col ref="ncnt" format="#,###" style="text-align:right; "/>
  268. </datagrid>
  269. <caption id="caption5" class="tit_2" style="left:409px; top:70px; width:206px; height:13px; ">이의신청 현황 (기한 14일 이내)</caption>
  270. <datagrid id="grd_obtastat" nodeset="/root/main/getdata/obtastat" class="datagrid2" caption="이신구분^남은기한^청구연월^차수^분야^내원유형^접수번호" colsep="^" colwidth="84, 33, 61, 34, 57, 32, 66" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:409px; top:85px; width:400px; height:210px; ">
  271. <col ref="obtappflag"/>
  272. <col ref="restterm"/>
  273. <col ref="clamym" style="text-align:center; "/>
  274. <col ref="clamdg" style="text-align:center; "/>
  275. <col ref="ordfildcd"/>
  276. <col ref="ioflag" style="text-align:center; "/>
  277. <col ref="acptno" style="text-align:center; "/>
  278. </datagrid>
  279. <caption id="caption9" class="tit_2" style="left:409px; top:303px; width:408px; height:13px; ">이의신청 최종 미마감현황 (최종마감 되지 않은 건 / 14일 이내)</caption>
  280. <datagrid id="datagrid5" nodeset="/root/main/getdata/obtanonstat" class="datagrid2" caption="이의신청일자^초과기한^청구연월^차수^분야^내원유형^이신구분" colsep="^" colwidth="78, 33, 58, 34, 57, 32, 64" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:409px; top:320px; width:400px; height:195px; ">
  281. <col ref="obtappdd" format="yyyy-mm-dd" style="text-align:center; "/>
  282. <col ref="restterm" style="text-align:center; "/>
  283. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  284. <col ref="clamdg" style="text-align:center; "/>
  285. <col ref="ordfildcd"/>
  286. <col ref="ioflag" style="text-align:center; "/>
  287. <col ref="obtappflag"/>
  288. </datagrid>
  289. <caption id="caption10" class="tit_2" style="left:409px; top:522px; width:245px; height:13px; ">심결도착현황 (심결도착 후 14일 이내)</caption>
  290. <datagrid id="grd_notistat" nodeset="/root/main/getdata/notistat" class="datagrid2" caption="심결도착일자^수신구분^청구연월^차수^분야^내원유형^접수번호" colsep="^" colwidth="80, 33, 61, 30, 57, 32, 66" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:409px; top:540px; width:400px; height:195px; ">
  291. <col ref="notidd" format="yyyy-mm-dd" style="text-align:center; "/>
  292. <col ref="docuno" style="text-align:center; "/>
  293. <col ref="clamdg" format="yyyy-mm" style="text-align:center; "/>
  294. <col ref="clamseqno" style="text-align:center; "/>
  295. <col ref="ordfildcd"/>
  296. <col ref="ioflag" style="text-align:center; "/>
  297. <col ref="acptno" style="text-align:center; "/>
  298. </datagrid>
  299. <caption id="caption6" class="tit_2" style="left:820px; top:70px; width:115px; height:13px; ">반송현황</caption>
  300. <datagrid id="grd_returnstat" nodeset="/root/main/getdata/returnstat" class="datagrid2" caption="청구연월^차수^분야^내원유형^등록번호^환자명^과" colsep="^" colwidth="66, 33, 61, 34, 57, 52, 51" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:820px; top:85px; width:389px; height:430px; ">
  301. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  302. <col ref="clamdg" style="text-align:center; "/>
  303. <col ref="ordfildcd"/>
  304. <col ref="ioflag" style="text-align:center; "/>
  305. <col ref="pid" style="text-align:center; "/>
  306. <col ref="hngnm" style="text-align:center; "/>
  307. <col ref="deptcd" style="text-align:center; "/>
  308. </datagrid>
  309. <caption id="caption11" class="tit_2" style="left:820px; top:522px; width:170px; height:13px; ">보류현황</caption>
  310. <datagrid id="grd_holdstat" nodeset="/root/main/getdata/holdstat" class="datagrid2" caption="청구연월^차수^분야^내원유형^등록번호^환자명^과" colsep="^" colwidth="66, 33, 61, 34, 57, 55, 49" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:820px; top:540px; width:389px; height:195px; ">
  311. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  312. <col ref="clamdg" style="text-align:center; "/>
  313. <col ref="ordfildcd"/>
  314. <col ref="ioflag" style="text-align:center; "/>
  315. <col ref="pid" style="text-align:center; "/>
  316. <col ref="hngnm" style="text-align:center; "/>
  317. <col ref="deptcd" style="text-align:center; "/>
  318. </datagrid>
  319. </group>
  320. </xhtml:body>
  321. </xhtml:html>