SPPIJ00401_비급여진료비내역서.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!-- 수정이력
  3. 2009.04.10 JHP 박창원샘 요청사항 상세내역 그리드 오른 팝업 메뉴 4개 추가
  4. 1. 행위 급여 ( 행위비급여 사항인데 급여로 전환위해서)
  5. 2. 행위 전액본인부담 (행위 급여인데 전액본인부담으로 전환)
  6. 3. 행위 일반 (행위일반으로 전환하기위한 처리)
  7. 4. 행위 No-Charge 처리 (?)-->
  8. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>입원재원심사 상세 계산내역</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. <patordinfo>
  17. <otptlist/>
  18. <iphslist/>
  19. </patordinfo>
  20. <amtinfo>
  21. <nopylist/>
  22. <amtlist/>
  23. </amtinfo>
  24. </main>
  25. <send>
  26. <pid/>
  27. <ordtype/>
  28. <srchdd/>
  29. <allown/>
  30. <spec/>
  31. <nospec/>
  32. <hngnm/>
  33. <srchtodd/>
  34. <selnode>
  35. <pid/>
  36. <srchdd/>
  37. <cretno/>
  38. <fromdd/>
  39. <todd/>
  40. <nospec/>
  41. <spec/>
  42. <allown/>
  43. <swclamyn/>
  44. </selnode>
  45. <showclamyn>true</showclamyn>
  46. </send>
  47. <hidden>
  48. <ptbsinfo>
  49. <ptbslist/>
  50. </ptbsinfo>
  51. </hidden>
  52. <init>
  53. <P0008list>
  54. <P0008>
  55. <cdid/>
  56. <cdnm/>
  57. </P0008>
  58. </P0008list>
  59. <P0010list>
  60. <P0010>
  61. <cdid/>
  62. <cdnm/>
  63. </P0010>
  64. </P0010list>
  65. <P0006list>
  66. <P0006>
  67. <cdid/>
  68. <cdnm/>
  69. </P0006>
  70. </P0006list>
  71. </init>
  72. <temp/>
  73. </root>
  74. </instance>
  75. <script type="javascript" ev:event="xforms-ready">
  76. <![CDATA[
  77. zbcfGetCodeList(new Array("P0006","P0008","P0010"), new Array("/root/init/P0006list","/root/init/P0008list", "/root/init/P0010list"));
  78. model.setValue("/root/send/srchdd", getCurrentDate() );
  79. model.setValue("/root/send/srchtodd", getCurrentDate() );
  80. model.setValue("/root/send/ordtype", "I" );
  81. model.toggle("case1");
  82. caption16.visible = true;
  83. caption17.visible = true;
  84. input3.visible = true;
  85. caption5.visible = false;
  86. datagrid2.subtotalPosition = "below";
  87. datagrid1.colDisabled(datagrid1.colRef("mskind")) = true;
  88. datagrid1.colDisabled(datagrid1.colRef("insukind")) = true;
  89. datagrid1.colDisabled(datagrid1.colRef("suppkind")) = true;
  90. datagrid1.colDisabled(datagrid1.colRef("rareobstflag")) = true;
  91. datagrid1.colDisabled(datagrid1.colRef("ownbmaxgradeflag")) = true;
  92. datagrid3.colDisabled(datagrid3.colRef("insukind")) = true;
  93. datagrid3.colDisabled(datagrid3.colRef("suppkind")) = true;
  94. model.refresh();
  95. ]]>
  96. </script>
  97. <submission id="TRPIJ04001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/patordinfo"/>
  98. <submission id="TRPIJ04002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/selnode" resultref="/root/main/amtinfo"/>
  99. <submission id="TRPIJ04003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/selnode" resultref="/root/main/amtinfo"/>
  100. <submission id="TRPIJ04004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/ptbsinfo"/>
  101. </model>
  102. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  103. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  104. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  105. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  106. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  107. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  108. <script type="javascript" src="../../../com/instantmsgweb/js/ZMI001.js"/>
  109. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  110. <script type="javascript">
  111. <![CDATA[
  112. ]]>
  113. </script>
  114. </xhtml:head>
  115. <xhtml:body pagewidth="1211" pageheight="750" guideline="1,1195;2,760;1,-1;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  116. <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:705px; ">
  117. <group id="group2" style="left:0px; top:0px; width:1190px; height:45px; vertical-align:top; ">
  118. <shape id="roundrect1" class="roundrerct_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:1px; top:5px; width:1188px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  119. <button id="btn_srch" class="btn1_letter2" style="left:1112px; top:12px; width:56px; height:22px; ">
  120. <caption>조회</caption>
  121. <script type="javascript" ev:event="DOMActivate">
  122. <![CDATA[
  123. var allown = model.getValue("/root/send/allown");
  124. var spec = model.getValue("/root/send/spec");
  125. var nospec = model.getValue("/root/send/nospec");
  126. submit("TRPIJ04001");
  127. ]]>
  128. </script>
  129. </button>
  130. <line id="line1" class="line_4" style="x1:1097px; y1:12px; x2:1097px; y2:34px; border-color:#ffe4bb; border-left-style:solid; "/>
  131. <input id="ipt_pid" ref="/root/send/pid" class="input_default" style="left:105px; top:10px; width:87px; height:19px; ">
  132. <script type="javascript" ev:event="xforms-value-changed">
  133. <![CDATA[
  134. if ( model.getValue("/root/send/pid") != "" ) {
  135. submit("TRPIJ04004");
  136. model.setValue("/root/send/hngnm", model.getValue("/root/hidden/ptbsinfo/ptbslist/hngnm") );
  137. model.refresh();
  138. model.setFocus("input1");
  139. }
  140. ]]>
  141. </script>
  142. </input>
  143. <caption id="caption2" class="search_name" style="left:15px; top:10px; width:90px; height:17px; ">등록번호 :</caption>
  144. <select1 id="radio1" ref="/root/send/ordtype" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:685px; top:11px; width:110px; height:20px; border-style:none; ">
  145. <choices>
  146. <item>
  147. <label>외래</label>
  148. <value>O</value>
  149. </item>
  150. <item>
  151. <label>입원</label>
  152. <value>I</value>
  153. </item>
  154. </choices>
  155. <script type="javascript" ev:event="xforms-value-changed">
  156. <![CDATA[
  157. var ordtype = model.getValue("/root/send/ordtype");
  158. if (ordtype == "O" ) {
  159. model.toggle("case2");
  160. caption16.visible = false;
  161. caption17.visible = true;
  162. input3.visible = true;
  163. caption5.visible = true;
  164. } else {
  165. model.toggle("case1");
  166. caption16.visible = true;
  167. caption17.visible = true;
  168. input3.visible = true;
  169. caption5.visible = false;
  170. }
  171. ]]>
  172. </script>
  173. </select1>
  174. <caption id="caption1" class="search_name" style="left:595px; top:11px; width:100px; height:17px; ">진료구분 :</caption>
  175. <select id="checkbox1" ref="/root/send/allown" visibility="hidden" overflow="visible" appearance="full" style="left:795px; top:10px; width:100px; height:20px; border-style:none; ">
  176. <choices>
  177. <item>
  178. <label>전액본인부담</label>
  179. <value>Y</value>
  180. </item>
  181. </choices>
  182. </select>
  183. <select id="checkbox2" ref="/root/send/spec" visibility="hidden" overflow="visible" appearance="full" style="left:900px; top:10px; width:90px; height:20px; border-style:none; ">
  184. <choices>
  185. <item>
  186. <label>선택진료료</label>
  187. <value>Y</value>
  188. </item>
  189. </choices>
  190. </select>
  191. <select id="checkbox3" ref="/root/send/nospec" visibility="hidden" overflow="visible" appearance="full" style="left:985px; top:10px; width:100px; height:20px; border-style:none; ">
  192. <choices>
  193. <item>
  194. <label>선택진료 이외</label>
  195. <value>Y</value>
  196. </item>
  197. </choices>
  198. </select>
  199. <caption id="caption3" class="search_name" visibility="hidden" style="left:695px; top:10px; width:100px; height:17px; ">대분류구분 :</caption>
  200. <caption id="caption5" class="search_name" style="left:310px; top:10px; width:100px; height:17px; ">진료일자 :</caption>
  201. <input id="input1" ref="/root/send/srchdd" inputtype="date" style="left:400px; top:10px; width:85px; height:19px; ">
  202. <script type="javascript" ev:event="xforms-value-changed">
  203. <![CDATA[
  204. model.setFocus("input3");
  205. ]]>
  206. </script>
  207. </input>
  208. <caption id="caption16" class="search_name" style="left:310px; top:10px; width:100px; height:17px; ">입원일자 :</caption>
  209. <input id="input2" ref="/root/send/hngnm" disabled="true" style="left:200px; top:10px; width:100px; height:19px; "/>
  210. <input id="input3" ref="/root/send/srchtodd" inputtype="date" style="left:504px; top:10px; width:85px; height:19px; ">
  211. <script type="javascript" ev:event="xforms-value-changed">
  212. <![CDATA[
  213. model.setFocus("btn_srch");
  214. ]]>
  215. </script>
  216. </input>
  217. <caption id="caption17" style="left:488px; top:13px; width:16px; height:17px; ">~</caption>
  218. <caption id="caption22" class="search_name" visibility="visible" style="left:835px; top:12px; width:112px; height:17px; ">청구기준보기 :</caption>
  219. <bool id="bool1" checkvalue="true,false" ref="/root/send/showclamyn" style="left:945px; top:12px; width:25px; height:20px; "/>
  220. </group>
  221. <caption id="caption10" class="tit_2" style="left:5px; top:59px; width:145px; height:13px; ">진료 내역</caption>
  222. <line id="line2" class="line_1" style="x1:0px; y1:77px; x2:1190px; y2:77px; "/>
  223. <line id="line3" class="line_1" style="x1:0px; y1:368px; x2:1190px; y2:368px; "/>
  224. <datagrid id="datagrid2" nodeset="/root/main/amtinfo/nopylist" caption="순 번^대분류명칭^항목^항목명^코드^분류명 및 품명^총량^총금액^적용일자^비고" colsep="^" colwidth="47, 130, 80, 150, 100, 200, 100, 100, 105, 170" explorerbar="sort" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:373px; width:1190px; height:330px; ">
  225. <col ref="dispseq"/>
  226. <col ref="lrgcls"/>
  227. <col ref="cdid" style="text-align:center; "/>
  228. <col ref="cdnm"/>
  229. <col ref="edicd"/>
  230. <col ref="edinm"/>
  231. <col ref="qty" format="#,###.#"/>
  232. <col ref="amt" format="#,###"/>
  233. <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
  234. <col ref="remcmt"/>
  235. </datagrid>
  236. <caption id="caption4" class="tit_2" style="left:5px; top:354px; width:225px; height:13px; ">비급여 진료비 내역</caption>
  237. <caption id="caption7" class="tit_2" style="left:5px; top:260px; width:114px; height:13px; ">진료비합계</caption>
  238. <line id="line4" class="line_1" style="x1:0px; y1:275px; x2:1190px; y2:275px; "/>
  239. <caption id="caption6" class="cell_1" style="left:0px; top:280px; width:129px; height:20px; ">총진료비</caption>
  240. <caption id="caption8" class="cell_1" style="left:313px; top:280px; width:125px; height:20px; ">급여총액/상한초과</caption>
  241. <output id="output1" ref="/root/main/amtinfo/amtlist/totamt" class="output_fix" format="#,###" style="left:131px; top:280px; width:180px; height:19px; "/>
  242. <output id="output2" ref="/root/main/amtinfo/amtlist/payamt" class="output_fix" format="#,###" style="left:440px; top:280px; width:88px; height:19px; "/>
  243. <output id="output3" ref="/root/main/amtinfo/amtlist/payownblimamt" class="output_fix" format="#,###" style="left:532px; top:280px; width:88px; height:19px; "/>
  244. <caption id="caption9" class="cell_1" style="left:0px; top:301px; width:129px; height:20px; ">비급여 총액 보험/본인</caption>
  245. <output id="output4" ref="/root/main/amtinfo/amtlist/nopyinsubamtsum" class="output_fix" format="#,###" style="left:131px; top:301px; width:88px; height:19px; "/>
  246. <output id="output5" ref="/root/main/amtinfo/amtlist/nopyownbamtsum" class="output_fix" format="#,###" style="left:223px; top:301px; width:88px; height:19px; "/>
  247. <caption id="caption11" class="cell_1" style="left:622px; top:280px; width:110px; height:20px; ">급여보험/급여본인</caption>
  248. <output id="output6" ref="/root/main/amtinfo/amtlist/payinsubamt" class="output_fix" format="#,###" style="left:734px; top:280px; width:88px; height:19px; "/>
  249. <output id="output7" ref="/root/main/amtinfo/amtlist/payownbamt" class="output_fix" format="#,###" style="left:825px; top:280px; width:88px; height:19px; "/>
  250. <caption id="caption12" class="cell_1" style="left:313px; top:301px; width:125px; height:20px; ">선택진료비 보험/본인</caption>
  251. <output id="output8" ref="/root/main/amtinfo/amtlist/specinsubamt" class="output_fix" format="#,###" style="left:440px; top:301px; width:88px; height:19px; "/>
  252. <output id="output9" ref="/root/main/amtinfo/amtlist/specownbamt" class="output_fix" format="#,###" style="left:532px; top:301px; width:88px; height:19px; "/>
  253. <output id="output10" ref="/root/main/amtinfo/amtlist/discamt" class="output_fix" format="#,###" style="left:440px; top:322px; width:88px; height:19px; "/>
  254. <output id="output11" ref="/root/main/amtinfo/amtlist/uncoamt" class="output_fix" format="#,###" style="left:532px; top:322px; width:88px; height:19px; "/>
  255. <output id="output12" ref="/root/main/amtinfo/amtlist/ownbamt" class="output_fix" format="#,###" style="left:734px; top:322px; width:88px; height:19px; "/>
  256. <output id="output13" ref="/root/main/amtinfo/amtlist/prercptamt" class="output_fix" format="#,###" style="left:825px; top:322px; width:88px; height:19px; "/>
  257. <caption id="caption13" class="cell_1" style="left:622px; top:322px; width:110px; height:20px; ">본인총액/수납액</caption>
  258. <caption id="caption14" class="cell_1" style="left:0px; top:322px; width:129px; height:20px; ">수혈/희귀난치</caption>
  259. <caption id="caption15" class="cell_1" style="left:313px; top:322px; width:125px; height:20px; ">감면/미수액</caption>
  260. <output id="output14" ref="/root/main/amtinfo/amtlist/bloddiscamt" class="output_fix" format="#,###" style="left:131px; top:322px; width:88px; height:19px; "/>
  261. <output id="output15" ref="/root/main/amtinfo/amtlist/suppamt" class="output_fix" format="#,###" style="left:223px; top:322px; width:88px; height:19px; "/>
  262. <line id="line5" class="line_3" style="x1:0px; y1:345px; x2:1190px; y2:345px; "/>
  263. <button id="button1" class="btn4_letter4" style="left:1106px; top:347px; width:80px; height:22px; ">
  264. <caption>엑셀출력</caption>
  265. <script type="javascript" ev:event="DOMActivate">
  266. <![CDATA[
  267. if ( radio1.value == "I" ) {
  268. var fromdd = datagrid1.valueMatrix(datagrid1.row, datagrid1.colRef("fromdd") );
  269. var todd = datagrid1.valueMatrix(datagrid1.row, datagrid1.colRef("todd") );
  270. var name = datagrid1.valueMatrix(datagrid1.row, datagrid1.colRef("patnm") ) + "(" + fromdd + "~" + todd + ")";
  271. } else if ( radio1.value == "O" ) {
  272. var orddd = datagrid3.valueMatrix(datagrid3.row, datagrid3.colRef("orddd") );
  273. var orddeptnm = datagrid3.valueMatrix(datagrid3.row, datagrid3.colRef("orddeptnm") );
  274. var name = datagrid3.valueMatrix(datagrid3.row, datagrid3.colRef("patnm") ) + "(" + orddd+ "_"+ orddeptnm +")";
  275. }
  276. var fileName = window.fileDialog("save", ",", false, name, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  277. if (fileName != "")
  278. {
  279. datagrid2.saveExcel(fileName, "SheetName", true, true, "", "");
  280. }
  281. window.exec(fileName);
  282. ]]>
  283. </script>
  284. </button>
  285. <switch id="switch1" style="left:0px; top:80px; width:1190px; height:175px; ">
  286. <case id="case1" selected="true">
  287. <datagrid id="datagrid1" nodeset="/root/main/patordinfo/iphslist" caption="입원일자^적용일자^종료일자^주/부^보험유형^보조유형^희귀난치^상한제차등구분^계정감면^DRG구분^환자번호^환자명" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 58, 53, 100" mergecellsfixedrows="bycolrec" rowheader="select" rowsep="|" style="left:0px; top:0px; width:1185px; height:170px; ">
  288. <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
  289. <col ref="fromdd" format="yyyy-mm-dd" style="text-align:center; "/>
  290. <col ref="todd" format="yyyy-mm-dd" style="text-align:center; "/>
  291. <col ref="mskind" type="combo" style="text-align:center; ">
  292. <choices>
  293. <itemset nodeset="/root/init/P0006list/P0006">
  294. <label ref="cdnm"/>
  295. <value ref="cdid"/>
  296. </itemset>
  297. </choices>
  298. </col>
  299. <col ref="insukind" type="combo" style="text-align:center; ">
  300. <choices>
  301. <itemset nodeset="/root/init/P0008list/P0008">
  302. <label ref="cdnm"/>
  303. <value ref="cdid"/>
  304. </itemset>
  305. </choices>
  306. </col>
  307. <col ref="suppkind" type="combo" style="text-align:center; ">
  308. <choices>
  309. <itemset nodeset="/root/init/P0010list/P0010">
  310. <label ref="cdnm"/>
  311. <value ref="cdid"/>
  312. </itemset>
  313. </choices>
  314. </col>
  315. <col ref="rareobstflag" type="combo" style="text-align:center; ">
  316. <choices>
  317. <item>
  318. <label>희귀난치</label>
  319. <value>H</value>
  320. </item>
  321. <item>
  322. <label>정상</label>
  323. <value>I</value>
  324. </item>
  325. </choices>
  326. </col>
  327. <col ref="ownbmaxgradeflag" type="combo" style="text-align:right; ">
  328. <choices>
  329. <item>
  330. <label>해당없음</label>
  331. <value>-</value>
  332. </item>
  333. <item>
  334. <label>400</label>
  335. <value>1</value>
  336. </item>
  337. <item>
  338. <label>300</label>
  339. <value>2</value>
  340. </item>
  341. <item>
  342. <label>200</label>
  343. <value>3</value>
  344. </item>
  345. </choices>
  346. </col>
  347. <col ref="disccd" style="text-align:center; "/>
  348. <col ref="drgyn" style="text-align:center; "/>
  349. <col ref="pid" style="text-align:center; "/>
  350. <col ref="patnm" style="text-align:center; "/>
  351. <col ref="cretno" visibility="hidden"/>
  352. <script type="javascript" ev:event="ondblclick">
  353. <![CDATA[
  354. var row = datagrid1.row;
  355. model.makeNode("/root/send/selnode/fromdd");
  356. model.makeNode("/root/send/selnode/todd");
  357. model.makeNode("/root/send/selnode/cretno");
  358. model.makeNode("/root/send/selnode/drgyn");
  359. model.setValue("/root/send/selnode/pid", datagrid1.valueMatrix(row, datagrid1.colRef("pid")) );
  360. model.setValue("/root/send/selnode/srchdd", datagrid1.valueMatrix(row, datagrid1.colRef("indd")) );
  361. model.setValue("/root/send/selnode/fromdd", datagrid1.valueMatrix(row, datagrid1.colRef("fromdd")) );
  362. model.setValue("/root/send/selnode/todd", datagrid1.valueMatrix(row, datagrid1.colRef("todd")) );
  363. model.setValue("/root/send/selnode/cretno", datagrid1.valueMatrix(row, datagrid1.colRef("cretno")) );
  364. model.setValue("/root/send/selnode/drgyn", datagrid1.valueMatrix(row, datagrid1.colRef("drgyn")) );
  365. model.setValue("/root/send/selnode/swclamyn", bool1.value );
  366. submit("TRPIJ04003");
  367. datagrid2.subtotal("sum", -1, datagrid2.colRef("qty"), "#,###.#", "", 1, "합 계");
  368. datagrid2.subtotal("sum", -1, datagrid2.colRef("amt"), "#,###.#", "", 1, "합 계");
  369. model.resetInstanceNode("/root/send/selnode");
  370. model.refresh();
  371. ]]>
  372. </script>
  373. </datagrid>
  374. </case>
  375. <case id="case2">
  376. <datagrid id="datagrid3" nodeset="/root/main/patordinfo/otptlist" caption="진료일자^수납일자^진료과^진료의^보험유형^보조유형^환자번호^환자명" colwidth="100, 100, 100, 100, 100, 100, 66, 61, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:1187px; height:172px; ">
  377. <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
  378. <col ref="rcptdd" format="yyyy-mm-dd" style="text-align:center; "/>
  379. <col ref="orddeptnm" style="text-align:center; "/>
  380. <col ref="orddrnm" style="text-align:center; "/>
  381. <col ref="insukind" type="combo" style="text-align:center; ">
  382. <choices>
  383. <itemset nodeset="/root/init/P0008list/P0008">
  384. <label ref="cdnm"/>
  385. <value ref="cdid"/>
  386. </itemset>
  387. </choices>
  388. </col>
  389. <col ref="suppkind" type="combo" style="text-align:center; ">
  390. <choices>
  391. <itemset nodeset="/root/init/P0010list/P0008">
  392. <label ref="cdnm"/>
  393. <value ref="cdid"/>
  394. </itemset>
  395. </choices>
  396. </col>
  397. <col ref="pid" style="text-align:center; "/>
  398. <col ref="patnm" style="text-align:center; "/>
  399. <col ref="cretno" visibility="hidden"/>
  400. <col ref="orddeptcd" visibility="hidden" style="text-align:center; "/>
  401. <col ref="orddrid" visibility="hidden" style="text-align:center; "/>
  402. <script type="javascript" ev:event="ondblclick">
  403. <![CDATA[
  404. var row = datagrid3.row;
  405. model.setValue("/root/send/selnode/pid", datagrid3.valueMatrix(row, datagrid3.colRef("pid")) );
  406. model.setValue("/root/send/selnode/srchdd", datagrid3.valueMatrix(row, datagrid3.colRef("orddd")) );
  407. model.setValue("/root/send/selnode/cretno", datagrid3.valueMatrix(row, datagrid3.colRef("cretno")) );
  408. // model.setValue("/root/send/selnode/fromdd", datagrid3.valueMatrix(row, datagrid3.colRef("cretno")) );
  409. // model.setValue("/root/send/selnode/todd", datagrid3.valueMatrix(row, datagrid3.colRef("cretno")) );
  410. submit("TRPIJ04002");
  411. datagrid2.subtotal("sum", -1, datagrid2.colRef("qty"), "#,###.#", "", 1, "합 계");
  412. datagrid2.subtotal("sum", -1, datagrid2.colRef("amt"), "#,###.#", "", 1, "합 계");
  413. model.resetInstanceNode("/root/send/selnode");
  414. model.refresh();
  415. ]]>
  416. </script>
  417. </datagrid>
  418. </case>
  419. </switch>
  420. <output id="output16" ref="/root/main/amtinfo/amtlist/nopyinsubamt" class="output_fix" format="#,###" style="left:734px; top:301px; width:88px; height:19px; "/>
  421. <output id="output17" ref="/root/main/amtinfo/amtlist/nopyownbamt" class="output_fix" format="#,###" style="left:825px; top:301px; width:88px; height:19px; "/>
  422. <caption id="caption18" class="cell_1" style="left:622px; top:301px; width:110px; height:20px; ">비급여보험/본인</caption>
  423. <caption id="caption19" class="cell_1" style="left:915px; top:301px; width:110px; height:20px; ">전액본인부담</caption>
  424. <output id="output18" ref="/root/main/amtinfo/amtlist/allownownbamt" class="output_fix" format="#,###" style="left:1110px; top:301px; width:80px; height:19px; "/>
  425. <caption id="caption20" class="cell_1" style="left:915px; top:280px; width:110px; height:20px; "/>
  426. <caption id="caption21" class="cell_1" style="left:915px; top:322px; width:110px; height:20px; "/>
  427. <output id="output19" ref="/root/main/amtinfo/amtlist/allowninsubamt" class="output_fix" format="#,###" style="left:1027px; top:301px; width:80px; height:19px; "/>
  428. <output id="output20" class="output_fix" format="#,###" style="left:1027px; top:322px; width:163px; height:19px; "/>
  429. <output id="output21" class="output_fix" format="#,###" style="left:1027px; top:280px; width:163px; height:19px; "/>
  430. </group>
  431. <group id="group1" scroll="auto" style="left:0px; top:711px; width:1195px; height:34px; ">
  432. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1190px; y2:0px; "/>
  433. <button id="btn_close" class="btn4_letter2" style="left:1132px; top:5px; width:56px; height:22px; ">
  434. <caption>닫기</caption>
  435. <script type="javascript" ev:event="DOMActivate">
  436. <![CDATA[
  437. window.close(); // F5 실행시 IE를 종료시킨다.
  438. ]]>
  439. </script>
  440. </button>
  441. </group>
  442. </xhtml:body>
  443. </xhtml:html>