SPPMC07000_항목별환불예상액.xrw 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  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>항목별환불예상액</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <fcstordmat/>
  11. <fcstinamt/>
  12. <fcstchrgfood/>
  13. <fcstmedimpsamt/>
  14. <fcstinjamt/>
  15. <fcstanstamt/>
  16. <fcstcureopamt/>
  17. <fcsttestamt/>
  18. <fcstimgdiagrayamt/>
  19. <fcstscitamt/>
  20. <fcstpsypamt/>
  21. <fcstctordamt/>
  22. <fcstmriordamt/>
  23. <fcstpetordamt/>
  24. <fcstchoiordamt/>
  25. <fcstnopyamt/>
  26. <fcstetcamt/>
  27. <fcstcurematramt/>
  28. <deciordmat/>
  29. <deciinamt/>
  30. <decichrgfood/>
  31. <decimedimpsamt/>
  32. <deciinjamt/>
  33. <decianstamt/>
  34. <decicureopamt/>
  35. <decitestamt/>
  36. <deciimgdiagrayamt/>
  37. <deciscitamt/>
  38. <decipsypamt/>
  39. <decictordamt/>
  40. <decimriordamt/>
  41. <decipetordamt/>
  42. <decichoiordamt/>
  43. <decinopyamt/>
  44. <decietcamt/>
  45. <decicurematramt/>
  46. </main>
  47. </root>
  48. </instance>
  49. <script type="javascript" ev:event="xforms-ready">
  50. <![CDATA[
  51. //팝업화면으로 사용될 때
  52. // if (checkOpener()){
  53. var fcstordmat = opener.javascript.getParameter("fcstordmat");
  54. var fcstinamt = opener.javascript.getParameter("fcstinamt");
  55. var fcstchrgfood = opener.javascript.getParameter("fcstchrgfood");
  56. var fcstmedimpsamt = opener.javascript.getParameter("fcstmedimpsamt");
  57. var fcstinjamt = opener.javascript.getParameter("fcstinjamt");
  58. var fcstanstamt = opener.javascript.getParameter("fcstanstamt");
  59. var fcstcureopamt = opener.javascript.getParameter("fcstcureopamt");
  60. var fcsttestamt = opener.javascript.getParameter("fcsttestamt");
  61. var fcstimgdiagrayamt = opener.javascript.getParameter("fcstimgdiagrayamt");
  62. var fcstscitamt = opener.javascript.getParameter("fcstscitamt");
  63. var fcstpsypamt = opener.javascript.getParameter("fcstpsypamt");
  64. var fcstctordamt = opener.javascript.getParameter("fcstctordamt");
  65. var fcstmriordamt = opener.javascript.getParameter("fcstmriordamt");
  66. var fcstpetordamt = opener.javascript.getParameter("fcstpetordamt");
  67. var fcstchoiordamt = opener.javascript.getParameter("fcstchoiordamt");
  68. var fcstnopyamt = opener.javascript.getParameter("fcstnopyamt");
  69. var fcstetcamt = opener.javascript.getParameter("fcstetcamt");
  70. var fcstcurematramt = opener.javascript.getParameter("fcstcurematramt");
  71. var deciordmat = opener.javascript.getParameter("deciordmat");
  72. var deciinamt = opener.javascript.getParameter("deciinamt");
  73. var decichrgfood = opener.javascript.getParameter("decichrgfood");
  74. var decimedimpsamt = opener.javascript.getParameter("decimedimpsamt");
  75. var deciinjamt = opener.javascript.getParameter("deciinjamt");
  76. var decianstamt = opener.javascript.getParameter("decianstamt");
  77. var decicureopamt = opener.javascript.getParameter("decicureopamt");
  78. var decitestamt = opener.javascript.getParameter("decitestamt");
  79. var deciimgdiagrayamt = opener.javascript.getParameter("deciimgdiagrayamt");
  80. var deciscitamt = opener.javascript.getParameter("deciscitamt");
  81. var decipsypamt = opener.javascript.getParameter("decipsypamt");
  82. var decictordamt = opener.javascript.getParameter("decictordamt");
  83. var decimriordamt = opener.javascript.getParameter("decimriordamt");
  84. var decipetordamt = opener.javascript.getParameter("decipetordamt");
  85. var decichoiordamt = opener.javascript.getParameter("decichoiordamt");
  86. var decinopyamt = opener.javascript.getParameter("decinopyamt");
  87. var decietcamt = opener.javascript.getParameter("decietcamt");
  88. var decicurematramt = opener.javascript.getParameter("decicurematramt");
  89. model.setValue("/root/main/fcstordmat", fcstordmat);
  90. model.setValue("/root/main/fcstinamt", fcstinamt);
  91. model.setValue("/root/main/fcstchrgfood", fcstchrgfood);
  92. model.setValue("/root/main/fcstmedimpsamt", fcstmedimpsamt);
  93. model.setValue("/root/main/fcstinjamt", fcstinjamt);
  94. model.setValue("/root/main/fcstanstamt", fcstanstamt);
  95. model.setValue("/root/main/fcstcureopamt", fcstcureopamt);
  96. model.setValue("/root/main/fcsttestamt", fcsttestamt);
  97. model.setValue("/root/main/fcstimgdiagrayamt", fcstimgdiagrayamt);
  98. model.setValue("/root/main/fcstscitamt", fcstscitamt);
  99. model.setValue("/root/main/fcstpsypamt", fcstpsypamt);
  100. model.setValue("/root/main/fcstctordamt", fcstctordamt);
  101. model.setValue("/root/main/fcstmriordamt", fcstmriordamt);
  102. model.setValue("/root/main/fcstpetordamt", fcstpetordamt);
  103. model.setValue("/root/main/fcstchoiordamt", fcstchoiordamt);
  104. model.setValue("/root/main/fcstnopyamt", fcstnopyamt);
  105. model.setValue("/root/main/fcstetcamt", fcstetcamt);
  106. model.setValue("/root/main/fcstcurematramt", fcstcurematramt);
  107. model.setValue("/root/main/deciordmat", deciordmat);
  108. model.setValue("/root/main/deciinamt", deciinamt);
  109. model.setValue("/root/main/decichrgfood", decichrgfood);
  110. model.setValue("/root/main/decimedimpsamt", decimedimpsamt);
  111. model.setValue("/root/main/deciinjamt", deciinjamt);
  112. model.setValue("/root/main/decianstamt", decianstamt);
  113. model.setValue("/root/main/decicureopamt", decicureopamt);
  114. model.setValue("/root/main/decitestamt", decitestamt);
  115. model.setValue("/root/main/deciimgdiagrayamt", deciimgdiagrayamt);
  116. model.setValue("/root/main/deciscitamt", deciscitamt);
  117. model.setValue("/root/main/decipsypamt", decipsypamt);
  118. model.setValue("/root/main/decictordamt", decictordamt);
  119. model.setValue("/root/main/decimriordamt", decimriordamt);
  120. model.setValue("/root/main/decipetordamt", decipetordamt);
  121. model.setValue("/root/main/decichoiordamt", decichoiordamt);
  122. model.setValue("/root/main/decinopyamt", decinopyamt);
  123. model.setValue("/root/main/decietcamt", decietcamt);
  124. model.setValue("/root/main/decicurematramt", decicurematramt);
  125. model.refresh();
  126. /*
  127. if( pid != '') {
  128. //진료과 세팅
  129. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/pid", pid);
  130. }else if( hngnm != '') {
  131. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/hngnm", hngnm);
  132. }else if( rrgstno1 != '') {
  133. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/rrgstno1", rrgstno1);
  134. }else if( rrgstno2 != '') {
  135. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/rrgstno2", rrgstno2);
  136. }
  137. */
  138. // }
  139. ]]>
  140. </script>
  141. </model>
  142. <script type="javascript">
  143. <![CDATA[
  144. function fInitialize() {
  145. model.setValue("/root/main/fcstordmat", "0");
  146. model.setValue("/root/main/fcstinamt", "0");
  147. model.setValue("/root/main/fcstchrgfood","0");
  148. model.setValue("/root/main/fcstmedimpsamt", "0");
  149. model.setValue("/root/main/fcstinjamt", "0");
  150. model.setValue("/root/main/fcstanstamt", "0");
  151. model.setValue("/root/main/fcstcureopamt", "0");
  152. model.setValue("/root/main/fcsttestamt", "0");
  153. model.setValue("/root/main/fcstimgdiagrayamt", "0");
  154. model.setValue("/root/main/fcstscitamt", "0");
  155. model.setValue("/root/main/fcstpsypamt", "0");
  156. model.setValue("/root/main/fcstctordamt", "0");
  157. model.setValue("/root/main/fcstmriordamt", "0");
  158. model.setValue("/root/main/fcstpetordamt", "0");
  159. model.setValue("/root/main/fcstchoiordamt", "0");
  160. model.setValue("/root/main/fcstnopyamt", "0");
  161. model.setValue("/root/main/fcstetcamt", "0");
  162. model.setValue("/root/main/fcstcurematramt", "0");
  163. model.setValue("/root/main/deciordmat", "0");
  164. model.setValue("/root/main/deciinamt", "0");
  165. model.setValue("/root/main/decichrgfood", "0");
  166. model.setValue("/root/main/decimedimpsamt", "0");
  167. model.setValue("/root/main/deciinjamt", "0");
  168. model.setValue("/root/main/decianstamt", "0");
  169. model.setValue("/root/main/decicureopamt", "0");
  170. model.setValue("/root/main/decitestamt", "0");
  171. model.setValue("/root/main/deciimgdiagrayamt", "0");
  172. model.setValue("/root/main/deciscitamt", "0");
  173. model.setValue("/root/main/decipsypamt", "0");
  174. model.setValue("/root/main/decictordamt", "0");
  175. model.setValue("/root/main/decimriordamt", "0");
  176. model.setValue("/root/main/decipetordamt", "0");
  177. model.setValue("/root/main/decichoiordamt", "0");
  178. model.setValue("/root/main/decinopyamt", "0");
  179. model.setValue("/root/main/decietcamt", "0");
  180. model.setValue("/root/main/decicurematramt", "0");
  181. model.refresh();
  182. }
  183. ]]>
  184. </script>
  185. </xhtml:head>
  186. <xhtml:body pagewidth="600" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  187. <group id="group3" scroll="auto" style="left:0px; top:0px; width:530px; height:535px; ">
  188. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:126px; height:14px; ">항목별 환불결정액</caption>
  189. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:233px; y2:20px; "/>
  190. <caption id="caption29" class="cell_1" style="left:0px; top:49px; width:115px; height:23px; vertical-align:middle; background-color:#99ccff; ">항목</caption>
  191. <caption id="caption2" class="cell_1" style="left:116px; top:49px; width:117px; height:23px; vertical-align:middle; background-color:#99ccff; ">금액</caption>
  192. <caption id="caption3" class="cell_1" style="left:412px; top:49px; width:115px; height:23px; vertical-align:middle; background-color:#99ccff; ">금액</caption>
  193. <caption id="caption4" class="cell_1" style="left:295px; top:49px; width:115px; height:23px; vertical-align:middle; background-color:#99ccff; ">항목</caption>
  194. <caption id="caption5" class="cell_1" style="left:0px; top:74px; width:115px; height:23px; vertical-align:middle; ">01 진찰료</caption>
  195. <caption id="caption6" class="cell_1" style="left:0px; top:99px; width:115px; height:23px; vertical-align:middle; ">02 입원료</caption>
  196. <caption id="caption7" class="cell_1" style="left:0px; top:124px; width:115px; height:23px; vertical-align:middle; ">03 식대</caption>
  197. <caption id="caption8" class="cell_1" style="left:0px; top:149px; width:115px; height:23px; vertical-align:middle; ">04 투약 및 처방전료</caption>
  198. <caption id="caption9" class="cell_1" style="left:0px; top:174px; width:115px; height:23px; vertical-align:middle; ">05 주사료</caption>
  199. <caption id="caption10" class="cell_1" style="left:0px; top:199px; width:115px; height:23px; vertical-align:middle; ">06 마취료</caption>
  200. <caption id="caption11" class="cell_1" style="left:0px; top:224px; width:115px; height:23px; vertical-align:middle; ">07 처처 및 수술료</caption>
  201. <caption id="caption12" class="cell_1" style="left:0px; top:249px; width:115px; height:23px; vertical-align:middle; ">08 검사료</caption>
  202. <caption id="caption13" class="cell_1" style="left:0px; top:274px; width:115px; height:28px; vertical-align:middle; ">
  203. <![CDATA[09 영상진단 및
  204. 방사선 치료료]]>
  205. </caption>
  206. <input id="input1" ref="/root/main/fcstordmat" format="(-)(-)#,###" style="left:117px; top:76px; width:115px; height:19px; ">
  207. <script type="javascript" ev:event="onkeypress">
  208. <![CDATA[
  209. if (event.keyCode == "13")
  210. {
  211. model.setFocus("input2");
  212. }
  213. ]]>
  214. </script>
  215. </input>
  216. <input id="input2" ref="/root/main/fcstinamt" format="(-)(-)#,###" style="left:117px; top:101px; width:115px; height:19px; ">
  217. <script type="javascript" ev:event="onkeypress">
  218. <![CDATA[
  219. if (event.keyCode == "13")
  220. {
  221. model.setFocus("input3");
  222. }
  223. ]]>
  224. </script>
  225. </input>
  226. <input id="input3" ref="/root/main/fcstchrgfood" format="(-)(-)#,###" style="left:117px; top:126px; width:115px; height:19px; ">
  227. <script type="javascript" ev:event="onkeypress">
  228. <![CDATA[
  229. if (event.keyCode == "13")
  230. {
  231. model.setFocus("input4");
  232. }
  233. ]]>
  234. </script>
  235. </input>
  236. <input id="input4" ref="/root/main/fcstmedimpsamt" format="(-)(-)#,###" style="left:117px; top:151px; width:115px; height:19px; ">
  237. <script type="javascript" ev:event="onkeypress">
  238. <![CDATA[
  239. if (event.keyCode == "13")
  240. {
  241. model.setFocus("input5");
  242. }
  243. ]]>
  244. </script>
  245. </input>
  246. <input id="input5" ref="/root/main/fcstinjamt" format="(-)(-)#,###" style="left:117px; top:176px; width:115px; height:19px; ">
  247. <script type="javascript" ev:event="onkeypress">
  248. <![CDATA[
  249. if (event.keyCode == "13")
  250. {
  251. model.setFocus("input6");
  252. }
  253. ]]>
  254. </script>
  255. </input>
  256. <input id="input6" ref="/root/main/fcstanstamt" format="(-)(-)#,###" style="left:117px; top:201px; width:115px; height:19px; ">
  257. <script type="javascript" ev:event="onkeypress">
  258. <![CDATA[
  259. if (event.keyCode == "13")
  260. {
  261. model.setFocus("input7");
  262. }
  263. ]]>
  264. </script>
  265. </input>
  266. <input id="input7" ref="/root/main/fcstcureopamt" format="(-)(-)#,###" style="left:117px; top:226px; width:115px; height:19px; ">
  267. <script type="javascript" ev:event="onkeypress">
  268. <![CDATA[
  269. if (event.keyCode == "13")
  270. {
  271. model.setFocus("input8");
  272. }
  273. ]]>
  274. </script>
  275. </input>
  276. <input id="input8" ref="/root/main/fcsttestamt" format="(-)(-)#,###" style="left:117px; top:251px; width:115px; height:19px; ">
  277. <script type="javascript" ev:event="onkeypress">
  278. <![CDATA[
  279. if (event.keyCode == "13")
  280. {
  281. model.setFocus("input9");
  282. }
  283. ]]>
  284. </script>
  285. </input>
  286. <input id="input9" ref="/root/main/fcstimgdiagrayamt" format="(-)(-)#,###" style="left:117px; top:278px; width:115px; height:19px; ">
  287. <script type="javascript" ev:event="onkeypress">
  288. <![CDATA[
  289. if (event.keyCode == "13")
  290. {
  291. model.setFocus("input13");
  292. }
  293. ]]>
  294. </script>
  295. </input>
  296. <caption id="caption14" class="cell_1" style="left:0px; top:429px; width:115px; height:23px; vertical-align:middle; ">15 선택진료료</caption>
  297. <caption id="caption15" class="cell_1" style="left:0px; top:454px; width:115px; height:23px; vertical-align:middle; ">16 비급여</caption>
  298. <caption id="caption16" class="cell_1" style="left:0px; top:479px; width:115px; height:23px; vertical-align:middle; ">17 기타</caption>
  299. <caption id="caption17" class="cell_1" style="left:0px; top:504px; width:115px; height:28px; vertical-align:middle; ">18 치료재료대</caption>
  300. <caption id="caption18" class="cell_1" style="left:0px; top:304px; width:115px; height:23px; vertical-align:middle; ">10 이학요법료</caption>
  301. <caption id="caption19" class="cell_1" style="left:0px; top:329px; width:115px; height:23px; vertical-align:middle; ">11 정신요법료</caption>
  302. <caption id="caption20" class="cell_1" style="left:0px; top:354px; width:115px; height:23px; vertical-align:middle; ">12 CT 진단료</caption>
  303. <caption id="caption21" class="cell_1" style="left:0px; top:379px; width:115px; height:23px; vertical-align:middle; ">13 MRI 진단료</caption>
  304. <caption id="caption22" class="cell_1" style="left:0px; top:404px; width:115px; height:23px; vertical-align:middle; ">14 PET 진단료</caption>
  305. <input id="input10" ref="/root/main/fcstnopyamt" format="(-)(-)#,###" style="left:117px; top:456px; width:115px; height:19px; ">
  306. <script type="javascript" ev:event="onkeypress">
  307. <![CDATA[
  308. if (event.keyCode == "13")
  309. {
  310. model.setFocus("input11");
  311. }
  312. ]]>
  313. </script>
  314. </input>
  315. <input id="input11" ref="/root/main/fcstetcamt" format="(-)(-)#,###" style="left:117px; top:481px; width:115px; height:19px; ">
  316. <script type="javascript" ev:event="onkeypress">
  317. <![CDATA[
  318. if (event.keyCode == "13")
  319. {
  320. model.setFocus("input12");
  321. }
  322. ]]>
  323. </script>
  324. </input>
  325. <input id="input12" ref="/root/main/fcstcurematramt" format="(-)(-)#,###" style="left:117px; top:508px; width:115px; height:19px; "/>
  326. <input id="input13" ref="/root/main/fcstscitamt" format="(-)(-)#,###" style="left:117px; top:306px; width:115px; height:19px; ">
  327. <script type="javascript" ev:event="onkeypress">
  328. <![CDATA[
  329. if (event.keyCode == "13")
  330. {
  331. model.setFocus("input14");
  332. }
  333. ]]>
  334. </script>
  335. </input>
  336. <input id="input14" ref="/root/main/fcstpsypamt" format="(-)(-)#,###" style="left:117px; top:331px; width:115px; height:19px; ">
  337. <script type="javascript" ev:event="onkeypress">
  338. <![CDATA[
  339. if (event.keyCode == "13")
  340. {
  341. model.setFocus("input15");
  342. }
  343. ]]>
  344. </script>
  345. </input>
  346. <input id="input15" ref="/root/main/fcstctordamt" format="(-)(-)#,###" style="left:117px; top:356px; width:115px; height:19px; ">
  347. <script type="javascript" ev:event="onkeypress">
  348. <![CDATA[
  349. if (event.keyCode == "13")
  350. {
  351. model.setFocus("input16");
  352. }
  353. ]]>
  354. </script>
  355. </input>
  356. <input id="input16" ref="/root/main/fcstmriordamt" format="(-)(-)#,###" style="left:117px; top:381px; width:115px; height:19px; ">
  357. <script type="javascript" ev:event="onkeypress">
  358. <![CDATA[
  359. if (event.keyCode == "13")
  360. {
  361. model.setFocus("input17");
  362. }
  363. ]]>
  364. </script>
  365. </input>
  366. <input id="input17" ref="/root/main/fcstpetordamt" format="(-)(-)#,###" style="left:117px; top:406px; width:115px; height:19px; ">
  367. <script type="javascript" ev:event="onkeypress">
  368. <![CDATA[
  369. if (event.keyCode == "13")
  370. {
  371. model.setFocus("input18");
  372. }
  373. ]]>
  374. </script>
  375. </input>
  376. <input id="input18" ref="/root/main/fcstchoiordamt" format="(-)(-)#,###" style="left:117px; top:431px; width:115px; height:19px; ">
  377. <script type="javascript" ev:event="onkeypress">
  378. <![CDATA[
  379. if (event.keyCode == "13")
  380. {
  381. model.setFocus("input10");
  382. }
  383. ]]>
  384. </script>
  385. </input>
  386. <line id="line2" class="line_3" style="x1:0px; y1:122px; x2:233px; y2:122px; "/>
  387. <line id="line3" class="line_3" style="x1:0px; y1:147px; x2:233px; y2:147px; "/>
  388. <line id="line4" class="line_3" style="x1:0px; y1:172px; x2:233px; y2:172px; "/>
  389. <line id="line5" class="line_3" style="x1:0px; y1:197px; x2:233px; y2:197px; "/>
  390. <line id="line6" class="line_3" style="x1:0px; y1:222px; x2:233px; y2:222px; "/>
  391. <line id="line7" class="line_3" style="x1:0px; y1:247px; x2:233px; y2:247px; "/>
  392. <line id="line8" class="line_3" style="x1:0px; y1:272px; x2:233px; y2:272px; "/>
  393. <line id="line9" class="line_3" style="x1:0px; y1:532px; x2:233px; y2:532px; "/>
  394. <line id="line10" class="line_3" style="x1:0px; y1:302px; x2:233px; y2:302px; "/>
  395. <line id="line11" class="line_3" style="x1:0px; y1:327px; x2:233px; y2:327px; "/>
  396. <line id="line12" class="line_3" style="x1:0px; y1:352px; x2:233px; y2:352px; "/>
  397. <line id="line13" class="line_3" style="x1:0px; y1:377px; x2:233px; y2:377px; "/>
  398. <line id="line14" class="line_3" style="x1:0px; y1:402px; x2:233px; y2:402px; "/>
  399. <line id="line15" class="line_3" style="x1:0px; y1:427px; x2:233px; y2:427px; "/>
  400. <line id="line16" class="line_3" style="x1:0px; y1:452px; x2:233px; y2:452px; "/>
  401. <line id="line17" class="line_3" style="x1:0px; y1:477px; x2:233px; y2:477px; "/>
  402. <line id="line18" class="line_3" style="x1:0px; y1:502px; x2:233px; y2:502px; "/>
  403. <input id="input19" ref="/root/main/decicureopamt" format="(-)(-)#,###" style="left:412px; top:226px; width:115px; height:19px; ">
  404. <script type="javascript" ev:event="onkeypress">
  405. <![CDATA[
  406. if (event.keyCode == "13")
  407. {
  408. model.setFocus("input20");
  409. }
  410. ]]>
  411. </script>
  412. </input>
  413. <input id="input20" ref="/root/main/decitestamt" format="(-)(-)#,###" style="left:412px; top:251px; width:115px; height:19px; ">
  414. <script type="javascript" ev:event="onkeypress">
  415. <![CDATA[
  416. if (event.keyCode == "13")
  417. {
  418. model.setFocus("input21");
  419. }
  420. ]]>
  421. </script>
  422. </input>
  423. <input id="input21" ref="/root/main/deciimgdiagrayamt" format="(-)(-)#,###" style="left:412px; top:278px; width:115px; height:19px; ">
  424. <script type="javascript" ev:event="onkeypress">
  425. <![CDATA[
  426. if (event.keyCode == "13")
  427. {
  428. model.setFocus("input25");
  429. }
  430. ]]>
  431. </script>
  432. </input>
  433. <input id="input22" ref="/root/main/decinopyamt" format="(-)(-)#,###" style="left:412px; top:456px; width:115px; height:19px; ">
  434. <script type="javascript" ev:event="onkeypress">
  435. <![CDATA[
  436. if (event.keyCode == "13")
  437. {
  438. model.setFocus("input23");
  439. }
  440. ]]>
  441. </script>
  442. </input>
  443. <caption id="caption23" class="cell_1" style="left:295px; top:354px; width:115px; height:23px; vertical-align:middle; ">12 CT 진단료</caption>
  444. <input id="input23" ref="/root/main/decietcamt" format="(-)(-)#,###" style="left:412px; top:481px; width:115px; height:19px; ">
  445. <script type="javascript" ev:event="onkeypress">
  446. <![CDATA[
  447. if (event.keyCode == "13")
  448. {
  449. model.setFocus("input24");
  450. }
  451. ]]>
  452. </script>
  453. </input>
  454. <caption id="caption24" class="cell_1" style="left:295px; top:379px; width:115px; height:23px; vertical-align:middle; ">13 MRI 진단료</caption>
  455. <caption id="caption25" class="cell_1" style="left:295px; top:199px; width:115px; height:23px; vertical-align:middle; ">06 마취료</caption>
  456. <input id="input24" ref="/root/main/decicurematramt" format="(-)(-)#,###" style="left:412px; top:508px; width:115px; height:19px; "/>
  457. <caption id="caption26" class="cell_1" style="left:295px; top:404px; width:115px; height:23px; vertical-align:middle; ">14 PET 진단료</caption>
  458. <caption id="caption27" class="cell_1" style="left:295px; top:224px; width:115px; height:23px; vertical-align:middle; ">07 처처 및 수술료</caption>
  459. <input id="input25" ref="/root/main/deciscitamt" format="(-)(-)#,###" style="left:412px; top:306px; width:115px; height:19px; ">
  460. <script type="javascript" ev:event="onkeypress">
  461. <![CDATA[
  462. if (event.keyCode == "13")
  463. {
  464. model.setFocus("input26");
  465. }
  466. ]]>
  467. </script>
  468. </input>
  469. <caption id="caption28" class="cell_1" style="left:295px; top:249px; width:115px; height:23px; vertical-align:middle; ">08 검사료</caption>
  470. <input id="input26" ref="/root/main/decipsypamt" style="left:412px; top:331px; width:115px; height:19px; ">
  471. <script type="javascript" ev:event="onkeypress">
  472. <![CDATA[
  473. if (event.keyCode == "13")
  474. {
  475. model.setFocus("input27");
  476. }
  477. ]]>
  478. </script>
  479. </input>
  480. <caption id="caption30" class="cell_1" style="left:295px; top:274px; width:115px; height:28px; vertical-align:middle; ">
  481. <![CDATA[09 영상진단 및
  482. 방사선 치료료]]>
  483. </caption>
  484. <caption id="caption31" class="cell_1" style="left:295px; top:429px; width:115px; height:23px; vertical-align:middle; ">15 선택진료료</caption>
  485. <input id="input27" ref="/root/main/decictordamt" format="(-)(-)#,###" style="left:412px; top:356px; width:115px; height:19px; ">
  486. <script type="javascript" ev:event="onkeypress">
  487. <![CDATA[
  488. if (event.keyCode == "13")
  489. {
  490. model.setFocus("input28");
  491. }
  492. ]]>
  493. </script>
  494. </input>
  495. <caption id="caption32" class="cell_1" style="left:295px; top:74px; width:115px; height:23px; vertical-align:middle; ">01 진찰료</caption>
  496. <caption id="caption33" class="cell_1" style="left:295px; top:454px; width:115px; height:23px; vertical-align:middle; ">16 비급여</caption>
  497. <input id="input28" ref="/root/main/decimriordamt" format="(-)(-)#,###" style="left:412px; top:381px; width:115px; height:19px; ">
  498. <script type="javascript" ev:event="onkeypress">
  499. <![CDATA[
  500. if (event.keyCode == "13")
  501. {
  502. model.setFocus("input30");
  503. }
  504. ]]>
  505. </script>
  506. </input>
  507. <caption id="caption34" class="cell_1" style="left:295px; top:99px; width:115px; height:23px; vertical-align:middle; ">02 입원료</caption>
  508. <input id="input29" ref="/root/main/deciordmat" format="(-)(-)#,###" style="left:412px; top:76px; width:115px; height:19px; ">
  509. <script type="javascript" ev:event="onkeypress">
  510. <![CDATA[
  511. if (event.keyCode == "13")
  512. {
  513. model.setFocus("input31");
  514. }
  515. ]]>
  516. </script>
  517. </input>
  518. <caption id="caption35" class="cell_1" style="left:295px; top:479px; width:115px; height:23px; vertical-align:middle; ">17 기타</caption>
  519. <input id="input30" ref="/root/main/decipetordamt" format="(-)(-)#,###" style="left:412px; top:406px; width:115px; height:19px; ">
  520. <script type="javascript" ev:event="onkeypress">
  521. <![CDATA[
  522. if (event.keyCode == "13")
  523. {
  524. model.setFocus("input32");
  525. }
  526. ]]>
  527. </script>
  528. </input>
  529. <caption id="caption36" class="cell_1" style="left:295px; top:124px; width:115px; height:23px; vertical-align:middle; ">03 식대</caption>
  530. <input id="input31" ref="/root/main/deciinamt" format="(-)(-)#,###" style="left:412px; top:101px; width:115px; height:19px; ">
  531. <script type="javascript" ev:event="onkeypress">
  532. <![CDATA[
  533. if (event.keyCode == "13")
  534. {
  535. model.setFocus("input33");
  536. }
  537. ]]>
  538. </script>
  539. </input>
  540. <caption id="caption37" class="cell_1" style="left:295px; top:504px; width:115px; height:28px; vertical-align:middle; ">18 치료재료대</caption>
  541. <input id="input32" ref="/root/main/decichoiordamt" format="(-)(-)#,###" style="left:412px; top:431px; width:115px; height:19px; ">
  542. <script type="javascript" ev:event="onkeypress">
  543. <![CDATA[
  544. if (event.keyCode == "13")
  545. {
  546. model.setFocus("input22");
  547. }
  548. ]]>
  549. </script>
  550. </input>
  551. <caption id="caption38" class="cell_1" style="left:295px; top:149px; width:115px; height:23px; vertical-align:middle; ">04 투약 및 처방전료</caption>
  552. <input id="input33" ref="/root/main/decichrgfood" format="(-)(-)#,###" style="left:412px; top:126px; width:115px; height:19px; ">
  553. <script type="javascript" ev:event="onkeypress">
  554. <![CDATA[
  555. if (event.keyCode == "13")
  556. {
  557. model.setFocus("input34");
  558. }
  559. ]]>
  560. </script>
  561. </input>
  562. <caption id="caption39" class="cell_1" style="left:295px; top:304px; width:115px; height:23px; vertical-align:middle; ">10 이학요법료</caption>
  563. <caption id="caption40" class="cell_1" style="left:295px; top:174px; width:115px; height:23px; vertical-align:middle; ">05 주사료</caption>
  564. <input id="input34" ref="/root/main/decimedimpsamt" format="(-)(-)#,###" style="left:412px; top:151px; width:115px; height:19px; ">
  565. <script type="javascript" ev:event="onkeypress">
  566. <![CDATA[
  567. if (event.keyCode == "13")
  568. {
  569. model.setFocus("input35");
  570. }
  571. ]]>
  572. </script>
  573. </input>
  574. <caption id="caption41" class="cell_1" style="left:295px; top:329px; width:115px; height:23px; vertical-align:middle; ">11 정신요법료</caption>
  575. <input id="input35" ref="/root/main/deciinjamt" format="(-)(-)#,###" style="left:412px; top:176px; width:115px; height:19px; ">
  576. <script type="javascript" ev:event="onkeypress">
  577. <![CDATA[
  578. if (event.keyCode == "13")
  579. {
  580. model.setFocus("input36");
  581. }
  582. ]]>
  583. </script>
  584. </input>
  585. <input id="input36" ref="/root/main/decianstamt" format="(-)(-)#,###" style="left:412px; top:201px; width:115px; height:19px; ">
  586. <script type="javascript" ev:event="onkeypress">
  587. <![CDATA[
  588. if (event.keyCode == "13")
  589. {
  590. model.setFocus("input19");
  591. }
  592. ]]>
  593. </script>
  594. </input>
  595. <caption id="caption42" class="cell_1" style="left:0px; top:24px; width:233px; height:23px; vertical-align:middle; background-color:#c0c0c0; ">기존본인부담금</caption>
  596. <caption id="caption43" class="cell_1" style="left:295px; top:24px; width:232px; height:23px; vertical-align:middle; background-color:#c0c0c0; ">환불결정액</caption>
  597. <line id="line19" class="line_1" style="x1:295px; y1:20px; x2:527px; y2:20px; "/>
  598. <line id="line20" class="line_3" style="x1:0px; y1:97px; x2:233px; y2:97px; "/>
  599. <line id="line21" class="line_3" style="x1:295px; y1:272px; x2:528px; y2:272px; "/>
  600. <line id="line22" class="line_3" style="x1:295px; y1:532px; x2:528px; y2:532px; "/>
  601. <line id="line24" class="line_3" style="x1:295px; y1:97px; x2:528px; y2:97px; "/>
  602. <line id="line25" class="line_3" style="x1:295px; y1:302px; x2:528px; y2:302px; "/>
  603. <line id="line26" class="line_3" style="x1:295px; y1:327px; x2:528px; y2:327px; "/>
  604. <line id="line27" class="line_3" style="x1:295px; y1:352px; x2:528px; y2:352px; "/>
  605. <line id="line28" class="line_3" style="x1:295px; y1:377px; x2:528px; y2:377px; "/>
  606. <line id="line29" class="line_3" style="x1:295px; y1:402px; x2:528px; y2:402px; "/>
  607. <line id="line30" class="line_3" style="x1:295px; y1:427px; x2:528px; y2:427px; "/>
  608. <line id="line31" class="line_3" style="x1:295px; y1:452px; x2:528px; y2:452px; "/>
  609. <line id="line32" class="line_3" style="x1:295px; y1:477px; x2:528px; y2:477px; "/>
  610. <line id="line33" class="line_3" style="x1:295px; y1:502px; x2:528px; y2:502px; "/>
  611. <line id="line34" class="line_3" style="x1:295px; y1:122px; x2:528px; y2:122px; "/>
  612. <line id="line35" class="line_3" style="x1:295px; y1:147px; x2:528px; y2:147px; "/>
  613. <line id="line36" class="line_3" style="x1:295px; y1:172px; x2:528px; y2:172px; "/>
  614. <line id="line37" class="line_3" style="x1:295px; y1:197px; x2:528px; y2:197px; "/>
  615. <line id="line38" class="line_3" style="x1:295px; y1:222px; x2:528px; y2:222px; "/>
  616. <line id="line39" class="line_3" style="x1:295px; y1:247px; x2:528px; y2:247px; "/>
  617. <line id="line40" class="line_3" style="x1:233px; y1:20px; x2:233px; y2:535px; "/>
  618. <line id="line41" class="line_3" style="x1:295px; y1:20px; x2:295px; y2:535px; "/>
  619. <button id="button3" class="icon_right" style="left:252px; top:265px; width:26px; height:19px; ">
  620. <caption/>
  621. <script type="javascript" ev:event="DOMActivate">
  622. <![CDATA[
  623. model.setValue("/root/main/deciordmat", model.getValue("/root/main/fcstordmat"));
  624. model.setValue("/root/main/deciinamt", model.getValue("/root/main/fcstinamt"));
  625. model.setValue("/root/main/decichrgfood", model.getValue("/root/main/fcstchrgfood"));
  626. model.setValue("/root/main/decimedimpsamt", model.getValue("/root/main/fcstmedimpsamt"));
  627. model.setValue("/root/main/deciinjamt", model.getValue("/root/main/fcstinjamt"));
  628. model.setValue("/root/main/decianstamt", model.getValue("/root/main/fcstanstamt"));
  629. model.setValue("/root/main/decicureopamt", model.getValue("/root/main/fcstcureopamt"));
  630. model.setValue("/root/main/decitestamt", model.getValue("/root/main/fcsttestamt"));
  631. model.setValue("/root/main/deciimgdiagrayamt", model.getValue("/root/main/fcstimgdiagrayamt"));
  632. model.setValue("/root/main/deciscitamt", model.getValue("/root/main/fcstscitamt"));
  633. model.setValue("/root/main/decipsypamt", model.getValue("/root/main/fcstpsypamt"));
  634. model.setValue("/root/main/decictordamt", model.getValue("/root/main/fcstctordamt"));
  635. model.setValue("/root/main/decimriordamt", model.getValue("/root/main/fcstmriordamt"));
  636. model.setValue("/root/main/decipetordamt", model.getValue("/root/main/fcstpetordamt"));
  637. model.setValue("/root/main/decichoiordamt", model.getValue("/root/main/fcstchoiordamt"));
  638. model.setValue("/root/main/decinopyamt", model.getValue("/root/main/fcstnopyamt"));
  639. model.setValue("/root/main/decietcamt", model.getValue("/root/main/fcstetcamt"));
  640. model.setValue("/root/main/decicurematramt", model.getValue("/root/main/fcstcurematramt"));
  641. model.refresh();
  642. ]]>
  643. </script>
  644. </button>
  645. </group>
  646. <button id="btn_save" class="btn4_letter2" navindex="36" style="left:401px; top:535px; width:56px; height:22px; ">
  647. <caption>저장</caption>
  648. <script type="javascript" ev:event="onclick">
  649. <![CDATA[
  650. var fcstordmat = model.getValue("/root/main/fcstordmat");
  651. var fcstinamt = model.getValue("/root/main/fcstinamt");
  652. var fcstchrgfood = model.getValue("/root/main/fcstchrgfood");
  653. var fcstmedimpsamt = model.getValue("/root/main/fcstmedimpsamt");
  654. var fcstinjamt = model.getValue("/root/main/fcstinjamt");
  655. var fcstanstamt = model.getValue("/root/main/fcstanstamt");
  656. var fcstcureopamt = model.getValue("/root/main/fcstcureopamt");
  657. var fcsttestamt = model.getValue("/root/main/fcsttestamt");
  658. var fcstimgdiagrayamt = model.getValue("/root/main/fcstimgdiagrayamt");
  659. var fcstscitamt = model.getValue("/root/main/fcstscitamt");
  660. var fcstpsypamt = model.getValue("/root/main/fcstpsypamt");
  661. var fcstctordamt = model.getValue("/root/main/fcstctordamt");
  662. var fcstmriordamt = model.getValue("/root/main/fcstmriordamt");
  663. var fcstpetordamt = model.getValue("/root/main/fcstpetordamt");
  664. var fcstchoiordamt = model.getValue("/root/main/fcstchoiordamt");
  665. var fcstnopyamt = model.getValue("/root/main/fcstnopyamt");
  666. var fcstetcamt = model.getValue("/root/main/fcstetcamt");
  667. var fcstcurematramt = model.getValue("/root/main/fcstcurematramt");
  668. var insuteamrtnfcstamt = parseInt(fcstordmat) + parseInt(fcstinamt) + parseInt(fcstchrgfood)+parseInt(fcstmedimpsamt) + parseInt(fcstinjamt) + parseInt(fcstanstamt)
  669. + parseInt(fcstcureopamt) + parseInt(fcsttestamt) + parseInt(fcstimgdiagrayamt)+parseInt(fcstscitamt) + parseInt(fcstpsypamt) + parseInt(fcstctordamt)
  670. + parseInt(fcstmriordamt) + parseInt(fcstpetordamt) + parseInt(fcstchoiordamt)+parseInt(fcstnopyamt) + parseInt(fcstetcamt) + parseInt(fcstcurematramt);
  671. var deciordmat = model.getValue("/root/main/deciordmat");
  672. var deciinamt = model.getValue("/root/main/deciinamt");
  673. var decichrgfood = model.getValue("/root/main/decichrgfood");
  674. var decimedimpsamt = model.getValue("/root/main/decimedimpsamt");
  675. var deciinjamt = model.getValue("/root/main/deciinjamt");
  676. var decianstamt = model.getValue("/root/main/decianstamt");
  677. var decicureopamt = model.getValue("/root/main/decicureopamt");
  678. var decitestamt = model.getValue("/root/main/decitestamt");
  679. var deciimgdiagrayamt = model.getValue("/root/main/deciimgdiagrayamt");
  680. var deciscitamt = model.getValue("/root/main/deciscitamt");
  681. var decipsypamt = model.getValue("/root/main/decipsypamt");
  682. var decictordamt = model.getValue("/root/main/decictordamt");
  683. var decimriordamt = model.getValue("/root/main/decimriordamt");
  684. var decipetordamt = model.getValue("/root/main/decipetordamt");
  685. var decichoiordamt = model.getValue("/root/main/decichoiordamt");
  686. var decinopyamt = model.getValue("/root/main/decinopyamt");
  687. var decietcamt = model.getValue("/root/main/decietcamt");
  688. var decicurematramt = model.getValue("/root/main/decicurematramt");
  689. var fcstdeciamt = parseInt(deciordmat) + parseInt(deciinamt) + parseInt(decichrgfood)+parseInt(decimedimpsamt) + parseInt(deciinjamt) + parseInt(decianstamt)
  690. + parseInt(decicureopamt) + parseInt(decitestamt) + parseInt(deciimgdiagrayamt)+parseInt(deciscitamt) + parseInt(decipsypamt) + parseInt(decictordamt)
  691. + parseInt(decimriordamt) + parseInt(decipetordamt) + parseInt(decichoiordamt)+parseInt(decinopyamt) + parseInt(decietcamt) + parseInt(decicurematramt);
  692. opener.model.setValue("/root/main/ptpm/fcstordmat", model.getValue("/root/main/fcstordmat"));
  693. opener.model.setValue("/root/main/ptpm/fcstinamt", model.getValue("/root/main/fcstinamt"));
  694. opener.model.setValue("/root/main/ptpm/fcstchrgfood", model.getValue("/root/main/fcstchrgfood"));
  695. opener.model.setValue("/root/main/ptpm/fcstmedimpsamt", model.getValue("/root/main/fcstmedimpsamt"));
  696. opener.model.setValue("/root/main/ptpm/fcstinjamt", model.getValue("/root/main/fcstinjamt"));
  697. opener.model.setValue("/root/main/ptpm/fcstanstamt", model.getValue("/root/main/fcstanstamt"));
  698. opener.model.setValue("/root/main/ptpm/fcstcureopamt", model.getValue("/root/main/fcstcureopamt"));
  699. opener.model.setValue("/root/main/ptpm/fcsttestamt", model.getValue("/root/main/fcsttestamt"));
  700. opener.model.setValue("/root/main/ptpm/fcstimgdiagrayamt", model.getValue("/root/main/fcstimgdiagrayamt"));
  701. opener.model.setValue("/root/main/ptpm/fcstscitamt", model.getValue("/root/main/fcstscitamt"));
  702. opener.model.setValue("/root/main/ptpm/fcstpsypamt", model.getValue("/root/main/fcstpsypamt"));
  703. opener.model.setValue("/root/main/ptpm/fcstctordamt", model.getValue("/root/main/fcstctordamt"));
  704. opener.model.setValue("/root/main/ptpm/fcstmriordamt", model.getValue("/root/main/fcstmriordamt"));
  705. opener.model.setValue("/root/main/ptpm/fcstpetordamt", model.getValue("/root/main/fcstpetordamt"));
  706. opener.model.setValue("/root/main/ptpm/fcstchoiordamt", model.getValue("/root/main/fcstchoiordamt"));
  707. opener.model.setValue("/root/main/ptpm/fcstnopyamt", model.getValue("/root/main/fcstnopyamt"));
  708. opener.model.setValue("/root/main/ptpm/fcstetcamt", model.getValue("/root/main/fcstetcamt"));
  709. opener.model.setValue("/root/main/ptpm/fcstcurematramt", model.getValue("/root/main/fcstcurematramt"));
  710. opener.model.setValue("/root/main/ptpm/insuteamrtnfcstamt", insuteamrtnfcstamt);
  711. opener.model.setValue("/root/main/ptpm/deciordmat", model.getValue("/root/main/deciordmat"));
  712. opener.model.setValue("/root/main/ptpm/deciinamt", model.getValue("/root/main/deciinamt"));
  713. opener.model.setValue("/root/main/ptpm/decichrgfood", model.getValue("/root/main/decichrgfood"));
  714. opener.model.setValue("/root/main/ptpm/decimedimpsamt", model.getValue("/root/main/decimedimpsamt"));
  715. opener.model.setValue("/root/main/ptpm/deciinjamt", model.getValue("/root/main/deciinjamt"));
  716. opener.model.setValue("/root/main/ptpm/decianstamt", model.getValue("/root/main/decianstamt"));
  717. opener.model.setValue("/root/main/ptpm/decicureopamt", model.getValue("/root/main/decicureopamt"));
  718. opener.model.setValue("/root/main/ptpm/decitestamt", model.getValue("/root/main/decitestamt"));
  719. opener.model.setValue("/root/main/ptpm/deciimgdiagrayamt", model.getValue("/root/main/deciimgdiagrayamt"));
  720. opener.model.setValue("/root/main/ptpm/deciscitamt", model.getValue("/root/main/deciscitamt"));
  721. opener.model.setValue("/root/main/ptpm/decipsypamt", model.getValue("/root/main/decipsypamt"));
  722. opener.model.setValue("/root/main/ptpm/decictordamt", model.getValue("/root/main/decictordamt"));
  723. opener.model.setValue("/root/main/ptpm/decimriordamt", model.getValue("/root/main/decimriordamt"));
  724. opener.model.setValue("/root/main/ptpm/decipetordamt", model.getValue("/root/main/decipetordamt"));
  725. opener.model.setValue("/root/main/ptpm/decichoiordamt", model.getValue("/root/main/decichoiordamt"));
  726. opener.model.setValue("/root/main/ptpm/decinopyamt", model.getValue("/root/main/decinopyamt"));
  727. opener.model.setValue("/root/main/ptpm/decietcamt", model.getValue("/root/main/decietcamt"));
  728. opener.model.setValue("/root/main/ptpm/decicurematramt", model.getValue("/root/main/decicurematramt"));
  729. opener.model.setValue("/root/main/ptpm/fcstdeciamt", fcstdeciamt);
  730. opener.model.refresh();
  731. window.close();
  732. ]]>
  733. </script>
  734. </button>
  735. <line id="line23" class="line_3" style="x1:0px; y1:72px; x2:233px; y2:72px; "/>
  736. <button id="button35" class="btn4_letter3" style="left:460px; top:535px; width:68px; height:22px; ">
  737. <caption>초기화</caption>
  738. <script type="javascript" ev:event="DOMActivate">
  739. <![CDATA[
  740. fInitialize();
  741. ]]>
  742. </script>
  743. </button>
  744. </xhtml:body>
  745. </xhtml:html>