SMPMC04400_가정간호영수내역조회.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <patinfo>
  11. <pid/>
  12. </patinfo>
  13. <baseinfo>
  14. <opmilist>
  15. <opmi/>
  16. </opmilist>
  17. </baseinfo>
  18. </main>
  19. <send>
  20. <fromdd/>
  21. <todd/>
  22. <pid/>
  23. <cond>2</cond>
  24. </send>
  25. <hidden/>
  26. <source/>
  27. <init>
  28. <basecdlist>
  29. <orddeptcdnm>
  30. <cdnm/>
  31. <cdid/>
  32. </orddeptcdnm>
  33. </basecdlist>
  34. </init>
  35. <temp>
  36. <grid_bl/>
  37. <receipt/>
  38. </temp>
  39. </root>
  40. </instance>
  41. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  49. <script type="javascript" ev:event="xforms-ready">
  50. <![CDATA[
  51. model.makenode("/root/node_bk/temp");
  52. model.copynode("/root/node_bk/temp" ,"/root/temp");
  53. fInitialize();
  54. ]]>
  55. </script>
  56. <script type="javascript">
  57. <![CDATA[
  58. //세션정보 추출하기
  59. function fGetUserInfosSampling(){
  60. var sUserInfosS = getUserInfos();
  61. sUserInfosS = sUserInfosS + "|";
  62. var UserInfosS_Array = sUserInfosS.split("|");
  63. var userid = UserInfosS_Array[0]; //사용자번호
  64. var usernm = UserInfosS_Array[1]; //사용자이름
  65. var posinstcd = UserInfosS_Array[2]; //소속기관코드
  66. var posinstnm = UserInfosS_Array[3]; //소속기관명
  67. var posdeptcd = UserInfosS_Array[4]; //소속부서코드
  68. var posdeptnm = UserInfosS_Array[5]; //소속부서명
  69. model.makeNode("/root/hidden/session/" + "userid");
  70. model.makeNode("/root/hidden/session/" + "usernm");
  71. model.makeNode("/root/hidden/session/" + "posinstcd");
  72. model.makeNode("/root/hidden/session/" + "posinstnm");
  73. model.makeNode("/root/hidden/session/" + "posdeptcd");
  74. model.makeNode("/root/hidden/session/" + "posdeptnm")
  75. if (userid == null || userid == "" || userid == " " || userid == "-") userid = "pam";
  76. //if (posinstcd == null || posinstcd == "" || posinstcd == " " || posinstcd == "-") posinstcd = "012";
  77. model.setValue("/root/hidden/session/userid",userid);
  78. model.setValue("/root/hidden/session/usernm",usernm);
  79. model.setValue("/root/hidden/session/posinstcd",posinstcd);
  80. model.setValue("/root/hidden/session/posinstnm",posinstnm);
  81. model.setValue("/root/hidden/session/posdeptcd",posdeptcd);
  82. model.setValue("/root/hidden/session/posdeptnm",posdeptnm);
  83. model.refresh();
  84. }
  85. // 초기화
  86. function fInitialize() {
  87. model.resetinstancenode("/root/main/patinfo/pid");
  88. model.removeNodeset("/root/main/baseinfo/opmilist/opmi");
  89. model.setValue("/root/send/cond", "1");
  90. model.setValue("/root/send/fromdd", getCurrentDate());
  91. model.setValue("/root/send/todd", getCurrentDate());
  92. model.refresh();
  93. }
  94. ]]>
  95. </script>
  96. <submission id="TRPMC06401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/baseinfo/opmilist"/>
  97. </model>
  98. </xhtml:head>
  99. <xhtml:body>
  100. <group id="group1" style="left:10px; top:10px; width:1195px; height:13px; ">
  101. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">가정간호진료비조회</caption>
  102. </group>
  103. <group id="group3" scroll="auto" style="left:10px; top:23px; width:1194px; height:697px; ">
  104. <group id="group2" style="left:0px; top:10px; width:1194px; height:48px; vertical-align:top; ">
  105. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:2px; top:0px; width:1188px; height:48px; background-color:#fffbf2; border-color:#ffd799; "/>
  106. <caption id="caption2" class="search_name" style="left:15px; top:16px; width:86px; height:17px; ">환자번호 :</caption>
  107. <caption id="caption3" class="search_name" style="left:391px; top:16px; width:86px; height:17px; ">조회일자 :</caption>
  108. <caption id="caption4" style="left:573px; top:17px; width:10px; height:20px; ">-</caption>
  109. <input id="ipt_pid" ref="/root/main/patinfo/pid" accesskey="ctrl+keyCode(48)" class="input_s_essential" imemode="alpha" style="left:104px; top:15px; width:112px; height:19px; ">
  110. <script type="javascript" ev:event="onkeypress">
  111. <![CDATA[
  112. model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/pid"));
  113. ]]>
  114. </script>
  115. <script type="javascript" ev:event="onaccesskey">
  116. <![CDATA[
  117. // fkeyCode_pid("ipt_pid","onkeypress");
  118. ]]>
  119. </script>
  120. </input>
  121. <button id="btn_search" class="btn1_letter2" style="left:1115px; top:15px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  122. <caption>조회</caption>
  123. <script type="javascript" ev:event="DOMActivate">
  124. <![CDATA[
  125. // 환자번호(pid) send로 보내기
  126. var pid = model.getValue("/root/main/patinfo/pid");
  127. model.makeValue("/root/send/pid", pid);
  128. // 조회 submission 날리기
  129. submit("TRPMC06401");
  130. ]]>
  131. </script>
  132. </button>
  133. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" style="left:480px; top:15px; width:92px; height:19px; "/>
  134. <input id="ipt_todd" ref="/root/send/todd" class="input_s_essential" inputtype="date" style="left:584px; top:15px; width:92px; height:19px; "/>
  135. <select1 id="rdo_cond" ref="/root/send/cond" visibility="visible" appearance="full" cols="2" rows="1" overflow="visible" style="left:244px; top:16px; width:141px; height:20px; border-style:none; ">
  136. <choices>
  137. <item>
  138. <label>수납일자</label>
  139. <value>1</value>
  140. </item>
  141. <item>
  142. <label>진료일자</label>
  143. <value>2</value>
  144. </item>
  145. </choices>
  146. </select1>
  147. </group>
  148. <datagrid id="grd_opmilist" nodeset="/root/main/baseinfo/opmilist/opmi" caption="√^환자번호^환자성명^수납/진료일^진료과^진료의^선수금잔액^보험^보조^수납일자^급여액^비급여액^선택진료^총진료비^본인부담^감면금^미수금^수혈보상^기수납액^실수납액^수납자^영수번호^시간^원내^원외^순번^멀티^현금수납^카드수납^통장입금^산전지원금^건강유지비^장애기금^희귀난치지원금^기현금^기카드^기통장^기산전지원금^선수금^선수대체^처방상태^수납구분^MIG여부" colsep="^" colwidth="22, 75, 77, 92, 90, 58, 91, 30, 30, 67, 59, 60, 60, 60, 60, 60, 54, 55, 60, 60, 62, 63, 58, 40, 40, 51, 30, 60, 60, 60, 80, 80, 80, 100, 60, 60, 60, 100, 75, 68, 60, 60, 100" dataheight="25" defaultrows="1" ellipsis="false" explorerbar="sortshow" extendlastcol="scroll" frozencols="2" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="false" style="left:4px; top:66px; width:1186px; height:629px; ">
  149. <col type="checkbox" visibility="hidden">
  150. <![CDATA[1]]>
  151. </col>
  152. <col ref="opmi_pid" style="text-align:center; "/>
  153. <col ref="opmi_hngnm" style="text-align:center; "/>
  154. <col ref="opmi_orddd" format="yyyy-mm-dd"/>
  155. <col disabled="true" ref="opmi_orddeptcdnm">
  156. <choices>
  157. <itemset nodeset="/root/init/basecdlist/orddeptcdnm">
  158. <label ref="cdnm"/>
  159. <value ref="cdid"/>
  160. </itemset>
  161. </choices>
  162. </col>
  163. <col ref="opmi_orddridnm" style="text-align:center; "/>
  164. <col ref="opmi_mdlremamt2" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  165. <col ref="opmi_insukind" visibility="hidden"/>
  166. <col ref="opmi_suppkind" visibility="hidden"/>
  167. <col ref="opmi_rcptexecdd" visibility="hidden" style="text-align:center; "/>
  168. <col ref="opmi_payamt" format="(-)#,###" style="text-align:right; "/>
  169. <col ref="opmi_totnopyamt" format="(-)#,###" style="text-align:right; "/>
  170. <col ref="opmi_specamt" format="(-)#,###" style="text-align:right; "/>
  171. <col ref="opmi_totamt" format="(-)#,###" style="text-align:right; "/>
  172. <col ref="opmi_totownbamt" format="(-)#,###" style="text-align:right; "/>
  173. <col ref="opmi_discreduamt" format="(-)#,###" style="text-align:right; "/>
  174. <col ref="opmi_uncoamt" format="(-)#,###" style="text-align:right; "/>
  175. <col ref="opmi_bloddiscamt" format="(-)#,###" style="text-align:right; "/>
  176. <col ref="opmi_prercptamt" format="(-)#,###" style="text-align:right; "/>
  177. <col ref="opmi_rcptexptamt" format="(-)#,###" style="text-align:right; "/>
  178. <col ref="opmi_rcptridnm" visibility="hidden"/>
  179. <col ref="opmi_rcptno" visibility="hidden"/>
  180. <col ref="opmi_rcpttm" visibility="hidden" format="hh:nn:ss"/>
  181. <col ref="opmi_hosindrugno" visibility="hidden"/>
  182. <col ref="opmi_hosoutdrugno" visibility="hidden"/>
  183. <col ref="opmi_rcptseqno" visibility="hidden"/>
  184. <col ref="opmi_cnt" visibility="hidden"/>
  185. <col ref="opmi_cashamt" format="(-)#,###" style="text-align:right; "/>
  186. <col ref="opmi_cardamt" format="(-)#,###" style="text-align:right; "/>
  187. <col ref="opmi_onlineamt" format="(-)#,###" style="text-align:right; "/>
  188. <col ref="opmi_pregdmndamt" format="(-)#,###" style="text-align:right; "/>
  189. <col ref="opmi_heallifeamtclamamt" format="(-)#,###" style="text-align:right; "/>
  190. <col ref="opmi_handcapfund" format="(-)#,###" style="text-align:right; "/>
  191. <col ref="opmi_suppamt" format="(-)#,###" style="text-align:right; "/>
  192. <col ref="opmi_precashamt" format="(-)#,###" style="text-align:right; "/>
  193. <col ref="opmi_precardamt" format="(-)#,###" style="text-align:right; "/>
  194. <col ref="opmi_preonlineamt" format="(-)#,###" style="text-align:right; "/>
  195. <col ref="opmi_prepregdmndamt" format="(-)#,###" style="text-align:right; "/>
  196. <col ref="opmi_prepmntamt" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  197. <col ref="opmi_mdlrcptamt" format="(-)#,###" style="text-align:right; "/>
  198. <col ref="opmi_oprc" visibility="hidden"/>
  199. <col ref="opmi_opmiflag" visibility="hidden"/>
  200. <col ref="migyn" visibility="hidden"/>
  201. <script type="javascript" ev:event="onaftersort">
  202. <![CDATA[
  203. ]]>
  204. </script>
  205. <script type="javascript" ev:event="ondblclick">
  206. <![CDATA[
  207. ]]>
  208. </script>
  209. <script type="javascript" ev:event="onmousedown">
  210. <![CDATA[
  211. ]]>
  212. </script>
  213. <script type="javascript" ev:event="DOMFocusOut">
  214. <![CDATA[
  215. ]]>
  216. </script>
  217. </datagrid>
  218. <bool id="bl_opmilist" visibility="hidden" checkvalue="Y,N" ref="/root/temp/grid_bl" style="left:7px; top:65px; width:17px; height:17px; ">
  219. <script type="javascript" ev:event="xforms-select">
  220. <![CDATA[
  221. //그리드 전체선택
  222. grd_opmilist.select(1,1,grd_opmilist.rows - 1,grd_opmilist.cols - 1) = true;
  223. ]]>
  224. </script>
  225. <script type="javascript" ev:event="xforms-deselect">
  226. <![CDATA[
  227. //그리드 전체 선택해재
  228. grd_opmilist.select(1,1,grd_opmilist.rows - 1,grd_opmilist.cols - 1) = false;
  229. ]]>
  230. </script>
  231. </bool>
  232. </group>
  233. <group id="group6" scroll="auto" style="left:10px; top:727px; width:1194px; height:27px; ">
  234. <button id="btn_clear" accesskey="f9" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1126px; top:5px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  235. <caption>초기화</caption>
  236. <script type="javascript" ev:event="DOMActivate">
  237. <![CDATA[
  238. fInitialize();
  239. ]]>
  240. </script>
  241. <hint>
  242. <![CDATA[F9]]>
  243. </hint>
  244. </button>
  245. <button id="btn_rcptprint" class="btn4_letter5" disable.background-image="../../../com/commonweb/images/dis_btn4_letter5.gif" style="left:1033px; top:5px; width:92px; height:22px; background-image:../../../com/commonweb/images/btn4_letter5.gif; ">
  246. <caption>영수증발행</caption>
  247. <script type="javascript" ev:event="DOMActivate">
  248. <![CDATA[
  249. /*
  250. var vpid = model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_pid");
  251. if (vpid == "" || vpid == " " || vpid == null ) {
  252. messageBox("선택된 내역이 없습니다.","E999","");
  253. return;
  254. }
  255. //ordtype : 외래영수증 / 외래중간금영수증 / 외래합산영수증
  256. model.makeValue("/root/temp/receipt/pid", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_pid"));
  257. model.makeValue("/root/temp/receipt/rcptdd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_rcptdd") );
  258. model.makeValue("/root/temp/receipt/rcptno", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_rcptno") );
  259. model.makeValue("/root/temp/receipt/rcptseqno", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_rcptseqno") );
  260. model.makeValue("/root/temp/receipt/orddd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_orddd") );
  261. //model.makeValue("/root/temp/receipt/orddeptcd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_orddeptcd") );
  262. model.makeValue("/root/temp/receipt/orddeptcd", model.getValue("/root/send/orddeptcd"));
  263. model.makeValue("/root/temp/receipt/insukind", model.getValue("/root/send/insukind"));
  264. model.makeValue("/root/temp/receipt/suppkind", model.getValue("/root/send/suppkind"));
  265. model.makeValue("/root/temp/receipt/orddrid", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_orddrid") );
  266. model.makeValue("/root/temp/receipt/cretno", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_cretno") );
  267. model.makeValue("/root/temp/receipt/ioflag", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_ioflag") );
  268. model.makeValue("/root/temp/receipt/ordtype", "가정간호영수증" );
  269. if (model.getValue("/root/send/cond") == "1") { //수납일자
  270. model.makeValue("/root/temp/receipt/ordrcptflag","rcptdd");
  271. }
  272. else {//진료일자
  273. model.makeValue("/root/temp/receipt/ordrcptflag","orddd");
  274. }
  275. model.makeValue("/root/temp/receipt/instcd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ grd_opmilist.row +"]/opmi_instcd") );
  276. model.makeValue("/root/temp/receipt/engYN", model.getValue("/root/init/option/engreceipt") );
  277. model.makeValue("/root/temp/receipt/reprintYN", model.getValue("/root/init/option/reprintyn") );
  278. model.makeValue("/root/temp/receipt/rcptsite", "S" );
  279. model.makeValue("/root/temp/receipt/fromdd", model.getValue("/root/send/fromdd") );
  280. model.makeValue("/root/temp/receipt/todd", model.getValue("/root/send/todd") );
  281. //영수증 팝업화면 호출
  282. //modal("../../../pam/pamcomnweb/xrw/SPPAO01900_영수증출력", "1", "100", "100" ,"SPPAO01900_영수증출력", "", "");
  283. open("SPPAO01900");
  284. */
  285. model.copynode("/root/temp" , "/root/node_bk/temp");
  286. model.makeNode("/root/temp/receipt");
  287. var selectedRows = grd_opmilist.selectedRows;
  288. var arr=new Array(selectedRows);
  289. for(var i=0; i<arr.length; i++) {
  290. arr[i] = grd_opmilist.selectedRow(i);
  291. var vpid = model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_pid");
  292. if (vpid == "" || vpid == " " || vpid == null ) {
  293. messageBox("선택된 내역이 없습니다.","E999","");
  294. return;
  295. }
  296. //ordtype : 외래영수증 / 외래중간금영수증 / 외래합산영수증
  297. model.makeValue("/root/temp/receipt/pid", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_pid"));
  298. model.makeValue("/root/temp/receipt/rcptdd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_rcptdd") );
  299. model.makeValue("/root/temp/receipt/rcptno", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_rcptno") );
  300. model.makeValue("/root/temp/receipt/rcptseqno", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_rcptseqno") );
  301. model.makeValue("/root/temp/receipt/orddd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_orddd") );
  302. model.makeValue("/root/temp/receipt/orddeptcd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_orddeptcd") );
  303. //model.makeValue("/root/temp/receipt/orddeptcd", model.getValue("/root/send/orddeptcd"));
  304. //model.makeValue("/root/temp/receipt/insukind", model.getValue("/root/send/insukind"));
  305. //model.makeValue("/root/temp/receipt/suppkind", model.getValue("/root/send/suppkind"));
  306. model.makeValue("/root/temp/receipt/orddrid", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_orddrid") );
  307. model.makeValue("/root/temp/receipt/cretno", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_cretno") );
  308. model.makeValue("/root/temp/receipt/ioflag", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_ioflag") );
  309. model.makeValue("/root/temp/receipt/ordtype", "가정간호영수증" );
  310. if (model.getValue("/root/send/cond") == "1") { //수납일자
  311. model.makeValue("/root/temp/receipt/ordrcptflag","rcptdd");
  312. }
  313. else {//진료일자
  314. model.makeValue("/root/temp/receipt/ordrcptflag","orddd");
  315. }
  316. model.makeValue("/root/temp/receipt/instcd", model.getValue("/root/main/baseinfo/opmilist/opmi["+ arr[i] +"]/opmi_instcd") );
  317. model.makeValue("/root/temp/receipt/engYN" , "N" );
  318. model.makeValue("/root/temp/receipt/reprintYN" , "N" );
  319. model.makeValue("/root/temp/receipt/rcptsite" , "S" );
  320. model.makeValue("/root/temp/receipt/fromdd", model.getValue("/root/send/fromdd") );
  321. model.makeValue("/root/temp/receipt/todd" , model.getValue("/root/send/todd") );
  322. //2017/03/06 이정택 (인터넷 제증명 영수증과 분리 처리)
  323. model.makeValue("/root/temp/receipt/internetyn", "N" );
  324. //영수증 팝업화면 호출
  325. //modal("../../../pam/pamcomnweb/xrw/SPPAO01900_영수증출력", "1", "100", "100" ,"SPPAO01900_영수증출력", "", "");
  326. modal("SPPAO01900");
  327. }
  328. ]]>
  329. </script>
  330. </button>
  331. <button id="button1" class="btn4_letter4" disable.background-image="../../../com/commonweb/images/dis_btn4_letter5.gif" style="left:952px; top:5px; width:80px; height:22px; background-image:../../../com/commonweb/images/btn4_letter5.gif; ">
  332. <caption>엑셀저장</caption>
  333. <script type="javascript" ev:event="DOMActivate">
  334. <![CDATA[
  335. if (grd_opmilist.rows == 1) return;
  336. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  337. if (fileName != ""){
  338. grd_opmilist.saveExcel(fileName, "가정간호", false, false, "", "", true);
  339. }
  340. ]]>
  341. </script>
  342. </button>
  343. </group>
  344. </xhtml:body>
  345. </xhtml:html>