SMPID22000_요율변경내역및수정차액조회.xrw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  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. <send>
  10. <data1>
  11. <insukind/>
  12. <clamflagcd/>
  13. <clamym/>
  14. <clamdg/>
  15. <clamdeptcd/>
  16. <ioflag>O</ioflag>
  17. <suppkindyn/>
  18. <orddeptcd/>
  19. <orddrid/>
  20. <judgrid/>
  21. </data1>
  22. </send>
  23. <main>
  24. <list1/>
  25. </main>
  26. <init>
  27. <!-- 보험유형 -->
  28. <P0008list>
  29. <P0008>
  30. <cdnm/>
  31. <cdid/>
  32. <cdnm>보험+보호</cdnm>
  33. <cdid>1</cdid>
  34. <cdnm>보호전체</cdnm>
  35. <cdid>2</cdid>
  36. </P0008>
  37. </P0008list>
  38. <!-- 명세서구분코드(청구구분) -->
  39. <P0155list>
  40. <P0155>
  41. <cdnm/>
  42. <cdid/>
  43. </P0155>
  44. </P0155list>
  45. </init>
  46. <hidden>
  47. <item_all>
  48. <judgid/>
  49. <clamym/>
  50. <ioflag/>
  51. </item_all>
  52. </hidden>
  53. </root>
  54. </instance>
  55. <script type="javascript" ev:event="xforms-ready">
  56. <![CDATA[
  57. // 2. 화면초기화
  58. fInitialize();
  59. ]]>
  60. </script>
  61. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  62. <submission id="TRPID20407" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/init/clamdg"/>
  63. <submission id="TRPID20201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/item_all" replace="instance" resultref="/root/hidden/tmp"/>
  64. <submission id="TRPID22001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
  65. </model>
  66. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  71. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  72. <script type="javascript" src="../../../pam/aftjudgweb/js/SMPID20000.js"/>
  73. <script type="javascript">
  74. <![CDATA[
  75. // 화면 초기화
  76. function fInitialize() {
  77. // 1. 조회부 초기화
  78. model.setValue("/root/send/data1/insukind", "");
  79. model.setValue("/root/send/data1/clamflagcd", "");
  80. var today = new Date();
  81. var baseyear = today.getDateFormat("YYYY");
  82. var basemonth = today.getDateFormat("MM");
  83. var baseday = today.getDateFormat("DD");
  84. var currentym = baseyear + basemonth;
  85. var currentdd = baseyear + basemonth + baseday;
  86. model.setValue("/root/send/data1/clamym", currentym);
  87. model.setValue("/root/send/data1/clamdg", "");
  88. model.setValue("/root/send/data1/suppkindyn", "");
  89. // 1-1. 공통코드 조회
  90. zbcfGetCodeList(
  91. new Array("P0008" // 보험유형
  92. ,"P0155" // 청구구분
  93. ),
  94. new Array("/root/init/P0008list"
  95. ,"/root/init/P0155list"
  96. ) );
  97. // 1-2. 청구과, 진료과, 진료의, 청구차수 조회
  98. var userid = getUserId();
  99. model.setValue("/root/hidden/item_all/clamym", currentym );
  100. model.setValue("/root/hidden/item_all/judgid", userid );
  101. model.setValue("/root/hidden/item_all/ioflag", model.getValue("/root/send/data1/ioflag") );
  102. submit("TRPID20201");
  103. model.makeNode("/root/init/orddrid");
  104. model.makeNode("/root/init/clamdept");
  105. model.makeNode("/root/init/orddeptcd");
  106. model.makeNode("/root/init/orddeptcd");
  107. model.makeNode("/root/init/judgrid");
  108. model.makeNode("root/init/clamdg");
  109. model.copyNode("/root/init/orddrid", "/root/hidden/tmp/orddrid");
  110. model.copyNode("/root/init/clamdept", "/root/hidden/tmp/clamdept");
  111. model.copyNode("/root/init/orddeptcd", "/root/hidden/tmp/orddeptcd");
  112. model.copyNode("root/init/clamdg", "root/hidden/tmp/clamdg");
  113. model.copyNode("/root/init/judgrid", "root/hidden/tmp/judgrid");
  114. model.removeNodeset("/root/hidden/tmp/judgrid");
  115. model.removeNodeset("/root/hidden/tmp/suppkind");
  116. model.removeNodeset("/root/hidden/tmp/orddrid");
  117. model.removeNodeset("/root/hidden/tmp/clamdept");
  118. model.removeNodeset("/root/hidden/tmp/orddeptcd");
  119. model.removeNodeset("root/hidden/tmp/item3");
  120. model.removeNodeset("root/hidden/tmp/clamdg");
  121. model.removeNodeset("root/hidden/tmp/judgrid");
  122. // 주치의 비활성화
  123. cmb_orddrid.disabled = true;
  124. // 전체 청구과를 표시한다.
  125. cmb_clamdeptcd.choices.itemset.attribute("nodeset") = "/root/init/clamdept/clamdeptlist";
  126. // 전체 진료과, 진료의를 표시한다.
  127. cmb_orddeptcd.choices.itemset.attribute("nodeset") = "/root/init/orddeptcd/orddeptcdlist";
  128. model.refreshpart("/root/init/clamdg");
  129. cmb_clamdg.select(0);
  130. // 2. 그리드 초기화
  131. model.removenode("/root/main/list1");
  132. model.makeNode("/root/main/list1");
  133. model.refresh();
  134. }
  135. // 조회
  136. function fGetSuppChangeList() {
  137. if (model.getValue("/root/send/data1/clamym") == "") {
  138. messageBox("청구년월이", "I004");
  139. return false;
  140. }
  141. if (model.getValue("/root/send/data1/clamdg") == "") {
  142. messageBox("청구차수가", "I004");
  143. return false;
  144. }
  145. if (submit("TRPID22001")) {
  146. grd_clbslist.refresh();
  147. grd_clbslist.row = 2;
  148. }
  149. }
  150. function fGetClamdg() {
  151. // 청구년월에 대한 청구차수 조회
  152. model.removeNodeset("/root/init/clamdg");
  153. model.makeNode("/root/init/clamdg");
  154. submit("TRPID20407");
  155. cmb_clamdg.select(0);
  156. model.refreshpart("/root/init/clamdg");
  157. }
  158. ]]>
  159. </script>
  160. </xhtml:head>
  161. <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  162. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  163. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:13px; ">수정내역 및 요율변경 리스트</caption>
  164. </group>
  165. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:732px; ">
  166. <switch id="switch1" style="left:0px; top:103px; width:1195px; height:622px; border-style:none; ">
  167. <case id="case1" selected="true">
  168. <caption id="caption11" class="tit_2" style="left:5px; top:10px; width:187px; height:14px; ">요율변경 내역</caption>
  169. <line id="line1" class="line_1" style="x1:1px; y1:25px; x2:1191px; y2:25px; "/>
  170. <button id="btn_judgexcel" class="btn2_letter4" style="left:1125px; top:3px; width:64px; height:19px; ">
  171. <caption>엑셀저장</caption>
  172. <script type="javascript" ev:event="DOMActivate">
  173. <![CDATA[
  174. if (grd_clbslist.rows == 2) {
  175. return;
  176. }
  177. var fileName = window.fileDialog("save", ",", false, "요율변경내역및수정차액조회", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  178. if (fileName != "")
  179. {
  180. grd_clbslist.saveExcel(fileName, "sheetname:요율변경내역및수정차액조회; colhiddenextend:false; rowhiddenextend:true; exportfalsecols:; exportfalserows:;");
  181. messageBox("EXCEL 저장이 완료되었습니다.","I999");
  182. }
  183. ]]>
  184. </script>
  185. </button>
  186. <datagrid id="grd_clbslist" nodeset="/root/main/list1/clbs" caption="환자번호^수진자^진료년월^청구년월^청구&#xA;구분^차&#xA;수^환자일련^진료시작일^청구과^진료과^심사자^보험^이전&#xA;보조^이후&#xA;보조^심사후(청구)^심사후(청구)^심사전(생성)^심사전(생성)^후총진료비액-전총진료비액&#xA;(총진료비차액)^후청구액-&#xA;전청구액&#xA;(청구차액)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^진료의|환자번호^수진자^진료년월^청구년월^청구&#xA;구분^차&#xA;수^환자일련^진료시작일^청구과^진료과^심사자^보험^이전&#xA;보조^이후&#xA;보조^본인부담율^청구율^본인부담율^청구율^후총진료비액-전총진료비액&#xA;(총진료비차액)^후청구액-&#xA;전청구액&#xA;(청구차액)^총진료비^본인부담금^청구액^상한액^지원금^장애인의료비^대불금^총진료비^본인부담금^청구액^상한액^지원금^장애인의료비^대불금^진료의^삭제" colsep="^" colwidth="60, 50, 60, 50, 55, 25, 35, 68, 70, 45, 65, 35, 35, 35, 70, 60, 70, 60, 85, 80, 65, 70, 65, 65, 65, 80, 65, 65, 70, 65, 65, 65, 80, 65, 70" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" fixed-rows="2" style="left:1px; top:31px; width:1190px; height:584px; ">
  187. <col ref="pid" style="text-align:center; "/>
  188. <col ref="patnm" style="text-align:center; "/>
  189. <col ref="ordym" format="yyyy-mm" style="text-align:center; "/>
  190. <col ref="clamym" visibility="hidden" format="yyyy-mm" style="text-align:center; "/>
  191. <col disabled="true" ref="clamflagcd" style="text-align:left; "/>
  192. <col ref="clamdg" style="text-align:center; "/>
  193. <col ref="pidsn" visibility="hidden" style="text-align:center; "/>
  194. <col ref="ordfromdd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
  195. <col disabled="true" ref="clamdeptcd" style="text-align:center; "/>
  196. <col ref="orddeptcd" style="text-align:center; "/>
  197. <col disabled="true" ref="judgrid;"/>
  198. <col ref="insukind" style="text-align:center; "/>
  199. <col ref="prevsuppkind" style="text-align:center; "/>
  200. <col ref="nextsuppkind" style="text-align:center; "/>
  201. <col ref="aftownbrate" format="###" style="text-align:right; "/>
  202. <col ref="aftclamrate" format="###" style="text-align:right; "/>
  203. <col ref="bfrownbrate" format="###" style="text-align:right; "/>
  204. <col ref="bfrclamrate" format="###" style="text-align:right; "/>
  205. <col ref="totorddifamt" format="#,###" style="text-align:right; "/>
  206. <col ref="insuclamdifamt" format="#,###" style="text-align:right; "/>
  207. <col ref="afttotordamt" format="#,###" style="text-align:right; "/>
  208. <col ref="aftownbamt" format="#,###" style="text-align:right; "/>
  209. <col ref="aftinsuclamamt" format="#,###" style="text-align:right; "/>
  210. <col ref="aftownbmaxexamt" format="#,###" style="text-align:right; "/>
  211. <col ref="aftsuppamt" format="#,###" style="text-align:right; "/>
  212. <col ref="afthandcaprfund" format="#,###" style="text-align:right; "/>
  213. <col ref="aftsubtamt" format="#,###" style="text-align:right; "/>
  214. <col ref="bfrtotordamt" format="#,###" style="text-align:right; "/>
  215. <col ref="bfrownbamt" format="#,###" style="text-align:right; "/>
  216. <col ref="bfrinsuclamamt" format="#,###" style="text-align:right; "/>
  217. <col ref="bfrownbmaxexamt" format="#,###" style="text-align:right; "/>
  218. <col ref="bfrsuppamt" format="#,###" style="text-align:right; "/>
  219. <col ref="bfrhandcaprfund" format="#,###" style="text-align:right; "/>
  220. <col ref="bfrsubtamt" format="#,###" style="text-align:right; "/>
  221. <col ref="orddrid" style="text-align:center; "/>
  222. <script type="javascript" ev:event="onaftersort">
  223. <![CDATA[
  224. grd_clbslist.gridToInstance();
  225. grd_clbslist.row = 2;
  226. ]]>
  227. </script>
  228. <script type="javascript" ev:event="ondblclick">
  229. <![CDATA[
  230. if (grd_clbslist.isCell(event.target) && grd_clbslist.mouseRow >= grd_clbslist.fixedRows) {
  231. var row = grd_clbslist.row - 1;
  232. var clamym = model.getValue("/root/main/list1/clbs[" + row + "]/clamym");
  233. var clamdg = model.getValue("/root/main/list1/clbs[" + row + "]/clamdg");
  234. var pid = model.getValue("/root/main/list1/clbs[" + row + "]/pid");
  235. var pidsn = model.getValue("/root/main/list1/clbs[" + row + "]/pidsn");
  236. var ordfromdd = model.getValue("/root/main/list1/clbs[" + row + "]/ordfromdd");
  237. if (clamym != "" && clamdg != "" && pid != "" && pidsn != "" && ordfromdd != "") {
  238. setParameter("SPPID21301_clamym", clamym);
  239. setParameter("SPPID21301_clamdg", clamdg);
  240. setParameter("SPPID21301_pid", pid);
  241. setParameter("SPPID21301_pidsn", pidsn);
  242. setParameter("SPPID21301_insukind", "");
  243. setParameter("SPPID21301_suppkind", "");
  244. setParameter("SPPID21301_ordfromdd", ordfromdd);
  245. setParameter("SPPID21301_item1", "");
  246. setParameter("SPPID21301_item2", "");
  247. btn_sw2.dispatch("onclick");
  248. }
  249. }
  250. ]]>
  251. </script>
  252. <script type="javascript" ev:event="onkeydown">
  253. <![CDATA[
  254. // 셀 복사 Ctrl + C 키를 누른 경우
  255. if (grd_clbslist.isCell(event.target) && grd_clbslist.row >= grd_clbslist.fixedRows) {
  256. var row = grd_clbslist.row;
  257. var col = grd_clbslist.col;
  258. var clip = grd_clbslist.labelMatrix(row, col);
  259. window.clipBoardData = clip;
  260. }
  261. ]]>
  262. </script>
  263. <script type="javascript" ev:event="oncopy">
  264. <![CDATA[
  265. grid_oncopy();
  266. ]]>
  267. </script>
  268. </datagrid>
  269. </case>
  270. <case id="case2">
  271. <iviewer id="ivw_difflist" src="../../../pam/aftjudgweb/xrw/SPPID21302_차액상세조회.xrw" style="left:0px; top:0px; width:1193px; height:620px; border-style:none; "/>
  272. </case>
  273. </switch>
  274. <shape id="roundrect1" appearance="roundrect" style="left:0px; top:7px; width:1195px; height:68px; "/>
  275. <caption id="caption2" class="search_name" style="left:267px; top:19px; width:86px; height:17px; ">보험유형 :</caption>
  276. <caption id="caption1" class="search_name" style="left:266px; top:46px; width:112px; height:17px; ">외래입원구분 :</caption>
  277. <caption id="caption4" class="search_name" style="left:1px; top:46px; width:86px; height:17px; ">청구구분 :</caption>
  278. <button id="btn_up" class="icon_up" style="left:164px; top:18px; width:10px; height:9px; ">
  279. <caption/>
  280. <script type="javascript" ev:event="onclick">
  281. <![CDATA[
  282. // 청구년월 다음월
  283. var nowym = model.getValue("/root/send/data1/clamym");
  284. var upym;
  285. upym = pidfCalMonth(1, nowym);
  286. model.setValue("/root/send/data1/clamym", upym);
  287. ipt_clamym.refresh();
  288. // 청구년월에 대한 청구차수 조회
  289. model.removeNodeset("/root/init/clamdg");
  290. model.makeNode("/root/init/clamdg");
  291. submit("TRPID20407");
  292. cmb_clamdg.select(0);
  293. model.refreshpart("/root/init/clamdg");
  294. ]]>
  295. </script>
  296. </button>
  297. <select1 id="cmb_clamdg" ref="/root/send/data1/clamdg" appearance="minimal" style="left:179px; top:18px; width:62px; height:19px; ">
  298. <choices>
  299. <itemset nodeset="/root/init/clamdg/clamdglist">
  300. <label ref="clamdgnm"/>
  301. <value ref="clamdgcd"/>
  302. </itemset>
  303. </choices>
  304. </select1>
  305. <button id="btn_down" class="icon_down" style="left:164px; top:28px; width:10px; height:9px; ">
  306. <caption/>
  307. <script type="javascript" ev:event="onclick">
  308. <![CDATA[
  309. // 청구년월 이전월
  310. var nowym = model.getValue("/root/send/data1/clamym");
  311. var downym;
  312. downym = pidfCalMonth(-1, nowym);
  313. model.setValue("/root/send/data1/clamym", downym);
  314. ipt_clamym.refresh();
  315. // 청구년월에 대한 청구차수 조회
  316. model.removeNodeset("/root/init/clamdg");
  317. model.makeNode("/root/init/clamdg");
  318. submit("TRPID20407");
  319. cmb_clamdg.select(0);
  320. model.refreshpart("/root/init/clamdg");
  321. ]]>
  322. </script>
  323. </button>
  324. <input id="ipt_clamym" ref="/root/send/data1/clamym" class="input_search" navindex="3" inputtype="date" format="yyyy-mm" style="left:91px; top:18px; width:69px; height:19px; text-align:center; ">
  325. <script type="javascript" ev:event="xforms-value-changed">
  326. <![CDATA[
  327. pidfGetClamdg();
  328. ]]>
  329. </script>
  330. </input>
  331. <line id="line3" class="line_4" style="x1:1117px; y1:16px; x2:1117px; y2:68px; "/>
  332. <button id="btn_search" class="btn1_letter2" navindex="32" style="left:1133px; top:30px; width:56px; height:22px; ">
  333. <caption>조회</caption>
  334. <script type="javascript" ev:event="DOMActivate">
  335. <![CDATA[
  336. fGetSuppChangeList();
  337. ]]>
  338. </script>
  339. </button>
  340. <select1 id="cmb_docuflagcd" ref="/root/send/data1/clamflagcd" class="combo_search" navindex="2" appearance="minimal" showvalue="true" style="left:91px; top:46px; width:109px; height:19px; ">
  341. <choices>
  342. <itemset nodeset="/root/init/P0155list/P0155">
  343. <label ref="cdnm"/>
  344. <value ref="cdid"/>
  345. </itemset>
  346. </choices>
  347. </select1>
  348. <output id="opt_insukind" ref="/root/send/data1/insukind" class="output_search" style="left:442px; top:19px; width:25px; height:19px; text-align:center; "/>
  349. <select1 id="cmb_insukind" ref="/root/send/data1/insukind" class="combo_search" navindex="1" appearance="minimal" style="left:357px; top:19px; width:82px; height:19px; ">
  350. <choices>
  351. <itemset nodeset="/root/init/P0008list/P0008">
  352. <label ref="cdnm"/>
  353. <value ref="cdid"/>
  354. </itemset>
  355. </choices>
  356. </select1>
  357. <caption id="caption7" class="search_name" style="left:1px; top:19px; width:86px; height:17px; ">청구년월 :</caption>
  358. <button id="btn_sw1" class="btn_sw" group="tab" selected="true" style="left:0px; top:81px; width:105px; height:22px; font-size:8pt; ">
  359. <caption>명단조회</caption>
  360. <script type="javascript" ev:event="onclick">
  361. <![CDATA[
  362. model.toggle("case1");
  363. ]]>
  364. </script>
  365. </button>
  366. <button id="btn_sw2" class="btn_sw" group="tab" style="left:105px; top:81px; width:105px; height:22px; font-size:8pt; ">
  367. <caption>수정내역조회</caption>
  368. <script type="javascript" ev:event="onclick">
  369. <![CDATA[
  370. model.toggle("case2");
  371. ivw_difflist.window.javaScript.fInitialize();
  372. ]]>
  373. </script>
  374. </button>
  375. <select1 id="cmb_ioflag" ref="/root/send/data1/ioflag" class="combo_search" navindex="5" appearance="minimal" style="left:381px; top:46px; width:85px; height:19px; ">
  376. <choices>
  377. <item>
  378. <label>외래</label>
  379. <value>O</value>
  380. </item>
  381. <item>
  382. <label>입원</label>
  383. <value>I</value>
  384. </item>
  385. </choices>
  386. <script type="javascript" ev:event="xforms-value-changed">
  387. <![CDATA[
  388. fGetClamdg();
  389. ]]>
  390. </script>
  391. </select1>
  392. <select1 id="cmb_clamdeptcd" ref="/root/send/data1/clamdeptcd" class="combo_search" navindex="4" appearance="minimal" style="left:577px; top:18px; width:98px; height:19px; ">
  393. <!-- <itemset nodeset="/root/init/P0287list[P0287 or P0288]">-->
  394. <choices>
  395. <itemset nodeset="/root/init/clamdept/clamdeptlist">
  396. <label ref="cdnm"/>
  397. <value ref="cdid"/>
  398. </itemset>
  399. </choices>
  400. </select1>
  401. <caption id="caption35" class="search_name" style="left:496px; top:19px; width:73px; height:17px; ">청구과 :</caption>
  402. <select1 id="cmb_orddeptcd" ref="/root/send/data1/orddeptcd" class="combo_search" navindex="7" appearance="minimal" itemcount="20" style="left:779px; top:15px; width:98px; height:19px; ">
  403. <!-- <itemset nodeset="/root/init/P0287list[P0287 or P0288]">-->
  404. <choices>
  405. <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
  406. <label ref="nm"/>
  407. <value ref="cd"/>
  408. </itemset>
  409. </choices>
  410. <script type="javascript" ev:event="xforms-value-changed">
  411. <![CDATA[
  412. var orddeptcd = model.getValue("/root/send/data1/orddeptcd");
  413. if (orddeptcd) {
  414. cmb_orddrid.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp='" + orddeptcd + "']";
  415. cmb_orddrid.disabled = false;
  416. } else {
  417. cmb_orddrid.disabled = true;
  418. }
  419. model.setValue("/root/send/data1/orddrid", ""); // 주치의 선택을 초기화한다.
  420. cmb_orddrid.refresh();
  421. ]]>
  422. </script>
  423. </select1>
  424. <caption id="caption46" class="search_name" style="left:701px; top:15px; width:73px; height:17px; ">진료과 :</caption>
  425. <select1 id="cmb_orddrid" ref="/root/send/data1/orddrid" class="combo_search" navindex="8" appearance="minimal" itemcount="20" style="left:779px; top:44px; width:98px; height:19px; ">
  426. <choices>
  427. <itemset nodeset="/root/init/orddrid/orddridlist">
  428. <label ref="nm"/>
  429. <value ref="cd"/>
  430. </itemset>
  431. </choices>
  432. </select1>
  433. <caption id="caption40" class="search_name" style="left:700px; top:44px; width:73px; height:17px; ">진료의 :</caption>
  434. <select id="checkbox3" ref="/root/send/data1/suppkindyn" class="checkbox_search" navindex="6" overflow="visible" appearance="full" style="left:500px; top:50px; width:175px; height:19px; ">
  435. <choices>
  436. <item>
  437. <label>외래 요율변경건만 조회</label>
  438. <value>Y</value>
  439. </item>
  440. </choices>
  441. </select>
  442. <select1 id="cmb_judgrid" ref="/root/send/data1/judgrid" class="combo_search" navindex="8" appearance="minimal" style="left:985px; top:15px; width:116px; height:19px; ">
  443. <choices>
  444. <itemset nodeset="/root/init/judgrid/judgridlist">
  445. <label ref="nm"/>
  446. <value ref="cd"/>
  447. </itemset>
  448. </choices>
  449. </select1>
  450. <caption id="caption15" class="search_name" style="left:901px; top:16px; width:73px; height:17px; ">심사자</caption>
  451. <button id="button2" class="btn2_letter3" style="left:958px; top:107px; width:53px; height:19px; ">
  452. <caption>셀카피</caption>
  453. <script type="javascript" ev:event="onclick">
  454. <![CDATA[
  455. grd_clbslist.attribute("selectionmode") = "free";
  456. ]]>
  457. </script>
  458. </button>
  459. <button id="button1" class="btn2_letter3" style="left:1014px; top:107px; width:53px; height:19px; ">
  460. <caption>열카피</caption>
  461. <script type="javascript" ev:event="onclick">
  462. <![CDATA[
  463. grd_clbslist.attribute("selectionmode") = "bycol";
  464. ]]>
  465. </script>
  466. </button>
  467. <button id="button7" class="btn2_letter3" style="left:1070px; top:107px; width:53px; height:19px; ">
  468. <caption>행카피</caption>
  469. <script type="javascript" ev:event="onclick">
  470. <![CDATA[
  471. grd_clbslist.attribute("selectionmode") = "byrow";
  472. ]]>
  473. </script>
  474. </button>
  475. </group>
  476. <group id="grp_btn" scroll="auto" style="left:0px; top:745px; width:1195px; height:27px; ">
  477. <button id="button3" class="btn4_letter3" style="left:1126px; top:5; width:68px; height:22px; ">
  478. <caption>초기화</caption>
  479. <script type="javascript" ev:event="DOMActivate">
  480. <![CDATA[
  481. fInitialize();
  482. ]]>
  483. </script>
  484. </button>
  485. </group>
  486. </xhtml:body>
  487. </xhtml:html>