SPPIJ02000_환자참고사항조회.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  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. <cond>
  11. <dschdclrdt/>
  12. <wardcd/>
  13. </cond>
  14. <dschpatinfo>
  15. <dschpatlist/>
  16. </dschpatinfo>
  17. <descpatdeinfo>
  18. <roomcd/>
  19. <pid/>
  20. <hngnm/>
  21. <nurseid/>
  22. <dschschepatcnt/>
  23. </descpatdeinfo>
  24. <outrsrvinfo>
  25. <outrsrvinfolist>
  26. <orddd/>
  27. <ordtm/>
  28. <orddeptnm/>
  29. <orddrnm/>
  30. </outrsrvinfolist>
  31. <outcomment/>
  32. </outrsrvinfo>
  33. <checkcntinfo>
  34. <checkcntlist>
  35. <actcnt/>
  36. <drugcnt/>
  37. <dschdrugcnt/>
  38. <retcnt/>
  39. <endcnt/>
  40. <dietcmfninfo/>
  41. <inexopcnt/>
  42. <outexopcnt/>
  43. <inrsrvinfo/>
  44. <dschdclrdr/>
  45. <dschnotinurse/>
  46. <drugspdunitflag/>
  47. <prcpcd/>
  48. <dscharngmnmemo/>
  49. <judgperchgrinfo/>
  50. <dschdd/>
  51. <dschtm/>
  52. </checkcntlist>
  53. </checkcntinfo>
  54. <temp/>
  55. <chkstatinfo>
  56. <chkstatval/>
  57. <rtnmsg/>
  58. <dietynrtnmsg/>
  59. </chkstatinfo>
  60. <dietendinfo>
  61. <dietendlist>
  62. <breakdietendtm/>
  63. <lunchdietendtm/>
  64. <dinnerdietendtm/>
  65. </dietendlist>
  66. </dietendinfo>
  67. <paminfo/>
  68. <chemoinrminfo>
  69. <careinrmdt/>
  70. <dschnotidd/>
  71. <dschnotitm/>
  72. <inhosptm/>
  73. </chemoinrminfo>
  74. </main>
  75. <send>
  76. <cretno/>
  77. <seqno/>
  78. <dschflag/>
  79. <reqdata/>
  80. <savedata/>
  81. </send>
  82. <source>
  83. <pidinfo>
  84. <dschdclrdt/>
  85. <pid/>
  86. <orddd/>
  87. <hngnm/>
  88. <wardcd/>
  89. <cretno/>
  90. </pidinfo>
  91. </source>
  92. <temp>
  93. <gettoplist>
  94. <gettopinfo>
  95. <pid/>
  96. <cretno/>
  97. <seqno/>
  98. <instcd/>
  99. <indd/>
  100. <orddd/>
  101. <acptseqno/>
  102. <orgorddd/>
  103. </gettopinfo>
  104. </gettoplist>
  105. <paminfo/>
  106. </temp>
  107. <init>
  108. <ward>
  109. <dept>
  110. <deptcd/>
  111. <depthngnm/>
  112. </dept>
  113. </ward>
  114. </init>
  115. <hidden>
  116. <opdata>
  117. <pid/>
  118. <orddd/>
  119. <dschdclrdt/>
  120. <cretno/>
  121. </opdata>
  122. <dschnotidtvalue>
  123. <yn/>
  124. </dschnotidtvalue>
  125. </hidden>
  126. </root>
  127. </instance>
  128. <script type="javascript" ev:event="xforms-ready">
  129. <![CDATA[
  130. // 조회를 위한 데이터 값 (opener에서 받아야 할 인자를 임시 세팅)
  131. // model.setValue("/root/hidden/opdata/pid", "3002");
  132. // model.setValue("/root/hidden/opdata/orddd", "20070828");
  133. // model.setValue("/root/hidden/opdata/dschdclrdt", "20070828");
  134. // model.setValue("/root/hidden/opdata/cretno", 1);
  135. // opener 로부터 넘겨받은 데이터
  136. var pid = model.getValue("/root/send/cond/pid");
  137. var orddd = model.getValue("/root/send/cond/orddd");
  138. var dschdclrdt = model.getValue("/root/send/cond/dschdclrdt");
  139. var cretno = model.getValue("/root/send/cond/cretno");
  140. var seqno = model.getValue("/root/send/cond/seqno");
  141. model.makeValue ("/root/send/reqdata/pid", pid); // 등록번호
  142. model.makeValue ("/root/send/reqdata/orddd", orddd); // 입원일자
  143. model.makeValue ("/root/send/reqdata/dschdclrdt", dschdclrdt.substring(0, 8)); // 퇴원예정일자(외래예약일자)
  144. model.makeValue ("/root/send/reqdata/dschdclrtodt" , dschdclrdt+"235959"); // 종료
  145. model.makeValue ("/root/send/reqdata/dschdclrfromdt", dschdclrdt+"000000"); // 시작
  146. model.makeValue("/root/send/reqdata/cretno", cretno); // cretno
  147. model.makeValue("/root/send/reqdata/seqno", seqno); // seqno
  148. model.removeNodeset("/root/main/checkcntinfo");
  149. model.removeNodeset("/root/main/outrsrvinfo" );
  150. model.removeNodeset("/root/main/dschpatinfo" );
  151. if (submit("TRPIJ02003") && submit("TRPIJ02004") && submit("TRPIJ02005") && submit("TRPIJ02006")) {
  152. var dschdclrdr = "[일 시] " + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschdclrtrgstdt")).substr(0,4) + "-"
  153. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschdclrtrgstdt")).substr(4,2) + "-"
  154. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschdclrtrgstdt")).substr(6,2) + " "
  155. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschdclrtrgstdt")).substr(8,2) + ":"
  156. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschdclrtrgstdt")).substr(10,2)
  157. + " [등록자] " + model.getValue("/root/main/dschpatinfo/dschpatlist/dschdclrtrgstnm");
  158. var dschnotinurse = "[일 시] " + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotirgstdt")).substr(0,4) + "-"
  159. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotirgstdt")).substr(4,2) + "-"
  160. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotirgstdt")).substr(6,2) + " "
  161. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotirgstdt")).substr(8,2) + ":"
  162. + (model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotirgstdt")).substr(10,2)
  163. + " [등록자] " + model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotirgstnm");
  164. var judgperchgrinfo = "[담당자] " + model.getValue("/root/main/dschpatinfo/dschpatlist/judgperchgrnm")
  165. + " [내 선] " + model.getValue("/root/main/dschpatinfo/dschpatlist/judgperchgrmpphonno");
  166. var dschdd = model.getValue("/root/main/dschpatinfo/dschpatlist/dschdd");
  167. var dschtm = model.getValue("/root/main/dschpatinfo/dschpatlist/dschtm");
  168. model.makeValue("/root/main/checkcntinfo/checkcntlist/dschdclrdr", dschdclrdr);
  169. model.makeValue("/root/main/checkcntinfo/checkcntlist/dschnotinurse", dschnotinurse);
  170. model.makeValue("/root/main/checkcntinfo/checkcntlist/judgperchgrinfo", judgperchgrinfo);
  171. model.makeValue("/root/main/checkcntinfo/checkcntlist/dschdd", dschdd); // 퇴원일자
  172. model.makeValue("/root/main/checkcntinfo/checkcntlist/dschdd", dschdd); // 퇴원시간
  173. var sDrugspdUnitFlag = model.getValue("/root/main/checkcntinfo/checkcntlist/drugspdunitflag"); // 식이구분
  174. var sPrcpCd = model.getValue("/root/main/checkcntinfo/checkcntlist/prcpcd" ); // 수가코드
  175. if(sDrugspdUnitFlag == "1") { // 조식
  176. if(sPrcpCd == "Q9140002") { // 금식("Q9140002":개인금식코드(수가테이블참조:emr.mmbtprcd))
  177. model.makeValue("/root/main/checkcntinfo/checkcntlist/dietcmfninfo" , "[아침금식]으로 정리되었습니다.");
  178. } else {
  179. model.makeValue("/root/main/checkcntinfo/checkcntlist/dietcmfninfo" , "[아침먹고 퇴원]으로 정리되었습니다.");
  180. }
  181. } else if(sDrugspdUnitFlag == "2") { // 중식
  182. model.makeValue("/root/main/checkcntinfo/checkcntlist/dietcmfninfo" , "[점심먹고 퇴원]으로 정리되었습니다.");
  183. } else if(sDrugspdUnitFlag == "3") { // 석식
  184. model.makeValue("/root/main/checkcntinfo/checkcntlist/dietcmfninfo" , "[저녁먹고 퇴원]으로 정리되었습니다.");
  185. }
  186. //** 정보설정 **//
  187. if(model.getValue("/root/main/checkcntinfo/checkcntlist/inrsrvinfo") == ""){
  188. model.setValue("/root/main/checkcntinfo/checkcntlist/inrsrvinfo", "입원예정으로 발급된 입원장이 없습니다.");
  189. }
  190. if(getNodesetCount("/root/main/outrsrvinfo/outrsrvinfolist") < 1){
  191. model.makeValue("/root/main/outrsrvinfo/outcomment", "외래예약이 없습니다.");
  192. }
  193. // 20091016 JHP 퇴실통보일자(간호확정일자) 기준 18시 이후 입력건에 대해서 체크여부표시 요청번호 8257
  194. // 상단의 간호사 퇴원확정은 dschnotirgstdt이지만 실제 쿼리에선 dschnotidt이고 18시 이후 퇴원은 dschnotidt이지만 실제 dschnotirgstdt이다.
  195. var dschnotidtvalue = model.getValue("/root/main/dschpatinfo/dschpatlist/dschnotidt").substr(8,2);
  196. if(dschnotidtvalue >= "18" ){
  197. bol_dschnotidtyn.value= "Y"
  198. }else{
  199. bol_dschnotidtyn.value= "N"
  200. }
  201. }
  202. model.refresh();
  203. ]]>
  204. </script>
  205. <submission id="TRPIJ02003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/checkcntlist"/>
  206. <submission id="TRPIJ02004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/outrsrvinfo"/>
  207. <submission id="TRPIJ02005" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/dschpatinfo"/>
  208. <submission id="TRPIJ02006" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/main/dietendinfo"/>
  209. </model>
  210. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  211. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  212. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  213. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  214. <script type="javascript">
  215. <![CDATA[
  216. // 퇴원약,검사처방 조회화면 띄우기
  217. function fDschDrugOsclPop() {
  218. var dschdclrdt = model.getValue("/root/send/cond/dschdclrdt");
  219. var pid = model.getValue("/root/main/dschpatinfo/dschpatlist/pid");
  220. var orddd = model.getValue("/root/main/dschpatinfo/dschpatlist/indd");
  221. var hngnm = model.getValue("/root/main/dschpatinfo/dschpatlist/hngnm");
  222. var wardcd = model.getValue("/root/main/dschpatinfo/dschpatlist/wardcd");
  223. var cretno = model.getValue("/root/send/reqdata/cretno");
  224. if (pid != "") {
  225. model.setvalue("/root/source/pidinfo/dschdclrdt", dschdclrdt.substring(0, 8)); // 퇴원일자
  226. model.setvalue("/root/source/pidinfo/pid", pid ); // 등록번호
  227. model.setvalue("/root/source/pidinfo/orddd", orddd); // 입원일자
  228. model.setvalue("/root/source/pidinfo/hngnm", hngnm); // 환자명
  229. model.setvalue("/root/source/pidinfo/wardcd", wardcd); // 병동코드
  230. model.setvalue("/root/source/pidinfo/cretno", cretno); // 생성번호
  231. modal("SPMNW01300","","700","350","SPMNW01300","/root/source/pidinfo","/root/target/pidinfo", "", "");
  232. }
  233. else {
  234. messageBox("환자를", "C002");
  235. return;
  236. }
  237. }
  238. ]]>
  239. </script>
  240. </xhtml:head>
  241. <xhtml:body pagewidth="610" pageheight="550" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  242. <group id="group1" style="left:0px; top:15px; width:593px; height:471px; ">
  243. <line id="line5" class="line_2" style="x1:5px; y1:37px; x2:592px; y2:37px; "/>
  244. <output id="output3" ref="/root/main/chkstatinfo/chkstatval" class="output_fix" visibility="hidden" style="left:473px; top:16px; width:115px; height:19px; font-weight:bold; "/>
  245. <output id="output2" ref="/root/main/checkcntinfo/checkcntlist/dschdclrdr" class="output_fix" style="left:136px; top:16px; width:455px; height:19px; "/>
  246. <caption id="caption26" class="cell_1" style="left:202px; top:87px; width:194px; height:43px; vertical-align:middle; "/>
  247. <caption id="caption7" class="cell_1" style="left:202px; top:131px; width:194px; height:43px; vertical-align:middle; "/>
  248. <caption id="caption8" class="cell_1" style="left:398px; top:131px; width:194px; height:43px; vertical-align:middle; "/>
  249. <caption id="caption5" class="cell_1" style="left:398px; top:87px; width:194px; height:43px; vertical-align:middle; "/>
  250. <caption id="caption6" class="cell_1" style="left:5px; top:131px; width:195px; height:43px; vertical-align:middle; "/>
  251. <caption id="caption18" class="cell_1" style="left:5px; top:87px; width:195px; height:43px; vertical-align:middle; "/>
  252. <output id="output4" ref="/root/main/checkcntinfo/checkcntlist/dschnotinurse" class="output_fix" style="left:136px; top:40px; width:455px; height:19px; "/>
  253. <line id="line8" class="line_2" style="x1:5px; y1:129px; x2:592px; y2:129px; "/>
  254. <datagrid id="datagrid2" nodeset="/root/main/outrsrvinfo/outrsrvinfolist" caption="예약일자^예약시간^진료과^진료의" colsep="^" colwidth="103, 71, 141, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:136px; top:296px; width:456px; height:70px; vertical-align:middle; ">
  255. <col ref="orddd" format="yyyy-mm-dd"/>
  256. <col ref="ordtm" format="hh:nn"/>
  257. <col ref="orddeptnm"/>
  258. <col ref="orddrnm"/>
  259. </datagrid>
  260. <button id="btn_actcheck" class="btn2_letter8" disabled="true" style="left:14px; top:99px; width:108px; height:19px; text-align:center; ">
  261. <caption>Acting Check</caption>
  262. </button>
  263. <output id="output5" ref="/root/main/checkcntinfo/checkcntlist/actcnt" class="output_fix" style="left:123px; top:99px; width:70px; height:19px; font-weight:bold; text-align:center; "/>
  264. <line id="line9" class="line_2" style="x1:5px; y1:173px; x2:592px; y2:173px; "/>
  265. <output id="output6" ref="/root/main/checkcntinfo/checkcntlist/drugcnt" class="output_fix" style="left:320px; top:99px; width:70px; height:19px; font-weight:bold; text-align:center; "/>
  266. <output id="output10" ref="/root/main/checkcntinfo/checkcntlist/dietcmfninfo" class="output_fix" style="left:193px; top:187px; width:287px; height:19px; "/>
  267. <button id="btn_outprcp" class="btn2_letter10" style="left:305px; top:372px; width:130px; height:19px; ">
  268. <caption>퇴원 후 외래검사 처방</caption>
  269. <script type="javascript" ev:event="onclick">
  270. <![CDATA[
  271. // 퇴원약/퇴원후 검사처방/입원전 검사처방 Popup
  272. select_dschPopup();
  273. ]]>
  274. </script>
  275. </button>
  276. <output id="output7" ref="/root/main/checkcntinfo/checkcntlist/endcnt" class="output_fix" style="left:516px; top:99px; width:70px; height:19px; font-weight:bold; text-align:center; "/>
  277. <output id="output11" ref="/root/main/checkcntinfo/checkcntlist/inrsrvinfo" class="output_fix" style="left:136px; top:252px; width:455px; height:19px; "/>
  278. <line id="line10" class="line_2" style="x1:5px; y1:250px; x2:592px; y2:250px; "/>
  279. <button id="btn_diet1" class="btn2_letter4" disabled="true" style="left:168px; top:220px; width:64px; height:19px; ">
  280. <caption>아침먹고</caption>
  281. </button>
  282. <output id="output8" ref="/root/main/checkcntinfo/checkcntlist/dschdrugcnt" class="output_fix" style="left:123px; top:143px; width:70px; height:19px; font-weight:bold; text-align:center; "/>
  283. <line id="line11" class="line_2" style="x1:5px; y1:274px; x2:592px; y2:274px; "/>
  284. <output id="output12" ref="/root/main/outrsrvinfo/outcomment" class="output_fix" style="left:136px; top:275px; width:455px; height:19px; "/>
  285. <button id="btn_deth" class="btn2_letter6" disabled="true" style="left:496px; top:143px; width:86px; height:19px; ">
  286. <caption>사 망 등 록</caption>
  287. </button>
  288. <button id="btn_diet2" class="btn2_letter4" disabled="true" style="left:236px; top:220px; width:64px; height:19px; ">
  289. <caption>점심먹고</caption>
  290. </button>
  291. <output id="output9" ref="/root/main/checkcntinfo/checkcntlist/retcnt" class="output_fix" style="left:320px; top:142px; width:70px; height:19px; font-weight:bold; text-align:center; "/>
  292. <output id="output13" ref="/root/main/checkcntinfo/checkcntlist/inexopcnt" class="output_fix" style="left:137px; top:372px; width:158px; height:19px; font-weight:bold; text-align:center; "/>
  293. <line id="line12" class="line_2" style="x1:5px; y1:368px; x2:592px; y2:368px; "/>
  294. <button id="btn_diet3" class="btn2_letter8" disabled="true" style="left:304px; top:220px; width:108px; height:19px; ">
  295. <caption>저녁먹고퇴원하기</caption>
  296. </button>
  297. <caption id="caption1" class="cell_1" style="left:5px; top:39px; width:128px; height:23px; text-align:center; vertical-align:middle; ">간호사 퇴원확정/취소</caption>
  298. <caption id="caption10" style="left:138px; top:187px; width:52px; height:20px; ">식사정리</caption>
  299. <output id="output14" ref="/root/main/checkcntinfo/checkcntlist/outexopcnt" class="output_fix" style="left:444px; top:372px; width:149px; height:19px; font-weight:bold; text-align:center; "/>
  300. <caption id="caption2" class="cell_1" style="left:5px; top:15px; width:128px; height:23px; text-align:center; vertical-align:middle; ">의사 퇴원예고</caption>
  301. <button id="btn_rtn" class="btn2_letter8" disabled="true" style="left:211px; top:143px; width:108px; height:19px; text-align:center; ">
  302. <caption>반 환 예 정</caption>
  303. </button>
  304. <button id="btn_end" class="btn2_letter8" disabled="true" style="left:407px; top:99px; width:108px; height:19px; text-align:center; ">
  305. <caption>마 감</caption>
  306. </button>
  307. <output id="output15" ref="/root/main/dietendinfo/dietendlist/breakdietendtm" format="hh:nn" style="left:538px; top:194px; width:40px; height:19px; "/>
  308. <caption id="caption11" style="left:503px; top:194px; width:35px; height:19px; ">조식 :</caption>
  309. <caption id="caption12" class="cell_1" style="left:5px; top:251px; width:128px; height:23px; text-align:center; vertical-align:middle; ">입원의뢰서 정보</caption>
  310. <line id="line15" class="line_2" style="x1:6px; y1:392px; x2:593px; y2:392px; "/>
  311. <output id="output16" ref="/root/main/dietendinfo/dietendlist/lunchdietendtm" format="hh:nn" style="left:538px; top:210px; width:40px; height:19px; "/>
  312. <caption id="caption23" style="left:503px; top:210px; width:40px; height:19px; ">중식 :</caption>
  313. <caption id="caption13" class="cell_1" style="left:5px; top:276px; width:128px; height:93px; text-align:center; vertical-align:middle; ">외래예약</caption>
  314. <button id="btn_outrsrv" class="btn2_letter6" disabled="true" style="left:409px; top:143px; width:86px; height:19px; ">
  315. <caption>외 래 예 약</caption>
  316. </button>
  317. <output id="output17" ref="/root/main/dietendinfo/dietendlist/dinnerdietendtm" format="hh:nn" style="left:538px; top:226px; width:40px; height:19px; "/>
  318. <caption id="caption24" style="left:503px; top:226px; width:40px; height:19px; ">석식 :</caption>
  319. <caption id="caption14" class="cell_1" style="left:5px; top:370px; width:128px; height:23px; text-align:left; vertical-align:middle; "/>
  320. <button id="btn_drugrec" class="btn2_letter8" disabled="true" style="left:211px; top:99px; width:108px; height:19px; text-align:center; ">
  321. <caption>투 약 기 록</caption>
  322. </button>
  323. <caption id="caption25" style="left:491px; top:177px; width:82px; height:19px; ">* 1차 마감시간</caption>
  324. <caption id="caption15" class="cell_1" style="left:298px; top:370px; width:144px; height:23px; text-align:left; vertical-align:middle; ">퇴원 후 외래검사 처방</caption>
  325. <button id="btn_iniprcp" class="btn2_letter8" style="left:15px; top:372px; width:108px; height:19px; ">
  326. <caption>입원 전 검사처방</caption>
  327. <script type="javascript" ev:event="DOMActivate">
  328. <![CDATA[
  329. fDschDrugOsclPop();
  330. ]]>
  331. </script>
  332. </button>
  333. <caption id="caption16" class="cell_1" style="left:5px; top:394px; width:128px; height:48px; text-align:center; vertical-align:middle; ">
  334. <![CDATA[메 모
  335. (수납에 전달됩니다.)]]>
  336. </caption>
  337. <textarea id="textarea2" ref="/root/main/checkcntinfo/checkcntlist/dscharngmnmemo" editable="false" style="left:136px; top:395px; width:360px; height:44px; "/>
  338. <button id="btn_durgprcp" class="btn2_letter8" style="left:14px; top:144px; width:108px; height:19px; text-align:center; ">
  339. <caption>퇴 원 약</caption>
  340. <script type="javascript" ev:event="DOMActivate">
  341. <![CDATA[
  342. // 퇴원약,검사처방 조회화면
  343. fDschDrugOsclPop();
  344. ]]>
  345. </script>
  346. </button>
  347. <caption id="caption9" class="cell_1" style="left:5px; top:176px; width:128px; height:74px; text-align:center; vertical-align:middle; ">식사 정리</caption>
  348. <line id="line6" class="line_1" style="x1:5px; y1:11px; x2:592px; y2:11px; "/>
  349. <button id="btn_dietN" class="btn2_letter4" disabled="true" style="left:416px; top:220px; width:64px; height:19px; ">
  350. <caption>아침금식</caption>
  351. </button>
  352. <line id="line7" class="line_2" style="x1:5px; y1:61px; x2:592px; y2:61px; "/>
  353. <shape id="roundrect1" class="roundrect_example" appearance="roundrect" style="left:486px; top:177px; width:104px; height:70px; "/>
  354. <button id="button2" class="btn2_letter10" style="left:305px; top:372px; width:130px; height:19px; ">
  355. <caption>퇴원 후 외래검사 처방</caption>
  356. <script type="javascript" ev:event="DOMActivate">
  357. <![CDATA[
  358. fDschDrugOsclPop();
  359. ]]>
  360. </script>
  361. </button>
  362. <caption id="caption28" style="left:538px; top:99px; width:40px; height:20px; font-weight:bold; ">미정</caption>
  363. <output id="output19" ref="/root/main/checkcntinfo/checkcntlist/judgperchgrinfo" class="output_fix" style="left:136px; top:64px; width:455px; height:19px; "/>
  364. <caption id="caption33" class="cell_1" style="left:5px; top:63px; width:128px; height:23px; text-align:center; vertical-align:middle; ">심사자 정보</caption>
  365. <line id="line18" class="line_2" style="x1:5px; y1:85px; x2:592px; y2:85px; "/>
  366. <output id="output1" ref="/root/main/checkcntinfo/checkcntlist/dschdd" class="output_fix" format="yyyy-mm-dd" style="left:135px; top:446px; width:158px; height:19px; text-align:center; "/>
  367. <line id="line1" class="line_2" style="x1:4px; y1:443px; x2:591px; y2:443px; "/>
  368. <caption id="caption4" class="cell_1" style="left:5px; top:444px; width:128px; height:23px; text-align:center; vertical-align:middle; ">퇴원일자</caption>
  369. <line id="line4" class="line_3" style="x1:5px; y1:467px; x2:592px; y2:467px; "/>
  370. <caption id="caption17" class="cell_1" style="left:298px; top:443px; width:144px; height:23px; text-align:center; vertical-align:middle; ">퇴원시간</caption>
  371. <output id="output18" ref="/root/main/checkcntinfo/checkcntlist/dschtm" class="output_fix" format="nn:ss" style="left:444px; top:445px; width:149px; height:19px; text-align:center; "/>
  372. <caption id="caption20" class="cell_1" style="left:497px; top:394px; width:94px; height:48px; text-align:center; vertical-align:middle; "/>
  373. <bool id="bol_dschnotidtyn" disabled="true" checkvalue="Y,N" ref="/root/hidden/dschnotidtvalue/yn" style="left:500px; top:410px; width:14px; height:16px; "/>
  374. <caption id="caption19" style="left:515px; top:405px; width:75px; height:26px; font-size:11pxpt; text-align:center; ">
  375. <![CDATA[18시 이후퇴원
  376. (병실료 50%)]]>
  377. </caption>
  378. </group>
  379. <caption id="caption3" class="tit_1" style="left:0px; top:0px; width:180px; height:14px; vertical-align:middle; ">퇴원정리</caption>
  380. <shape id="roundrect4" class="roundrect_example" appearance="roundrect" style="left:5px; top:490px; width:587px; height:25px; "/>
  381. <caption id="caption27" class="hand" style="left:10px; top:493px; width:457px; height:22px; vertical-align:middle; ">토요일: 14:00 이후 / 기타: 17:00 이후 - 응급실원무과 확인</caption>
  382. <button id="btn_close" class="btn4_letter2" style="left:535px; top:520px; width:56px; height:22px; ">
  383. <caption>닫기</caption>
  384. <script type="javascript" ev:event="DOMActivate">
  385. <![CDATA[
  386. window.close();
  387. ]]>
  388. </script>
  389. </button>
  390. </xhtml:body>
  391. </xhtml:html>