SMANT01000_환자별식사력조회.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  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. <patlist>
  11. <data>
  12. <room/>
  13. <hngnm/>
  14. <pid/>
  15. <orddeptcd/>
  16. <diagnm/>
  17. <prcpdd/>
  18. <execprcpuniqno/>
  19. <indd/>
  20. <dschdd/>
  21. <ward/>
  22. <patflag/>
  23. <h_indschacptstat/>
  24. </data>
  25. </patlist>
  26. <diethist>
  27. <data>
  28. <check/>
  29. <ward/>
  30. <room/>
  31. <pid/>
  32. <hngnm/>
  33. <procermealyn/>
  34. <mealdd/>
  35. <dietmeal/>
  36. <dietcd/>
  37. <prcpdelivefact/>
  38. <clinccmtcnts/>
  39. <tfdtlcd/>
  40. <remark/>
  41. <orddd/>
  42. <lastupdtdd/>
  43. <lastupdtnm/>
  44. <atdoct/>
  45. <orddept/>
  46. </data>
  47. </diethist>
  48. <patinfo>
  49. <patinfolist/>
  50. </patinfo>
  51. <receivedata/>
  52. </main>
  53. <send>
  54. <searchitem>
  55. <patlist>
  56. <fromdd/>
  57. <todd/>
  58. <patflag/>
  59. <pid/>
  60. <hngnm/>
  61. <ward/>
  62. <room/>
  63. <diet/>
  64. <orddept/>
  65. </patlist>
  66. <diethist/>
  67. </searchitem>
  68. </send>
  69. <temp/>
  70. <init>
  71. <basecode>
  72. <meal>
  73. <A0047>
  74. <cdid/>
  75. <cdnm/>
  76. </A0047>
  77. </meal>
  78. <dietmeal>
  79. <M0042>
  80. <cdid/>
  81. <cdnm/>
  82. </M0042>
  83. </dietmeal>
  84. <spclment>
  85. <A0355>
  86. <cdid/>
  87. <cdnm/>
  88. </A0355>
  89. </spclment>
  90. <orddept>
  91. <dept>
  92. <deptcd/>
  93. <depthngnm/>
  94. </dept>
  95. </orddept>
  96. <ward>
  97. <dept>
  98. <deptcd/>
  99. <depthngnm/>
  100. </dept>
  101. </ward>
  102. <room>
  103. <room>
  104. <cdid/>
  105. <cdnm/>
  106. </room>
  107. </room>
  108. </basecode>
  109. </init>
  110. </root>
  111. </instance>
  112. <submission id="TRZBC00101"/>
  113. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  114. <script type="javascript" ev:event="xforms-ready">
  115. <![CDATA[
  116. finit();
  117. btn_search.disabled = !checkAuth("R");
  118. btn_excel1.disabled = !checkAuth("P");
  119. btn_excel2.disabled = !checkAuth("P");
  120. //간호사가 로그인했을 경우 로그인한 간호사의 소속병동으로 셋팅후 자동조회
  121. var dutplcecd = getUserInfo("dutplcecd"); //소속부서코드
  122. /*
  123. if ( dutplcecd.substr(0,3) != "325") {
  124. model.setValue("/root/send/searchitem/patlist/ward", dutplcecd);
  125. btn_search.dispatch("DOMActivate");
  126. }
  127. */
  128. //var sssss = model.getValue("/root/send/searchitem/patlist/ward");
  129. //alert("펑션종료 후 가지고있는 병동코드" + sssss);
  130. //영양팀이 아니면 자료셋팅
  131. //alert("dutplcecd : "+dutplcecd);
  132. //alert("dutplcecd2 : "+ dutplcecd.substr(0,4));
  133. if ( dutplcecd.substr(0,3) != "325") {
  134. // 병원 또는 보험팀 부서코드 접속자가 호출하면 전달받은 파라미터그대로 유지하기 (4070700000)
  135. if( dutplcecd.substr(0,4) != "1000" && dutplcecd.substr(0,4) != "4070") {
  136. //alert("간호에서 들어온것으로 판단");
  137. model.setValue("/root/send/searchitem/patlist/ward", dutplcecd);
  138. btn_search.dispatch("DOMActivate");
  139. }else{
  140. //전달받은 파라미터 그대로 조회 실행
  141. btn_search.dispatch("DOMActivate");
  142. }
  143. }
  144. //식사처방출력 화면에서 호출된 경우 자동 조회
  145. if (model.getValue("/root/main/receivedata/flag") != "") {
  146. //alert("여긴???");
  147. model.setValue("/root/send/searchitem/patlist/pid", model.getValue("/root/main/receivedata/pid"));
  148. model.setValue("/root/send/searchitem/patlist/fromdd", model.getValue("/root/main/receivedata/prcpdd"));
  149. model.setValue("/root/send/searchitem/patlist/todd", model.getValue("/root/main/receivedata/prcpdd"));
  150. btn_search.dispatch("DOMActivate");
  151. model.setValue("/root/send/searchitem/patlist/pid", "");
  152. ipt_pid.refresh();
  153. }
  154. model.setFocus("ipt_hngnm");
  155. ]]>
  156. </script>
  157. <script type="javascript">
  158. <![CDATA[
  159. function finit() {
  160. // 화면open시 공통코드 setting
  161. zbcfGetCodeList( new Array( "A0047", "M0042", "A0355" ), new Array( "/root/init/basecode/meal", "/root/init/basecode/dietmeal", "/root/init/basecode/spclment" ) );
  162. zsdfGetWardDeptList(getUserInfo("dutplceinstcd"), '/root/init/basecode/ward', 'depthngnm', 'asc', new Date().getDateFormat("YYYYMMDD"), 'after');
  163. zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"), 'orduseyn', 'D', '/root/init/basecode/orddept');
  164. astfAddCombo("/root/init/basecode/orddept","dept","deptcd,depthngnm",",");
  165. //model.setValue("/root/send/searchitem/patlist/patflag", "0");
  166. //model.setValue("/root/send/searchitem/patlist/fromdd", getCurrentDate());
  167. //model.setValue("/root/send/searchitem/patlist/todd", getCurrentDate());
  168. //model.refresh();
  169. var patflag = model.getValue("/root/send/searchitem/patlist/patflag");
  170. //alert("patflag : " + patflag);
  171. if ( patflag == "1") {
  172. //var ttt = model.getValue("/root/send/searchitem/patlist/ward");
  173. //alert("ttt : " + ttt);
  174. // 보험팀에서 호출한 것으로 통과
  175. }else{
  176. model.setValue("/root/send/searchitem/patlist/patflag", "0");
  177. model.setValue("/root/send/searchitem/patlist/fromdd", getCurrentDate());
  178. model.setValue("/root/send/searchitem/patlist/todd", getCurrentDate());
  179. }
  180. model.refresh();
  181. }
  182. ]]>
  183. </script>
  184. <submission id="TRANT01001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchitem/patlist" resultref="/root/main/patlist"/>
  185. <submission id="TRANT01002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchitem/diethist" resultref="/root/main/diethist"/>
  186. <submission id="TRANT01004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchitem/patlist" resultref="/root/init/basecode/room"/>
  187. </model>
  188. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  189. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  190. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  191. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  192. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  193. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  194. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  195. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  196. </xhtml:head>
  197. <xhtml:body guideline="1,1195;2,757;2,839;" style="border-left-style:none; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  198. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  199. <group id="grp_sea" style="left:0px; top:8px; width:1194px; height:60px; vertical-align:top; ">
  200. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:60px; background-color:#fffbf2; "/>
  201. <caption id="caption4" class="search_name" style="left:16px; top:9px; width:89px; height:17px; ">처방일자 :</caption>
  202. <caption id="caption7" class="search_name" style="left:16px; top:34px; width:62px; height:17px; ">병동 :</caption>
  203. <caption id="caption8" class="search_name" style="left:656px; top:9px; width:134px; height:17px; ">등록번호/환자명 :</caption>
  204. <caption id="caption1" style="left:878px; top:9px; width:24px; height:17px; ">/</caption>
  205. <input id="ipt_pid" ref="/root/send/searchitem/patlist/pid" class="input_search" autonext="false" maxlength="10" format="9999999999" style="left:790px; top:8px; width:85px; height:19px; ">
  206. <script type="javascript" ev:event="onkeydown">
  207. <![CDATA[
  208. inputEnterKey("btn_search", "DOMActivate");
  209. ]]>
  210. </script>
  211. </input>
  212. <select1 id="cmb_ward" ref="/root/send/searchitem/patlist/ward" class="combo_s_essential" appearance="minimal" style="left:80px; top:33px; width:140px; height:19px; ">
  213. <choices>
  214. <itemset nodeset="/root/init/basecode/ward/dept">
  215. <label ref="depthngnm"/>
  216. <value ref="deptcd"/>
  217. </itemset>
  218. </choices>
  219. <script type="javascript" ev:event="xforms-value-changed">
  220. <![CDATA[
  221. model.resetInstanceNode("/root/send/searchitem/patlist/pid");
  222. model.resetInstanceNode("/root/send/searchitem/patlist/hngnm");
  223. model.resetInstanceNode("/root/send/searchitem/patlist/room");
  224. submit("TRANT01004"); //선택병동의 병실 조회
  225. //btn_search.dispatch("DOMActivate");
  226. ]]>
  227. </script>
  228. </select1>
  229. <select1 id="cmb_diet" ref="/root/send/searchitem/patlist/diet" class="combo_s_essential" appearance="minimal" style="left:860px; top:33px; width:105px; height:19px; ">
  230. <choices>
  231. <itemset nodeset="/root/init/basecode/meal/A0047">
  232. <label ref="cdnm"/>
  233. <value ref="cdid"/>
  234. </itemset>
  235. </choices>
  236. </select1>
  237. <caption id="caption3" class="search_name" style="left:796px; top:34px; width:60px; height:17px; ">식사 :</caption>
  238. <caption id="caption6" style="left:209px; top:12px; width:15px; height:10px; font-weight:bold; vertical-align:middle; ">~</caption>
  239. <input id="ipt_fromdd" ref="/root/send/searchitem/patlist/fromdd" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:100px; height:19px; "/>
  240. <input id="ipt_todd" ref="/root/send/searchitem/patlist/todd" class="input_s_essential" inputtype="date" style="left:224px; top:8px; width:100px; height:19px; "/>
  241. <button id="btn_search" class="btn1_letter2" style="left:1129px; top:19px; width:56px; height:22px; ">
  242. <caption>조회</caption>
  243. <script type="javascript" ev:event="DOMActivate">
  244. <![CDATA[
  245. var fromdd = model.getValue("/root/send/searchitem/patlist/fromdd");
  246. var todd = model.getValue("/root/send/searchitem/patlist/todd");
  247. if (getDateInterval(fromdd, todd) < 0) {
  248. messageBox("처방 시작일은 종료일보다 클 수", "I004");
  249. return;
  250. } else {
  251. model.resetInstanceNode("/root/main/diethist/data"); //오른쪽 식사력 그리드 초기화
  252. submit("TRANT01001");
  253. //조회 후 재원상태 표시
  254. for ( i=1; i<grd_patlist.rows; i++) {
  255. var indd = model.getValue("/root/main/patlist/data[" + i + "]/indd");
  256. var indschacptstat = model.getValue("/root/main/patlist/data[" + i + "]/h_indschacptstat");
  257. if ( indschacptstat == "D" ) {
  258. model.setValue("/root/main/patlist/data[" + i + "]/patflag", "퇴원");
  259. } else if ( (indschacptstat == "A") && (indd == getCurrentDate()) ) {
  260. model.setValue("/root/main/patlist/data[" + i + "]/patflag", "신환");
  261. } else if ( (indschacptstat == "A") && (indd < getCurrentDate()) ) {
  262. model.setValue("/root/main/patlist/data[" + i + "]/patflag", "재원");
  263. }
  264. }
  265. }
  266. ]]>
  267. </script>
  268. </button>
  269. <line id="line1" class="line_4" style="x1:1117px; y1:8px; x2:1117px; y2:53px; border-color:#ffe4bb; border-left-style:solid; "/>
  270. <caption id="caption11" class="search_name" style="left:365px; top:9px; width:86px; height:17px; ">재원구분 :</caption>
  271. <select1 id="rdo_patflag" ref="/root/send/searchitem/patlist/patflag" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:453px; top:9px; width:176px; height:19px; ">
  272. <choices>
  273. <item>
  274. <label>전체</label>
  275. <value>0</value>
  276. </item>
  277. <item>
  278. <label>재원</label>
  279. <value>1</value>
  280. </item>
  281. <item>
  282. <label>퇴원</label>
  283. <value>2</value>
  284. </item>
  285. <item>
  286. <label>신환</label>
  287. <value>3</value>
  288. </item>
  289. </choices>
  290. </select1>
  291. <button id="btn_hngnm" class="icon_search" style="left:970px; top:10px; width:16px; height:16px; ">
  292. <caption/>
  293. <script type="javascript" ev:event="DOMActivate">
  294. <![CDATA[
  295. modal("SPPMC02500", "", "200", "200", "SPPMC02500", "/root/temp", "/root/main/patinfo/patinfolist");
  296. model.setValue("/root/send/searchitem/patlist/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
  297. model.setValue("/root/send/searchitem/patlist/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
  298. model.refresh();
  299. ]]>
  300. </script>
  301. </button>
  302. <input id="ipt_hngnm" ref="/root/send/searchitem/patlist/hngnm" class="input_search" style="left:890px; top:8px; width:75px; height:19px; ">
  303. <script type="javascript" ev:event="onkeydown">
  304. <![CDATA[
  305. inputEnterKey("btn_search", "DOMActivate");
  306. ]]>
  307. </script>
  308. </input>
  309. <caption id="caption2" class="search_name" style="left:280px; top:34px; width:86px; height:17px; ">병실 :</caption>
  310. <select1 id="cmb_room" ref="/root/send/searchitem/patlist/room" class="combo_s_essential" appearance="minimal" style="left:343px; top:33px; width:92px; height:19px; ">
  311. <choices>
  312. <itemset nodeset="/root/init/basecode/room/room">
  313. <label ref="cdnm"/>
  314. <value ref="cdid"/>
  315. </itemset>
  316. </choices>
  317. <script type="javascript" ev:event="xforms-value-changed">
  318. <![CDATA[
  319. btn_search.dispatch("DOMActivate");
  320. ]]>
  321. </script>
  322. </select1>
  323. <caption id="caption5" class="search_name" style="left:520px; top:34px; width:86px; height:17px; ">진료과 :</caption>
  324. <select1 id="cmb_orddept" ref="/root/send/searchitem/patlist/orddept" class="combo_s_essential" appearance="minimal" style="left:595px; top:33px; width:125px; height:19px; ">
  325. <choices>
  326. <itemset nodeset="/root/init/basecode/orddept/dept">
  327. <label ref="depthngnm"/>
  328. <value ref="deptcd"/>
  329. </itemset>
  330. </choices>
  331. </select1>
  332. </group>
  333. <datagrid id="grd_diethist" nodeset="/root/main/diethist/data" caption="선택^병동^병실^등록번호^환자명^보호자식여부^식사일자^끼니^식사명^특이사항^remark^입원일자^최종변경일자^최종수정자^전문의^진료과" colsep="^" colwidth="30, 70, 56, 60, 60, 80, 70, 36, 170, 120, 120, 70, 80, 70, 65, 80" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:355px; top:110px; width:839px; height:629px; text-align:center; ">
  334. <col ref="check" type="checkbox" visibility="hidden"/>
  335. <col disabled="true" ref="ward" type="combo">
  336. <choices>
  337. <itemset nodeset="/root/init/basecode/ward/dept">
  338. <label ref="depthngnm"/>
  339. <value ref="deptcd"/>
  340. </itemset>
  341. </choices>
  342. </col>
  343. <col ref="room"/>
  344. <col ref="pid"/>
  345. <col ref="hngnm"/>
  346. <col ref="procermealyn"/>
  347. <col ref="mealdd" format="yyyy-mm-dd"/>
  348. <col disabled="true" ref="dietmeal" type="combo">
  349. <choices>
  350. <itemset nodeset="/root/init/basecode/dietmeal/M0042">
  351. <label ref="cdnm"/>
  352. <value ref="cdid"/>
  353. </itemset>
  354. </choices>
  355. </col>
  356. <col ref="dietcd" style="text-align:left; "/>
  357. <col ref="prcpdelivefact" style="text-align:left; "/>
  358. <col ref="remark" style="text-align:left; "/>
  359. <col ref="orddd" format="yyyy-mm-dd"/>
  360. <col ref="lastupdtdd" format="yyyy-mm-dd"/>
  361. <col ref="lastupdtnm"/>
  362. <col ref="atdoct"/>
  363. <col ref="orddept" style="text-align:left; "/>
  364. </datagrid>
  365. <caption id="caption9" class="tit_2" style="left:360px; top:90px; width:87px; height:14px; ">식사력 조회</caption>
  366. <line id="line5" class="line_1" style="x1:355px; y1:105px; x2:1194px; y2:105px; "/>
  367. <line id="line2" class="line_1" style="x1:0px; y1:105px; x2:345px; y2:105px; "/>
  368. <caption id="caption10" class="tit_2" style="left:5px; top:90px; width:70px; height:14px; ">환자선택</caption>
  369. <datagrid id="grd_patlist" nodeset="/root/main/patlist/data" caption="병실^환자명^등록번호^진료과^진단명^처방일자^실시처방번호^입원일^퇴원일^병동^재원상태^h_입퇴원접수상태" colsep="^" colwidth="45, 60, 60, 80, 200, 10, 10, 70, 70, 72, 58, 10" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:110px; width:345px; height:629px; text-align:center; ">
  370. <col ref="room"/>
  371. <col ref="hngnm"/>
  372. <col ref="pid"/>
  373. <col disabled="true" ref="orddeptcd" type="combo">
  374. <choices>
  375. <itemset nodeset="/root/init/basecode/orddept/dept">
  376. <label ref="depthngnm"/>
  377. <value ref="deptcd"/>
  378. </itemset>
  379. </choices>
  380. </col>
  381. <col ref="diagnm" style="text-align:left; "/>
  382. <col ref="prcpdd" visibility="hidden"/>
  383. <col ref="execprcpuniqno" visibility="hidden"/>
  384. <col ref="indd" format="yyyy-mm-dd"/>
  385. <col ref="dschdd" format="yyyy-mm-dd"/>
  386. <col disabled="true" ref="ward" type="combo">
  387. <choices>
  388. <itemset nodeset="/root/init/basecode/ward/dept">
  389. <label ref="depthngnm"/>
  390. <value ref="deptcd"/>
  391. </itemset>
  392. </choices>
  393. </col>
  394. <col ref="patflag"/>
  395. <col ref="h_indschacptstat" visibility="hidden"/>
  396. <script type="javascript" ev:event="onclick">
  397. <![CDATA[
  398. if ( isDataCell() ) {
  399. model.copyNode("/root/send/searchitem/diethist", "/root/main/patlist/data["+grd_patlist.row+"]");
  400. submit("TRANT01002");
  401. //조회 후 특이사항 항목을 코드명으로 바꾸기
  402. // for ( i=1; i<grd_diethist.rows; i++) {
  403. // var spclment = model.getValue("/root/main/diethist/data[" + i + "]/h_spclmentcd");
  404. // var temp = "";
  405. // if ( spclment != "" ) {
  406. // for ( j = 0; j < spclment.length; j+=3 ) {
  407. // temp += model.getValue("/root/init/basecode/spclment/A0355[cdid='"+spclment.substr(j,2)+"']/cdnm");
  408. // temp = temp + ",";
  409. // }
  410. // temp = temp.substr(0, temp.length-1);
  411. // model.setValue("/root/main/diethist/data[" + i + "]/spclment", temp);
  412. // }
  413. // }
  414. }
  415. ]]>
  416. </script>
  417. </datagrid>
  418. <button id="btn_excel1" class="btn2_letter2" style="left:300px; top:85px; width:42px; 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. if (filename != "") {
  424. grd_patlist.saveExcel(filename, "grd_patlist", true, false, "", "", "");
  425. }
  426. ]]>
  427. </script>
  428. </button>
  429. <button id="btn_excel2" class="btn2_letter2" style="left:1152px; top:85px; width:42px; height:19px; ">
  430. <caption>엑셀</caption>
  431. <script type="javascript" ev:event="DOMActivate">
  432. <![CDATA[
  433. var filename = window.fileDialog("save", ",", false, "환자별식사력리스트", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  434. if (filename != "") {
  435. grd_diethist.saveExcel(filename, "grd_diethist", true, false, "", "", "");
  436. }
  437. ]]>
  438. </script>
  439. </button>
  440. </group>
  441. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  442. <caption id="caption13" class="tit_1" style="left:0px; top:0px; width:129px; height:14px; ">환자별 식사력 조회</caption>
  443. </group>
  444. <line id="line6" class="line_3" style="x1:0px; y1:757px; x2:1195px; y2:757px; "/>
  445. <group id="group4" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  446. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  447. <button id="button84" class="btn6_letter6" visibility="hidden" style="left:96px; top:5px; width:104px; height:22px; ">
  448. <caption>환자명단출력</caption>
  449. </button>
  450. <button id="button83" class="btn6_letter5" visibility="hidden" style="left:1px; top:5px; width:92px; height:22px; ">
  451. <caption>식사력출력</caption>
  452. </button>
  453. </group>
  454. </xhtml:body>
  455. </xhtml:html>