SMPIE01100_의료급여심사결과통보서(F060)조회.xrw 102 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806
  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. <list01>
  11. <gridpiehf601>
  12. <judgdg/>
  13. <clamno/>
  14. <notidd/>
  15. <chosflag/>
  16. <ordfildcd/>
  17. <acptno/>
  18. <setno/>
  19. <jqtotordamtsum/>
  20. <jqsecuinstbamtsum/>
  21. <jrsltcnt/>
  22. <jrjudgdeciamt/>
  23. <adjtamtsum/>
  24. <realcutamt/>
  25. <cutrate/>
  26. <ordym/>
  27. <clamdd/>
  28. <acptdd/>
  29. <rem/>
  30. <ordterm/>
  31. <judgchrgdeptnm/>
  32. <judgchrgjonm/>
  33. <judgchrgnm/>
  34. <tel/>
  35. <verflag/>
  36. <clamseqno/>
  37. <corpmark/>
  38. <suppcd/>
  39. <hospnm/>
  40. </gridpiehf601>
  41. </list01>
  42. <list02>
  43. <gridpiehf602>
  44. <judgdg/>
  45. <clamno/>
  46. <acptno/>
  47. <docuseqno/>
  48. <pid/>
  49. <patnm/>
  50. <ordtype/>
  51. <medcarekindflag/>
  52. <spclmark/>
  53. <maindiagcd/>
  54. <ordopendd/>
  55. <jradjtsum1/>
  56. <jradjtsum2/>
  57. <fixrateflag/>
  58. <docuseqrem/>
  59. <inchosdayno/>
  60. <medcaredayno/>
  61. <ordtims/>
  62. <judgchrgjonm/>
  63. <procinstmark/>
  64. <procinstmarknm/>
  65. <hshdnm/>
  66. <patrrgstno/>
  67. <kind/>
  68. <spec/>
  69. <clmcstotamt/>
  70. <clownbamt/>
  71. <clseqmttotamt/>
  72. <clsubtamt/>
  73. <clhandicaprfund/>
  74. <clsecuinstbamt/>
  75. <clownbmaxexamt/>
  76. <jrmcstotamt/>
  77. <jrownbamt/>
  78. <jrsecuinstbamt/>
  79. <jrtrudirecpamt/>
  80. <jrjudgdeciamt/>
  81. <jrsubtamt/>
  82. <jrhandicaprfund/>
  83. <jrrtnamt/>
  84. <jraddchrgamt/>
  85. <jrownbmaxexamt/>
  86. <docuseqrem/>
  87. <docuseqno2/>
  88. <cldruglimitdiffamtsum/>
  89. <clpatmcstotamtsum/>
  90. <jrdruglimitdiffamtsum/>
  91. <jrpatmcstotamtsum/>
  92. <adjtresn/>
  93. </gridpiehf602>
  94. <gridpiehf604>
  95. <jqcntsum/>
  96. <jqtotordamtsum/>
  97. <jqownbamtsum/>
  98. <jqownbmaxexamtsum/>
  99. <jqsubtaamtsum/>
  100. <jqhandicaprfundsum/>
  101. <jqsecuinstbamtsum/>
  102. <jqqualcnfmtcntsum/>
  103. <jqownbrtnamtsum/>
  104. <jqownaddbamtsum/>
  105. <jqtrudirecpamtsum/>
  106. <jqjudgdeciamtsum/>
  107. <jrcntsum/>
  108. <jrtotordamtsum/>
  109. <jrownbamtsum/>
  110. <jrownbmaxexamtsum/>
  111. <jrsubtaamtsum/>
  112. <jrhandicaprfundsum/>
  113. <jrsecuinstbamtsum/>
  114. <jrqualcnfmtcntsum/>
  115. <jrownbrtnamtsum/>
  116. <jrownaddbamtsum/>
  117. <jrtrudirecpamtsum/>
  118. <jrjudgdeciamtsum/>
  119. <picntsum/>
  120. <pitotordamtsum/>
  121. <rucntsum/>
  122. <rutotordamtsum/>
  123. <jradjtsum1/>
  124. <jradjtsum2/>
  125. <ruadjtamtsum/>
  126. <rucutrate/>
  127. <ruclclamamt/>
  128. <piclclamamt/>
  129. <jqdruglimitdiffamtsum/>
  130. <jrdruglimitdiffamtsum/>
  131. <jqpatmcstotamtsum/>
  132. <jrpatmcstotamtsum/>
  133. <jqdruglimitdiffamtadjtsum/>
  134. <jrdruglimitdiffamtadjtsum/>
  135. </gridpiehf604>
  136. <remdata>
  137. <rem/>
  138. </remdata>
  139. </list02>
  140. <list03>
  141. <gridpiehf602amt>
  142. <clmcstotamt/>
  143. <clownbamt/>
  144. <clownbmaxexamt/>
  145. <clsubtamt/>
  146. <clhandicaprfund/>
  147. <clsecuinstbamt/>
  148. <clseqmttotamt/>
  149. <jrmcstotamt/>
  150. <jrownbamt/>
  151. <jrownbmaxexamt/>
  152. <jrsubtamt/>
  153. <jrhandicaprfund/>
  154. <jrsecuinstbamt/>
  155. <jrrtnamt/>
  156. <jraddchrgamt/>
  157. <jrtrudirecpamt/>
  158. <jrjudgdeciamt/>
  159. <jradjtsum1/>
  160. <jradjtsum2/>
  161. <jradjtsumtotal/>
  162. <cutrate/>
  163. <adjtresn/>
  164. <cldruglimitdiffamtsum/>
  165. <jrdruglimitdiffamtsum/>
  166. <clpatmcstotamtsum/>
  167. <jrpatmcstotamtsum/>
  168. </gridpiehf602amt>
  169. <gridpiehf603>
  170. <lnno/>
  171. <item/>
  172. <adjtresn/>
  173. <actmatrflag/>
  174. <code/>
  175. <ordnm/>
  176. <unitcost/>
  177. <dayqtyrt/>
  178. <totqtyrt/>
  179. <adjtamt/>
  180. <jidetlresncd/>
  181. <relbase/>
  182. <rem/>
  183. <judgdg/>
  184. <clamno/>
  185. <acptno/>
  186. <docuseqno/>
  187. <snglcalcscorcd/>
  188. <druglimitdiffamtadjtamt/>
  189. <limitdiffamt/>
  190. </gridpiehf603>
  191. <gridpiehf605>
  192. <lnno/>
  193. <prcpcd/>
  194. <prcpnm/>
  195. <trustcorpmark/>
  196. <trudirecpamt/>
  197. <tretcd/>
  198. <rem/>
  199. </gridpiehf605>
  200. <gridpiehf606>
  201. <mpsno/>
  202. <lnno/>
  203. <resn/>
  204. <prcpcd/>
  205. <prcpnm/>
  206. <adjttims/>
  207. <rem/>
  208. </gridpiehf606>
  209. </list03>
  210. <popupflag/>
  211. <list04>
  212. <rem/>
  213. </list04>
  214. </main>
  215. <send>
  216. <termflag/>
  217. <fromterm/>
  218. <toterm/>
  219. <acptno/>
  220. <chosflag/>
  221. <clamno/>
  222. <ordfildcd/>
  223. <sendf601>
  224. <judgdg/>
  225. <acptno/>
  226. <setno/>
  227. <clamseqno/>
  228. <clamno/>
  229. </sendf601>
  230. <sendf603>
  231. <judgdg/>
  232. <acptno/>
  233. <setno/>
  234. <clamseqno/>
  235. <clamno/>
  236. <docuseqno/>
  237. </sendf603>
  238. <send_clamno>
  239. <acptno/>
  240. </send_clamno>
  241. <send_rem>
  242. <judgdg/>
  243. <acptno/>
  244. <setno/>
  245. <clamseqno/>
  246. <clamno/>
  247. </send_rem>
  248. <summary/>
  249. <searchgridrow>
  250. <docuseqno/>
  251. <patnm/>
  252. </searchgridrow>
  253. <numflag/>
  254. <srchnum/>
  255. <clamdgfrom/>
  256. <clamdgto/>
  257. <clamflag/>
  258. <clamym/>
  259. </send>
  260. <popupdata>
  261. <popupmenu>
  262. <grd_f601>
  263. <item>
  264. <name>의료급여심결 삭제</name>
  265. <func>fDeleteF060</func>
  266. </item>
  267. </grd_f601>
  268. </popupmenu>
  269. </popupdata>
  270. <init>
  271. <P0028list>
  272. <P0028>
  273. <cdid/>
  274. <cdnm/>
  275. </P0028>
  276. </P0028list>
  277. <P0235list>
  278. <P0235>
  279. <cdid/>
  280. <cdnm/>
  281. </P0235>
  282. </P0235list>
  283. <P0425list>
  284. <P0425>
  285. <cdid/>
  286. <cdnm/>
  287. </P0425>
  288. </P0425list>
  289. <P0155list>
  290. <P0155>
  291. <cdid/>
  292. <cdnm/>
  293. </P0155>
  294. </P0155list>
  295. <clamdg/>
  296. <clamdgfrom/>
  297. <clamdgto/>
  298. </init>
  299. <hidden>
  300. <list01>
  301. <list_clamno>
  302. <claminfo>
  303. <clamno/>
  304. <ordfildcd/>
  305. <ioflag/>
  306. </claminfo>
  307. </list_clamno>
  308. </list01>
  309. <prnt1>
  310. <f601/>
  311. </prnt1>
  312. </hidden>
  313. <source>
  314. <judgdg/>
  315. <clamno/>
  316. <acptno/>
  317. <docuseqno/>
  318. <lnno/>
  319. <adjtresn/>
  320. <workflag/>
  321. </source>
  322. <source_CutOrdRgst/>
  323. <temp>
  324. <data1>
  325. <hospnm/>
  326. <corpmark/>
  327. <ordfildcd/>
  328. <chosflag/>
  329. <ordym/>
  330. <notidd/>
  331. <clamno/>
  332. <setno/>
  333. <acptno/>
  334. <judgdg/>
  335. </data1>
  336. <data2>
  337. <docuseqno/>
  338. <medcarekindflag/>
  339. <patnm/>
  340. <pid/>
  341. <hshdnm/>
  342. <procinstmarknm/>
  343. <patrrgstno/>
  344. <procinstmark/>
  345. <kind/>
  346. <spec/>
  347. <ordopendd/>
  348. <inchosdayno/>
  349. <ordtims/>
  350. <clmcstotamt/>
  351. <jrmcstotamt/>
  352. <clownbamt/>
  353. <jrownbamt/>
  354. <clhandicaprfund/>
  355. <jrhandicaprfund/>
  356. <clsecuinstbamt/>
  357. <jrsecuinstbamt/>
  358. <clsubtamt/>
  359. <jrrtnamt/>
  360. <jraddchrgamt/>
  361. <jrjudgdeciamt/>
  362. <adjtresn/>
  363. </data2>
  364. </temp>
  365. </root>
  366. </instance>
  367. <submission id="TRPIE01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01"/>
  368. <submission id="TRPIE01102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/sendf601" resultref="/root/main/list02"/>
  369. <submission id="TRPIE01103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/sendf603" resultref="/root/main/list03"/>
  370. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  371. <submission id="TRPIE01104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_clamno" resultref="/root/hidden/list01/claminfo"/>
  372. <submission id="TRPID20407" mediatype="application/x-www-form-urlencoded" method="post" ref="root/send" resultref="/root/init/clamdg"/>
  373. </model>
  374. <script type="javascript" ev:event="xforms-ready">
  375. <![CDATA[
  376. // 1. 노드 초기화
  377. Node_Init();
  378. // 2. 공통코드 조회
  379. CommCode_Load();
  380. ]]>
  381. </script>
  382. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  383. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  384. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  385. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  386. <script type="javascript">
  387. <![CDATA[
  388. function Node_Init() {
  389. rdo_chosflag.select(0);
  390. rdo_numflag.select(1);
  391. rdo_termflag.select(2);
  392. model.removeNodeset("/root/main/list01/gridpiehf601");
  393. model.removeNodeset("/root/main/list02/gridpiehf602");
  394. model.removeNodeset("/root/main/list02/gridpiehf604");
  395. model.removeNodeset("/root/main/list02/remdata");
  396. model.removeNodeset("/root/main/list03/gridpiehf602amt");
  397. model.removeNodeset("/root/main/list03/gridpiehf603");
  398. model.removeNodeset("/root/main/list03/gridpiehf605");
  399. model.removeNodeset("/root/main/list03/gridpiehf606");
  400. model.setFocus("ipt_fromterm");
  401. model.refresh();
  402. // 다른 화면에서 팝업으로 호출하는 경우 자동조회
  403. // 호출화면 : SMPIS00100_청구및자료수집이력조회, SMPIS00200_월별환자조회, SMPIF20100_개인별모든내역보기, SMPIF20300_개인별청구및심결내역조회, SPPIE00720_심결요약보기
  404. var srchnum = model.getValue("/root/send/summary/srchnum");
  405. if (srchnum != "") {
  406. ipt_fromterm.disabled = false;
  407. ipt_toterm.disabled = false;
  408. model.setValue("/root/send/numflag", model.getValue("/root/send/summary/numflag"));
  409. model.setValue("/root/send/termflag", model.getValue("/root/send/summary/termflag"));
  410. model.setValue("/root/send/fromterm", model.getValue("/root/send/summary/fromterm"));
  411. model.setValue("/root/send/toterm", model.getValue("/root/send/summary/toterm"));
  412. model.setValue("/root/send/srchnum", model.getValue("/root/send/summary/srchnum"));
  413. model.setValue("/root/send/clamno", model.getValue("/root/send/summary/clamno"));
  414. model.refresh();
  415. submit("TRPIE01101");
  416. }
  417. }
  418. // 공통코드 Load작업
  419. function CommCode_Load() {
  420. zbcfGetCodeList(new Array("P0028","P0235","P0425", "P0155"), new Array("/root/init/P0028list", "/root/init/P0235list","/root/init/P0425list", "/root/init/P0155list"));
  421. model.refresh();
  422. }
  423. function Search(){
  424. // model.resetInstanceNode("/root/main/list01");
  425. // model.resetInstanceNode("/root/main/list02");
  426. // model.resetInstanceNode("/root/main/list03");
  427. model.removeNodeset("/root/main/list01");
  428. model.removeNodeset("/root/main/list02");
  429. model.removeNodeset("/root/main/list03");
  430. model.refresh();
  431. submit("TRPIE01101");
  432. grd_f601.colStyle(7,"data","background-color") = "#ccccff";
  433. grd_f601.colStyle(8,"data","background-color") = "#ccbbff";
  434. grd_f601.colStyle(9,"data","background-color") = "#ccaaff";
  435. grd_f601.colStyle(10,"data","background-color") = "#cc99ff";
  436. grd_f601.colStyle(12,"data","background-color") = "#cc88ff";
  437. btn_acptno.selected = true;
  438. model.toggle("case1");
  439. Search_Step();
  440. }
  441. // 의사전달삭감처방등록관리
  442. function fGridCutOrdRgst() {
  443. var selectCnt = 0;
  444. selectCnt = grd_pirhobtspec.selectedRows;
  445. var grd_nodeSet = grd_pirhobtspec.nodeset;
  446. var destNode = instance1.selectSingleNode("/root/source_CutOrdRgst");
  447. var srcNode;
  448. for (var i = 0; i < selectCnt; i++ ) {
  449. // srcNode = instance1.selectSingleNode(grd_nodeSet + "[" + grd_pirhobtspec.selectedRow(i) + "]");
  450. srcNode = instance1.selectSingleNode(grd_nodeSet + "[" + (grd_pirhobtspec.selectedRow(i) - grd_pirhobtspec.fixedRows + 1) + "]");
  451. model.duplicate(destNode, srcNode);
  452. }
  453. // window.load("../../../pam/edimngtweb/xrw/SPPIR30310_의사삭감전달처방등록관리.xrw", "modeless", "pop", "", "/root/source_CutOrdRgst", "/root/hidden");
  454. window.load("../../../pam/edimngtweb/xrw/SPPIR30310_의사삭감전달처방등록관리.xrw", "modeless", "pop", "", "/root/source_CutOrdRgst", "/root/main/cuodlist");
  455. }
  456. function fInitialize(){
  457. model.resetInstanceNode("/root/send");
  458. // 기간 라디오 버튼
  459. model.setValue("/root/send/termflag",'3');
  460. // 내원유형 라디오 버튼
  461. model.setValue("/root/send/chosflag",'A');
  462. model.removeNodeset("/root/main/list01/gridpiehf601");
  463. model.removeNodeset("/root/main/list02/gridpiehf602");
  464. model.removeNodeset("/root/main/list02/gridpiehf604");
  465. model.removeNodeset("/root/main/list02/remdata/rem");
  466. model.removeNodeset("/root/main/list03/gridpiehf602sum");
  467. model.removeNodeset("/root/main/list03/gridpiehf603");
  468. model.removeNodeset("/root/main/list03/gridpiehf606");
  469. model.removeNodeset("/root/main/list03/gridpiehf605");
  470. model.setFocus("ipt_fromterm");
  471. model.refresh();
  472. }
  473. // 의료급여심결통보서 삭제
  474. function fDeleteF060() {
  475. if (grd_f601.row >= grd_f601.fixedRows ) {
  476. // 1. 삭제할 접수반송증 데이터를 만든다.
  477. var rows = grd_f601.selectedRows;
  478. var cnt = 1;
  479. for (var i = 0; i < rows; i++) {
  480. var sel = grd_f601.selectedRow(i);
  481. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/openflag", "f060");
  482. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/rsrvflag", "Y");
  483. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/uncoflag", "Y");
  484. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/cutflag", "Y");
  485. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/judgdg", model.getValue("/root/main/list01/gridpiehf601[" + sel + "]/judgdg"));
  486. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/acptno", model.getValue("/root/main/list01/gridpiehf601[" + sel + "]/acptno"));
  487. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/setno", model.getValue("/root/main/list01/gridpiehf601[" + sel + "]/setno"));
  488. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/clamseqno", model.getValue("/root/main/list01/gridpiehf601[" + sel + "]/clamseqno"));
  489. model.makeValue("/root/hidden/sppie00810/list/data[" + cnt + "]/clamno", model.getValue("/root/main/list01/gridpiehf601[" + sel + "]/clamno"));
  490. cnt++;
  491. }
  492. // 2. 수신테이블 삭제 팝업 호출
  493. modal("SPPIE00810", "", "10", "10", "SPPIE00810", "/root/hidden/sppie00810" ,"/root/main", "", "");
  494. }
  495. }
  496. function Search_Step() {
  497. var rtn = null;
  498. if (grd_f601.rows > 1) {
  499. var row = 1;
  500. var t01 = grd_f601.textmatrix(row, 1); // 심사차수
  501. var t06 = grd_f601.textmatrix(row, 6); // 접수번호
  502. var t07 = grd_f601.textmatrix(row, 7); // 묶음번호
  503. var t23 = grd_f601.textmatrix(row,23); // 청일련
  504. var t02 = grd_f601.textmatrix(row, 2); // 청구번호
  505. // 비고란을 왼쪽 하단에 별도로 보여주기위한 추가부분
  506. var t16 = grd_f601.textmatrix(row,16); // rem
  507. model.setValue( "instance('instance1')/send/sendf601/judgdg", t01 );
  508. model.setValue( "instance('instance1')/send/sendf601/acptno", t06 );
  509. model.setValue( "instance('instance1')/send/sendf601/setno", t07 );
  510. model.setValue( "instance('instance1')/send/sendf601/clamseqno", t23 );
  511. model.setValue( "instance('instance1')/send/sendf601/clamno", t02 );
  512. // 수신팝업을 위한 팝업
  513. // model.setValue("/root/send/send_rem/judgdg",model.getValue("/root/main/list01/gridpiehf601/judgdg"));
  514. // model.setValue("/root/send/send_rem/clamno",model.getValue("/root/main/list01/gridpiehf601/clamno"));
  515. // model.setValue("/root/send/send_rem/acptno",model.getValue("/root/main/list01/gridpiehf601/acptno"));
  516. model.setValue("/root/send/send_rem/judgdg", t01);
  517. model.setValue("/root/send/send_rem/acptno", t06);
  518. model.setValue("/root/send/send_rem/setno", t07);
  519. model.setValue("/root/send/send_rem/clamseqno", t23);
  520. model.setValue("/root/send/send_rem/clamno", t02);
  521. model.removeNodeset("/root/main/list02/gridpiehf602");
  522. model.removeNodeset("/root/main/list02/gridpiehf604");
  523. model.removeNodeset("/root/main/list02/remdata");
  524. model.removeNodeset("/root/main/list03/gridpiehf603");
  525. model.refresh();
  526. rtn = submit("TRPIE01102");
  527. grd_f602.colStyle(12,"data","background-color") = "#ccff99";
  528. grd_f602.colStyle(13,"data","background-color") = "#ccff88";
  529. // grd_f602.colStyle(14,"data","background-color") = "#ccff77";
  530. // grd_f602.colStyle(15,"data","background-color") = "#ccff66";
  531. grd_f602.colStyle(27,"data","background-color") = "#ccccff";
  532. grd_f602.colStyle(28,"data","background-color") = "#ccbbff";
  533. grd_f602.colStyle(29,"data","background-color") = "#ccaaff";
  534. grd_f602.colStyle(30,"data","background-color") = "#cc99ff";
  535. grd_f602.colStyle(31,"data","background-color") = "#cc88ff";
  536. grd_f602.colStyle(32,"data","background-color") = "#cc77ff";
  537. grd_f602.colStyle(33,"data","background-color") = "#cc66ff";
  538. grd_f602.colStyle(34,"data","background-color") = "#ccccff";
  539. grd_f602.colStyle(35,"data","background-color") = "#ccbbff";
  540. grd_f602.colStyle(36,"data","background-color") = "#ccaaff";
  541. grd_f602.colStyle(37,"data","background-color") = "#cc99ff";
  542. grd_f602.colStyle(38,"data","background-color") = "#cc88ff";
  543. grd_f602.colStyle(39,"data","background-color") = "#cc77ff";
  544. grd_f602.colStyle(40,"data","background-color") = "#cc66ff";
  545. grd_f602.colStyle(41,"data","background-color") = "#cc55ff";
  546. grd_f602.colStyle(42,"data","background-color") = "#ccccff";
  547. grd_f602.colStyle(43,"data","background-color") = "#ccbbff";
  548. btn_acptno.selected = true;
  549. model.toggle("case1");
  550. /* if(rtn){
  551. //교체 할 자식 노드가 있는 부모 노드 선택
  552. var node = instance1.selectSingleNode("/root/main/list02");
  553. //자식 노드 교체
  554. node.replaceChild(instance1.root.main.tmp.gridpiehf602, instance1.root.main.list02.gridpiehf602);
  555. }
  556. model.refresh(); */
  557. }
  558. rtn = null;
  559. if (grd_f602.rows > 2 ) {
  560. var row = 2; // fixedRows 가 2 여서 얘는 최초 row 번호를 2로 잡는다.
  561. var t1 = grd_f602.textmatrix(row,1); // 심사차수
  562. var t2 = grd_f602.textmatrix(row,2); // 접수번호
  563. var t3 = grd_f602.textmatrix(row,3); // 묶음번호
  564. var t4 = grd_f602.textmatrix(row,4); // 청일련
  565. var t5 = grd_f602.textmatrix(row,5); // 청구번호
  566. var t6 = grd_f602.textmatrix(row,6); // 명세서일련번호2
  567. model.setValue( "instance('instance1')/send/sendf603/judgdg", t1 );
  568. model.setValue( "instance('instance1')/send/sendf603/acptno", t2 );
  569. model.setValue( "instance('instance1')/send/sendf603/setno", t3 );
  570. model.setValue( "instance('instance1')/send/sendf603/clamseqno", t4 );
  571. model.setValue( "instance('instance1')/send/sendf603/clamno", t5 );
  572. model.setValue( "instance('instance1')/send/sendf603/docuseqno", t6 );
  573. model.removeNodeset("/root/main/list03/gridpiehf602sum");
  574. model.removeNodeset("/root/main/list03/gridpiehf603");
  575. model.removeNodeset("/root/main/list03/gridpiehf606");
  576. model.removeNodeset("/root/main/list03/gridpiehf605");
  577. model.refresh();
  578. rtn = submit("TRPIE01103");
  579. grd_f603.colStyle(10,"data","background-color") = "#ccff99";
  580. grd_f603.colStyle(11,"data","background-color") = "#ccff88";
  581. // 20080818 정숙희
  582. if (grd_f603.rows > 1) {
  583. btn_603.selected= true;
  584. model.toggle("603");
  585. }
  586. else if (grd_f606.rows > 1) {
  587. btn_606.selected= true;
  588. model.toggle("606");
  589. }
  590. else if (grd_f605.rows > 1) {
  591. btn_605.selected= true;
  592. model.toggle("605");
  593. }
  594. btn_acptno.selected = true; // 접수번호별 상태로 선택
  595. // model.toggle("case2");
  596. }
  597. }
  598. function pidfGetClamdg() {
  599. var check = model.getValue("/root/send/termflag");
  600. if ( model.getValue("/root/send/fromterm") > model.getValue("/root/send/toterm") ) {
  601. messageBox("종료일은 시작일보다 클 수 ", "I004");
  602. model.setValue("/root/send/toterm","")
  603. }
  604. if(check == "2"){
  605. if(model.getValue("/root/send/fromterm") != "" || model.getValue("/root/send/toterm") != ""){
  606. model.removeNodeset("/root/init/clamdg");
  607. model.makeNode("/root/init/clamdg");
  608. model.setValue("/root/send/clamym",model.getValue("/root/send/fromterm"));
  609. model.removeNodeset("/root/send/ioflag");
  610. model.makeNode("/root/send/ioflag");
  611. model.setValue("/root/send/ioflag", model.getValue("/root/send/chosflag"));
  612. submit("TRPID20407");
  613. model.copyNode("/root/init/clamdgfrom","/root/init/clamdg");
  614. cmb_clamdgfrom.refresh();
  615. cmb_clamdgfrom.select(0);
  616. model.setValue("/root/send/clamym",model.getValue("/root/send/toterm"));
  617. submit("TRPID20407");
  618. model.copyNode("/root/init/clamdgto","/root/init/clamdg");
  619. addComboItem("cmb_clamdgfrom","전체","","above");
  620. addComboItem("cmb_clamdgto","전체","","above");
  621. cmb_clamdgto.refresh();
  622. cmb_clamdgto.select(0);
  623. }
  624. }
  625. }
  626. // 청구년월 차수 기간 체크
  627. function fChkClamym()
  628. {
  629. var fromym = model.getValue("/root/send/fromterm");
  630. var toym = model.getValue("/root/send/toterm");
  631. var check = model.getValue("/root/send/termflag");
  632. if(check == "2"){
  633. if ( fromym != toym ){
  634. cmb_clamdgfrom.value = "";
  635. cmb_clamdgto.value = "";
  636. cmb_clamdgfrom.disabled = true;
  637. cmb_clamdgto.disabled = true;
  638. }else{
  639. cmb_clamdgfrom.disabled = false;
  640. cmb_clamdgto.disabled = false;
  641. cmb_clamdgfrom.select(0);
  642. cmb_clamdgto.select(0);
  643. }
  644. cmb_clamdgto.refresh();
  645. cmb_clamdgfrom.refresh();
  646. }
  647. }
  648. ]]>
  649. </script>
  650. </xhtml:head>
  651. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  652. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  653. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">의료급여심사결과통보서(F060)</caption>
  654. </group>
  655. <group id="grp_btn" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  656. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  657. <line id="line31" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  658. <button id="button1" class="btn4_letter3" visibility="visible" style="left:1127px; top:5px; width:68px; height:22px; ">
  659. <caption>초기화</caption>
  660. <script type="javascript" ev:event="DOMActivate">
  661. <![CDATA[
  662. fInitialize();
  663. ]]>
  664. </script>
  665. </button>
  666. </group>
  667. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:748px; ">
  668. <datagrid id="grd_f601" nodeset="/root/main/list01/gridpiehf601" caption="심사차수^청구번호^통보일자^내원^분야^접수번호^묶음번호^심결건수^심사결정액^조정금액합계^실삭감액^삭감율^진료월^청구일자^접수일자^참조란^진료기간^심사담당부^심사담당조^심사담당자^전화번호^VER^청구서일련번호^요양기관기호^지원^기관명^비고" colsep="^" colwidth="58, 72, 68, 38, 50, 57, 58, 60, 80, 80, 80, 59, 55, 71, 71, 80, 138, 75, 75, 74, 75, 47, 100, 86, 37, 100" dataheight="23" ellipsis="true" explorerbar="sortshowmove" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="35" rowsep="|" tooltip="true" style="left:295px; top:85px; width:899px; height:247px; text-align:center; ">
  669. <col ref="judgdg" style="text-align:center; "/>
  670. <col ref="clamno" style="text-align:center; "/>
  671. <col ref="notidd" format="yyyy-mm-dd"/>
  672. <col disabled="true" ref="chosflag" type="combo" style="text-align:center; ">
  673. <choices>
  674. <itemset nodeset="/root/init/P0028list/P0028">
  675. <label ref="cdnm"/>
  676. <value ref="cdid"/>
  677. </itemset>
  678. </choices>
  679. </col>
  680. <col disabled="true" ref="ordfildcd" type="combo" style="text-align:center; ">
  681. <choices>
  682. <itemset nodeset="/root/init/P0425list/P0425">
  683. <label ref="cdnm"/>
  684. <value ref="cdid"/>
  685. </itemset>
  686. </choices>
  687. </col>
  688. <col ref="acptno" style="text-align:center; "/>
  689. <col ref="setno" style="text-align:center; "/>
  690. <col ref="jrsltcnt" format="#,###" style="text-align:right; "/>
  691. <col ref="jrjudgdeciamt" format="(-)#,###" style="text-align:right; "/>
  692. <col ref="adjtamtsum" format="(-)#,###" style="text-align:right; "/>
  693. <col ref="realcutamt" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
  694. <col ref="cutrate" visibility="visible" style="text-align:right; "/>
  695. <col ref="ordym" style="text-align:center; "/>
  696. <col ref="clamdd" visibility="hidden" format="yyyy-mm-dd"/>
  697. <col ref="acptdd" format="yyyy-mm-dd"/>
  698. <col ref="rem" type="inputbutton" style="text-align:center; "/>
  699. <script type="javascript" ev:event="onbuttonclick">
  700. <![CDATA[
  701. model.setValue("/root/main/list04/rem", grd_f601.valueMatrix(grd_f601.row,grd_f601.col));
  702. modal("SPPIE00200", "", "400", "400" ,"", "/root/main/list04/rem", "/root/send/textno");
  703. ]]>
  704. </script>
  705. <col ref="ordterm" style="text-align:center; "/>
  706. <col ref="judgchrgdeptnm" style="text-align:center; "/>
  707. <col ref="judgchrgjonm" style="text-align:center; "/>
  708. <col ref="judgchrgnm" style="text-align:center; "/>
  709. <col ref="tel" style="text-align:center; "/>
  710. <col ref="verflag" style="text-align:center; "/>
  711. <col ref="clamseqno" style="text-align:center; "/>
  712. <col ref="corpmark" style="text-align:center; "/>
  713. <col ref="suppcd" style="text-align:center; "/>
  714. <col ref="hospnm" style="text-align:left; "/>
  715. <script type="javascript" ev:event="onclick">
  716. <![CDATA[
  717. var rtn = null;
  718. if (grd_f601.isCell(event.target) && grd_f601.row >= grd_f601.fixedRows) {
  719. var row = grd_f601.selectedRow(0);
  720. /*
  721. var t01 = grd_f601.textmatrix(row, 1); // 심사차수
  722. var t06 = grd_f601.textmatrix(row, 6); // 접수번호
  723. var t07 = grd_f601.textmatrix(row, 7); // 묶음번호
  724. var t23 = grd_f601.textmatrix(row,23); // 청일련
  725. var t02 = grd_f601.textmatrix(row, 2); // 청구번호
  726. */
  727. var irow = grd_f601.row;
  728. var t01 = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/judgdg"); // 심사차수
  729. var t06 = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/acptno"); // 접수번호
  730. var t07 = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/setno"); // 묶음번호
  731. var t23 = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/clamseqno"); // 청일련
  732. var t02 = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/clamno"); // 청구번호
  733. //의료보험 진료비심사결과통지서 보고서작성을 위한 value 얻기
  734. var notidd = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/notidd"); //통보일자
  735. var ordym = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/ordym"); //진료년월
  736. var chosflag = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/chosflag"); //내원
  737. var ordfildcd = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/ordfildcd"); //분야
  738. var corpmark = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/corpmark"); //요양기관기호
  739. var hospnm = model.getValue("/root/main/list01/gridpiehf601[" + irow + "]/hospnm"); //기관명
  740. model.setValue("/root/temp/data1/judgdg" , t01);
  741. model.setValue("/root/temp/data1/acptno" , t06);
  742. model.setValue("/root/temp/data1/setno" , t07);
  743. model.setValue("/root/temp/data1/clamno" , t02);
  744. model.setValue("/root/temp/data1/notidd" , notidd);
  745. model.setValue("/root/temp/data1/ordym" , ordym);
  746. model.setValue("/root/temp/data1/chosflag" , chosflag);
  747. model.setValue("/root/temp/data1/ordfildcd" , ordfildcd);
  748. model.setValue("/root/temp/data1/corpmark" , corpmark);
  749. model.setValue("/root/temp/data1/hospnm" , hospnm);
  750. // 비고란을 왼쪽 하단에 별도로 보여주기위한 추가부분
  751. var t16 = grd_f601.textmatrix(row,16); // rem
  752. model.setValue( "instance('instance1')/send/sendf601/judgdg", t01 );
  753. model.setValue( "instance('instance1')/send/sendf601/acptno", t06 );
  754. model.setValue( "instance('instance1')/send/sendf601/setno", t07 );
  755. model.setValue( "instance('instance1')/send/sendf601/clamseqno", t23 );
  756. model.setValue( "instance('instance1')/send/sendf601/clamno", t02 );
  757. // 수신팝업을 위한 팝업
  758. // model.setValue("/root/send/send_rem/judgdg",model.getValue("/root/main/list01/gridpiehf601/judgdg"));
  759. // model.setValue("/root/send/send_rem/clamno",model.getValue("/root/main/list01/gridpiehf601/clamno"));
  760. // model.setValue("/root/send/send_rem/acptno",model.getValue("/root/main/list01/gridpiehf601/acptno"));
  761. model.setValue("/root/send/send_rem/judgdg", t01);
  762. model.setValue("/root/send/send_rem/acptno", t06);
  763. model.setValue("/root/send/send_rem/setno", t07);
  764. model.setValue("/root/send/send_rem/clamseqno", t23);
  765. model.setValue("/root/send/send_rem/clamno", t02);
  766. model.removeNodeset("/root/main/list02/gridpiehf602");
  767. model.removeNodeset("/root/main/list02/gridpiehf604");
  768. model.removeNodeset("/root/main/list02/remdata");
  769. model.removeNodeset("/root/main/list03/gridpiehf603");
  770. model.refresh();
  771. rtn = submit("TRPIE01102");
  772. grd_f602.colStyle(12,"data","background-color") = "#ccff99";
  773. grd_f602.colStyle(13,"data","background-color") = "#ccff88";
  774. // grd_f602.colStyle(14,"data","background-color") = "#ccff77";
  775. // grd_f602.colStyle(15,"data","background-color") = "#ccff66";
  776. grd_f602.colStyle(27,"data","background-color") = "#ccccff";
  777. grd_f602.colStyle(28,"data","background-color") = "#ccbbff";
  778. grd_f602.colStyle(29,"data","background-color") = "#ccaaff";
  779. grd_f602.colStyle(30,"data","background-color") = "#cc99ff";
  780. grd_f602.colStyle(31,"data","background-color") = "#cc88ff";
  781. grd_f602.colStyle(32,"data","background-color") = "#cc77ff";
  782. grd_f602.colStyle(33,"data","background-color") = "#cc66ff";
  783. grd_f602.colStyle(34,"data","background-color") = "#ccccff";
  784. grd_f602.colStyle(35,"data","background-color") = "#ccbbff";
  785. grd_f602.colStyle(36,"data","background-color") = "#ccaaff";
  786. grd_f602.colStyle(37,"data","background-color") = "#cc99ff";
  787. grd_f602.colStyle(38,"data","background-color") = "#cc88ff";
  788. grd_f602.colStyle(39,"data","background-color") = "#cc77ff";
  789. grd_f602.colStyle(40,"data","background-color") = "#cc66ff";
  790. grd_f602.colStyle(41,"data","background-color") = "#cc55ff";
  791. grd_f602.colStyle(42,"data","background-color") = "#ccccff";
  792. grd_f602.colStyle(43,"data","background-color") = "#ccbbff";
  793. btn_acptno.selected = true;
  794. model.toggle("case1");
  795. /* if(rtn){
  796. //교체 할 자식 노드가 있는 부모 노드 선택
  797. var node = instance1.selectSingleNode("/root/main/list02");
  798. //자식 노드 교체
  799. node.replaceChild(instance1.root.main.tmp.gridpiehf602, instance1.root.main.list02.gridpiehf602);
  800. }
  801. model.refresh(); */
  802. }
  803. ]]>
  804. </script>
  805. <toggle case="case1" ev:event="onclick"/>
  806. <script type="javascript" ev:event="onaftersort">
  807. <![CDATA[
  808. grd_f601.gridToInstance(); // Sort 된 Grid 상의 Data 순서와 Instance Node 상의 Data 순서를 동일하게 맞춰준다.
  809. ]]>
  810. </script>
  811. <script type="javascript" ev:event="onmousedown">
  812. <![CDATA[
  813. if (event.button == 3) { // 3 : 오른쪽 버튼
  814. if (grd_f601.isCell(event.target) && grd_f601.mouseRow >= grd_f601.fixedrows) {
  815. setPopupMenu("grd_f601", false, "/root/popupdata/popupmenu/grd_f601/item", "name", "func"); // (tfHelper.js) 컨트롤에서 사용자 팝업 설정 함수
  816. }
  817. }
  818. ]]>
  819. </script>
  820. <script type="javascript" ev:event="DOMFocusOut">
  821. <![CDATA[
  822. initPopupMenu(); // (tfHelper.js) 사용자 팝업 설정 초기화
  823. ]]>
  824. </script>
  825. <script type="javascript" ev:event="oncopy">
  826. <![CDATA[
  827. grid_oncopy();
  828. ]]>
  829. </script>
  830. </datagrid>
  831. <caption id="caption36" class="tit_2" style="left:300px; top:65px; width:115px; height:13px; ">F060.1(청구서)</caption>
  832. <line id="line27" class="line_1" style="x1:295px; y1:80px; x2:1194px; y2:80px; "/>
  833. <datagrid id="grd_f602" nodeset="/root/main/list02/gridpiehf602" caption="심사차수^접수번호^묶음번호^청일련^청구번호^(docuseqno2)^명일련^등록번호^수진자^진료형태^종별구분^특정기호^주상병^진료개시일^조정합계 I^조정합계 II^정액정율구분^입원일수^급여일수^처방횟수^심사담당조^보장기관기호^보장기관명^세대주^주민번호^유형I^내역^청구^청구^청구^청구^청구^청구^청구^청구^청구^청구^청구^청구^청구^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^심결^환불금^추가징수금^비고^삭감사유|심사차수^접수번호^묶음번호^청일련^청구번호^(docuseqno2)^명일련^등록번호^수진자^진료형태^종별구분^특정기호^주상병^진료개시일^조정합계 I^조정합계 II^정액정율구분^입원일수^급여일수^처방횟수^심사담당조^보장기관기호^보장기관명^세대주^주민번호^유형I^내역^급여총액^본인부담금^특수장비^대불신청금^장애인의료비^보장기관부담금^상한액초과금^약제상한차액총액^수진자요양급여총액^100/100본인부담금총액^100분의100미만청구총액^100분의100미만청구본인일부부담금^100분의100미만청구청구액^급여총액^본인부담금^보장기관부담금^위탁검사^심사결정액^대불신청금^장애인의료비^상한액초과금^약제상한차액총액^수진자요양급여총액^100/100본인부담금총액^100분의100미만심결총액^100분의100미만심결본인일부부담금^100분의100미만심결청구액^상계환급금^상계추가부담금^환불금^추가징수금^비고^삭감사유" colsep="^" colwidth="50, 50, 50, 50, 50, 100, 49, 56, 54, 54, 70, 57, 57, 74, 82, 86, 91, 64, 64, 64, 77, 100, 112, 70, 100, 75, 76, 100, 100, 100, 100, 100, 100, 100, 110, 120, 128, 151, 204, 160, 100, 100, 100, 100, 100, 100, 100, 100, 110, 120, 135, 138, 204, 156, 100, 100, 100, 100, 80, 70" dataheight="23" ellipsis="true" explorerbar="sortshowmove" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="35" rowsep="|" tooltip="true" style="left:295px; top:369px; width:899px; height:216px; ">
  834. <col ref="judgdg" visibility="hidden"/>
  835. <col ref="acptno" visibility="hidden"/>
  836. <col ref="setno" visibility="hidden"/>
  837. <col ref="clamseqno" visibility="hidden"/>
  838. <col ref="clamno" visibility="hidden"/>
  839. <col ref="docuseqno2" visibility="hidden"/>
  840. <col ref="docuseqno" style="text-align:center; "/>
  841. <col ref="pid" style="text-align:center; "/>
  842. <col ref="patnm" style="text-align:center; "/>
  843. <col ref="ordtype" style="text-align:center; "/>
  844. <col ref="medcarekindflag" style="text-align:center; "/>
  845. <col ref="spclmark" style="text-align:center; "/>
  846. <col ref="maindiagcd" style="text-align:center; "/>
  847. <col ref="ordopendd" format="yyyy-mm-dd" style="text-align:center; "/>
  848. <col ref="jradjtsum1" format="(-)#,###" style="text-align:right; background-color:transparent; "/>
  849. <col ref="jradjtsum2" format="(-)#,###" style="text-align:right; background-color:transparent; "/>
  850. <col ref="fixrateflag" style="text-align:center; "/>
  851. <col ref="inchosdayno" style="text-align:right; "/>
  852. <col ref="medcaredayno" style="text-align:right; "/>
  853. <col ref="ordtims" style="text-align:right; "/>
  854. <col ref="judgchrgjonm" style="text-align:center; "/>
  855. <col ref="procinstmark" style="text-align:center; "/>
  856. <col ref="procinstmarknm" style="text-align:left; "/>
  857. <col ref="hshdnm" style="text-align:center; "/>
  858. <col ref="patrrgstno" style="text-align:center; "/>
  859. <col ref="kind" style="text-align:center; "/>
  860. <col ref="spec" style="text-align:center; "/>
  861. <col ref="clmcstotamt" format="(-)#,###" style="text-align:right; "/>
  862. <col ref="clownbamt" format="(-)#,###" style="text-align:right; "/>
  863. <col ref="clseqmttotamt" format="(-)#,###" style="text-align:right; "/>
  864. <col ref="clsubtamt" format="(-)#,###" style="text-align:right; "/>
  865. <col ref="clhandicaprfund" format="(-)#,###" style="text-align:right; "/>
  866. <col ref="clsecuinstbamt" format="(-)#,###" style="text-align:right; "/>
  867. <col ref="clownbmaxexamt" format="(-)#,###" style="text-align:right; "/>
  868. <col ref="cldruglimitdiffamtsum" format="(-)#,###" style="text-align:right; "/>
  869. <col ref="clpatmcstotamtsum" format="(-)#,###" style="text-align:right; "/>
  870. <col ref="clinsu100ownbamt" format="(-)#,###" style="text-align:right; "/>
  871. <col ref="clblwtotownamt" format="(-)#,###" style="text-align:right; "/>
  872. <col ref="clblwownbamt" format="(-)#,###" style="text-align:right; "/>
  873. <col ref="clblwinsuclamamt" format="(-)#,###" style="text-align:right; "/>
  874. <col ref="jrmcstotamt" format="(-)#,###" style="text-align:right; "/>
  875. <col ref="jrownbamt" format="(-)#,###" style="text-align:right; "/>
  876. <col ref="jrsecuinstbamt" format="(-)#,###" style="text-align:right; "/>
  877. <col ref="jrtrudirecpamt" format="(-)#,###" style="text-align:right; "/>
  878. <col ref="jrjudgdeciamt" format="(-)#,###" style="text-align:right; "/>
  879. <col ref="jrsubtamt" format="(-)#,###" style="text-align:right; "/>
  880. <col ref="jrhandicaprfund" format="(-)#,###" style="text-align:right; "/>
  881. <col ref="jrownbmaxexamt" format="(-)#,###" style="text-align:right; "/>
  882. <col ref="jrdruglimitdiffamtsum" format="(-)#,###" style="text-align:right; "/>
  883. <col ref="jrpatmcstotamtsum" format="(-)#,###" style="text-align:right; "/>
  884. <col ref="jrinsu100ownbamt" format="(-)#,###" style="text-align:right; "/>
  885. <col ref="jrblwtotownamt" format="(-)#,###" style="text-align:right; "/>
  886. <col ref="jrblwownbamt" format="(-)#,###" style="text-align:right; "/>
  887. <col ref="jrblwinsuclamamt" format="(-)#,###" style="text-align:right; "/>
  888. <col ref="jrstfrtnamt" format="(-)#,###" style="text-align:right; "/>
  889. <col ref="jrstfaddbamt" format="(-)#,###" style="text-align:right; "/>
  890. <col ref="jrrtnamt" format="(-)#,###" style="text-align:right; "/>
  891. <col ref="jraddchrgamt" format="(-)#,###" style="text-align:right; "/>
  892. <col ref="docuseqrem" type="inputbutton" style="text-align:center; "/>
  893. <col ref="adjtresn" style="text-align:center; "/>
  894. <script type="javascript" ev:event="onbuttonclick">
  895. <![CDATA[
  896. model.setValue("/root/main/list04/rem", grd_f602.valueMatrix(grd_f602.row,grd_f602.col));
  897. modal("SPPIE00200", "", "400", "400" ,"", "/root/main/list04/rem", "/root/send/textno");
  898. ]]>
  899. </script>
  900. <script type="javascript" ev:event="onclick">
  901. <![CDATA[
  902. var rtn = null;
  903. if (grd_f602.isCell(event.target) && grd_f602.row >= grd_f602.fixedRows ) {
  904. var row = grd_f602.selectedRow(0);
  905. var t1 = grd_f602.textmatrix(row,1); // 심사차수
  906. var t2 = grd_f602.textmatrix(row,2); // 접수번호
  907. var t3 = grd_f602.textmatrix(row,3); // 묶음번호
  908. var t4 = grd_f602.textmatrix(row,4); // 청일련
  909. var t5 = grd_f602.textmatrix(row,5); // 청구번호
  910. var t6 = grd_f602.textmatrix(row,6); // 명세서일련번호2
  911. model.setValue( "instance('instance1')/send/sendf603/judgdg", t1 );
  912. model.setValue( "instance('instance1')/send/sendf603/acptno", t2 );
  913. model.setValue( "instance('instance1')/send/sendf603/setno", t3 );
  914. model.setValue( "instance('instance1')/send/sendf603/clamseqno", t4 );
  915. model.setValue( "instance('instance1')/send/sendf603/clamno", t5 );
  916. model.setValue( "instance('instance1')/send/sendf603/docuseqno", t6 );
  917. model.removeNodeset("/root/main/list03/gridpiehf602sum");
  918. model.removeNodeset("/root/main/list03/gridpiehf603");
  919. model.removeNodeset("/root/main/list03/gridpiehf606");
  920. model.removeNodeset("/root/main/list03/gridpiehf605");
  921. model.refresh();
  922. rtn = submit("TRPIE01103");
  923. grd_f603.colStyle(10,"data","background-color") = "#ccff99";
  924. grd_f603.colStyle(11,"data","background-color") = "#ccff88";
  925. // 20080818 정숙희
  926. if (grd_f603.rows > 1) {
  927. btn_603.selected= true;
  928. model.toggle("603");
  929. }
  930. else if (grd_f606.rows > 1) {
  931. btn_606.selected= true;
  932. model.toggle("606");
  933. }
  934. else if (grd_f605.rows > 1) {
  935. btn_605.selected= true;
  936. model.toggle("605");
  937. }
  938. btn_pid.selected = true;
  939. model.toggle("case2");
  940. }
  941. ]]>
  942. </script>
  943. <toggle case="case2" ev:event="onclick"/>
  944. <script type="javascript" ev:event="onaftersort">
  945. <![CDATA[
  946. grd_f602.gridToInstance(); // Sort 된 Grid 상의 Data 순서와 Instance Node 상의 Data 순서를 동일하게 맞춰준다.
  947. ]]>
  948. </script>
  949. <script type="javascript" ev:event="oncopy">
  950. <![CDATA[
  951. grid_oncopy();
  952. ]]>
  953. </script>
  954. </datagrid>
  955. <caption id="caption37" class="tit_2" style="left:300px; top:349px; width:125px; height:13px; ">F060.2(명세서)</caption>
  956. <line id="line28" class="line_1" style="x1:295px; y1:364px; x2:1194px; y2:364px; "/>
  957. <switch id="swt_sum" class="sw_box" style="left:0px; top:77px; width:291px; height:666px; ">
  958. <case id="case1" selected="true">
  959. <input id="input60" ref="/root/main/list02/gridpiehf604/jrhandicaprfundsum" class="input_default" format="(-)#,###" style="left:212px; top:128px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  960. <input id="input71" ref="/root/main/list02/gridpiehf604/jradjtsum1" class="input_default" format="(-)#,###" style="left:212px; top:528px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  961. <input id="input50" class="input_default" format="(-)#,###" style="left:136; top:228px; width:75; height:19px; text-align:right; background-color:#eaeaea; "/>
  962. <input id="input61" ref="/root/main/list02/gridpiehf604/jrqualcnfmtcntsum" class="input_default" format="(-)#,###" style="left:212px; top:208px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  963. <caption id="caption60" class="cell_1" style="left:4px; top:527px; width:130px; height:19px; text-align:right; vertical-align:middle; ">조정금액 I</caption>
  964. <line id="line52" class="line_2" style="x1:4px; y1:606px; x2:285px; y2:606px; "/>
  965. <input id="input72" ref="/root/main/list02/gridpiehf604/ruadjtamtsum" class="input_default" format="(-)#,###" style="left:212px; top:568px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  966. <input id="input51" class="input_default" format="#,###" style="left:136px; top:588px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  967. <input id="input62" ref="/root/main/list02/gridpiehf604/picntsum" class="input_default" format="(-)#,###" style="left:136px; top:468px; width:75px; height:19px; text-align:right; background-color:#ffcccc; "/>
  968. <input id="input73" ref="/root/main/list02/gridpiehf604/piclclamamt" class="input_default" format="(-)#,###" style="left:136px; top:508px; width:75px; height:19px; text-align:right; background-color:#ffcccc; "/>
  969. <caption id="caption61" class="cell_1" style="left:4px; top:467px; width:130px; height:19px; text-align:right; vertical-align:middle; ">건수</caption>
  970. <caption id="caption51" class="cell_1" style="left:4px; top:587px; width:130px; height:19px; text-align:right; vertical-align:middle; ">삭감율</caption>
  971. <input id="input52" ref="/root/main/list02/gridpiehf604/jrsubtaamtsum" class="input_default" format="(-)#,###" style="left:212px; top:108px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  972. <input id="input63" class="input_default" format="#,###" style="left:136px; top:548px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  973. <input id="input74" ref="/root/main/list02/gridpiehf604/pitotordamtsum" class="input_default" format="(-)#,###" style="left:136px; top:488px; width:75px; height:19px; text-align:right; background-color:#ffcccc; "/>
  974. <input id="input42" ref="/root/main/list02/gridpiehf604/jqownbamtsum" class="input_default" format="(-)#,###" style="left:136px; top:68px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  975. <caption id="caption41" class="cell_1" style="left:4px; top:4px; width:130px; height:23px; vertical-align:middle; "/>
  976. <caption id="caption52" class="cell_1" style="left:4px; top:227px; width:130px; height:19px; text-align:right; vertical-align:middle; ">본인부담환급금</caption>
  977. <input id="input53" ref="/root/main/list02/gridpiehf604/jrownbrtnamtsum" class="input_default" format="(-)#,###" style="left:212px; top:228px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  978. <line id="line44" class="line_2" style="x1:4px; y1:26px; x2:286px; y2:26px; "/>
  979. <input id="input64" ref="/root/main/list02/gridpiehf604/jrownaddbamtsum" class="input_default" format="(-)#,###" style="left:212px; top:248px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  980. <input id="input75" class="input_default" format="#,###" style="left:136px; top:528px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  981. <input id="input43" ref="/root/main/list02/gridpiehf604/jqtotordamtsum" class="input_default" format="(-)#,###" style="left:136px; top:48px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  982. <caption id="caption42" class="cell_1" style="left:4px; top:48px; width:130px; height:19px; text-align:right; vertical-align:middle; ">의료급여비용총액</caption>
  983. <input id="input54" ref="/root/main/list02/gridpiehf604/rucutrate" class="input_default" style="left:212px; top:588px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  984. <caption id="caption53" class="cell_1" style="left:135px; top:4px; width:76px; height:23px; text-align:center; vertical-align:middle; ">청구사항</caption>
  985. <line id="line45" class="line_2" style="x1:4px; y1:456px; x2:285px; y2:456px; "/>
  986. <input id="input65" class="input_default" format="#,###" style="left:136px; top:568px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  987. <caption id="caption64" class="cell_1" style="left:4px; top:567px; width:130px; height:19px; text-align:right; vertical-align:middle; ">조정금액합계</caption>
  988. <line id="line35" class="line_3" style="x1:4px; y1:661px; x2:286px; y2:661px; "/>
  989. <input id="input44" ref="/root/main/list02/gridpiehf604/jqownbmaxexamtsum" class="input_default" format="(-)#,###" style="left:136px; top:88px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  990. <caption id="caption43" class="cell_1" style="left:4px; top:87px; width:130px; height:19px; text-align:right; vertical-align:middle; ">본인부담상한초과금</caption>
  991. <input id="input55" ref="/root/main/list02/gridpiehf604/jrownbamtsum" class="input_default" format="(-)#,###" style="left:212px; top:68px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  992. <caption id="caption54" class="cell_1" style="left:212px; top:4px; width:74px; height:23px; text-align:center; vertical-align:middle; ">심결사항</caption>
  993. <input id="input66" class="input_default" format="(-)#,###" style="left:136; top:248px; width:75; height:19px; text-align:right; background-color:#eaeaea; "/>
  994. <input id="input45" ref="/root/main/list02/gridpiehf604/jqcntsum" class="input_default" format="(-)#,###" style="left:136px; top:28px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  995. <caption id="caption44" class="cell_1" style="left:4px; top:28px; width:130px; height:19px; text-align:right; vertical-align:middle; ">건수</caption>
  996. <input id="input56" ref="/root/main/list02/gridpiehf604/jrtotordamtsum" class="input_default" format="(-)#,###" style="left:212px; top:48px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  997. <input id="input67" ref="/root/main/list02/gridpiehf604/ruclclamamt" class="input_default" format="(-)#,###" style="left:212px; top:508px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  998. <caption id="caption55" class="cell_1" style="left:4px; top:247px; width:130px; height:19px; text-align:right; vertical-align:middle; ">본인추가부담금</caption>
  999. <line id="line37" class="line_3" style="x1:4px; y1:4px; x2:286px; y2:4px; "/>
  1000. <caption id="caption45" class="cell_1" style="left:4px; top:67px; width:130px; height:19px; text-align:right; vertical-align:middle; ">본인부담금</caption>
  1001. <input id="input46" ref="/root/main/list02/gridpiehf604/jqsecuinstbamtsum" class="input_default" format="(-)#,###" style="left:136; top:188px; width:75; height:19px; text-align:right; background-color:#ccccff; "/>
  1002. <input id="input57" ref="/root/main/list02/gridpiehf604/jrownbmaxexamtsum" class="input_default" format="(-)#,###" style="left:212px; top:88px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1003. <input id="input68" ref="/root/main/list02/gridpiehf604/rutotordamtsum" class="input_default" format="(-)#,###" style="left:212px; top:488px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  1004. <caption id="caption56" class="cell_1" style="left:4px; top:547px; width:130px; height:19px; text-align:right; vertical-align:middle; ">조정금액 II</caption>
  1005. <caption id="caption46" class="cell_1" style="left:4px; top:187px; width:130px; height:19px; text-align:right; vertical-align:middle; ">보장기관부담금</caption>
  1006. <input id="input47" ref="/root/main/list02/gridpiehf604/jqhandicaprfundsum" class="input_default" format="(-)#,###" style="left:136px; top:128px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1007. <input id="input58" ref="/root/main/list02/gridpiehf604/jrcntsum" class="input_default" format="(-)#,###" style="left:212px; top:28px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1008. <input id="input69" ref="/root/main/list02/gridpiehf604/jradjtsum2" class="input_default" format="(-)#,###" style="left:212px; top:548px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  1009. <caption id="caption57" class="cell_1" style="left:4px; top:507px; width:130px; height:19px; text-align:right; vertical-align:middle; ">보장기관부담금</caption>
  1010. <caption id="caption47" class="cell_1" style="left:4px; top:127px; width:130px; height:19px; text-align:right; vertical-align:middle; ">장애인의료비</caption>
  1011. <input id="input48" class="input_default" format="(-)#,###" style="left:136; top:208px; width:75; height:19px; text-align:right; background-color:#eaeaea; "/>
  1012. <input id="input59" ref="/root/main/list02/gridpiehf604/jrsecuinstbamtsum" class="input_default" format="(-)#,###" style="left:212px; top:188px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1013. <caption id="caption58" class="cell_1" style="left:4px; top:447px; width:130px; height:19px; vertical-align:middle; "/>
  1014. <caption id="caption48" class="cell_1" style="left:4px; top:207px; width:130px; height:19px; text-align:right; vertical-align:middle; ">자격확인대상건수</caption>
  1015. <input id="input49" ref="/root/main/list02/gridpiehf604/jqsubtaamtsum" class="input_default" format="(-)#,###" style="left:136px; top:108px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1016. <caption id="caption59" class="cell_1" style="left:4px; top:487px; width:130px; height:19px; text-align:right; vertical-align:middle; ">의료급여비용총액</caption>
  1017. <caption id="caption49" class="cell_1" style="left:4px; top:107px; width:130px; height:19px; text-align:right; vertical-align:middle; ">대불신청금</caption>
  1018. <input id="input70" ref="/root/main/list02/gridpiehf604/rucntsum" class="input_default" format="(-)#,###" style="left:212px; top:468px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  1019. <caption id="caption50" class="cell_1" style="left:212px; top:448px; width:74px; height:19px; text-align:center; vertical-align:middle; ">삭감내역</caption>
  1020. <caption id="caption62" class="cell_1" style="left:135px; top:448px; width:76px; height:19px; text-align:center; vertical-align:middle; ">불능/보류</caption>
  1021. <input id="input90" class="input_default" format="(-)#,###" style="left:136; top:268px; width:75; height:19px; text-align:right; background-color:#eaeaea; "/>
  1022. <input id="input92" ref="/root/main/list02/gridpiehf604/jrjudgdeciamtsum" class="input_default" format="(-)#,###" style="left:212px; top:288px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1023. <input id="input93" ref="/root/main/list02/gridpiehf604/jrtrudirecpamtsum" class="input_default" format="(-)#,###" style="left:212px; top:268px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1024. <caption id="caption65" class="cell_1" style="left:4px; top:267px; width:130px; height:19px; text-align:right; vertical-align:middle; ">위탁검사직접지급금</caption>
  1025. <input id="input105" class="input_default" format="(-)#,###" style="left:136; top:288px; width:75; height:19px; text-align:right; background-color:#eaeaea; "/>
  1026. <caption id="caption67" class="cell_1" style="left:4px; top:287px; width:130px; height:19px; text-align:right; vertical-align:middle; ">심사결정액</caption>
  1027. <input id="input3" ref="/root/main/list02/gridpiehf604/jrdruglimitdiffamtsum" class="input_default" format="(-)#,###" style="left:212px; top:148px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1028. <input id="input4" ref="/root/main/list02/gridpiehf604/jqdruglimitdiffamtsum" class="input_default" format="(-)#,###" style="left:136px; top:148px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1029. <caption id="caption7" class="cell_1" style="left:5px; top:147px; width:130px; height:19px; text-align:right; vertical-align:middle; ">약제상한차액</caption>
  1030. <caption id="caption8" class="cell_1" style="left:5px; top:167px; width:130px; height:19px; text-align:right; vertical-align:middle; ">수진자요양급여비총액</caption>
  1031. <input id="input5" ref="/root/main/list02/gridpiehf604/jrpatmcstotamtsum" class="input_default" format="(-)#,###" style="left:212px; top:168px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1032. <input id="input6" ref="/root/main/list02/gridpiehf604/jqpatmcstotamtsum" class="input_default" format="(-)#,###" style="left:136px; top:168px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1033. <caption id="caption9" class="cell_1" style="left:5px; top:608px; width:130px; height:19px; text-align:right; vertical-align:middle; ">약제상한차액조정금액</caption>
  1034. <input id="input7" ref="/root/main/list02/gridpiehf604/jqdruglimitdiffamtadjtsum" class="input_default" format="(-)#,###" style="left:136px; top:608px; width:75px; height:19px; text-align:right; background-color:#ffcccc; "/>
  1035. <input id="input8" ref="/root/main/list02/gridpiehf604/jrdruglimitdiffamtadjtsum" class="input_default" format="(-)#,###" style="left:212px; top:608px; width:74px; height:19px; text-align:right; background-color:#ccff99; "/>
  1036. <caption id="caption92" class="cell_1" style="left:4px; top:407px; width:130px; height:19px; text-align:right; vertical-align:middle; ">상계환급금</caption>
  1037. <caption id="caption93" class="cell_1" style="left:4px; top:427px; width:130px; height:19px; text-align:right; vertical-align:middle; ">상계추가부담금</caption>
  1038. <input id="input130" class="input_default" format="(-)#,###" style="left:136px; top:408px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1039. <input id="input120" ref="/root/main/list02/gridpiehf604/clblwtotownamtsum" class="input_default" format="(-)#,###" style="left:136px; top:308px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1040. <input id="input131" class="input_default" format="(-)#,###" style="left:136px; top:428px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1041. <input id="input132" ref="/root/main/list02/gridpiehf604/jrstfaddbamtsum" class="input_default" format="(-)#,###" style="left:212px; top:428px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1042. <input id="input121" ref="/root/main/list02/gridpiehf604/clblwownbamtsum" class="input_default" format="(-)#,###" style="left:136px; top:328px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1043. <input id="input122" ref="/root/main/list02/gridpiehf604/jrblwownbamtsum" class="input_default" format="(-)#,###" style="left:212px; top:328px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1044. <input id="input123" ref="/root/main/list02/gridpiehf604/clblwinsuclamamtsum" class="input_default" format="(-)#,###" style="left:136px; top:348px; width:75px; height:19px; text-align:right; background-color:#ccccff; "/>
  1045. <caption id="caption88" class="cell_1" style="left:30px; top:347px; width:104px; height:19px; text-align:right; vertical-align:middle; ">청구액</caption>
  1046. <input id="input124" ref="/root/main/list02/gridpiehf604/jrblwinsuclamamtsum" class="input_default" format="(-)#,###" style="left:212px; top:348px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1047. <caption id="caption89" class="cell_1" style="left:30px; top:367px; width:104px; height:19px; font-size:10pt; text-align:right; vertical-align:middle; ">추가부담금</caption>
  1048. <input id="input125" ref="/root/main/list02/gridpiehf604/jrstfrtnamtsum" class="input_default" format="(-)#,###" style="left:212px; top:408px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1049. <caption id="caption1" class="cell_1" style="left:30px; top:307px; width:104px; height:19px; text-align:right; vertical-align:middle; ">총진료비</caption>
  1050. <input id="input126" ref="/root/main/list02/gridpiehf604/jrblwownaddbamtsum" class="input_default" format="(-)#,###" style="left:212px; top:368px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1051. <input id="input127" class="input_default" format="(-)#,###" style="left:136px; top:388px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1052. <input id="input128" ref="/root/main/list02/gridpiehf604/jrblwownbrtnamtsum" class="input_default" format="(-)#,###" style="left:212px; top:388px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1053. <input id="input129" class="input_default" format="(-)#,###" style="left:136px; top:368px; width:75px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1054. <input id="input119" ref="/root/main/list02/gridpiehf604/jrblwtotownamtsum" class="input_default" format="(-)#,###" style="left:212px; top:308px; width:74px; height:19px; text-align:right; background-color:#ccccff; "/>
  1055. <caption id="caption90" class="cell_1" style="left:30px; top:387px; width:104px; height:19px; text-align:right; vertical-align:middle; ">부담환급금</caption>
  1056. <caption id="caption80" class="cell_1" style="left:30px; top:327px; width:104px; height:19px; font-size:9pt; text-align:right; vertical-align:middle; ">본인부담금</caption>
  1057. <caption id="caption91" class="cell_1" style="left:4px; top:307px; width:25px; height:99px; text-align:center; vertical-align:middle; ">
  1058. <![CDATA[100
  1059. /
  1060. 100
  1061. 미만]]>
  1062. </caption>
  1063. </case>
  1064. <case id="case2">
  1065. <caption id="caption81" class="cell_1" style="left:4px; top:188px; width:130px; height:19px; text-align:right; vertical-align:middle; ">환불금</caption>
  1066. <caption id="caption70" class="cell_1" style="left:4px; top:228px; width:130px; height:19px; text-align:right; vertical-align:middle; ">위탁검사직접지급금</caption>
  1067. <input id="input82" class="input_default" style="left:137px; top:448px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1068. <caption id="caption82" class="cell_1" style="left:4px; top:488px; width:130px; height:19px; text-align:right; vertical-align:middle; ">삭감율</caption>
  1069. <input id="input94" ref="/root/main/list03/gridpiehf602amt/clsubtamt" class="input_default" format="(-)#,###" style="left:137px; top:88px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1070. <input id="input83" class="input_default" style="left:137px; top:488px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1071. <caption id="caption83" class="cell_1" style="left:4px; top:128px; width:130px; height:19px; text-align:right; vertical-align:middle; ">보장기관부담금</caption>
  1072. <input id="input95" ref="/root/main/list03/gridpiehf602amt/jrownbmaxexamt" class="input_default" format="(-)#,###" style="left:213; top:68px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1073. <caption id="caption72" class="cell_1" style="left:4px; top:48px; width:130px; height:19px; text-align:right; vertical-align:middle; ">본인부담금</caption>
  1074. <input id="input84" ref="/root/main/list03/gridpiehf602amt/jrhandicaprfund" class="input_default" format="(-)#,###" style="left:213; top:108px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1075. <input id="input85" ref="/root/main/list03/gridpiehf602amt/adjtresn" class="input_default" style="left:213px; top:508px; width:73px; height:19px; text-align:right; background-color:#ffcccc; "/>
  1076. <caption id="caption84" class="cell_1" style="left:4px; top:428px; width:130px; height:19px; text-align:right; vertical-align:middle; ">조정금액 I</caption>
  1077. <input id="input96" ref="/root/main/list03/gridpiehf602amt/clseqmttotamt" class="input_default" format="(-)#,###" style="left:137px; top:408px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1078. <caption id="caption73" class="cell_1" style="left:135px; top:4px; width:76px; height:23px; text-align:center; vertical-align:middle; ">청구사항</caption>
  1079. <caption id="caption63" class="cell_1" style="left:5px; top:508px; width:130px; height:19px; text-align:right; vertical-align:middle; ">불능/보류사유</caption>
  1080. <caption id="caption85" class="cell_1" style="left:4px; top:208px; width:130px; height:19px; text-align:right; vertical-align:middle; ">추가징수금</caption>
  1081. <input id="input97" ref="/root/main/list03/gridpiehf602amt/clmcstotamt" class="input_default" format="(-)#,###" style="left:137px; top:28px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1082. <input id="input86" class="input_default" style="left:137px; top:468px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1083. <caption id="caption86" class="cell_1" style="left:4px; top:468px; width:130px; height:19px; text-align:right; vertical-align:middle; ">조정금액합계</caption>
  1084. <input id="input98" ref="/root/main/list03/gridpiehf602amt/jrownbamt" class="input_default" format="(-)#,###" style="left:213; top:48px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1085. <caption id="caption75" class="cell_1" style="left:4px; top:88px; width:130px; height:19px; text-align:right; vertical-align:middle; ">대불신청금</caption>
  1086. <input id="input87" ref="/root/main/list03/gridpiehf602amt/clownbmaxexamt" class="input_default" format="(-)#,###" style="left:137px; top:68px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1087. <input id="input76" ref="/root/main/list03/gridpiehf602amt/jrsecuinstbamt" class="input_default" format="(-)#,###" style="left:213; top:128px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1088. <input id="input77" class="input_default" style="left:137px; top:428px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1089. <caption id="caption87" class="cell_1" style="left:4px; top:108px; width:130px; height:19px; text-align:right; vertical-align:middle; ">장애인의료비</caption>
  1090. <input id="input100" class="input_default" style="left:137px; top:188px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1091. <input id="input99" ref="/root/main/list03/gridpiehf602amt/cutrate" class="input_default" style="left:213px; top:488px; width:73px; height:19px; text-align:right; background-color:#ccff99; "/>
  1092. <caption id="caption76" class="cell_1" style="left:212px; top:4px; width:74px; height:23px; text-align:center; vertical-align:middle; ">심결사항</caption>
  1093. <input id="input88" ref="/root/main/list03/gridpiehf602amt/jrtrudirecpamt" class="input_default" format="(-)#,###" style="left:213; top:228px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1094. <input id="input101" ref="/root/main/list03/gridpiehf602amt/jrsubtamt" class="input_default" format="(-)#,###" style="left:213; top:88px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1095. <caption id="caption77" class="cell_1" style="left:4px; top:28px; width:130px; height:19px; text-align:right; vertical-align:middle; ">의료급여비용총액</caption>
  1096. <input id="input89" class="input_default" style="left:213px; top:408px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1097. <caption id="caption66" class="cell_1" style="left:4px; top:448px; width:130px; height:19px; text-align:right; vertical-align:middle; ">조정금액 II</caption>
  1098. <input id="input78" class="input_default" style="left:137px; top:228px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1099. <input id="input102" ref="/root/main/list03/gridpiehf602amt/jradjtsumtotal" class="input_default" format="(-)#,###" style="left:213px; top:468px; width:73px; height:19px; text-align:right; background-color:#ccff99; "/>
  1100. <caption id="caption78" class="cell_1" style="left:4px; top:408px; width:130px; height:19px; text-align:right; vertical-align:middle; ">특수장비총액</caption>
  1101. <input id="input79" ref="/root/main/list03/gridpiehf602amt/jraddchrgamt" class="input_default" format="(-)#,###" style="left:213; top:208px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1102. <input id="input103" ref="/root/main/list03/gridpiehf602amt/clsecuinstbamt" class="input_default" format="(-)#,###" style="left:137px; top:128px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1103. <caption id="caption79" class="cell_1" style="left:4px; top:68px; width:130px; height:19px; text-align:right; vertical-align:middle; ">본인부담상한초과금</caption>
  1104. <input id="input104" ref="/root/main/list03/gridpiehf602amt/jrmcstotamt" class="input_default" format="(-)#,###" style="left:213; top:28px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1105. <caption id="caption69" class="cell_1" style="left:4px; top:4px; width:130px; height:23px; vertical-align:middle; "/>
  1106. <input id="input106" class="input_default" style="left:137px; top:208px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1107. <input id="input107" ref="/root/main/list03/gridpiehf602amt/jrrtnamt" class="input_default" format="(-)#,###" style="left:213; top:188px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1108. <input id="input108" ref="/root/main/list03/gridpiehf602amt/clhandicaprfund" class="input_default" format="(-)#,###" style="left:137px; top:108px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1109. <input id="input80" ref="/root/main/list03/gridpiehf602amt/jradjtsum1" class="input_default" format="(-)#,###" style="left:213px; top:428px; width:73px; height:19px; text-align:right; background-color:#ccff99; "/>
  1110. <input id="input109" ref="/root/main/list03/gridpiehf602amt/jradjtsum2" class="input_default" format="(-)#,###" style="left:213px; top:448px; width:73px; height:19px; text-align:right; background-color:#ccff99; "/>
  1111. <input id="input91" ref="/root/main/list03/gridpiehf602amt/clownbamt" class="input_default" format="(-)#,###" style="left:137px; top:48px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1112. <line id="line60" class="line_2" style="x1:4px; y1:26px; x2:286px; y2:26px; "/>
  1113. <input id="input81" class="input_default" style="left:137px; top:508px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1114. <line id="line67" class="line_3" style="x1:4px; y1:4px; x2:286px; y2:4px; "/>
  1115. <caption id="caption3" class="cell_1" style="left:4px; top:248px; width:130px; height:19px; text-align:right; vertical-align:middle; ">심사결정액</caption>
  1116. <input id="input1" class="input_default" style="left:137px; top:248px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1117. <input id="input2" ref="/root/main/list03/gridpiehf602amt/jrjudgdeciamt" class="input_default" format="(-)#,###" style="left:213px; top:248px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1118. <caption id="caption10" class="cell_1" style="left:4px; top:148px; width:130px; height:19px; text-align:right; vertical-align:middle; ">약제상한차액</caption>
  1119. <input id="input9" ref="/root/main/list03/gridpiehf602amt/jrdruglimitdiffamtsum" class="input_default" format="(-)#,###" style="left:213; top:148px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1120. <input id="input10" ref="/root/main/list03/gridpiehf602amt/cldruglimitdiffamtsum" class="input_default" format="(-)#,###" style="left:137px; top:148px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1121. <input id="input11" ref="/root/main/list03/gridpiehf602amt/jrpatmcstotamtsum" class="input_default" format="(-)#,###" style="left:213; top:168px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1122. <input id="input12" ref="/root/main/list03/gridpiehf602amt/clpatmcstotamtsum" class="input_default" format="(-)#,###" style="left:137px; top:168px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1123. <caption id="caption11" class="cell_1" style="left:4px; top:168px; width:130px; height:19px; text-align:right; vertical-align:middle; ">수진자요양급여비총액</caption>
  1124. <input id="input140" ref="/root/main/list03/gridpiehf602amt/jrblwtotownamt" class="input_default" format="(-)#,###" style="left:213px; top:268px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1125. <caption id="caption94" class="cell_1" style="left:29px; top:308px; width:105px; height:19px; text-align:right; vertical-align:middle; ">청구액</caption>
  1126. <input id="input141" class="input_default" format="#,###" style="left:137px; top:348px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1127. <caption id="caption95" class="cell_1" style="left:29px; top:268px; width:105px; height:19px; text-align:right; vertical-align:middle; ">총진료비</caption>
  1128. <input id="input142" ref="/root/main/list03/gridpiehf602amt/jrblwownbrtnamt" class="input_default" format="(-)#,###" style="left:213px; top:348px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1129. <caption id="caption96" class="cell_1" style="left:29px; top:288px; width:105px; height:19px; text-align:right; vertical-align:middle; ">본인부담금</caption>
  1130. <input id="input143" class="input_default" format="#,###" style="left:137px; top:388px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1131. <caption id="caption97" class="cell_1" style="left:29px; top:328px; width:105px; height:19px; text-align:right; vertical-align:middle; ">본인추가환급금</caption>
  1132. <input id="input144" ref="/root/main/list03/gridpiehf602amt/jrstfrtnamt" class="input_default" format="(-)#,###" style="left:213px; top:368px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1133. <input id="input133" class="input_default" format="#,###" style="left:137px; top:328px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1134. <caption id="caption98" class="cell_1" style="left:3px; top:268px; width:25px; height:99px; text-align:center; vertical-align:middle; ">
  1135. <![CDATA[100
  1136. /
  1137. 100
  1138. 미만]]>
  1139. </caption>
  1140. <input id="input145" class="input_default" format="#,###" style="left:137px; top:368px; width:73px; height:19px; text-align:right; background-color:#eaeaea; "/>
  1141. <input id="input134" ref="/root/main/list03/gridpiehf602amt/jrblwinsuclamamt" class="input_default" format="(-)#,###" style="left:213px; top:308px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1142. <caption id="caption99" class="cell_1" style="left:29px; top:348px; width:105px; height:19px; text-align:right; vertical-align:middle; ">본인부담환급금</caption>
  1143. <input id="input146" ref="/root/main/list03/gridpiehf602amt/jrstfaddbamt" class="input_default" format="(-)#,###" style="left:213px; top:388px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1144. <input id="input135" ref="/root/main/list03/gridpiehf602amt/clblwtotownamt" class="input_default" format="#,###" style="left:137px; top:268px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1145. <input id="input136" ref="/root/main/list03/gridpiehf602amt/clblwinsuclamamt" class="input_default" format="#,###" style="left:137px; top:308px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1146. <input id="input137" ref="/root/main/list03/gridpiehf602amt/jrblwownaddbamt" class="input_default" format="(-)#,###" style="left:213px; top:328px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1147. <input id="input138" ref="/root/main/list03/gridpiehf602amt/jrblwownbamt" class="input_default" format="(-)#,###" style="left:213px; top:288px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1148. <input id="input139" ref="/root/main/list03/gridpiehf602amt/clblwownbamt" class="input_default" format="#,###" style="left:137px; top:288px; width:73px; height:19px; text-align:right; background-color:#ccccff; "/>
  1149. <caption id="caption100" class="cell_1" style="left:4px; top:368px; width:130px; height:19px; text-align:right; vertical-align:middle; ">상계환급금</caption>
  1150. <caption id="caption101" class="cell_1" style="left:4px; top:388px; width:130px; height:19px; text-align:right; vertical-align:middle; ">상계추가부담금</caption>
  1151. </case>
  1152. <case id="case3" style="left:0px; top:0px; width:100.00%; height:100.00%; ">
  1153. <button id="button2" class="btn2_letter6" style="left:199px; top:5px; width:86px; height:19px; ">
  1154. <caption>수신비고팝업</caption>
  1155. <script type="javascript" ev:event="DOMActivate">
  1156. <![CDATA[
  1157. modal("SPPIE01110", 1, 1, 1, "SPPIE01110", "/root/send/send_rem", "/root/send/send_rem");
  1158. ]]>
  1159. </script>
  1160. </button>
  1161. <line id="line29" class="line_1" x="10" style="x1:5px; y1:25px; x2:285px; y2:25px; "/>
  1162. <caption id="caption38" class="tit_2" style="left:5px; top:10px; width:70px; height:13px; ">참조란</caption>
  1163. <textarea id="textarea1" ref="/root/main/list02/remdata/rem" scroll="auto" style="left:5px; top:30px; width:280px; height:629px; "/>
  1164. </case>
  1165. </switch>
  1166. <button id="btn_acptno" class="btn_sw" group="tab" selected="true" style="left:0px; top:56px; width:85px; height:22px; ">
  1167. <caption>접수번호별</caption>
  1168. <toggle case="case1" ev:event="onclick"/>
  1169. </button>
  1170. <button id="btn_pid" class="btn_sw" group="tab" style="left:85px; top:56px; width:85px; height:22px; ">
  1171. <caption>개인별</caption>
  1172. <toggle case="case2" ev:event="onclick"/>
  1173. </button>
  1174. <group id="group5" style="left:0px; top:5px; width:1194px; height:50px; vertical-align:top; ">
  1175. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:50px; background-color:#fffbf2; border-color:#ffd799; "/>
  1176. <caption id="caption30" class="search_name" style="left:695px; top:5px; width:90px; height:17px; ">청구분야 :</caption>
  1177. <input id="ipt_fromterm" ref="/root/send/fromterm" class="input_search" inputtype="date" style="left:207px; top:15px; width:85px; height:19px; ">
  1178. <script type="javascript" ev:event="DOMFocusOut">
  1179. <![CDATA[
  1180. //model.setValue("/root/send/toterm",model.getValue("/root/send/fromterm"));
  1181. model.refresh();
  1182. pidfGetClamdg();
  1183. fChkClamym();
  1184. // model.setFocus("ipt_toterm");
  1185. ]]>
  1186. </script>
  1187. </input>
  1188. <select1 id="rdo_termflag" ref="/root/send/termflag" class="radio_search" appearance="full" cols="3" rows="1" overflow="visible" style="left:0px; top:15px; width:208px; height:17px; border-style:none; ">
  1189. <choices>
  1190. <item>
  1191. <label>심사차수</label>
  1192. <value>1</value>
  1193. </item>
  1194. <item>
  1195. <label>청구년월</label>
  1196. <value>2</value>
  1197. </item>
  1198. <item>
  1199. <label>통보일자</label>
  1200. <value>3</value>
  1201. </item>
  1202. </choices>
  1203. <script type="javascript" ev:event="xforms-select">
  1204. <![CDATA[
  1205. if (rdo_termflag.value == 1) {
  1206. ipt_fromterm.attribute("maxlength") = 8;
  1207. ipt_toterm.attribute("maxlength") = 8;
  1208. ipt_fromterm.attribute("format") = "";
  1209. ipt_toterm.attribute("format") = "";
  1210. ipt_fromterm.attribute("inputtype") = "";
  1211. ipt_toterm.attribute("inputtype") = "";
  1212. model.setValue("/root/send/fromterm", "");
  1213. model.setValue("/root/send/toterm", "");
  1214. cmb_clamdgfrom.value = "";
  1215. cmb_clamdgto.value = "";
  1216. cmb_clamdgfrom.disabled = true;
  1217. cmb_clamdgto.disabled = true;
  1218. }
  1219. else if (rdo_termflag.value == 2) {
  1220. ipt_fromterm.attribute("format") = "yyyy-mm";
  1221. ipt_toterm.attribute("format") = "yyyy-mm";
  1222. ipt_fromterm.attribute("inputtype") = "date";
  1223. ipt_toterm.attribute("inputtype") = "date";
  1224. model.setValue("/root/send/fromterm", getCurrentDate().substr(0,6));
  1225. model.setValue("/root/send/toterm", getCurrentDate().substr(0,6));
  1226. if (ipt_fromterm.value.length >= 7) {
  1227. // 사용자에게 에러 메시지를 보여주고 'YYYYMM'형식으로 변환시킨다.
  1228. messageBox("진료년월을 'YYYYMM'형식으로 입력해 주십시오.", "C009");
  1229. ipt_fromterm.value = ipt_fromterm.value.substr(0,6);
  1230. ipt_toterm.value = ipt_toterm.value.substr(0,6);
  1231. }
  1232. cmb_clamdgfrom.disabled = false;
  1233. cmb_clamdgto.disabled = false;
  1234. cmb_clamdgfrom.select(0);
  1235. cmb_clamdgto.select(0);
  1236. }
  1237. else if (rdo_termflag.value == 3) {
  1238. ipt_fromterm.attribute("format") = "yyyy-mm-dd";
  1239. ipt_toterm.attribute("format") = "yyyy-mm-dd";
  1240. ipt_fromterm.attribute("inputtype") = "date";
  1241. ipt_toterm.attribute("inputtype") = "date";
  1242. model.setValue("/root/send/fromterm", getCurrentDate());
  1243. model.setValue("/root/send/toterm", getCurrentDate());
  1244. cmb_clamdgfrom.value = "";
  1245. cmb_clamdgto.value = "";
  1246. cmb_clamdgfrom.disabled = true;
  1247. cmb_clamdgto.disabled = true;
  1248. }
  1249. model.setFocus("ipt_fromterm");
  1250. model.refresh();
  1251. ]]>
  1252. </script>
  1253. </select1>
  1254. <select1 id="cmb_ordfildcd" ref="/root/send/ordfildcd" class="combo_search" appearance="minimal" style="left:785px; top:5px; width:95px; height:19px; ">
  1255. <choices>
  1256. <itemset nodeset="/root/init/P0425list/P0425">
  1257. <label ref="cdnm"/>
  1258. <value ref="cdid"/>
  1259. </itemset>
  1260. </choices>
  1261. </select1>
  1262. <input id="ipt_acptno" ref="/root/send/acptno" class="input_search" visibility="hidden" style="left:380px; top:5px; width:75px; height:19px; ">
  1263. <script type="javascript" ev:event="onkeyup">
  1264. <![CDATA[
  1265. inputEnterKey("button108", "DOMActivate");
  1266. ]]>
  1267. </script>
  1268. </input>
  1269. <caption id="caption34" class="search_name" visibility="hidden" style="left:290px; top:5px; width:90px; height:17px; ">접수번호 :</caption>
  1270. <select1 id="rdo_chosflag" ref="/root/send/chosflag" class="radio_search" appearance="full" cols="3" rows="1" overflow="visible" style="left:980px; top:18px; width:135px; height:17px; border-style:none; ">
  1271. <choices>
  1272. <item>
  1273. <label>전체</label>
  1274. <value>A</value>
  1275. </item>
  1276. <item>
  1277. <label>입원</label>
  1278. <value>I</value>
  1279. </item>
  1280. <item>
  1281. <label>외래</label>
  1282. <value>O</value>
  1283. </item>
  1284. </choices>
  1285. </select1>
  1286. <caption id="caption68" class="search_name" style="left:890px; top:18px; width:90px; height:17px; ">내원유형 :</caption>
  1287. <caption id="caption71" class="search_name" visibility="hidden" style="left:290px; top:28px; width:93px; height:17px; ">청구번호 :</caption>
  1288. <select1 id="cmb_clamno" ref="/root/send/clamno" class="combo_search" visibility="hidden" appearance="minimal" style="left:380px; top:27px; width:75px; height:19px; ">
  1289. <choices>
  1290. <itemset nodeset="/root/hidden/list01/list_clamno/claminfo">
  1291. <label ref="clamno"/>
  1292. <value ref="clamno"/>
  1293. </itemset>
  1294. </choices>
  1295. </select1>
  1296. <line id="line13" class="line_4" style="x1:1123px; y1:12px; x2:1123px; y2:38px; border-color:#ffe4bb; border-left-style:solid; "/>
  1297. <button id="btn_search" class="btn1_letter2" style="left:1133px; top:14px; width:56px; height:22px; ">
  1298. <caption>조회</caption>
  1299. <script type="javascript" ev:event="DOMActivate">
  1300. <![CDATA[
  1301. Search();
  1302. ]]>
  1303. </script>
  1304. <toggle case="case1" ev:event="onclick"/>
  1305. </button>
  1306. <caption id="caption31" style="left:351px; top:16px; width:15px; height:15px; ">~</caption>
  1307. <input id="ipt_toterm" ref="/root/send/toterm" class="input_search" inputtype="date" style="left:365px; top:15px; width:95px; height:19px; ">
  1308. <script type="javascript" ev:event="DOMFocusOut">
  1309. <![CDATA[
  1310. //model.setFocus("rdo_numflag");
  1311. //model.refresh();
  1312. pidfGetClamdg();
  1313. fChkClamym();
  1314. ]]>
  1315. </script>
  1316. </input>
  1317. <select1 id="rdo_numflag" ref="/root/send/numflag" class="radio_search" appearance="full" cols="1" rows="2" overflow="visible" style="left:525px; top:9px; width:70px; height:32px; border-style:none; ">
  1318. <choices>
  1319. <item>
  1320. <label>청구번호</label>
  1321. <value>1</value>
  1322. </item>
  1323. <item>
  1324. <label>접수번호</label>
  1325. <value>2</value>
  1326. </item>
  1327. </choices>
  1328. <script type="javascript" ev:event="xforms-select">
  1329. <![CDATA[
  1330. // if (rdo_numflag.value == 2) {
  1331. // model.setFocus("ipt_srchnum");
  1332. // }
  1333. // else {
  1334. // model.setFocus("ipt_srchnum");
  1335. // }
  1336. model.setFocus("ipt_srchnum");
  1337. model.setFocus("ipt_srchnum");
  1338. ]]>
  1339. </script>
  1340. </select1>
  1341. <input id="ipt_srchnum" ref="/root/send/srchnum" class="input_search" navindex="4" style="left:600px; top:16px; width:90px; height:19px; ">
  1342. <script type="javascript" ev:event="onkeypress">
  1343. <![CDATA[
  1344. // 수정이력/2008.11.26/강종태/ 엔터 입력시 그리드 처음행을 기준으로 모두 펼침
  1345. if (event.keyCode == "13") { // Enter 입력 시에
  1346. setInputNodeCurText(); // 현재 인풋값 노드 반영
  1347. Search();
  1348. }
  1349. ]]>
  1350. </script>
  1351. </input>
  1352. <select1 id="cmb_clamdgto" ref="/root/send/clamdgto" class="combo_search" appearance="minimal" style="left:462px; top:15px; width:55px; height:19px; ">
  1353. <choices>
  1354. <itemset nodeset="/root/init/clamdgto/clamdglist">
  1355. <label ref="clamdgnm"/>
  1356. <value ref="clamdgcd"/>
  1357. </itemset>
  1358. </choices>
  1359. <script type="javascript" ev:event="xforms-value-changed">
  1360. <![CDATA[
  1361. model.setValue("/root/send/clamdgfrom", model.getValue("/root/send/clamdgto"));
  1362. model.refresh();
  1363. ]]>
  1364. </script>
  1365. </select1>
  1366. <select1 id="cmb_clamdgfrom" ref="/root/send/clamdgfrom" class="combo_search" appearance="minimal" style="left:294px; top:15px; width:55px; height:19px; ">
  1367. <choices>
  1368. <itemset nodeset="/root/init/clamdgfrom/clamdglist">
  1369. <label ref="clamdgnm"/>
  1370. <value ref="clamdgcd"/>
  1371. </itemset>
  1372. </choices>
  1373. <script type="javascript" ev:event="xforms-value-changed">
  1374. <![CDATA[
  1375. model.setValue("/root/send/clamdgto", model.getValue("/root/send/clamdgfrom"));
  1376. model.refresh();
  1377. ]]>
  1378. </script>
  1379. </select1>
  1380. <select1 id="cmb_clamflag" ref="/root/send/clamflag" class="combo_search" appearance="minimal" style="left:785px; top:30px; width:95px; height:19px; ">
  1381. <choices>
  1382. <itemset nodeset="/root/init/P0155list/P0155">
  1383. <label ref="cdnm"/>
  1384. <value ref="cdid"/>
  1385. </itemset>
  1386. </choices>
  1387. </select1>
  1388. <caption id="caption5" class="search_name" style="left:695px; top:30px; width:86px; height:17px; ">청구구분 :</caption>
  1389. </group>
  1390. <switch id="switch1" class="sw_box" style="left:295px; top:620px; width:899px; height:120px; ">
  1391. <case id="603" selected="true">
  1392. <datagrid id="grd_f603" nodeset="/root/main/list03/gridpiehf603" caption="줄번호^항^조정사유^I,II항^수가코드^코드^처방명칭^단가^일투^총투^1회투약인정량^조정금액^약제상한차액조정금액^약제상한가^심사불능세부사유코드^관련근거^비고^(judgdg)^(clamno)^(acptno)^(docuseqno)" colsep="^" colwidth="51, 34, 61, 37, 84, 69, 202, 70, 41, 42, 100, 67, 130, 100, 130, 69, 80, 100, 100, 100, 100" dataheight="23" ellipsis="true" explorerbar="sortshowmove" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="35" rowsep="|" tooltip="true" style="left:0px; top:5px; width:894px; height:110px; ">
  1393. <col ref="lnno" style="text-align:center; "/>
  1394. <col ref="item" style="text-align:center; "/>
  1395. <col ref="adjtresn" style="text-align:center; "/>
  1396. <col ref="matractflag" style="text-align:center; "/>
  1397. <col ref="snglcalcscorcd" style="text-align:center; "/>
  1398. <col ref="code" style="text-align:center; "/>
  1399. <col ref="ordnm" style="text-align:center; "/>
  1400. <col ref="unitcost" format="(-)#,###" style="text-align:right; "/>
  1401. <col ref="dayqtyrt" style="text-align:right; "/>
  1402. <col ref="totqtyrt" style="text-align:right; "/>
  1403. <col ref="dsgrcogqty" style="text-align:right; "/>
  1404. <col ref="adjtamt" format="(-)#,###" style="text-align:right; "/>
  1405. <col ref="druglimitdiffamtadjtamt" format="(-)#,###" style="text-align:right; "/>
  1406. <col ref="limitdiffamt" format="(-)#,###" style="text-align:right; "/>
  1407. <col ref="jidetlresncd" style="text-align:center; "/>
  1408. <col ref="relbase" style="text-align:center; "/>
  1409. <col ref="rem" type="inputbutton" style="text-align:left; "/>
  1410. <script type="javascript" ev:event="onbuttonclick">
  1411. <![CDATA[
  1412. model.setValue("/root/main/list04/rem", grd_f603.valueMatrix(grd_f603.row,grd_f603.col));
  1413. modal("SPPIE00200", "", "400", "400" ,"", "/root/main/list04/rem", "/root/send/textno");
  1414. ]]>
  1415. </script>
  1416. <col ref="judgdg" visibility="hidden"/>
  1417. <col ref="clamno" visibility="hidden"/>
  1418. <col ref="acptno" visibility="hidden"/>
  1419. <col ref="docuseqno" visibility="hidden"/>
  1420. <script type="javascript" ev:event="ondblclick">
  1421. <![CDATA[
  1422. // 2008-05-29 우선 의사삭감처방전달 기능 삭제(윤영옥's Confirm)
  1423. // model.setValue("/root/source/judgdg", model.getValue("/root/main/list03/gridpiehf603/judgdg"));
  1424. // model.setValue("/root/source/clamno", model.getValue("/root/main/list03/gridpiehf603/clamno"));
  1425. // model.setValue("/root/source/acptno", model.getValue("/root/main/list03/gridpiehf603/acptno"));
  1426. // model.setValue("/root/source/docuseqno", model.getValue("/root/main/list03/gridpiehf603/docuseqno"));
  1427. // // 이의신청구분
  1428. // model.setValue("/root/source/lnno", model.getValue("/root/main/list03/gridpiehf603/lnno"));
  1429. // model.setValue("/root/source/adjtresn", model.getValue("/root/main/list03/gridpiehf603/adjtresn"));
  1430. // model.setValue("/root/source/workflag", "medcarenoti");
  1431. //
  1432. // //팝업창
  1433. // modal("SPPIR30320", 1, "", "", "SPPIR30320", "/root/source", "/root/send/send_adjtord");
  1434. ]]>
  1435. </script>
  1436. <script type="javascript" ev:event="oncopy">
  1437. <![CDATA[
  1438. grid_oncopy();
  1439. ]]>
  1440. </script>
  1441. </datagrid>
  1442. </case>
  1443. <case id="606">
  1444. <datagrid id="grd_f606" nodeset="/root/main/list03/gridpiehf606" caption="처방전교부번호^줄번호^사유^코드^처방명칭^조정횟수^비고^비고" colsep="^" colwidth="115, 100, 100, 100, 100, 107, 273" dataheight="23" defaultrows="2" explorerbar="sortshowmove" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="35" rowsep="|" style="left:10px; top:5px; width:879px; height:110px; ">
  1445. <col ref="mpsno" style="text-align:center; "/>
  1446. <col ref="lnno"/>
  1447. <col ref="resn"/>
  1448. <col ref="edicd"/>
  1449. <col ref="ordnm"/>
  1450. <col ref="adjttims" style="text-align:right; "/>
  1451. <col ref="rem" style="text-align:center; "/>
  1452. <script type="javascript" ev:event="oncopy">
  1453. <![CDATA[
  1454. grid_oncopy();
  1455. ]]>
  1456. </script>
  1457. </datagrid>
  1458. </case>
  1459. <case id="605">
  1460. <datagrid id="grd_f605" nodeset="/root/main/list03/gridpiehf605" caption="줄번호^코드^처방명칭^수탁기관기호^위탁검사직접지급금^처리코드^비고^비고" colsep="^" colwidth="59, 101, 100, 100, 132, 84, 318" dataheight="23" defaultrows="2" explorerbar="sortshowmove" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="35" rowsep="|" style="left:10px; top:5px; width:879px; height:110px; ">
  1461. <col ref="lnno"/>
  1462. <col ref="prcpcd" style="text-align:left; "/>
  1463. <col ref="prcpnm" style="text-align:left; "/>
  1464. <col ref="trustcorpmark" style="text-align:center; "/>
  1465. <col ref="trudirecpamt" style="text-align:right; "/>
  1466. <col ref="tretcd" style="text-align:center; "/>
  1467. <col ref="rem" style="text-align:left; "/>
  1468. <script type="javascript" ev:event="oncopy">
  1469. <![CDATA[
  1470. grid_oncopy();
  1471. ]]>
  1472. </script>
  1473. </datagrid>
  1474. </case>
  1475. </switch>
  1476. <button id="btn_606" class="btn_sw" group="tab" style="left:425px; top:599px; width:134px; height:22px; ">
  1477. <caption>F060.6(원외처방)</caption>
  1478. <toggle case="606" ev:event="onclick"/>
  1479. </button>
  1480. <button id="btn_603" class="btn_sw" group="tab" selected="true" style="left:295px; top:599px; width:130px; height:22px; ">
  1481. <caption>F060.3(삭감처방)</caption>
  1482. <toggle case="603" ev:event="onclick"/>
  1483. </button>
  1484. <button id="btn_605" class="btn_sw" group="tab" style="left:559px; top:599px; width:127px; height:22px; ">
  1485. <caption>F060.5(위탁검사)</caption>
  1486. <toggle case="605" ev:event="onclick"/>
  1487. </button>
  1488. <button id="button108" class="btn2_letter13" visibility="hidden" style="left:390px; top:295px; width:163px; height:19px; ">
  1489. <caption>[콤보박스]청구번호 내려받기</caption>
  1490. <!-- - 2007.05.30 / 화면수정 / 청구년월을 획득하기위한 [Enter] 이벤트 핸들러 -->
  1491. <script type="javascript" ev:event="DOMActivate">
  1492. <![CDATA[
  1493. // 가비지 데이터 삭제
  1494. model.removenode("/root/hidden/list01/list_clamno");
  1495. model.resetInstanceNode("/root/hidden/list01/list_clamno");
  1496. if (ipt_acptno.value.length < 7) {
  1497. messageBox("접수번호는 반드시 7자리를","C001");
  1498. return false;
  1499. }
  1500. model.refresh();
  1501. // 접수번호로 청구번호(ClamNo)정보를 조회한다.
  1502. var acptno = model.getValue("/root/send/acptno");
  1503. model.setValue("/root/send/send_clamno/acptno", acptno);
  1504. submit("TRPIE01104");
  1505. if (cmb_clamno.length == 1) {
  1506. cmb_clamno.value = model.getValue("/root/hidden/list01/list_clamno/claminfo/clamno");
  1507. cmb_ordfildcd.value = model.getValue("/root/hidden/list01/list_clamno/claminfo/ordfildcd");
  1508. rdo_chosflag.value = model.getValue("/root/hidden/list01/list_clamno/claminfo/ioflag");
  1509. Search();
  1510. }
  1511. else {
  1512. model.setFocus("cmb_clamno");
  1513. }
  1514. ]]>
  1515. </script>
  1516. </button>
  1517. <caption id="caption2" class="cell_1" style="left:857px; top:340px; width:85px; height:23px; vertical-align:middle; ">명일련 찾기</caption>
  1518. <input id="ipt_docuseqno1" ref="/root/send/searchgridrow/docuseqno" class="input_default" style="left:943px; top:341px; width:111px; height:19px; ">
  1519. <script type="javascript" ev:event="onkeyup">
  1520. <![CDATA[
  1521. // [ENTER] 키 입력하는 경우
  1522. if (event.keyCode == "13") {
  1523. setInputNodeCurText();
  1524. var docuseqno = ipt_docuseqno1.value;
  1525. var rows = grd_f602.rows;
  1526. for (var i=1; i<rows; i++) {
  1527. if (grd_f602.valueMatrix(i,grd_f602.colRef("docuseqno")) == docuseqno) {
  1528. grd_f602.row = i; // 하이라이트 주기
  1529. grd_f602.topRow = i; // 맨 윗줄로 옮김
  1530. return false;
  1531. }
  1532. }
  1533. }
  1534. ]]>
  1535. </script>
  1536. </input>
  1537. <button id="button14" class="btn2_letter6" visibility="hidden" style="left:857px; top:598px; width:86px; height:19px; ">
  1538. <caption>심사화면보기</caption>
  1539. </button>
  1540. <button id="button26" class="btn2_letter2" style="left:1152px; top:59px; width:42px; height:19px; ">
  1541. <caption>출력</caption>
  1542. <script type="javascript" ev:event="DOMActivate">
  1543. <![CDATA[
  1544. model.removenode("/root/hidden/prnt1");
  1545. model.makeNode("/root/hidden/prnt1");
  1546. // 1. 출력 데이터 생성
  1547. for (var i = 1; i < grd_f601.rows; i++) {
  1548. model.makeValue("/root/hidden/prnt1/f601["+i+"]/judgdg", grd_f601.valueMatrix(i, grd_f601.colRef("judgdg"))); // 심사차수
  1549. model.makeValue("/root/hidden/prnt1/f601["+i+"]/clamno", grd_f601.valueMatrix(i, grd_f601.colRef("clamno"))); // 청구번호
  1550. model.makeValue("/root/hidden/prnt1/f601["+i+"]/notidd", grd_f601.valueMatrix(i, grd_f601.colRef("notidd"))); // 통보일자
  1551. model.makeValue("/root/hidden/prnt1/f601["+i+"]/chosflag", grd_f601.labelMatrix(i, grd_f601.colRef("chosflag"))); // 내원
  1552. model.makeValue("/root/hidden/prnt1/f601["+i+"]/ordfildcd", grd_f601.labelMatrix(i, grd_f601.colRef("ordfildcd"))); // 분야
  1553. model.makeValue("/root/hidden/prnt1/f601["+i+"]/acptno", grd_f601.valueMatrix(i, grd_f601.colRef("acptno"))); // 접수번호
  1554. model.makeValue("/root/hidden/prnt1/f601["+i+"]/setno", grd_f601.valueMatrix(i, grd_f601.colRef("setno"))); // 묶음번호
  1555. model.makeValue("/root/hidden/prnt1/f601["+i+"]/jqtotordamtsum", model.getValue("/root/main/list01/gridpiehf601[" + i + "]/jqtotordamtsum")); // 청구급여비용총액
  1556. model.makeValue("/root/hidden/prnt1/f601["+i+"]/jqsecuinstbamtsum", model.getValue("/root/main/list01/gridpiehf601[" + i + "]/jqsecuinstbamtsum")); // 청구액
  1557. model.makeValue("/root/hidden/prnt1/f601["+i+"]/jrsltcnt", grd_f601.valueMatrix(i, grd_f601.colRef("jrsltcnt"))); // 심결건수
  1558. model.makeValue("/root/hidden/prnt1/f601["+i+"]/jrjudgdeciamt", grd_f601.valueMatrix(i, grd_f601.colRef("jrjudgdeciamt"))); // 심사결정액
  1559. model.makeValue("/root/hidden/prnt1/f601["+i+"]/adjtamtsum", grd_f601.valueMatrix(i, grd_f601.colRef("adjtamtsum"))); // 조정금액합계
  1560. model.makeValue("/root/hidden/prnt1/f601["+i+"]/cutrate", grd_f601.valueMatrix(i, grd_f601.colRef("cutrate"))); // 삭감율
  1561. model.makeValue("/root/hidden/prnt1/f601["+i+"]/ordym", grd_f601.valueMatrix(i, grd_f601.colRef("ordym"))); // 진료월
  1562. model.makeValue("/root/hidden/prnt1/f601["+i+"]/acptdd", grd_f601.valueMatrix(i, grd_f601.colRef("acptdd"))); // 접수일자
  1563. }
  1564. // 2. 보고서 호출
  1565. exeReportPreview("RPPIE01110", "XMLSTR", "","", "false","","","","","false");
  1566. ]]>
  1567. </script>
  1568. </button>
  1569. <button id="button4" class="btn2_letter2" style="left:1152px; top:343px; width:42px; height:19px; ">
  1570. <caption>출력</caption>
  1571. <script type="javascript" ev:event="DOMActivate">
  1572. <![CDATA[
  1573. exeReportPreview("RPPIE01120", "XMLSTR", "","", "false","","","","","false");
  1574. ]]>
  1575. </script>
  1576. </button>
  1577. <button id="button5" class="btn2_letter4" style="left:1085px; top:343px; width:64px; height:19px; ">
  1578. <caption>엑셀저장</caption>
  1579. <script type="javascript" ev:event="DOMActivate">
  1580. <![CDATA[
  1581. var fileName = window.fileDialog("save", ",", false, "F060_2", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  1582. if (fileName != "") {
  1583. grd_f602.saveExcel(fileName, "SheetName", true, true, "", "", "");
  1584. }
  1585. ]]>
  1586. </script>
  1587. </button>
  1588. <button id="button6" class="btn2_letter2" style="left:1152px; top:599px; width:42px; height:19px; ">
  1589. <caption>출력</caption>
  1590. <script type="javascript" ev:event="DOMActivate">
  1591. <![CDATA[
  1592. exeReportPreview("RPPIE01130", "XMLSTR", "","", "false","","","","","false");
  1593. ]]>
  1594. </script>
  1595. </button>
  1596. <button id="button7" class="btn2_letter4" style="left:1085px; top:599px; width:64px; height:19px; ">
  1597. <caption>엑셀저장</caption>
  1598. <script type="javascript" ev:event="DOMActivate">
  1599. <![CDATA[
  1600. var fileName = window.fileDialog("save", ",", false, "F060_3", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  1601. if (fileName != "") {
  1602. grd_f603.saveExcel(fileName, "SheetName", true, true, "", "", "");
  1603. }
  1604. ]]>
  1605. </script>
  1606. </button>
  1607. <button id="button8" class="btn2_letter3" style="left:921px; top:59px; width:53px; height:19px; ">
  1608. <caption>셀카피</caption>
  1609. <script type="javascript" ev:event="onclick">
  1610. <![CDATA[
  1611. grd_f601.attribute("selectionmode") = "free";
  1612. grd_f602.attribute("selectionmode") = "free";
  1613. grd_f603.attribute("selectionmode") = "free";
  1614. grd_f606.attribute("selectionmode") = "free";
  1615. grd_f605.attribute("selectionmode") = "free";
  1616. ]]>
  1617. </script>
  1618. </button>
  1619. <button id="button9" class="btn2_letter3" style="left:975px; top:59px; width:53px; height:19px; ">
  1620. <caption>열카피</caption>
  1621. <script type="javascript" ev:event="onclick">
  1622. <![CDATA[
  1623. grd_f601.attribute("selectionmode") = "bycol";
  1624. grd_f602.attribute("selectionmode") = "bycol";
  1625. grd_f603.attribute("selectionmode") = "bycol";
  1626. grd_f606.attribute("selectionmode") = "bycol";
  1627. grd_f605.attribute("selectionmode") = "bycol";
  1628. ]]>
  1629. </script>
  1630. </button>
  1631. <button id="button10" class="btn2_letter3" style="left:1030px; top:59px; width:53px; height:19px; ">
  1632. <caption>행카피</caption>
  1633. <script type="javascript" ev:event="onclick">
  1634. <![CDATA[
  1635. grd_f601.attribute("selectionmode") = "byrow";
  1636. grd_f602.attribute("selectionmode") = "byrow";
  1637. grd_f603.attribute("selectionmode") = "byrow";
  1638. grd_f606.attribute("selectionmode") = "byrow";
  1639. grd_f605.attribute("selectionmode") = "byrow";
  1640. ]]>
  1641. </script>
  1642. </button>
  1643. <button id="button12" class="btn2_letter4" style="left:1085px; top:59px; width:64px; height:19px; ">
  1644. <caption>엑셀저장</caption>
  1645. <script type="javascript" ev:event="DOMActivate">
  1646. <![CDATA[
  1647. var fileName = window.fileDialog("save", ",", false, "F060_1", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  1648. if (fileName != "") {
  1649. grd_f601.saveExcel(fileName, "SheetName", true, true, "", "", "");
  1650. }
  1651. ]]>
  1652. </script>
  1653. </button>
  1654. <line id="line2" class="line_3" style="x1:857px; y1:366px; x2:1054px; y2:366px; "/>
  1655. <line id="line3" class="line_3" style="x1:857px; y1:339px; x2:1054px; y2:339px; "/>
  1656. <caption id="caption4" class="cell_1" style="left:650px; top:340px; width:85px; height:23px; vertical-align:middle; ">수진자 찾기</caption>
  1657. <input id="ipt_patnm1" ref="/root/send/searchgridrow/patnm" class="input_default" style="left:736px; top:341px; width:111px; height:19px; ">
  1658. <script type="javascript" ev:event="onkeyup">
  1659. <![CDATA[
  1660. // [ENTER] 키 입력하는 경우
  1661. if (event.keyCode == "13") {
  1662. setInputNodeCurText();
  1663. var patnm = ipt_patnm1.value;
  1664. var rows = grd_f602.rows;
  1665. for (var i=1; i<rows; i++) {
  1666. if (grd_f602.valueMatrix(i,grd_f602.colRef("patnm")) == patnm) {
  1667. grd_f602.row = i; // 하이라이트 주기
  1668. grd_f602.topRow = i; // 맨 윗줄로 옮김
  1669. return false;
  1670. }
  1671. }
  1672. }
  1673. ]]>
  1674. </script>
  1675. </input>
  1676. <line id="line5" class="line_3" style="x1:650px; y1:344px; x2:847px; y2:344px; "/>
  1677. <button id="button11" class="btn2_letter2" style="left:878px; top:59px; width:42px; height:19px; ">
  1678. <caption>출력</caption>
  1679. <script type="javascript" ev:event="DOMActivate">
  1680. <![CDATA[
  1681. copyNodeListType("/root/temp/data2" , "/root/main/list02/gridpiehf602[medcarekindflag = '" + "6" + "']", "replace" , model , model);
  1682. exeReportPreview("RPPIE01100", "XMLSTR", "","", "false","","","","","false");
  1683. ]]>
  1684. </script>
  1685. </button>
  1686. <button id="button16" class="btn_sw" group="tab" style="left:170px; top:56px; width:85px; height:22px; ">
  1687. <caption>참조란</caption>
  1688. <toggle case="case3" ev:event="onclick"/>
  1689. </button>
  1690. </group>
  1691. </xhtml:body>
  1692. </xhtml:html>