SMADS00100_약품사용량통계.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>약품사용량 통계</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <statslist/>
  11. <statstoplist>
  12. <item>
  13. <engnm/>
  14. <orddeptcd/>
  15. <osumval/>
  16. <isumval/>
  17. <total/>
  18. </item>
  19. </statstoplist>
  20. </main>
  21. <send>
  22. <srchfromdd/>
  23. <srchtodd/>
  24. <globalinstance>
  25. <instance1/>
  26. </globalinstance>
  27. <suppdeptcd/>
  28. <srchioflag/>
  29. <formflag/>
  30. <drugflag1/>
  31. <drugflag2/>
  32. <srchdeptcd/>
  33. <srchdrid/>
  34. <drugflag1all/>
  35. <drugflag2all/>
  36. <deptinfo>
  37. <deptflag/>
  38. </deptinfo>
  39. <baseinfo>
  40. <spcldrug/>
  41. <efcycd/>
  42. </baseinfo>
  43. <srchdata>
  44. <drugcd/>
  45. </srchdata>
  46. <srchwardcd/>
  47. </send>
  48. <init>
  49. </init>
  50. <hidden>
  51. <srchinfo>
  52. <wardcd/>
  53. <wardnm/>
  54. </srchinfo>
  55. <baseinfo>
  56. <spcldrug>
  57. <A0006/>
  58. </spcldrug>
  59. </baseinfo>
  60. <receivedrugcd>/root/send/srchdata/drugcd</receivedrugcd>
  61. <orddept>
  62. <dept/>
  63. </orddept>
  64. <receiveefcy>/root/send/baseinfo/efcycd</receiveefcy>
  65. </hidden>
  66. <temp>
  67. <srchinfo>
  68. <ward/>
  69. </srchinfo>
  70. <receivedata>
  71. <receiveref/>
  72. <srchflag/>
  73. <srchcnts/>
  74. <drugkind/>
  75. </receivedata>
  76. </temp>
  77. </root>
  78. </instance>
  79. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  80. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  81. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  83. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  84. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  85. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  86. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  87. <script type="javascript" ev:event="xforms-ready">
  88. <![CDATA[
  89. aezfSetSuppDeptcd();
  90. // 진료과/진료의 조회
  91. submit("TRPMOCOM01");
  92. astfAddCombo("/root/init", "orddeptcd", "cd,nm", ",전체");
  93. cmb_orddept.dispatch("xforms-value-changed");
  94. var rdo_children = rdo_formcd.children;
  95. rdo_children.item(1).attribute("disable") = true;
  96. model.setValue("/root/send/suppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
  97. model.setValue("/root/send/srchfromdd", getCurrentDate());
  98. model.setValue("/root/send/srchtodd", getCurrentDate());
  99. model.setValue("/root/send/srchioflag", "전체");
  100. model.setValue("/root/send/formflag", "D");
  101. model.setValue("/root/send/drugflag1", "재원 퇴원");
  102. model.setValue("/root/send/drugflag2", "원내 원외");
  103. model.setValue("/root/send/drugflag1all", "전체");
  104. model.setValue("/root/send/drugflag2all", "전체");
  105. makeReportPreview(0,150,1195,570);
  106. //병동 Combo 조회
  107. model.setValue("/root/send/deptinfo/deptflag", "W");
  108. submit("TRADT10203");
  109. astfAddCombo("/root/hidden/deptlist", "ward", "wardcd,wardnm", "T,전체");
  110. /*
  111. // 진료과세팅
  112. zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"), "orduseyn", "D", "/root/hidden/orddept"); //부서코드 콤보조회
  113. if ( model.instances(0).selectSingleNode("/root/hidden/orddept/dept") != null) {
  114. astfAddCombo("/root/hidden/orddept","dept","deptcd,depthngnm",",전체");
  115. }
  116. */
  117. //특별약품구분
  118. zbcfGetCodeList( new Array("A0006"), new Array("/root/hidden/baseinfo/spcldrug" ));
  119. astfAddCombo("/root/hidden/baseinfo/spcldrug", "A0006", "cdid,cdnm", ",전체");
  120. model.refresh();
  121. ]]>
  122. </script>
  123. <submission id="TRZBC00101"/>
  124. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post"/>
  125. <submission id="TRADS00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statslist"/>
  126. <submission id="TRADS00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statslist"/>
  127. <submission id="TRADT10203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/deptinfo" replace="instance" resultref="/root/hidden/deptlist"/>
  128. <submission id="TRPMOCOM01" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/session" replace="instance" resultref="/root/init"/>
  129. <submission id="TRADS00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statstoplist"/>
  130. </model>
  131. </xhtml:head>
  132. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  133. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  134. <line id="line1" class="line_1" style="x1:0px; y1:135px; x2:1195px; y2:135px; "/>
  135. <group id="group1" style="left:0px; top:10px; width:1195px; height:110px; vertical-align:top; ">
  136. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1193px; height:110px; background-color:#fffbf2; border-color:#ffd799; "/>
  137. <line id="line2" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:105px; "/>
  138. <button id="btn_sea" class="btn1_letter2" navindex="4" style="left:1125px; top:40px; width:56px; height:22px; ">
  139. <caption>조회</caption>
  140. <script type="javascript" ev:event="DOMActivate">
  141. <![CDATA[
  142. ipt_drugcd.value = ipt_drugcd.value.toUpperCase();
  143. model.setValue("/root/send/srchwardcd", model.getValue("/root/temp/srchinfo/ward"));
  144. model.refresh();
  145. /*
  146. 통계양식에 따라 submit 변경
  147. D : 진료과별
  148. R : 병동별
  149. E : 효능별
  150. S : 특별약품분류별
  151. T : 상위과별 // 20121130_상위과별 순으로 조회
  152. */
  153. if ( model.getValue("/root/send/formflag") == 'S' ) {
  154. grd_toplist.visible = false;
  155. btn_excel.visible = false;
  156. if(submit("TRADS00101")){
  157. exeReportPreview("RPADS00102", "XMLSTR", "/root/main/statslist/item");
  158. }
  159. } else if ( model.getValue("/root/send/formflag") == 'E' ) {
  160. grd_toplist.visible = false;
  161. btn_excel.visible = false;
  162. if(submit("TRADS00102")){
  163. exeReportPreview("RPADS00103", "XMLSTR", "/root/main/statslist/item");
  164. }
  165. } else if ( model.getValue("/root/send/formflag") == 'T' ) { // 20121130_상위과별
  166. removeReportPreview();
  167. if(submit("TRADS00103")){
  168. grd_toplist.visible = true;
  169. btn_excel.visible = true;
  170. //exeReportPreview("RPADS00104", "XMLSTR", "/root/main/statslist/item");
  171. }
  172. } else {
  173. grd_toplist.visible = false;
  174. btn_excel.visible = false;
  175. //병동별집계 이면서 병동을 선택하지 않을시 에러보이기
  176. if ( model.getValue("/root/send/formflag") == 'R' && model.getValue("/root/send/srchwardcd") == "" ) {
  177. alert('조회할 병동을 선택하세요');
  178. return ;
  179. }
  180. if(submit("TRADS00101")){
  181. exeReportPreview("RPADS00101", "XMLSTR", "/root/main/statslist/item");
  182. }
  183. }
  184. ]]>
  185. </script>
  186. </button>
  187. <caption id="caption2" class="search_name" style="left:15px; top:30px; width:86px; height:17px; ">조회기간 :</caption>
  188. <input id="ipt_fromdd" ref="/root/send/srchfromdd" class="input_default" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:110px; top:30px; width:100px; height:19px; "/>
  189. <input id="ipt_todd" ref="/root/send/srchtodd" class="input_default" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:228px; top:30px; width:100px; height:19px; "/>
  190. <caption id="caption5" class="search_no_b" style="left:213px; top:30px; width:12px; height:17px; ">~</caption>
  191. <select1 id="combo1" ref="/root/send/srchioflag" class="combo_search" appearance="minimal" style="left:110px; top:5px; width:100px; height:19px; ">
  192. <choices>
  193. <item>
  194. <label>전체</label>
  195. <value>전체</value>
  196. </item>
  197. <item>
  198. <label>병동약국</label>
  199. <value>병동</value>
  200. </item>
  201. <item>
  202. <label>외래약국</label>
  203. <value>외래</value>
  204. </item>
  205. <item>
  206. <label>특수조제실</label>
  207. <value>특조</value>
  208. </item>
  209. </choices>
  210. </select1>
  211. <caption id="caption3" class="search_name" style="left:15px; top:6px; width:86px; height:17px; ">조제장소 :</caption>
  212. <caption id="caption4" class="search_name" style="left:390px; top:5px; width:86px; height:17px; ">통계양식 :</caption>
  213. <caption id="caption7" class="search_name" style="left:390px; top:30px; width:86px; height:17px; ">처방구분 :</caption>
  214. <select1 id="rdo_formcd" ref="/root/send/formflag" class="radio_search" appearance="full" cellspacing="10" cols="6" overflow="visible" style="left:485px; top:5px; width:550px; height:20px; border-style:none; ">
  215. <choices>
  216. <item>
  217. <label>진료과별</label>
  218. <value>D</value>
  219. </item>
  220. <item>
  221. <label>진료과별 의사제외</label>
  222. <value>B</value>
  223. </item>
  224. <item>
  225. <label>병동별</label>
  226. <value>R</value>
  227. </item>
  228. <item>
  229. <label>효능별</label>
  230. <value>E</value>
  231. </item>
  232. <item>
  233. <label>특별약품분류별</label>
  234. <value>S</value>
  235. </item>
  236. <item>
  237. <label>상위과별</label>
  238. <value>T</value>
  239. </item>
  240. </choices>
  241. </select1>
  242. <select id="chk_drugflag1" ref="/root/send/drugflag1" overflow="visible" appearance="full" cols="2" style="left:484px; top:28px; width:96px; height:22px; border-style:none; ">
  243. <choices>
  244. <item>
  245. <label>재원</label>
  246. <value>재원</value>
  247. </item>
  248. <item>
  249. <label>퇴원</label>
  250. <value>퇴원</value>
  251. </item>
  252. <!-- <item>
  253. <label>외래</label>
  254. <value>외래</value>
  255. </item>-->
  256. </choices>
  257. </select>
  258. <select id="chk_drugflag1all" ref="/root/send/drugflag1all" overflow="visible" appearance="full" cols="3" style="left:625px; top:28px; width:50px; height:20px; border-style:none; ">
  259. <choices>
  260. <item>
  261. <label>전체</label>
  262. <value>전체</value>
  263. </item>
  264. </choices>
  265. <script type="javascript" ev:event="onclick">
  266. <![CDATA[
  267. if(model.getValue("/root/send/drugflag1all") == "전체")
  268. {
  269. chk_drugflag1.select(0);
  270. chk_drugflag1.select(1);
  271. //chk_drugflag1.select(2);
  272. }
  273. else
  274. {
  275. chk_drugflag1.deselect(0);
  276. chk_drugflag1.deselect(1);
  277. //chk_drugflag1.deselect(2);
  278. }
  279. ]]>
  280. </script>
  281. </select>
  282. <select id="chk_drugflag2" ref="/root/send/drugflag2" overflow="visible" appearance="full" cols="3" style="left:693px; top:28px; width:92px; height:20px; border-style:none; ">
  283. <choices>
  284. <item>
  285. <label>원내</label>
  286. <value>원내</value>
  287. </item>
  288. <item>
  289. <label>원외</label>
  290. <value>원외</value>
  291. </item>
  292. </choices>
  293. </select>
  294. <select id="chk_drugflag2all" ref="/root/send/drugflag2all" overflow="visible" appearance="full" cols="3" style="left:788px; top:28px; width:50px; height:20px; border-style:none; ">
  295. <choices>
  296. <item>
  297. <label>전체</label>
  298. <value>전체</value>
  299. </item>
  300. </choices>
  301. <script type="javascript" ev:event="onclick">
  302. <![CDATA[
  303. if(model.getValue("/root/send/drugflag2all") == "전체")
  304. {
  305. chk_drugflag2.select(0);
  306. chk_drugflag2.select(1);
  307. chk_drugflag_dis.select(0);
  308. }
  309. else
  310. {
  311. chk_drugflag2.deselect(0);
  312. chk_drugflag2.deselect(1);
  313. chk_drugflag_dis.deselect(0);
  314. }
  315. ]]>
  316. </script>
  317. </select>
  318. <select id="chk_drugflag_dis" disabled="true" overflow="visible" appearance="full" cols="1" style="left:572px; top:28px; width:55px; height:20px; border-style:none; ">
  319. <choices>
  320. <item>
  321. <label>외래</label>
  322. <value>외래</value>
  323. </item>
  324. </choices>
  325. </select>
  326. <caption id="caption8" class="search_name" style="left:15px; top:55px; width:86px; height:17px; ">병동 :</caption>
  327. <caption id="caption9" class="search_name" style="left:15px; top:80px; width:86px; height:17px; ">효능분류 :</caption>
  328. <caption id="caption10" class="search_name" style="left:390px; top:55px; width:86px; height:17px; ">진료과 :</caption>
  329. <caption id="caption11" class="search_name" style="left:390px; top:80px; width:86px; height:17px; ">특별약품 :</caption>
  330. <caption id="caption12" class="search_name" style="left:730px; top:55px; width:88px; height:17px; ">주치의 :</caption>
  331. <caption id="caption13" class="search_name" style="left:730px; top:80px; width:86px; height:17px; ">특정코드 :</caption>
  332. <input id="input2" ref="/root/send/baseinfo/efcycd" class="input_search" disabled="false" style="left:110px; top:80px; width:250px; height:19px; "/>
  333. <select1 id="cmb_orddept" ref="/root/send/srchdeptcd" class="combo_search" appearance="minimal" style="left:485px; top:55px; width:170px; height:19px; ">
  334. <choices>
  335. <!--
  336. <itemset nodeset="/root/hidden/orddept/dept">
  337. <label ref="depthngnm"/>
  338. <value ref="deptcd"/>
  339. </itemset>
  340. -->
  341. <itemset nodeset="/root/init/orddeptcd">
  342. <label ref="nm"/>
  343. <value ref="cd"/>
  344. </itemset>
  345. </choices>
  346. <script type="javascript" ev:event="xforms-value-changed">
  347. <![CDATA[
  348. cmb_orddr.choices.itemset.attribute("nodeset") = "/root/init/orddrid[dp = '"+ cmb_orddept.value +"']";
  349. model.setValue("/root/send/srchdrid","");
  350. cmb_orddr.refresh();
  351. ]]>
  352. </script>
  353. </select1>
  354. <select1 id="combo2" ref="/root/send/baseinfo/spcldrug" class="combo_search" disabled="false" appearance="minimal" showvalue="true" style="left:485px; top:80px; width:240px; height:19px; ">
  355. <choices>
  356. <itemset nodeset="/root/hidden/baseinfo/spcldrug/A0006">
  357. <label ref="cdnm"/>
  358. <value ref="cdid"/>
  359. </itemset>
  360. </choices>
  361. </select1>
  362. <select1 id="cmb_orddr" ref="/root/send/srchdrid" class="combo_search" appearance="minimal" style="left:820px; top:55px; width:100px; height:19px; ">
  363. <choices>
  364. <itemset nodeset="/root/init/orddrid">
  365. <label ref="nm"/>
  366. <value ref="cd"/>
  367. </itemset>
  368. </choices>
  369. </select1>
  370. <button id="button3" class="icon_search" disabled="false" style="left:365px; top:80px; width:16px; height:16px; ">
  371. <caption/>
  372. <script type="javascript" ev:event="DOMActivate">
  373. <![CDATA[
  374. setParameter("textval", "Y");
  375. modal("SPADB61400",0,100,150,"SPADB61400","/root/hidden/receiveefcy","/root/hidden/receiveref");
  376. model.refresh();
  377. ]]>
  378. </script>
  379. </button>
  380. <button id="button4" class="icon_search" disabled="false" style="left:1025px; top:80px; width:16px; height:16px; ">
  381. <caption/>
  382. <script type="javascript" ev:event="DOMActivate">
  383. <![CDATA[
  384. model.setValue("/root/temp/receivedata/receiveref", model.getValue("/root/hidden/receivedrugcd"));
  385. model.setValue("/root/temp/receivedata/srchflag", "");
  386. model.setValue("/root/temp/receivedata/srchcnts", "");
  387. model.setValue("/root/temp/receivedata/drugkind","");
  388. // 약품코드 검색
  389. modal("SPADB60100",0,100,150,"SPADB60100","/root/temp/receivedata","/root/temp/receivedata");
  390. ]]>
  391. </script>
  392. </button>
  393. <input id="ipt_drugcd" ref="/root/send/srchdata/drugcd" class="input_search" disabled="false" style="left:820px; top:80px; width:196px; height:19px; ">
  394. <script type="javascript" ev:event="xforms-value-changed">
  395. <![CDATA[
  396. ipt_drugcd.value = ipt_drugcd.value.toUpperCase();
  397. ipt_drugcd.refresh();
  398. ]]>
  399. </script>
  400. <script type="javascript" ev:event="onkeydown">
  401. <![CDATA[
  402. inputEnterKey("btn_sea","DOMActivate");
  403. ]]>
  404. </script>
  405. </input>
  406. <input id="ipt_wardnm" ref="/root/hidden/srchinfo/wardnm" class="input_search" disabled="true" style="left:110px; top:55px; width:250px; height:19px; "/>
  407. <button id="button5" class="icon_search" visibility="visible" style="left:365px; top:55px; width:16px; height:16px; ">
  408. <caption/>
  409. <script type="javascript" ev:event="DOMActivate">
  410. <![CDATA[
  411. if(chk_ward.visible==true){
  412. chk_ward.visible = false;
  413. }else {
  414. chk_ward.visible = true;
  415. }
  416. model.refresh();
  417. ]]>
  418. </script>
  419. </button>
  420. <input id="ipt_wardcd" ref="/root/hidden/srchinfo/wardcd" class="input_search" visibility="hidden" style="left:320px; top:75px; width:140px; height:19px; "/>
  421. <line id="line3" class="line_4" style="x1:685px; y1:25px; x2:685px; y2:50px; "/>
  422. </group>
  423. <select id="chk_ward" ref="/root/temp/srchinfo/ward" class="checkbox_search" visibility="hidden" overflow="visible" appearance="full" cols="8" direction="downacross" sep="," style="left:110px; top:85px; width:110px; height:15px; background-color:#e5eae9; border-style:none; ">
  424. <choices>
  425. <itemset nodeset="/root/hidden/deptlist/ward">
  426. <label ref="wardnm"/>
  427. <value ref="wardcd"/>
  428. </itemset>
  429. </choices>
  430. <script type="javascript" ev:event="onclick">
  431. <![CDATA[
  432. //if(isSearchString(model.getValue("/root/temp/srchinfo/ward"),"T")){
  433. if(chk_ward.mouseRow == 0 && chk_ward.mouseCol == 0 ){
  434. if(isSearchString(model.getValue("/root/temp/srchinfo/ward"),"T")){
  435. var ward = "";
  436. for(var i = 1; i <= getNodesetCount("/root/hidden/deptlist/ward"); i++){
  437. if(ward != "" && i <= getNodesetCount("/root/hidden/deptlist/ward")) ward += ",";
  438. ward += model.getValue("/root/hidden/deptlist/ward["+i+"]/wardcd");
  439. }
  440. model.setValue("/root/temp/srchinfo/ward", ward);
  441. } else {
  442. //ipt_wardcd.value = "";
  443. //ipt_wardnm.value = "";
  444. model.setValue("/root/temp/srchinfo/ward", "");
  445. }
  446. model.refresh();
  447. }
  448. if(isSearchString(model.getValue("/root/temp/srchinfo/ward"),"T")){
  449. ipt_wardcd.value = chk_ward.value.substr(2,chk_ward.value.length);
  450. ipt_wardnm.value = chk_ward.label.substr(3,chk_ward.label.length);
  451. } else {
  452. ipt_wardcd.value = chk_ward.value;
  453. ipt_wardnm.value = chk_ward.label;
  454. }
  455. //input3.refresh();
  456. //검사실 체크박스 감추기
  457. //chk_excuroom.visible = false;
  458. ]]>
  459. </script>
  460. </select>
  461. <datagrid id="grd_toplist" nodeset="/root/main/statstoplist/item" visibility="hidden" caption="약품코드^약품이름^진료과^원외 사용량^원내 사용량^총 사용량" colsep="^" colwidth="106, 182, 142, 100, 100, 100" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:150px; width:760px; height:580px; ">
  462. <col ref="drugcd" style="text-align:left; "/>
  463. <col ref="engnm" style="text-align:left; "/>
  464. <col ref="orddeptcd" style="text-align:center; "/>
  465. <col ref="osumval" style="text-align:center; "/>
  466. <col ref="isumval" style="text-align:center; "/>
  467. <col ref="total" style="text-align:center; "/>
  468. <script type="javascript" ev:event="onaftersort">
  469. <![CDATA[
  470. grd_toplist.gridToInstance();
  471. ]]>
  472. </script>
  473. </datagrid>
  474. <button id="btn_excel" class="btn2_letter2" navindex="37" visibility="hidden" style="left:855px; top:40px; width:42px; height:19px; ">
  475. <caption>엑셀</caption>
  476. <script type="javascript" ev:event="DOMActivate">
  477. <![CDATA[
  478. var file = window.fileDialog("save","","false","","xls","Excel Files(*.xls)|*.xls");
  479. grd_toplist.saveExcel(file);
  480. ]]>
  481. </script>
  482. </button>
  483. </group>
  484. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  485. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:200px; height:14px; ">약품사용량 통계</caption>
  486. </group>
  487. </xhtml:body>
  488. </xhtml:html>