SMAES05100_영상의학SECTION별판독현황.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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>SECTION별판독통계</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <item>
  12. <orddeptcd/>
  13. <orddeptnm/>
  14. <cnfmcnt/>
  15. <diff12h/>
  16. <diff12rate/>
  17. <diff24h/>
  18. <diff24hrate/>
  19. <diff36h/>
  20. <diff36hrate/>
  21. <diff48h/>
  22. <diff48hrate/>
  23. <diff60h/>
  24. <diff60hrate/>
  25. <diff72h/>
  26. <diff72hrate/>
  27. <diff72hup/>
  28. <diff72huprate/>
  29. <nocnfmcnt/>
  30. <nocnfmcntrate/>
  31. </item>
  32. </list>
  33. </main>
  34. <send>
  35. <srchdate/>
  36. <globalinstance>
  37. <instance1/>
  38. </globalinstance>
  39. <suppdeptcd/>
  40. <ioflag/>
  41. <prcpgenrflag/>
  42. <basecdflag/>
  43. <sectionid/>
  44. <srchflag/>
  45. <srchterm/>
  46. <srchinhosp/>
  47. <srchinhospfrom/>
  48. <srhcinhospto/>
  49. </send>
  50. <inti/>
  51. <init>
  52. <cmb_lrgcd/>
  53. <cmb_section>
  54. <initsection>
  55. <sectionid/>
  56. <sectionnm/>
  57. </initsection>
  58. </cmb_section>
  59. </init>
  60. <hidden/>
  61. </root>
  62. </instance>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  68. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  69. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  70. <script type="javascript" ev:event="xforms-ready">
  71. <![CDATA[
  72. aezfSetSuppDeptcd();
  73. model.removenode("/root/main/list");
  74. model.setValue("/root/send/suppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
  75. model.setValue("/root/send/srchdate", getCurrentDate().toDate().getAddDate(-1, "M").getDateFormat("YYYYMM").substr(0,6));
  76. model.setValue("/root/send/ioflag","");
  77. model.setValue("/root/send/basecdflag", "R");
  78. submit("TRAES01502", false);
  79. aezfInsertInstance2("/root/hidden/comcd", "lrgcdlist", "전체", "", "/root/init/cmb_lrgcd");
  80. model.setValue("/root/send/srchflag", "CF");
  81. model.setValue("/root/send/srchterm","");
  82. model.setValue("/root/send/srchinhosp","");
  83. // Section 정보
  84. //submit("TRAEF00203");
  85. model.refresh();
  86. ]]>
  87. </script>
  88. <submission id="TRAES05101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
  89. <submission id="TRAES01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_lrgcd"/>
  90. <!-- SECTION 정보 가져오기
  91. <submission id="TRAEF00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_section"/>
  92. -->
  93. </model>
  94. <script type="javascript">
  95. <![CDATA[
  96. /* @group : 통합 통계
  97. * @ver :
  98. * @by :
  99. * @-----------------------------------
  100. * @type : function
  101. * @access : public
  102. * @desc : 조회된 통계 데이타에 대한 소계 및 총계를 구하는 함수
  103. */
  104. function fSetSubTotal(grd_list) {
  105. var colpos = 0;
  106. var rowCnt = 0;
  107. grd_list.colSort(0) = "asc";
  108. grd_list.sort(0, 0, grd_list.rows, grd_list.cols) = "usersort";
  109. for(i=3; i<grd_list.cols; i++) {
  110. grd_list.subtotal("sum", 1, i, "#,###", "background-color:#FFFFCC; color:#0000ff; font-weight:bold; ", 2, "소계");
  111. grd_list.subtotal("sum", -1, i, "#,###", "background-color:#CCFFCC; color:#0000ff; font-weight:bold; ", 1, "총계");
  112. }
  113. grd_list.mergeByFree(grd_list.rows-1, 1 , grd_list.rows-1, 2);
  114. // 증감율 구하기
  115. var colnm = "";
  116. var subtotal = 0;
  117. var subcomparecnt = 0;
  118. var subcomparerate = "";
  119. for (i=0; i<grd_list.rows; i++) {
  120. colnm = grd_list.valueMatrix(i, 2);
  121. if (colnm == "소계" ) {
  122. // alert(" i :" + i );
  123. subtotal = grd_list.valueMatrix(i, grd_list.colRef("cnfmcnt"));
  124. // 12시간 이내 소계 합계
  125. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff12h"));
  126. var ttt = setCompareRate(subtotal, subcomparecnt);
  127. grd_list.valueMatrix(i, grd_list.colRef("diff12hrate")) = setCompareRate(subtotal, subcomparecnt);
  128. // alert(" subtotal :" + subtotal);
  129. // alert(" subcomparecnt :" + subcomparecnt );
  130. // alert(" diff12hrate :" + ttt);
  131. // 24시간 이내 소계 합계
  132. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff24h"));
  133. grd_list.valueMatrix(i, grd_list.colRef("diff24hrate")) = setCompareRate(subtotal, subcomparecnt);
  134. // 2일 이내 소계 합계
  135. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff2d"));
  136. grd_list.valueMatrix(i, grd_list.colRef("diff2drate")) = setCompareRate(subtotal, subcomparecnt);
  137. // 3일 이내 소계 합계
  138. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff3d"));
  139. grd_list.valueMatrix(i, grd_list.colRef("diff3drate")) = setCompareRate(subtotal, subcomparecnt);
  140. // 4일 이내 소계 합계
  141. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff4d"));
  142. grd_list.valueMatrix(i, grd_list.colRef("diff4drate")) = setCompareRate(subtotal, subcomparecnt);
  143. // 7일 이내 소계 합계
  144. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff7d"));
  145. grd_list.valueMatrix(i, grd_list.colRef("diff7drate")) = setCompareRate(subtotal, subcomparecnt);
  146. // 28일 이내 소계 합계
  147. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff28d"));
  148. grd_list.valueMatrix(i, grd_list.colRef("diff28drate")) = setCompareRate(subtotal, subcomparecnt);
  149. // 30일 이내 소계 합계
  150. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("diff30d"));
  151. grd_list.valueMatrix(i, grd_list.colRef("diff30drate")) = setCompareRate(subtotal, subcomparecnt);
  152. // 미판독 소계 합계
  153. subcomparecnt = grd_list.valueMatrix(i, grd_list.colRef("nocnfmcnt"));
  154. grd_list.valueMatrix(i, grd_list.colRef("nocnfmcntrate")) = setCompareRate(subtotal, subcomparecnt);
  155. grd_list.cellformat(i, grd_list.colRef("diff12hrate")) = "(-)#,### %";
  156. grd_list.cellformat(i, grd_list.colRef("diff24hrate")) = "(-)#,### %";
  157. grd_list.cellformat(i, grd_list.colRef("diff2drate")) = "(-)#,### %";
  158. grd_list.cellformat(i, grd_list.colRef("diff3drate")) = "(-)#,### %";
  159. grd_list.cellformat(i, grd_list.colRef("diff4drate")) = "(-)#,### %";
  160. grd_list.cellformat(i, grd_list.colRef("diff7drate")) = "(-)#,### %";
  161. grd_list.cellformat(i, grd_list.colRef("diff28drate")) = "(-)#,### %";
  162. grd_list.cellformat(i, grd_list.colRef("diff30drate")) = "(-)#,### %";
  163. grd_list.cellformat(i, grd_list.colRef("nocnfmcntrate")) = "(-)#,### %";
  164. }
  165. }
  166. //총계 증감율 합계
  167. var total = 0;
  168. var comparecnt = 0;
  169. var comparerate = "";
  170. //총계 증감율 합계
  171. total = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("cnfmcnt"));
  172. // 12시간 이내 소계 합계
  173. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff12h"));
  174. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff12hrate")) = setCompareRate(total, comparecnt);
  175. // 24시간 이내 소계 합계
  176. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff24h"));
  177. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff24hrate")) = setCompareRate(total, comparecnt);
  178. // 2일 이내 소계 합계
  179. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff2d"));
  180. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff2drate")) = setCompareRate(total, comparecnt);
  181. // 3일 이내 소계 합계
  182. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff3d"));
  183. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff3drate")) = setCompareRate(total, comparecnt);
  184. // 4일 이내 소계 합계
  185. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff4d"));
  186. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff4drate")) = setCompareRate(total, comparecnt);
  187. // 7일 이내 소계 합계
  188. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff7d"));
  189. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff7drate")) = setCompareRate(total, comparecnt);
  190. // 28일 이내 소계 합계
  191. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff28d"));
  192. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff28drate")) = setCompareRate(total, comparecnt);
  193. // 30일 이내 소계 합계
  194. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff30d"));
  195. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("diff30drate")) = setCompareRate(total, comparecnt);
  196. // 미판독 소계 합계
  197. comparecnt = grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("nocnfmcnt"));
  198. grd_list.valueMatrix(grd_list.rows-1, grd_list.colRef("nocnfmcntrate")) = setCompareRate(total, comparecnt);
  199. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff12hrate")) = "(-)#,### %";
  200. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff24hrate")) = "(-)#,### %";
  201. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff2drate")) = "(-)#,### %";
  202. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff3drate")) = "(-)#,### %";
  203. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff4drate")) = "(-)#,### %";
  204. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff7drate")) = "(-)#,### %";
  205. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff28drate")) = "(-)#,### %";
  206. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("diff30drate")) = "(-)#,### %";
  207. grd_list.cellformat(grd_list.rows-1, grd_list.colRef("nocnfmcntrate")) = "(-)#,### %";
  208. model.refresh();
  209. }
  210. /* @group : 통합 통계
  211. * @ver :
  212. * @by :
  213. * @-----------------------------------
  214. * @type : function
  215. * @access : public
  216. * @desc : 증감율을 구하는 함수
  217. */
  218. function setCompareRate(total, comparecnt) {
  219. var comparerate = 0;
  220. if (parseInt(comparecnt) > 0) {
  221. comparerate = ( parseInt(comparecnt) / parseInt(total) ) * 100;
  222. if (comparerate != null) {
  223. comparerate = comparerate.toString().getRound(-1,"HALF_UP");
  224. } else {
  225. comparerate = 0;
  226. }
  227. } else {
  228. comparerate = 0;
  229. }
  230. return comparerate;
  231. }
  232. ]]>
  233. </script>
  234. </xhtml:head>
  235. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  236. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  237. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:200px; height:14px; ">SECTION별판독통계</caption>
  238. </group>
  239. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  240. <caption id="caption1" class="tit_2" style="left:5px; top:75px; width:138px; height:14px; ">SECTION별판독통계</caption>
  241. <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1195px; y2:90px; "/>
  242. <group id="group1" style="left:0px; top:10px; width:1195px; height:55px; vertical-align:top; ">
  243. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1193px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
  244. <line id="line2" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:25px; "/>
  245. <button id="button1" class="btn1_letter2" navindex="4" style="left:1120px; top:5px; width:56px; height:22px; ">
  246. <caption>조회</caption>
  247. <script type="javascript" ev:event="DOMActivate">
  248. <![CDATA[
  249. model.removenode("/root/main/list");
  250. openLoadingBar("조회 중입니다...") ;
  251. if (submit("TRAES05101")) {
  252. var cnt = getNodesetCount("/root/main/list/item");
  253. if (cnt > 2) {
  254. for ( i = 1; i <= (cnt+1); i++ ) {
  255. grd_list.rowstyle( i , "data" , "background-color" ) = "#FFFFFF";
  256. grd_list.rowstyle( i , "data" , "color" ) = "#000000";
  257. }
  258. // 소계 및 합계 구하는 함수 호출 - grid Object, 통계구분, 탭구분)
  259. fSetSubTotal(grd_list);
  260. }
  261. model.refresh();
  262. }
  263. closeLoadingBar() ;//처리중 화면을 close한다.
  264. ]]>
  265. </script>
  266. </button>
  267. <caption id="caption2" class="search_name" style="left:15px; top:7px; width:86px; height:17px; ">조회기간 :</caption>
  268. <input id="ipt_fromdd" ref="/root/send/srchdate" class="input_default" navindex="1" inputtype="date" format="yyyy-mm" style="left:109px; top:6px; width:100px; height:19px; "/>
  269. <select1 id="rdo_ioflag" ref="/root/send/ioflag" appearance="full" cols="3" overflow="visible" style="left:950px; top:7px; width:135px; height:16px; border-style:none; ">
  270. <choices>
  271. <item>
  272. <label>전체</label>
  273. <value/>
  274. </item>
  275. <item>
  276. <label>영상</label>
  277. <value>R</value>
  278. </item>
  279. <item>
  280. <label>건진</label>
  281. <value>S</value>
  282. </item>
  283. </choices>
  284. </select1>
  285. <caption id="caption7" class="search_name" style="left:858px; top:7px; width:86px; height:17px; ">영상구분 :</caption>
  286. <select1 id="rdo_prcpgenrflag" ref="/root/send/prcpgenrflag" appearance="full" cols="4" overflow="visible" style="left:597px; top:7px; width:190px; height:16px; border-style:none; ">
  287. <choices>
  288. <item>
  289. <label>전체</label>
  290. <value/>
  291. </item>
  292. <item>
  293. <label>입원</label>
  294. <value>I</value>
  295. </item>
  296. <item>
  297. <label>외래</label>
  298. <value>O</value>
  299. </item>
  300. <item>
  301. <label>응급</label>
  302. <value>E</value>
  303. </item>
  304. </choices>
  305. <script type="javascript" ev:event="xforms-value-changed">
  306. <![CDATA[
  307. var prcpgenrflag = model.getValue("/root/send/prcpgenrflag");
  308. if (prcpgenrflag == "I") {
  309. rdd_srchinhosp.disabled = false;
  310. } else {
  311. rdd_srchinhosp.disabled = true;
  312. }
  313. ipt_srchinhospfrom.disabled = true;
  314. ipt_srhcinhospto.disabled = true;
  315. rdd_srchinhosp.value ="";
  316. ipt_srchinhospfrom.value ="";
  317. ipt_srhcinhospto.value ="";
  318. ]]>
  319. </script>
  320. </select1>
  321. <caption id="caption3" class="search_name" style="left:505px; top:7px; width:90px; height:17px; ">환자구분 :</caption>
  322. <caption id="caption4" class="search_name" style="left:240px; top:7px; width:86px; height:17px; ">조회구분 :</caption>
  323. <select1 id="radio2" ref="/root/send/srchflag" appearance="full" cols="2" overflow="visible" style="left:330px; top:7px; width:125px; height:16px; border-style:none; ">
  324. <choices>
  325. <item>
  326. <label>판독율</label>
  327. <value>CF</value>
  328. </item>
  329. <item>
  330. <label>검사대기</label>
  331. <value>EW</value>
  332. </item>
  333. </choices>
  334. <script type="javascript" ev:event="xforms-value-changed">
  335. <![CDATA[
  336. model.resetInstanceNode("/root/main/list/item");
  337. model.removenode("/root/main/list/item");
  338. model.refresh();
  339. var srchflag = model.getValue("/root/send/srchflag");
  340. if ( srchflag == "CF" ) {
  341. grd_list.caption = "Section^영상구분^검사건수^12시간이내^12시간이내^24시간이내^24시간이내^2일이내^2일이내^3일이내^3일이내^4일이내^4일이내^7일이내^7일이내^28일이내^28일이내^30일이내^30일이내^미판독^미판독|Section^영상구분^검사건수^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^미판독건수^미판독율";
  342. } else if ( srchflag == "EW" ) {
  343. grd_list.caption = "Section^영상구분^처방건수^당일^당일^1일이내^1일이내^2일이내^2일이내^3일이내^3일이내^4일이내^4일이내^7일이내^7일이내^28일이내^28일이내^30일이내^30일이내^미시행^미시행|Section^영상구분^처방건수^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^시행건수^시행율^미시행건수^미시행율";
  344. }
  345. grd_list.rebuild();
  346. ]]>
  347. </script>
  348. </select1>
  349. <caption id="caption5" class="search_name" style="left:240px; top:32px; width:86px; height:17px; ">조회기준 :</caption>
  350. <select1 id="rdo_srchterm" ref="/root/send/srchterm" appearance="full" cols="2" overflow="visible" style="left:330px; top:32px; width:135px; height:16px; border-style:none; ">
  351. <choices>
  352. <item>
  353. <label>전체</label>
  354. <value/>
  355. </item>
  356. <item>
  357. <label>주중(월~목)</label>
  358. <value>W</value>
  359. </item>
  360. </choices>
  361. </select1>
  362. <caption id="caption8" class="search_name" style="left:505px; top:32px; width:90px; height:17px; ">재원일수 :</caption>
  363. <select1 id="rdd_srchinhosp" ref="/root/send/srchinhosp" disabled="true" appearance="full" cols="2" overflow="visible" style="left:597px; top:32px; width:95px; height:16px; border-style:none; ">
  364. <choices>
  365. <item>
  366. <label>전체</label>
  367. <value/>
  368. </item>
  369. <item>
  370. <label>기간</label>
  371. <value>T</value>
  372. </item>
  373. </choices>
  374. <script type="javascript" ev:event="xforms-value-changed">
  375. <![CDATA[
  376. var srchinhosp = model.getValue("/root/send/srchinhosp");
  377. if (srchinhosp == "T") {
  378. ipt_srchinhospfrom.disabled = false;
  379. ipt_srhcinhospto.disabled = false;
  380. ipt_srchinhospfrom.value ="";
  381. ipt_srhcinhospto.value ="";
  382. } else {
  383. ipt_srchinhospfrom.disabled = true;
  384. ipt_srhcinhospto.disabled = true;
  385. ipt_srchinhospfrom.value ="";
  386. ipt_srhcinhospto.value ="";
  387. }
  388. ]]>
  389. </script>
  390. </select1>
  391. <input id="ipt_srchinhospfrom" ref="/root/send/srchinhospfrom" disabled="true" format="#,###" style="left:700px; top:30px; width:50px; height:19px; text-align:right; "/>
  392. <caption id="caption9" style="left:752px; top:30px; width:15px; height:19px; text-align:center; ">~</caption>
  393. <input id="ipt_srhcinhospto" ref="/root/send/srhcinhospto" disabled="true" format="#,###" style="left:770px; top:30px; width:50px; height:19px; text-align:right; "/>
  394. </group>
  395. <datagrid id="grd_list" nodeset="/root/main/list/item" caption="Section^영상구분^검사건수^12시간이내^12시간이내^24시간이내^24시간이내^2일이내^2일이내^3일이내^3일이내^4일이내^4일이내^7일이내^7일이내^28일이내^28일이내^30일이내^30일이내^미판독^미판독|Section^영상구분^검사건수^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^판독건수^판독율^미판독건수^미판독율" colsep="^" colwidth="70, 135, 80, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 70, 70" frozencols="2" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" subtotalposition="below" style="left:0px; top:95px; width:1195px; height:645px; ">
  396. <col ref="section"/>
  397. <col ref="lrgcd"/>
  398. <col ref="cnfmcnt" style="text-align:right; "/>
  399. <col ref="diff12h" style="text-align:right; "/>
  400. <col ref="diff12hrate" format="(-)#,### %" style="text-align:right; "/>
  401. <col ref="diff24h" style="text-align:right; "/>
  402. <col ref="diff24hrate" format="(-)#,### %" style="text-align:right; "/>
  403. <col ref="diff2d" style="text-align:right; "/>
  404. <col ref="diff2drate" format="(-)#,### %" style="text-align:right; "/>
  405. <col ref="diff3d" style="text-align:right; "/>
  406. <col ref="diff3drate" format="(-)#,### %" style="text-align:right; "/>
  407. <col ref="diff4d" style="text-align:right; "/>
  408. <col ref="diff4drate" format="(-)#,### %" style="text-align:right; "/>
  409. <col ref="diff7d" style="text-align:right; "/>
  410. <col ref="diff7drate" format="(-)#,### %" style="text-align:right; "/>
  411. <col ref="diff28d" style="text-align:right; "/>
  412. <col ref="diff28drate" format="(-)#,### %" style="text-align:right; "/>
  413. <col ref="diff30d" style="text-align:right; "/>
  414. <col ref="diff30drate" format="(-)#,### %" style="text-align:right; "/>
  415. <col ref="nocnfmcnt" style="text-align:right; "/>
  416. <col ref="nocnfmcntrate" format="(-)#,### %" style="text-align:right; "/>
  417. </datagrid>
  418. <button id="btn_excsave" class="btn2_letter4" style="left:1130px; top:70px; width:64px; height:19px; ">
  419. <caption>엑셀저장</caption>
  420. <script type="javascript" ev:event="DOMActivate">
  421. <![CDATA[
  422. // var fileName = window.fileDialog("save", ",", false, "", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  423. var fileName = window.fileDialog("save",",",false,"excel","xls","All File(*.*)|*.*|Excel File(*.xls)|*.xls"); // 2009-07-01 엑셀저장 두번째 저장 실패 오류 확인 두번째 테스트
  424. if (fileName != "") {
  425. grd_list.saveExcel(fileName);
  426. }
  427. ]]>
  428. </script>
  429. </button>
  430. </group>
  431. </xhtml:body>
  432. </xhtml:html>