SMMRC04000_사본신청발급.xrw 75 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>사본발행신청</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cond>
  11. <pid/>
  12. <orddd/>
  13. <cretno/>
  14. <hngnm/>
  15. <sa/>
  16. <rrgstno1/>
  17. <rrgstno2/>
  18. <fromdd/>
  19. <todd/>
  20. <ioflag/>
  21. <copyseqno/>
  22. <prcpsrcflag/>
  23. <orddeptnm/>
  24. <orddeptcd/>
  25. <roomcd/>
  26. <dschdd/>
  27. <emrordflag/>
  28. <age/>
  29. <wardhospnm/>
  30. </cond>
  31. <apphist>
  32. <applist/>
  33. </apphist>
  34. <result/>
  35. <scrnstatus/>
  36. <appinfo>
  37. <copyinfo>
  38. <addstatus/>
  39. <status/>
  40. <copyseqno/>
  41. <pid/>
  42. <appdd/>
  43. <apptm/>
  44. <appdeptcd/>
  45. <appdeptnm/>
  46. <appdrid/>
  47. <appdrnm/>
  48. <appmannm/>
  49. <appmanflag>1</appmanflag>
  50. <issgoalcd/>
  51. <issgoalnm/>
  52. <issgoaletc/>
  53. <issgoaletccd/>
  54. <issgoaletcnm/>
  55. <issdd/>
  56. <issseqno/>
  57. <emrordflag/>
  58. <emrorddeptcd/>
  59. <emrappcopies/>
  60. <delivefact/>
  61. <memo/>
  62. <orddd/>
  63. <cretno/>
  64. <cncldt/>
  65. <prntdt/>
  66. <shtno/>
  67. <trustyn>N</trustyn>
  68. <appmanetc/>
  69. <delivefact/>
  70. </copyinfo>
  71. </appinfo>
  72. <outpathistlist>
  73. <outpathistlist>
  74. <checkflag/>
  75. <pid/>
  76. <cretno/>
  77. <orddd/>
  78. <orddeptcd/>
  79. <orddrid/>
  80. <orddeptnm/>
  81. <orddrnm/>
  82. <ordtype/>
  83. <emrflag/>
  84. </outpathistlist>
  85. </outpathistlist>
  86. <out>
  87. <pid/>
  88. <chrtflag/>
  89. <fromdd/>
  90. <todd/>
  91. </out>
  92. <in>
  93. <pid/>
  94. <chrtflag/>
  95. <fromdd/>
  96. <todd/>
  97. </in>
  98. <inpathistlist>
  99. <inpathistlist/>
  100. </inpathistlist>
  101. <issinfo>
  102. <emrapplist/>
  103. <copyinfo/>
  104. </issinfo>
  105. <emrinfo>
  106. <emrlist/>
  107. </emrinfo>
  108. <patprcpinfo>
  109. <patprcplist/>
  110. </patprcpinfo>
  111. <otherinfo>
  112. <prcpinfo/>
  113. <testinfo/>
  114. <testinfo1/>
  115. <testinfo2/>
  116. <testinfo3/>
  117. <testinfo4/>
  118. <testinfo5/>
  119. <testinfo6/>
  120. <testinfo7/>
  121. <testinfo8/>
  122. <outchrtflag/>
  123. <anoinfo/>
  124. <lang>K</lang>
  125. <onlytest/>
  126. <bmtappyn/>
  127. </otherinfo>
  128. <isshist>
  129. <isslist>
  130. <issno/>
  131. <ioflagnm/>
  132. <pid/>
  133. <hngnm/>
  134. <rrgstno1/>
  135. <rrgstno2/>
  136. <orddeptnm/>
  137. <atdoctnm/>
  138. <appdrnm/>
  139. <appmannm/>
  140. <issgoalcd/>
  141. <trustyn/>
  142. <rcptyn/>
  143. <totalcopies/>
  144. <issnm/>
  145. <issdt/>
  146. <appdt/>
  147. <prntlim/>
  148. <unprepyn/>
  149. <orddd/>
  150. <cretno/>
  151. <ioflag/>
  152. <orddeptcd/>
  153. <orddrid/>
  154. <copyseqno/>
  155. </isslist>
  156. </isshist>
  157. <rcptlist>
  158. <rcptlist/>
  159. </rcptlist>
  160. <patinfo>
  161. <patinfolist/>
  162. </patinfo>
  163. <paper>
  164. <paperyn/>
  165. <deathyn/>
  166. </paper>
  167. <paminfo/>
  168. <midissinfo>
  169. <emrapplist/>
  170. <totemrapplist/>
  171. </midissinfo>
  172. <cnfmlist>
  173. <cnfmlist/>
  174. </cnfmlist>
  175. <clamyn>
  176. <clamyn/>
  177. </clamyn>
  178. <recsrch>
  179. <reclist/>
  180. </recsrch>
  181. <rcptpossynmsg/>
  182. </main>
  183. <send>
  184. <reqdata/>
  185. <savedata/>
  186. <search/>
  187. <iemr>
  188. <treatno/>
  189. <pid/>
  190. <orddeptcd/>
  191. <indd/>
  192. <docucd/>
  193. <ioflag/>
  194. <cmc_cretno/>
  195. <cmc_spcid/>
  196. <cmc_orddate/>
  197. <cmc_orderseqno/>
  198. </iemr>
  199. <aftcert/>
  200. </send>
  201. <hidden>
  202. <insocrtag/>
  203. <calcscorcd/>
  204. <tmpcalcscorcd/>
  205. <defcalcscorcd/>
  206. <defcalcscornm/>
  207. <addcalcscorcd/>
  208. <addcalcscornm/>
  209. <inputbox/>
  210. <freesugauseyn/>
  211. <freecalcscorcd/>
  212. <freecalcscornm/>
  213. <aftcert/>
  214. </hidden>
  215. <init>
  216. <orddept/>
  217. <userlist/>
  218. <paminfo>
  219. <list/>
  220. </paminfo>
  221. <issgoalcd/>
  222. <ioflaglist/>
  223. <deptlist>
  224. <dept/>
  225. </deptlist>
  226. <userinfo>
  227. <userlist/>
  228. </userinfo>
  229. <prcpstatcd/>
  230. <PAM>
  231. <P0029list>
  232. <P0029/>
  233. </P0029list>
  234. </PAM>
  235. <copy_menu>
  236. <menu>
  237. <label>기본수가추가</label>
  238. <func>fAddCalcScor</func>
  239. </menu>
  240. <menu>
  241. <label>컬러수가추가</label>
  242. <func>fAddColorCalcScor</func>
  243. </menu>
  244. <menu>
  245. <label>수가삭제</label>
  246. <func>fDelCalcScor</func>
  247. </menu>
  248. </copy_menu>
  249. </init>
  250. <temp>
  251. <issinfo>
  252. <emrlist>
  253. <chrtflag/>
  254. <ioflag/>
  255. <orddd/>
  256. <dschdd/>
  257. <orddeptnm/>
  258. <atdoctnm/>
  259. <formrecdt/>
  260. <formnm/>
  261. <shtno/>
  262. <formcd/>
  263. <reckeyno/>
  264. <orddeptcd/>
  265. <atdoctid/>
  266. </emrlist>
  267. <copyinfo/>
  268. </issinfo>
  269. <patprcpinfo>
  270. <patprcplist/>
  271. </patprcpinfo>
  272. </temp>
  273. <tmpinicert/>
  274. <tmpinicert2/>
  275. <imgrec>
  276. <iemr>
  277. <treatno/>
  278. <pid/>
  279. <orddeptcd/>
  280. <indd/>
  281. <docucd/>
  282. <ioflag/>
  283. <cmc_cretno/>
  284. <cmc_spcid/>
  285. <cmc_orddate/>
  286. <cmc_orderseqno/>
  287. </iemr>
  288. </imgrec>
  289. <copysend/>
  290. <tmpcopyinfo/>
  291. <inisend/>
  292. <prthist>
  293. <pid/>
  294. <signno/>
  295. <reckind/>
  296. <readprtflag/>
  297. <formcd/>
  298. <signflag/>
  299. <orddd/>
  300. <chosflag/>
  301. <refusge/>
  302. <refremark/>
  303. </prthist>
  304. <return/>
  305. <temp2>
  306. <appinfo>
  307. <copyinfo>
  308. <totalcopies/>
  309. <totalshrtno/>
  310. </copyinfo>
  311. </appinfo>
  312. <rcptlist>
  313. <rcptlist/>
  314. </rcptlist>
  315. </temp2>
  316. <midtemp/>
  317. <isstemp/>
  318. <totisstemp/>
  319. <tmphdcd/>
  320. </root>
  321. </instance>
  322. <submission id="TRMMR05501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/result/pathistlist"/>
  323. <script type="javascript" ev:event="xforms-ready">
  324. <![CDATA[
  325. fInitialize();
  326. ]]>
  327. </script>
  328. <submission id="TRMRC03003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/apphist"/>
  329. <submission id="TRMRC03004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/outpathistlist"/>
  330. <submission id="TRMRC03005" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/inpathistlist"/>
  331. <submission id="TRMRC03006" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/issinfo"/>
  332. <submission id="TRMRC03007" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/emrinfo"/>
  333. <submission id="TRMRC03024" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/emrinfo"/>
  334. <submission id="TRMRC03021" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/midissinfo"/>
  335. <submission id="TRMRC03017" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/temp/issinfo"/>
  336. <submission id="TRMRC03008" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/temp/issinfo"/>
  337. <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
  338. <submission id="TRMMBTRMRC0302104102" mediatype="application/x-www-form-urlencoded" method="post"/>
  339. <submission id="TRZSU10117" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  340. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  341. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  342. <submission id="TRMRC01202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/appinfo"/>
  343. <submission id="TRMRC03010" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" replace="instance" resultref="/root/main/appinfo"/>
  344. <submission id="TRMRC03011" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/outpathistlist"/>
  345. <submission id="TRMRC03012" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/inpathistlist"/>
  346. <submission id="TRMRC03013" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/issinfo"/>
  347. <submission id="TRMRC03014" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/rcptlist"/>
  348. <submission id="TRMRC03015" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/issinfo"/>
  349. <submission id="TRMRC03022" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/midtemp/midissinfo"/>
  350. <submission id="TRMRC03023" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/rcptlist"/>
  351. <submission id="submission1" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/temp/issinfo"/>
  352. <submission id="TRMRC01203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/emrinfo"/>
  353. <submission id="TRMRI00415" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/tmpinicert"/>
  354. <submission id="TRMRI00407" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/copysend" resultref="/root/tmpcopyinfo"/>
  355. <submission id="TXMRC01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" replace="instance"/>
  356. <submission id="TRMRC01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/cond" resultref="/root/main/isshist"/>
  357. <submission id="TXMRC03004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata"/>
  358. <submission id="TRMRC03016" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/tmpinicert"/>
  359. <submission id="TRMRC03026" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/tmpinicert"/>
  360. <submission id="TRMRC03025" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/tmpinicert"/>
  361. <submission id="TRMRC03029" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/tmpinicert"/>
  362. <submission id="TRMRI02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/inisend" resultref="/root/tmpinicert"/>
  363. <submission id="TRMRC03020" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/inisend" resultref="/root/tmpinicert"/>
  364. <submission id="TRMRC03019" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/paper"/>
  365. <submission id="TXMRC03005" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" replace="instance" resultref="/root/return"/>
  366. <submission id="TXMRC03006" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" replace="instance" resultref="/root/return"/>
  367. <submission id="TRMRC03027" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/cnfmlist"/>
  368. <submission id="TXMRF03805" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/insocrtag"/>
  369. <submission id="TRMRC03030" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/clamyn"/>
  370. <submission id="TRMRC03101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/_send" replace="instance" resultref="/root/main/charts"/>
  371. <submission id="TRMRC03031" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" replace="instance" resultref="/root/tmpinicert"/>
  372. <submission id="TRMMB04103" mediatype="application/x-www-form-urlencoded" method="post"/>
  373. <submission id="TRMMB04105" mediatype="application/x-www-form-urlencoded" method="post"/>
  374. <submission id="TRMRI03004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/tmpinicert"/>
  375. <submission id="TRMRF03104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/hardcdlist"/>
  376. <submission id="TRMRC03103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/cond" resultref="/root/tmppatinfo"/>
  377. <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
  378. <submission id="TXPAO99906" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/PAM" resultref="/root/main/rsv"/>
  379. <submission id="TRMMO02705" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/aftcert" resultref="/root/hidden/aftcert"/>
  380. </model>
  381. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  382. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  383. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  384. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  385. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  386. <script type="javascript" src="../../../com/departmentcodeweb/js/common.js"/>
  387. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  388. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  389. <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
  390. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  391. <script type="javascript" src="../../../emr/chrtmngtweb/js/SMMRC03100.js"/>
  392. <script type="javascript" src="../../../emr/formmngtweb/js/MRF03800.js"/>
  393. <script type="javascript" src="../../../emr/imgemrweb/js/js/SSMRC03100.js"/>
  394. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
  395. <script type="javascript" ev:event="xforms-model-construct-done">
  396. <![CDATA[
  397. //20100322 BMT사본신청여부 추가
  398. // if(getUserInfo("dutplceinstcd") == "012"){
  399. // grp_bmt.visible = true;
  400. // }else{
  401. grp_bmt.visible = false;
  402. // }
  403. ]]>
  404. </script>
  405. </xhtml:head>
  406. <xhtml:body guideline="1,425;2,783;1,1194;2,559;" style="margin-left:8; margin-right:8; ">
  407. <iviewer id="iviewerIemr" src="../../../emr/imgemrweb/xrw/SSMRC03130.xrw" style="left:427px; top:70px; width:768px; height:687px; border-style:none; "/>
  408. <select1 id="rdo_lang" ref="/root/main/otherinfo/lang" appearance="full" cellspacing="2" cols="2" overflow="visible" style="left:1044px; top:662px; width:94px; height:20px; border-style:none; ">
  409. <choices>
  410. <item>
  411. <label>한글</label>
  412. <value>K</value>
  413. </item>
  414. <item>
  415. <label>영문</label>
  416. <value>E</value>
  417. </item>
  418. </choices>
  419. </select1>
  420. <group id="group1" style="left:0px; top:600px; width:420px; height:95px; ">
  421. <group id="grp_bmt" style="left:295px; top:0px; width:124px; height:42px; ">
  422. <button id="button13" class="btn2_letter7" style="left:3px; top:2px; width:97px; height:19px; ">
  423. <caption>BMT 사본신청</caption>
  424. <script type="javascript" ev:event="DOMActivate">
  425. <![CDATA[
  426. ]]>
  427. </script>
  428. </button>
  429. <select id="chk_bmt" ref="/root/main/otherinfo/bmtappyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:1px; top:22px; width:120px; height:20px; border-style:none; ">
  430. <choices>
  431. <item>
  432. <label>BMT 사본신청유무</label>
  433. <value>Y</value>
  434. </item>
  435. </choices>
  436. </select>
  437. </group>
  438. <shape id="roundrect9" class="roundrect_btnset" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:39px; width:410px; height:52px; background-color:#f2fafe; border-color:#7cbbdd; "/>
  439. <shape id="roundrect8" class="roundrect_btnset" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:120px; height:33px; background-color:#f2fafe; border-color:#7cbbdd; "/>
  440. <select id="chk_prcpinfo" ref="/root/main/otherinfo/prcpinfo" overflow="visible" appearance="full" checkvalue="Y,N" style="left:5px; top:16px; width:100px; height:20px; border-style:none; ">
  441. <choices>
  442. <item>
  443. <label>처방기록포함</label>
  444. <value>Y</value>
  445. </item>
  446. </choices>
  447. <script type="javascript" ev:event="xforms-value-changed">
  448. <![CDATA[
  449. /*
  450. if(chk_prcpinfo.value == "Y") {
  451. fAddTestList("0800000636");
  452. } else {
  453. fDelTestList("0800000636");
  454. }
  455. */
  456. ]]>
  457. </script>
  458. </select>
  459. <select id="chk_testinfo2" ref="/root/main/otherinfo/testinfo2" overflow="visible" appearance="full" checkvalue="Y,N" style="left:105px; top:54px; width:100px; height:20px; border-style:none; ">
  460. <choices>
  461. <item>
  462. <label>진단검사</label>
  463. <value>Y</value>
  464. </item>
  465. </choices>
  466. <script type="javascript" ev:event="xforms-value-changed">
  467. <![CDATA[
  468. /*if(chk_testinfo2.value == "Y") {
  469. fAddTestList("0800004018");
  470. } else {
  471. fDelTestList("0800004018");
  472. }*/
  473. ]]>
  474. </script>
  475. </select>
  476. <select id="chk_testinfo3" ref="/root/main/otherinfo/testinfo3" overflow="visible" appearance="full" checkvalue="Y,N" style="left:205px; top:54px; width:100px; height:20px; border-style:none; ">
  477. <choices>
  478. <item>
  479. <label>병리조직</label>
  480. <value>Y</value>
  481. </item>
  482. </choices>
  483. <script type="javascript" ev:event="xforms-value-changed">
  484. <![CDATA[
  485. /*if(chk_prcpinfo.value == "Y") {
  486. fAddTestList("E");
  487. } else {
  488. fDelTestList("E");
  489. }*/
  490. ]]>
  491. </script>
  492. </select>
  493. <select id="chk_testinfo4" ref="/root/main/otherinfo/testinfo4" overflow="visible" appearance="full" checkvalue="Y,N" style="left:305px; top:54px; width:100px; height:20px; border-style:none; ">
  494. <choices>
  495. <item>
  496. <label>기능검사</label>
  497. <value>Y</value>
  498. </item>
  499. </choices>
  500. <script type="javascript" ev:event="xforms-value-changed">
  501. <![CDATA[
  502. /*if(chk_prcpinfo.value == "Y") {
  503. fAddTestList("F");
  504. } else {
  505. fDelTestList("F");
  506. }*/
  507. ]]>
  508. </script>
  509. </select>
  510. <select id="chk_testinfo6" ref="/root/main/otherinfo/testinfo6" overflow="visible" appearance="full" checkvalue="Y,N" style="left:105px; top:72px; width:100px; height:20px; border-style:none; ">
  511. <choices>
  512. <item>
  513. <label>핵의학</label>
  514. <value>Y</value>
  515. </item>
  516. </choices>
  517. <script type="javascript" ev:event="xforms-value-changed">
  518. <![CDATA[
  519. /*var label = chk_testinfo6.label;
  520. fSendChkLabelText(label);*/
  521. /*if(chk_testinfo6.value == "Y") {
  522. fAddTestList("0800004020");
  523. } else {
  524. fDelTestList("0800004020");
  525. }*/
  526. ]]>
  527. </script>
  528. </select>
  529. <select id="chk_testinfo5" ref="/root/main/otherinfo/testinfo5" overflow="visible" appearance="full" checkvalue="Y,N" style="left:5px; top:72px; width:100px; height:20px; border-style:none; ">
  530. <choices>
  531. <item>
  532. <label>영상의학</label>
  533. <value>Y</value>
  534. </item>
  535. </choices>
  536. <script type="javascript" ev:event="xforms-value-changed">
  537. <![CDATA[
  538. /*if(chk_testinfo5.value == "Y") {
  539. fAddTestList("0800004021");
  540. } else {
  541. fDelTestList("0800004021");
  542. }*/
  543. ]]>
  544. </script>
  545. </select>
  546. <select id="chk_testinfo7" ref="/root/main/otherinfo/testinfo7" overflow="visible" appearance="full" checkvalue="Y,N" style="left:205px; top:72px; width:100px; height:20px; border-style:none; ">
  547. <choices>
  548. <item>
  549. <label>내시경</label>
  550. <value>Y</value>
  551. </item>
  552. </choices>
  553. <script type="javascript" ev:event="xforms-value-changed">
  554. <![CDATA[
  555. /*if(chk_prcpinfo.value == "Y") {
  556. fAddTestList("I");
  557. } else {
  558. fDelTestList("I");
  559. }*/
  560. ]]>
  561. </script>
  562. </select>
  563. <select id="chk_testinfo8" ref="/root/main/otherinfo/testinfo8" overflow="visible" appearance="full" checkvalue="Y,N" style="left:305px; top:72px; width:100px; height:20px; border-style:none; ">
  564. <choices>
  565. <item>
  566. <label>미생물</label>
  567. <value>Y</value>
  568. </item>
  569. </choices>
  570. <script type="javascript" ev:event="xforms-value-changed">
  571. <![CDATA[
  572. /*if(chk_testinfo8.value == "Y") {
  573. fAddTestList("0800004019");
  574. } else {
  575. fDelTestList("0800004019");
  576. }*/
  577. ]]>
  578. </script>
  579. </select>
  580. <caption id="caption25" class="tit_2" style="left:4px; top:41px; width:152px; height:13px; ">검사결과 상세신청내역</caption>
  581. <caption id="caption26" class="tit_2" style="left:4px; top:2px; width:152px; height:13px; ">처방/검사 신청</caption>
  582. <select id="chk_testinfo_bak" ref="/root/main/otherinfo/testinfo" visibility="hidden" overflow="visible" appearance="full" checkvalue="Y,N" style="left:265px; top:10px; width:70px; height:20px; border-style:none; ">
  583. <choices>
  584. <item>
  585. <label>검사결과 포함</label>
  586. <value>Y</value>
  587. </item>
  588. </choices>
  589. <script type="javascript" ev:event="xforms-value-changed">
  590. <![CDATA[
  591. if(chk_testinfo.value == "Y") {
  592. for( var i = 2; i < 9 ; i++) {
  593. model.setValue("/root/main/otherinfo/testinfo" + i +"", "Y");
  594. }
  595. } else{
  596. for( var i = 2; i < 9 ; i++) {
  597. model.setValue("/root/main/otherinfo/testinfo" + i +"", "");
  598. }
  599. }
  600. group1.refresh();
  601. /*if(chk_testinfo.value == "Y") {
  602. fAddTestList("0000000000");
  603. } else {
  604. fDelTestList("0000000000");
  605. }
  606. btn_save.disabled = false;
  607. btn_update.disabled = true;
  608. btn_reappinfo.disabled = true;*/
  609. ]]>
  610. </script>
  611. </select>
  612. <button id="button9_bak" class="btn2_letter4" visibility="hidden" style="left:335px; top:30px; width:64px; height:19px; ">
  613. <caption>기록조회</caption>
  614. <script type="javascript" ev:event="DOMActivate">
  615. <![CDATA[
  616. fGetEMROutTestList(); //검사결과
  617. fEmrImgRec(); // html
  618. ]]>
  619. </script>
  620. </button>
  621. <select id="chk_onlytest" ref="/root/main/otherinfo/onlytest" overflow="visible" appearance="full" checkvalue="Y,N" style="left:175px; top:16px; width:115px; height:20px; border-style:none; ">
  622. <choices>
  623. <item>
  624. <label>검사결과만 신청</label>
  625. <value>Y</value>
  626. </item>
  627. </choices>
  628. <script type="javascript" ev:event="xforms-value-changed">
  629. <![CDATA[
  630. ]]>
  631. </script>
  632. </select>
  633. <select id="chk_testinfo" ref="/root/main/otherinfo/testinfo" overflow="visible" appearance="full" checkvalue="Y,N" style="left:5px; top:54px; width:100px; height:20px; border-style:none; ">
  634. <choices>
  635. <item>
  636. <label>전체</label>
  637. <value>Y</value>
  638. </item>
  639. </choices>
  640. <script type="javascript" ev:event="xforms-value-changed">
  641. <![CDATA[
  642. if(chk_testinfo.value == "Y") {
  643. for( var i = 2; i < 9 ; i++) {
  644. model.setValue("/root/main/otherinfo/testinfo" + i +"", "Y");
  645. }
  646. } else{
  647. for( var i = 2; i < 9 ; i++) {
  648. model.setValue("/root/main/otherinfo/testinfo" + i +"", "");
  649. }
  650. }
  651. group1.refresh();
  652. ]]>
  653. </script>
  654. </select>
  655. <select id="chk_testinfo1" ref="/root/main/otherinfo/testinfo1" overflow="visible" appearance="full" checkvalue="Y,N" style="left:120px; top:16px; width:55px; height:20px; border-style:none; ">
  656. <choices>
  657. <item>
  658. <label>초진</label>
  659. <value>Y</value>
  660. </item>
  661. </choices>
  662. <script type="javascript" ev:event="xforms-value-changed">
  663. <![CDATA[
  664. var label = chk_testinfo1.label;
  665. fSendChkLabelText(label);
  666. if(chk_prcpinfo.value == "Y") {
  667. fAddTestList("C");
  668. } else {
  669. fDelTestList("C");
  670. }
  671. ]]>
  672. </script>
  673. </select>
  674. </group>
  675. <shape id="roundrect6" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:765px; top:30px; width:425px; height:32px; background-color:#fffbf2; border-color:#ffd799; "/>
  676. <shape id="roundrect1" class="roundrect_btnset" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:212px; width:425px; height:95px; background-color:#f2fafe; border-color:#7cbbdd; "/>
  677. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:15px; width:720px; height:32px; background-color:#fffbf2; border-color:#ffd799; "/>
  678. <input id="ipt_pid" ref="/root/main/cond/pid" class="input_search" style="left:99px; top:22px; width:90px; height:19px; ">
  679. <script type="javascript" ev:event="onkeypress">
  680. <![CDATA[
  681. if(event.keyCode == 13){
  682. var newPid = ipt_pid.currentText;
  683. // 의료정보팀인지 타 부서인지 체크
  684. if(fIsEmrDept() == false)
  685. {
  686. var globalPid = getPatientInfo("pid");
  687. if(globalPid != newPid) {
  688. messageBox("사본신청은 진료중인 환자에 대해서만 신청이 가능합니다.\n등록번호를 상단 환자등록번호와 일치시켜서","C003");
  689. return;
  690. }
  691. }
  692. model.removeNodeset("/root/temp/issinfo/emrlist");
  693. // 2009.05.26 이경희
  694. // 의료정보팀인 경우 신청내역저장 버튼이 계속 비활성화되는것을 방지
  695. btn_save.disabled = false;
  696. ipt_pid.currentText = newPid;
  697. //환자기본 및 원무정보 조회
  698. fReqGetComnPatOrdInfo(ipt_pid.currentText);
  699. model.setValue("/root/main/cond/copyseqno", "");
  700. //환자 이전사본발행내역 조회
  701. fReqGetBfCopyIssHistList(ipt_pid.currentText);
  702. /*var userinfo = getUserInfo("dutplcecd");
  703. if(userinfo == "3230000000"){
  704. fHistDetilSearch();
  705. }*/
  706. fReqGetOutPatHistList(); // 외래진료내역
  707. fReqGetInPatHistList(); // 입원진료내역
  708. fReqGetPaperYN();
  709. // 입원내역이 존재하면 가장 최근 회차의 중분류가 조회되도록
  710. var inList = model.instance1.selectNodes("/root/main/inpathistlist/inpathistlist");
  711. if(inList.length > 0) {
  712. grd_inapplist.row = 1;
  713. //fEMRChrtList("F"); // 회차별 입원 차트 조회 /root/main/issinfo/emrapplist
  714. //fGetINChrtList(); // 중분류서식
  715. }
  716. // (e)
  717. model.resetInstanceNode("/root/main/appinfo/copyinfo");
  718. model.resetInstanceNode("/root/main/otherinfo");
  719. model.removeNodeset("/root/temp/issinfo/emrapplist");
  720. model.removeNodeset("/root/main/rcptlist/rcptlist");
  721. if(inList.length < 1) {
  722. model.removeNodeset("/root/main/midissinfo/emrapplist");
  723. }
  724. var deathyn = model.getValue("/root/main/paper/deathyn");
  725. if(deathyn == "Y") {
  726. model.setValue("/root/main/appinfo/copyinfo/appmanflag", "");
  727. } else if(deathyn == "N") {
  728. var age = model.getValue("/root/main/cond/age");
  729. if(age < parseInt(14)) {
  730. model.setValue("/root/main/appinfo/copyinfo/appmanflag", "2");
  731. model.setValue("/root/main/appinfo/copyinfo/trustyn", "Y");
  732. } else {
  733. model.setValue("/root/main/appinfo/copyinfo/appmanflag", "1");
  734. }
  735. }
  736. if(model.getValue("/root/main/paper/limrem") != "") {
  737. var limrem = model.getValue("/root/main/paper/limrem");
  738. var pid = model.getValue("/root/main/cond/pid");
  739. var name = model.getValue("/root/main/cond/hngnm");
  740. messageBox(" " + pid + "(" + name + ") : " + limrem +" " + "\n 유의환자", "I009");
  741. }
  742. //model.setValue("/root/main/appinfo/copyinfo/appmanflag", "1");
  743. model.setValue("root/main/appinfo/copyinfo/trustyn", "N");
  744. //model.setValue("/root/main/appinfo/copyinfo/appdeptcd",getUserInfo("dutplcecd")); // 신청과
  745. cmb_emrorddeptcd.refresh();
  746. //model.setValue("/root/main/appinfo/copyinfo/appdrid", getUserId()); //신청의
  747. model.setValue("/root/main/otherinfo/lang", "K");
  748. model.refresh();
  749. // iviewer refresh, height reset
  750. iviewerIemr.window.javaScript.cleanViewer();
  751. var strWidth = parseInt(document.controls("iviewerIemr").attribute("width"));
  752. var strHeight = parseInt(document.controls("iviewerIemr").attribute("height"));
  753. //alert(strWidth);
  754. //alert(strHeight);
  755. iviewerIemr.window.javaScript.setChartViewerSize(strWidth, 687);
  756. //iviewerIemr.window.parent.document.controls("iviewerIemr").attribute("height") = "500px";
  757. //fCheckAppList(); // 전체 진료내역 중 사본신청된 내역만 check 되도록
  758. }
  759. ]]>
  760. </script>
  761. </input>
  762. <button id="btn_hngnm" class="icon_search" style="left:350px; top:24px; width:16px; height:16px; ">
  763. <caption/>
  764. <script type="javascript" ev:event="DOMActivate">
  765. <![CDATA[
  766. fPatPopUp("2");
  767. ]]>
  768. </script>
  769. </button>
  770. <input id="ipt_hngnm" ref="/root/main/cond/hngnm" class="input_search" style="left:259px; top:22px; width:86px; height:19px; ">
  771. <script type="javascript" ev:event="onkeypress">
  772. <![CDATA[
  773. if (event.keyCode == 13)
  774. {
  775. inputEnterKey("btn_hngnm", "DOMActivate");
  776. }
  777. ]]>
  778. </script>
  779. </input>
  780. <caption id="caption17" class="search_name" style="left:199px; top:23px; width:64px; height:17px; vertical-align:middle; ">성명 :</caption>
  781. <caption id="lbl_PID" class="search_name" style="left:11px; top:23px; width:86px; height:17px; vertical-align:middle; ">등록번호 :</caption>
  782. <input id="input3" ref="/root/main/cond/rrgstno1" class="input_search" navindex="3" maxlength="6" style="left:554px; top:21px; width:72px; height:19px; ">
  783. <script type="javascript" ev:event="onmaxlength">
  784. <![CDATA[
  785. ]]>
  786. </script>
  787. </input>
  788. <caption id="caption8" class="search_name" style="left:442px; top:23px; width:112px; height:17px; vertical-align:middle; ">주민등록번호 :</caption>
  789. <secret id="input4" ref="/root/main/cond/rrgstno2" navindex="4" secretstartposition="1" appearance="secret" style="left:628px; top:21px; width:84px; height:19px; ">
  790. <script type="javascript" ev:event="onkeypress">
  791. <![CDATA[
  792. ]]>
  793. </script>
  794. </secret>
  795. <caption id="caption6" class="tit_1" visibility="hidden" style="left:0px; top:0px; width:106px; height:14px; ">사본신청/발급</caption>
  796. <caption id="caption1" class="search_name" style="left:780px; top:37px; width:112px; height:17px; vertical-align:middle; ">조회기간 :</caption>
  797. <caption id="caption2" style="left:974px; top:35px; width:15px; height:20px; ">~</caption>
  798. <input id="ipt_fromdd" ref="/root/main/cond/fromdd" inputtype="date" style="left:869px; top:35px; width:100px; height:19px; "/>
  799. <input id="ipt_todd" ref="/root/main/cond/todd" inputtype="date" style="left:991px; top:35px; width:100px; height:19px; "/>
  800. <button id="btn_profhist" class="btn1_letter2" style="left:1120px; top:36px; width:56px; height:22px; ">
  801. <caption>조회</caption>
  802. <script type="javascript" ev:event="DOMActivate">
  803. <![CDATA[
  804. //fGetEMRTestList("PRCP"); //검사결과
  805. fGetEMRPrcpList(); //검사결과
  806. fEmrImgRec();
  807. ]]>
  808. </script>
  809. </button>
  810. <line id="line4" style="x1:1107px; y1:33px; x2:1107px; y2:58px; border-color:#ffe4bb; border-left-style:solid; "/>
  811. <caption id="caption38" class="tit_2" style="left:0px; top:55px; width:121px; height:13px; ">이전사본발행내역</caption>
  812. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:425px; y2:70px; "/>
  813. <caption id="caption3" class="tit_2" style="left:0px; top:193px; width:126px; height:13px; ">사본발행 기본정보</caption>
  814. <caption id="caption9" class="cell_1" style="left:5px; top:213px; width:64px; height:47px; vertical-align:middle; ">
  815. <![CDATA[사본발행
  816. 신청인]]>
  817. </caption>
  818. <caption id="caption4" class="cell_1" style="left:314px; top:213px; width:67px; height:47px; vertical-align:middle; ">
  819. <![CDATA[위임장/
  820. 동의서]]>
  821. </caption>
  822. <line id="line2" class="line_1" style="x1:0px; y1:207px; x2:425px; y2:207px; "/>
  823. <select1 id="rdo_trustyn" ref="/root/main/appinfo/copyinfo/trustyn" appearance="full" cellspacing="10" cols="1" vcellspacing="6" overflow="visible" style="left:382px; top:213px; width:39px; height:47px; text-align:center; border-style:none; ">
  824. <choices>
  825. <item>
  826. <label>유</label>
  827. <value>Y</value>
  828. </item>
  829. <item>
  830. <label>무</label>
  831. <value>N</value>
  832. </item>
  833. </choices>
  834. </select1>
  835. <caption id="caption5" class="cell_1" style="left:25px; top:165px; width:105px; height:21px; vertical-align:middle; ">사본발행목적</caption>
  836. <caption id="caption7" class="tit_2" style="left:0px; top:314px; width:126px; height:13px; ">사본발행 신청내역</caption>
  837. <button id="btn_in" class="btn_sw" group="tab" style="left:357px; top:308px; width:67px; height:22px; ">
  838. <caption>입원</caption>
  839. <toggle case="case2" ev:event="onclick"/>
  840. <script type="javascript" ev:event="DOMActivate">
  841. <![CDATA[
  842. fClikInTab();
  843. ]]>
  844. </script>
  845. </button>
  846. <switch id="swc_prof" style="left:0px; top:329px; width:425px; height:267px; ">
  847. <case id="out" selected="true">
  848. <datagrid id="grd_outpat" nodeset="/root/main/outpathistlist/outpathistlist" caption="V^pid^cretno^진료일^orddeptcd^진료과^orddrid^주치의^내원구분" colsep="^" colwidth="35, 0, 0, 85, 0, 117, 0, 104, 61" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1px; top:28px; width:420px; height:239px; ">
  849. <col checkvalue="Y,N" ref="chk" type="checkbox"/>
  850. <col ref="pid"/>
  851. <col ref="cretno"/>
  852. <col ref="orddd" format="yyyy-mm-dd"/>
  853. <col ref="orddeptcd"/>
  854. <col ref="orddeptnm" type="output"/>
  855. <col ref="orddrid"/>
  856. <col ref="orddrnm"/>
  857. <col disabled="true" ref="ordtype" type="combo">
  858. <choices>
  859. <item>
  860. <label>외래</label>
  861. <value>O</value>
  862. </item>
  863. <item>
  864. <label>건진</label>
  865. <value>S</value>
  866. </item>
  867. <item>
  868. <label>DSC</label>
  869. <value>D</value>
  870. </item>
  871. </choices>
  872. </col>
  873. </datagrid>
  874. <shape id="roundrect5" class="roundrect_btnset" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:2px; width:315px; height:25px; background-color:#f2fafe; border-color:#7cbbdd; "/>
  875. <caption id="caption15" class="cell_1" style="left:4px; top:4px; width:105px; height:21px; vertical-align:middle; ">종이차트 신청</caption>
  876. <select1 id="rdo_outchrtflag" ref="/root/main/otherinfo/outchrtflag" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:166px; top:5px; width:144px; height:20px; border-style:none; ">
  877. <choices>
  878. <item>
  879. <label>접은부분</label>
  880. <value>02</value>
  881. </item>
  882. <item>
  883. <label>전체</label>
  884. <value>01</value>
  885. </item>
  886. </choices>
  887. <script type="javascript" ev:event="xforms-select">
  888. <![CDATA[
  889. /*var outchrtflag = model.getValue("/root/main/otherinfo/outchrtflag");
  890. if(outchrtflag == null || outchrtflag == "") {
  891. group1.disabled = true;
  892. } else if(outchrtflag == "01" || outchrtflag == "02") {
  893. group1.disabled = false;
  894. }
  895. model.refresh();*/
  896. //fPaperList();
  897. ]]>
  898. </script>
  899. </select1>
  900. <shape id="roundrect7" class="roundrect_btnset" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:113px; top:3px; width:47px; height:23px; background-color:#f2fafe; border-color:#7cbbdd; "/>
  901. <output id="out_paperyn" ref="/root/main/paper/paperyn" style="left:130px; top:5px; width:25px; height:19px; "/>
  902. <button id="button9" class="btn1_letter4" style="left:339px; top:4px; width:80px; height:22px; ">
  903. <caption>기록조회</caption>
  904. <script type="javascript" ev:event="DOMActivate">
  905. <![CDATA[
  906. fGetEMROutTestList(); //검사결과
  907. fEmrImgRec(); // html
  908. ]]>
  909. </script>
  910. </button>
  911. </case>
  912. <case id="in">
  913. <caption id="caption21" class="tit_2" style="left:2px; top:1px; width:75px; height:13px; ">입원회차</caption>
  914. <datagrid id="grd_inapplist" nodeset="/root/main/inpathistlist/inpathistlist" caption="^입원일^퇴원일^진료과^주치의^내원구분^cretno^orddeptcd^atdoctid^indg" colsep="^" colwidth="30, 76, 76, 100, 60, 58, 0, 0, 0, 0" ellipsis="true" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1px; top:20px; width:420px; height:111px; ">
  915. <col checkvalue="Y,N" ref="chk" type="checkbox"/>
  916. <col ref="indd" format="yyyy-mm-dd" style="left:235px; top:23px; width:72px; height:23px; text-align:center; "/>
  917. <col ref="dschdd" format="yyyy-mm-dd" style="text-align:center; ">
  918. <![CDATA[/>]]>
  919. </col>
  920. <col ref="orddeptnm"/>
  921. <col ref="atdoctnm"/>
  922. <col disabled="true" ref="ioflag" type="combo">
  923. <choices>
  924. <itemset nodeset="/root/init/ioflaglist/P0001">
  925. <label ref="cdnm"/>
  926. <value ref="cdid"/>
  927. </itemset>
  928. </choices>
  929. </col>
  930. <col ref="cretno"/>
  931. <col ref="orddeptcd" visibility="hidden"/>
  932. <col ref="atdoctid" visibility="hidden"/>
  933. <col ref="indg" visibility="hidden"/>
  934. <script type="javascript" ev:event="onclick">
  935. <![CDATA[
  936. // 체크박스 선택시 오른쪽에 서식 조회되도록 함
  937. ]]>
  938. </script>
  939. <script type="javascript" ev:event="ondblclick">
  940. <![CDATA[
  941. //2009-11-19 강지훈 수정 : 스크롤 더블클릭했을때 미친듯이 날뜀 방지.
  942. if(grd_inapplist.isCell(event.target)) {
  943. fGetINChrtList(); // 중분류서식
  944. }
  945. // 더블클릭시 오른쪽 이미지 조회와 해당 서식이 같이 조회됨.
  946. //fEMRChrtList(); // 회차별 입원 차트 조회 /root/main/issinfo/emrapplist
  947. //fGetEMRTestList(); // 검사결과 : 기록과 함께 조회
  948. //fEmrImgRec(); // html
  949. // 구영상인경우
  950. /*var indd = model.getValue("/root/main/inpathistlist/inpathistlist["+ grd_inapplist.row +"]/indd");
  951. if(indd < parseInt("20081003")) {
  952. model.resetInstanceNode("/root/imgrec/iemr");
  953. iviewerIemr.window.javascript.resetInstance_EMR();
  954. model.setValue("/root/imgrec/iemr/pid", model.getValue("/root/main/inpathistlist/inpathistlist["+ grd_inapplist.row +"]/pid"));
  955. //model.setValue("/root/imgrec/iemr/orddeptcd", model.getValue("/root/main/inpathistlist/inpathistlist["+ grd_inapplist.row +"]/orddeptcd"));
  956. model.setValue("/root/imgrec/iemr/indd", model.getValue("/root/main/inpathistlist/inpathistlist["+ grd_inapplist.row +"]/indd"));
  957. model.setValue("/root/imgrec/iemr/ioflag", model.getValue("/root/main/inpathistlist/inpathistlist["+ grd_inapplist.row +"]/ioflag"));
  958. var iemrNode = instance1.selectSingleNode("/root/imgrec/iemr");
  959. iviewerIemr.window.javascript.searchChart(iemrNode);
  960. if (iviewerIemr.window.javascript.downloadChart() == true)
  961. {
  962. // 뷰어 모드 유지 기능 추가 - 20080417
  963. var ViewMode;
  964. ViewMode = iviewerIemr.model.getValue("/root/hidden/currentViewMode");
  965. if (ViewMode == null || ViewMode == "")
  966. {
  967. iviewerIemr.window.javascript.setupChart("ChartView");
  968. }
  969. else
  970. {
  971. iviewerIemr.window.javascript.setupChart(ViewMode);
  972. }
  973. }
  974. }*/
  975. ]]>
  976. </script>
  977. <script type="javascript" ev:event="xforms-value-changed">
  978. <![CDATA[
  979. var chk = grd_inapplist.valueMatrix(grd_inapplist.row, grd_inapplist.colRef("chk"));
  980. if(chk == "Y") {
  981. fMidIndxSet("Y");
  982. }
  983. else
  984. {
  985. fMidIndxSet("N");
  986. }
  987. ]]>
  988. </script>
  989. </datagrid>
  990. <line id="line6" class="line_1" style="x1:0px; y1:15px; x2:421px; y2:15px; "/>
  991. <caption id="caption10" class="tit_2" style="left:2px; top:133px; width:75px; height:13px; ">서식분류</caption>
  992. <datagrid id="grd_inpat" nodeset="/root/main/midissinfo/emrapplist" caption="V^회차^서식명^주치의" colsep="^" colwidth="30, 62, 206, 100" ellipsis="true" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1px; top:147px; width:420px; height:115px; ">
  993. <col checkvalue="Y,N" ref="chk" type="checkbox"/>
  994. <col ref="indg" style="text-align:center; "/>
  995. <col ref="formnm"/>
  996. <col ref="atdoctnm"/>
  997. <script type="javascript" ev:event="ondblclick">
  998. <![CDATA[
  999. //2009-11-19 강지훈 수정 : 스크롤 더블클릭했을때 미친듯이 날뜀 방지.
  1000. if(grd_inpat.isCell(event.target)) {
  1001. fDispMidForm(grd_inpat.row);
  1002. }
  1003. ]]>
  1004. </script>
  1005. </datagrid>
  1006. </case>
  1007. </switch>
  1008. <!--<textarea id="txt_delivefact" ref="/root/main/appinfo/copyinfo/delivefact" style="left:0px; top:713px; width:424px; height:43px; "/>-->
  1009. <textarea id="txt_delivefact" ref="/root/main/appinfo/copyinfo/delivefact" maxlength="1330" style="left:0px; top:715px; width:424px; height:43px; "/>
  1010. <button id="btn_reappinfo" class="btn4_letter3" style="left:1px; top:759px; width:68px; height:22px; ">
  1011. <caption>재신청</caption>
  1012. <script type="javascript" ev:event="DOMActivate">
  1013. <![CDATA[
  1014. fReCopyAppInfoSave();
  1015. ]]>
  1016. </script>
  1017. </button>
  1018. <button id="button3" class="btn4_letter3" style="left:145px; top:759px; width:68px; height:22px; ">
  1019. <caption>초기화</caption>
  1020. <script type="javascript" ev:event="DOMActivate">
  1021. <![CDATA[
  1022. fAppCopyInfoClear();
  1023. ]]>
  1024. </script>
  1025. </button>
  1026. <button id="btn_update" class="btn4_letter6" style="left:216px; top:759px; width:104px; height:22px; ">
  1027. <caption>신청내역수정</caption>
  1028. <script type="javascript" ev:event="DOMActivate">
  1029. <![CDATA[
  1030. rdo_appmanflag.disabled = false;
  1031. rdo_trustyn.disabled = false;
  1032. btn_issgoal.disabled = false;
  1033. //btn_save.disabled = false;
  1034. //btn_update.disabled = true;
  1035. model.makeValue("/root/main/appinfo/copyinfo/status","u");
  1036. fBefCopySave("UDT");
  1037. //fCopySave("UPT");
  1038. //model.refresh();
  1039. ]]>
  1040. </script>
  1041. </button>
  1042. <button id="btn_save" class="btn4_letter6" style="left:321px; top:759px; width:104px; height:22px; ">
  1043. <caption>신청내역저장</caption>
  1044. <script type="javascript" ev:event="DOMActivate">
  1045. <![CDATA[
  1046. /*if(getNodesetCnt(model,"/root/main/issinfo/emrapplist") < 1 && getNodesetCnt(model,"/root/temp/issinfo/emrapplist") < 1){
  1047. fSaveExcp();
  1048. }else{
  1049. fCopySave();
  1050. }*/
  1051. //fCopySave();
  1052. fBefCopySave();
  1053. ]]>
  1054. </script>
  1055. </button>
  1056. <textarea id="textarea2" ref="/root/main/appinfo/copyinfo/memo" style="left:428px; top:681px; width:209px; height:75px; "/>
  1057. <button id="button6" class="btn4_letter4" style="left:430px; top:759px; width:80px; height:22px; ">
  1058. <caption>메모저장</caption>
  1059. <script type="javascript" ev:event="DOMActivate">
  1060. <![CDATA[
  1061. if(grd_apphist.rows <= 1) return;
  1062. if(grd_apphist.row < 1) return;
  1063. var lrow = grd_apphist.row;
  1064. model.makeValue("/root/send/reqdata/pid", model.getValue("/root/main/apphist/applist[" + lrow + "]/pid"));
  1065. model.makeValue("/root/send/reqdata/copyseqno", model.getValue("/root/main/apphist/applist[" + lrow + "]/copyseqno"));
  1066. model.makeValue("/root/send/reqdata/memo", model.getValue("/root/main/appinfo/copyinfo/memo"));
  1067. if(submit("TXMRC03004")) {
  1068. messageBox("메모저장", "I002");
  1069. }
  1070. ]]>
  1071. </script>
  1072. </button>
  1073. <button id="button7" class="btn4_letter4" style="left:640px; top:759px; width:80px; height:22px; ">
  1074. <caption>사본출력</caption>
  1075. <script type="javascript" ev:event="DOMActivate">
  1076. <![CDATA[
  1077. var pageCurrent = iviewerIemr.model.getValue("/root/main/chartinfo/pagecurrent");
  1078. var pageCnt = iviewerIemr.model.getValue("/root/main/chartinfo/pagetotal");
  1079. var prnShtno ="";
  1080. if(pageCurrent == 0) prnShtno = pageCnt;
  1081. else if(pageCurrent > 0) prnShtno = pageCurrent;
  1082. mmbfGetHardCodeInfo("/root/send/reqdata","/root/hidden/inputbox", 1111); //의무기록사본발행수가코드
  1083. var inputbox = model.getValue("/root/hidden/inputbox/hardcd/hardcd");//의무기록 사본발행 수가코드
  1084. var ret = "";
  1085. var totalcopies = parseInt(model.getValue("/root/temp2/appinfo/copyinfo/totalcopies"));
  1086. for(var idx= 0; idx < totalcopies; idx++)
  1087. {
  1088. //출력메세지 미정의로 임시 막음(2009-06-30 박종훈)
  1089. //ret = iviewerIemr.window.javaScript.printChart("SMMRC03000");
  1090. //사본발급 출력서식의 하단에 사본발급용도(목적) 출력요청(2010-04-05 박종훈)
  1091. //[요청번호 : 11336, TaskNo : 43930, 우선순위 : SY]
  1092. var tmpissgoaletc = "";
  1093. var issgoaletc = model.getValue("/root/main/appinfo/copyinfo/issgoaletc");
  1094. var issgoaletcnm = model.getValue("/root/main/appinfo/copyinfo/issgoaletcnm");
  1095. if (issgoaletc != "")
  1096. {
  1097. var issgoaletcnm = model.getValue("/root/main/appinfo/copyinfo/issgoaletcnm");
  1098. if (issgoaletcnm == "")
  1099. {
  1100. tmpissgoaletc = "용도 : " + issgoaletc;
  1101. }
  1102. else
  1103. {
  1104. tmpissgoaletc = "용도 : " + issgoaletc + "(" + issgoaletcnm + ")";
  1105. }
  1106. }
  1107. ret = iviewerIemr.window.javaScript.printChart("SMMRC03000", tmpissgoaletc);
  1108. //ret = iviewerIemr.window.javaScript.printChart("1");
  1109. }
  1110. if(ret == true)
  1111. {
  1112. if(inputbox == "Y")
  1113. {
  1114. model.setValue("/root/temp2/appinfo/copyinfo/totalshrtno", prnShtno);
  1115. model.refresh();
  1116. button11.dispatch("DOMActivate");
  1117. }
  1118. else
  1119. {
  1120. if(grd_rcptlist.rows > 1) {
  1121. if(prnShtno != "") {
  1122. model.setValue("/root/main/rcptlist/rcptlist/shtno", prnShtno);
  1123. model.setValue("/root/main/rcptlist/rcptlist/prcpqty", prnShtno);
  1124. grd_rcptlist.refresh();
  1125. }
  1126. }
  1127. }
  1128. messageBox("출력", "I001");
  1129. }
  1130. else
  1131. {
  1132. messageBox("출력에", "E009");
  1133. }
  1134. /*
  1135. //if(iviewerIemr.window.javaScript.printChart("1"))
  1136. if(true)
  1137. {
  1138. messageBox("출력", "I001");
  1139. if(grd_rcptlist.rows == 2) {
  1140. fAddCalcorcdColumn(prnShtno);
  1141. }
  1142. else if(grd_rcptlist.rows > 2) {
  1143. if(prnShtno != "") {
  1144. //model.setValue("/root/main/rcptlist/rcptlist[" + lrow + "]/shtno", "1");
  1145. var iRow = grd_rcptlist.rows - grd_rcptlist.fixedrows;
  1146. var oldShtno = model.getValue("/root/main/rcptlist/rcptlist[" + iRow + "]/prcpqty");
  1147. model.setValue("/root/main/rcptlist/rcptlist[" + iRow + "]/shtno", eval(prnShtno) + eval(oldShtno));
  1148. model.setValue("/root/main/rcptlist/rcptlist[" + iRow + "]/prcpqty", eval(prnShtno) + eval(oldShtno));
  1149. grd_rcptlist.refresh();
  1150. }
  1151. }
  1152. }
  1153. else
  1154. {
  1155. messageBox("출력에", "E009");
  1156. }
  1157. */
  1158. ]]>
  1159. </script>
  1160. </button>
  1161. <button id="button8" class="btn4_letter4" style="left:1111px; top:759px; width:80px; height:22px; ">
  1162. <caption>수가입력</caption>
  1163. <script type="javascript" ev:event="DOMActivate">
  1164. <![CDATA[
  1165. /*var iIssHistRow = grd_apphist.row;
  1166. if(model.getValue("/root/main/isshist/isslist["+iIssHistRow+"]/prntlim") == "Y"){
  1167. fSaveRcpt();
  1168. }else{
  1169. fAppcopy(); // 기록창에서 선택한 사본 복사 grd_outapplist 그리드로 copy
  1170. fSave();
  1171. }*/
  1172. //alert(iviewerIemr.
  1173. //fAppcopy(); // 기록창에서 선택한 사본 복사 grd_outapplist 그리드로 copy
  1174. mmbfGetHardCodeInfo("/root/send/reqdata","/root/hidden/inputbox", 1111); //의무기록사본발행수가코드
  1175. var inputbox = model.getValue("/root/hidden/inputbox/hardcd/hardcd");//의무기록 사본발행 수가코드
  1176. if(inputbox == "O")
  1177. {
  1178. if(model.getValue("/root/temp2/appinfo/copyinfo/totalshrtno") == "")
  1179. {
  1180. alert("매수를 입력하세요");
  1181. return;
  1182. }
  1183. if(model.getValue("/root/temp2/appinfo/copyinfo/totalcopies") == "")
  1184. {
  1185. alert("부수를 입력하세요");
  1186. return;
  1187. }
  1188. }
  1189. fSave();
  1190. ]]>
  1191. </script>
  1192. </button>
  1193. <button id="btn_out" class="btn_sw" group="tab" selected="true" style="left:290px; top:308px; width:67px; height:22px; ">
  1194. <caption>외래</caption>
  1195. <toggle case="case2" ev:event="onclick"/>
  1196. <script type="javascript" ev:event="DOMActivate">
  1197. <![CDATA[
  1198. fClikOutTab();
  1199. ]]>
  1200. </script>
  1201. </button>
  1202. <output id="ipt_sa" ref="/root/main/cond/sa" class="output_search" style="left:370px; top:22px; width:60px; height:19px; "/>
  1203. <caption id="caption12" class="cell_1" style="left:5px; top:283px; width:86px; height:21px; vertical-align:middle; ">신청과</caption>
  1204. <caption id="caption13" class="cell_1" style="left:225px; top:283px; width:77px; height:21px; vertical-align:middle; ">신청의사</caption>
  1205. <datagrid id="grd_apphist" nodeset="/root/main/apphist/applist" caption="발행번호^status^pid^신청일자^apptm^appdeptcd^신청과^appdrid^신청의^신청인^appmanflag^발행목적^발행일자^emrordflag^emrorddeptcd^emrappcopies^delivefact^memo^cncldt^prntdt^orddd^cretno^총매수^부수^위임장^copyseqno^bmtappyn" colsep="^" colwidth="100, 0, 0, 81, 0, 0, 88, 0, 68, 80, 0, 96, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 55, 48, 100, 0" ellipsis="true" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:75px; width:425px; height:111px; ">
  1206. <col ref="issno"/>
  1207. <col ref="status"/>
  1208. <col ref="pid"/>
  1209. <col ref="appdd" format="yyyy-mm-dd"/>
  1210. <col ref="apptm"/>
  1211. <col ref="appdeptcd"/>
  1212. <col ref="appdeptnm"/>
  1213. <col ref="appdrid"/>
  1214. <col ref="appdrnm"/>
  1215. <col ref="appmannm"/>
  1216. <col ref="appmanflag"/>
  1217. <col disabled="true" ref="issgoalcd" type="combo" style="left:417px; top:23px; width:96px; height:23px; ">
  1218. <choices>
  1219. <itemset nodeset="/root/init/issgoalcd/M0332">
  1220. <label ref="cdnm"/>
  1221. <value ref="cdid"/>
  1222. </itemset>
  1223. </choices>
  1224. </col>
  1225. <col ref="issdd" format="yyyy-mm-dd"/>
  1226. <col ref="emrordflag"/>
  1227. <col ref="emrorddeptcd"/>
  1228. <col ref="emrappcopies"/>
  1229. <col ref="delivefact"/>
  1230. <col ref="memo"/>
  1231. <col ref="cncldt"/>
  1232. <col ref="prntdt"/>
  1233. <col ref="orddd" visibility="hidden"/>
  1234. <col ref="cretno" visibility="hidden"/>
  1235. <col ref="totalcopies"/>
  1236. <col ref="emrappcopies"/>
  1237. <col ref="trustyn"/>
  1238. <col ref="copyseqno" visibility="hidden"/>
  1239. <col ref="bmtappyn" visibility="hidden"/>
  1240. <script type="javascript" ev:event="onclick">
  1241. <![CDATA[
  1242. if(grd_apphist.rows <= 1) return;
  1243. if(grd_apphist.row < 1) return;
  1244. iviewerIemr.window.javaScript.cleanViewer();
  1245. model.removeNodeset("/root/tmpinicert2/iniinfo");
  1246. if(grd_apphist.isCell(event.target)){
  1247. var idx = grd_apphist.row;
  1248. if(model.getValue("/root/main/apphist/applist[" + idx + "]/issno") != "")
  1249. {
  1250. model.setValue("/root/temp2/appinfo/copyinfo/totalshrtno", model.getValue("/root/main/apphist/applist[" + idx + "]/totalcopies"));
  1251. model.setValue("/root/temp2/appinfo/copyinfo/totalcopies", model.getValue("/root/main/apphist/applist[" + idx + "]/emrappcopies"));
  1252. }
  1253. else
  1254. {
  1255. model.setValue("/root/temp2/appinfo/copyinfo/totalshrtno", "10");
  1256. model.setValue("/root/temp2/appinfo/copyinfo/totalcopies", "1");
  1257. }
  1258. model.setValue("/root/main/cond/copyseqno", model.getValue("/root/main/apphist/applist["+ grd_apphist.row +"]/copyseqno"));
  1259. fAppInfoSearch(); // 사본발행 기본정보에만 붙고 저장된 서식 /root/main/appinfo/applist
  1260. fOutAppInfoSearch(); // 외래진료
  1261. fInAppInfoSearch(); // 입원진료
  1262. fReqGetPaperYN("HIST"); // 종이차트
  1263. fIssSearch(); // 수가
  1264. fGetOutEmrFormList(); // 외래 사본list /root/temp/issinfo/emrapplist
  1265. var outList = model.instance1.selectNodes("/root/main/outpathistlist/outpathistlist[chk = 'Y']");
  1266. var inList = model.instance1.selectNodes("/root/main/inpathistlist/inpathistlist[chk = 'Y']");
  1267. if(outList.length < 1 && model.getValue("/root/main/otherinfo/outchrtflag") == "") {
  1268. if(getUserInfo("dutplcecd") == "3230000000"){
  1269. if(inList.length > 0) {
  1270. // switch
  1271. btn_in.selected = true;
  1272. model.toggle ("in" );
  1273. group1.visible = false;
  1274. swc_prof.attribute("height") = "450px";
  1275. grd_inapplist.attribute("height") = "200px";
  1276. caption10.attribute("top") = "225px";
  1277. grd_inpat.attribute("top") = "240px";
  1278. grd_inpat.attribute("height") = "200px";
  1279. }
  1280. }
  1281. }
  1282. fGetMidFormList(); // 중분류 사본list
  1283. var outrsrvinfo = model.instance1.selectNodes("/root/main/outpathistlist/outpathistlist");
  1284. if (outrsrvinfo.length > 0)
  1285. {
  1286. fGetEMROutTestList(); //검사결과
  1287. }
  1288. fDispAllForm();
  1289. //fGetInEmrFormList(); // 입원 사본list /root/main/issinfo/emrapplist
  1290. //fViewer(); // EMR 기록조회
  1291. if(grd_rcptlist.rows == 2)
  1292. grd_rcptlist.row = 1;
  1293. btn_update.disabled = false;
  1294. btn_reappinfo.disabled = false;
  1295. model.setValue("/root/main/otherinfo/bmtappyn", model.getValue("/root/main/apphist/applist[" + idx + "]/bmtappyn"));
  1296. model.refresh();
  1297. //fGetEMRDrawList();
  1298. //fEmrImgRec(); // html
  1299. }
  1300. ]]>
  1301. </script>
  1302. </datagrid>
  1303. <select1 id="cmb_emrorddeptcd" ref="/root/main/appinfo/copyinfo/appdeptcd" appearance="minimal" style="left:92px; top:284px; width:130px; height:19px; ">
  1304. <choices>
  1305. <itemset nodeset="/root/init/deptlist/dept">
  1306. <label ref="depthngnm"/>
  1307. <value ref="deptcd"/>
  1308. </itemset>
  1309. </choices>
  1310. <script type="javascript" ev:event="xforms-value-changed">
  1311. <![CDATA[
  1312. zsufGetOrdDeptDoctorList("none", getUserInfo("dutplceinstcd"), cmb_emrorddeptcd.value, "/root/init/userinfo/userlist", "usernm", "asc")//해당 주치의
  1313. cmb_orddrid.refresh();
  1314. //mmbfGetUserComboList("/root/send/reqdata", "/root/init/userlist" , cmb_orddeptcd.value, "0330");
  1315. if(chk_anoinfo.value == "Y") param = "T";
  1316. else param = "Y";
  1317. fReqGetOutPatHistList(param);
  1318. fReqGetInPatHistList(param);
  1319. /*탭구분없이 외래 입원 전체조회때문에 막음
  1320. if(btn_out.selected) {
  1321. if(chk_anoinfo.value == "Y") param = "T";
  1322. else param = "Y";
  1323. fReqGetOutPatHistList(param);
  1324. } else if(btn_in.selected) {
  1325. if(chk_anoinfo.value == "Y") param = "T";
  1326. else param = "Y";
  1327. fReqGetInPatHistList(param);
  1328. }*/
  1329. ]]>
  1330. </script>
  1331. </select1>
  1332. <select1 id="rdo_appmanflag" ref="/root/main/appinfo/copyinfo/appmanflag" appearance="full" cellspacing="8" cols="3" vcellspacing="5" overflow="visible" style="left:70px; top:214px; width:242px; height:45px; border-style:none; ">
  1333. <choices>
  1334. <item>
  1335. <label>환자본인</label>
  1336. <value>1</value>
  1337. </item>
  1338. <item>
  1339. <label>직계가족</label>
  1340. <value>2</value>
  1341. </item>
  1342. <item>
  1343. <label>보험회사직원</label>
  1344. <value>3</value>
  1345. </item>
  1346. <item>
  1347. <label>대리인</label>
  1348. <value>4</value>
  1349. </item>
  1350. <item>
  1351. <label>기타</label>
  1352. <value>9</value>
  1353. </item>
  1354. </choices>
  1355. <script type="javascript" ev:event="xforms-value-changed">
  1356. <![CDATA[
  1357. var sa = model.getValue("/root/main/cond/sa");
  1358. var age = sa.substring(2, sa.length);
  1359. var appmanflag = model.getValue("/root/main/appinfo/copyinfo/appmanflag");
  1360. if(age < parseInt(14)) {
  1361. if(appmanflag == "1") {
  1362. messageBox("만 14세 미만 환자는 본인 항목을 체크", "E001");
  1363. model.setValue("/root/main/appinfo/copyinfo/appmanflag", "");
  1364. model.refresh();
  1365. }
  1366. }
  1367. var deathyn = model.getValue("/root/main/paper/deathyn");
  1368. if(deathyn == "Y") {
  1369. if(appmanflag == "1") {
  1370. messageBox("사망 환자는 본인 항목을 체크", "E001");
  1371. model.setValue("/root/main/appinfo/copyinfo/appmanflag", "");
  1372. model.refresh();
  1373. }
  1374. }
  1375. fAppManNmSetting();
  1376. ]]>
  1377. </script>
  1378. </select1>
  1379. <select1 id="cmb_orddrid" ref="/root/main/appinfo/copyinfo/appdrid" appearance="minimal" style="left:303px; top:284px; width:117px; height:19px; ">
  1380. <choices>
  1381. <itemset nodeset="/root/init/userinfo/userlist/user">
  1382. <label ref="usernm"/>
  1383. <value ref="userid"/>
  1384. </itemset>
  1385. </choices>
  1386. </select1>
  1387. <input id="ipt_appmannm" ref="/root/main/appinfo/copyinfo/appmanetc" disabled="true" style="left:193px; top:238px; width:114px; height:19px; "/>
  1388. <caption id="caption14" class="tit_2" style="left:430px; top:666px; width:126px; height:14px; ">메모</caption>
  1389. <input id="ipt_issgoalnm" ref="/root/main/appinfo/copyinfo/issgoaletc" editable="false" style="left:92px; top:262px; width:153px; height:19px; ">
  1390. <script type="javascript" ev:event="onmouseup">
  1391. <![CDATA[
  1392. var issgoaletccd = model.getValue("/root/main/appinfo/copyinfo/issgoaletccd");
  1393. if(issgoaletccd == "")
  1394. {
  1395. messageBox("사본발행목적을 입력하실려면 왼쪽 사본발행목적 버튼을 클릭", "I008");
  1396. return;
  1397. }
  1398. ]]>
  1399. </script>
  1400. </input>
  1401. <input id="ipt_issgoaletc" ref="/root/main/appinfo/copyinfo/issgoaletcnm" disabled="true" style="left:247px; top:262px; width:174px; height:19px; "/>
  1402. <caption id="caption24" class="tit_2" style="left:0px; top:699px; width:152px; height:13px; ">기타 상세신청내역</caption>
  1403. <button id="button5" class="btn4_letter4" style="left:1030px; top:759px; width:80px; height:22px; ">
  1404. <caption>처방이력</caption>
  1405. <script type="javascript" ev:event="DOMActivate">
  1406. <![CDATA[
  1407. fPopUpPrcpHist();
  1408. ]]>
  1409. </script>
  1410. </button>
  1411. <caption id="caption20" class="tit_2" style="left:640px; top:666px; width:132px; height:13px; ">사본발행 수가입력</caption>
  1412. <button id="btn_issgoal" class="btn2_letter6" style="left:5px; top:262px; width:86px; height:19px; ">
  1413. <caption>사본발행목적</caption>
  1414. <script type="javascript" ev:event="DOMActivate">
  1415. <![CDATA[
  1416. fIssGoalPopUp();
  1417. ]]>
  1418. </script>
  1419. </button>
  1420. <button id="btn_help" class="btn2_letter7" style="left:128px; top:187px; width:97px; height:19px; ">
  1421. <caption>구비서류 도움말</caption>
  1422. <script type="javascript" ev:event="DOMActivate">
  1423. <![CDATA[
  1424. setParameter("SPMRC02600_param","A");
  1425. modal("SPMRC02600");
  1426. ]]>
  1427. </script>
  1428. </button>
  1429. <datagrid id="grd_tmprcptlist" nodeset="/root/temp2/rcptlist/rcptlist" visibility="hidden" caption="상태^수가코드^수가명칭^매수^단가^수납상태^prcpdd^prcpno^prcphistno^pid^orddd^cretno^prcpqty^oldshtno^prcpcd^issseqno^copyseqno^issno^부수^oldprcptims^prcpflag^defyn" colsep="^" colwidth="84, 146, 176, 50, 100, 100, 62, 66, 71, 68, 65, 100, 100, 100, 100, 100, 100, 100, 50, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:440px; top:350px; width:554px; height:75px; ">
  1430. <col disabled="true" ref="prcpstatcd" type="combo" style="text-align:center; ">
  1431. <choices>
  1432. <itemset nodeset="/root/init/prcpstatcd/M0011">
  1433. <label ref="cdnm"/>
  1434. <value ref="cdid"/>
  1435. </itemset>
  1436. </choices>
  1437. </col>
  1438. <col ref="calcscorcd"/>
  1439. <col ref="calcscornm"/>
  1440. <col ref="shtno" type="input" format="#,###" style="text-align:right; "/>
  1441. <col ref="unitcost" visibility="hidden"/>
  1442. <col ref="rcptyn" visibility="hidden"/>
  1443. <col ref="prcpdd" visibility="hidden"/>
  1444. <col ref="prcpno" visibility="hidden"/>
  1445. <col ref="prcphistno" visibility="hidden"/>
  1446. <col ref="pid" visibility="hidden"/>
  1447. <col ref="orddd" visibility="hidden"/>
  1448. <col ref="cretno" visibility="hidden"/>
  1449. <col ref="prcpqty" visibility="hidden"/>
  1450. <col ref="oldshtno" visibility="hidden"/>
  1451. <col ref="prcpcd" visibility="hidden"/>
  1452. <col ref="issseqno" visibility="hidden"/>
  1453. <col ref="copyseqno" visibility="hidden"/>
  1454. <col ref="issno" visibility="hidden"/>
  1455. <col ref="prcptims" type="input" style="text-align:right; "/>
  1456. <col ref="oldprcptims" visibility="hidden"/>
  1457. <col ref="prcpflag" visibility="hidden"/>
  1458. <col ref="defyn" visibility="hidden"/>
  1459. </datagrid>
  1460. <datagrid id="grd_rcptlist" nodeset="/root/main/rcptlist/rcptlist" caption="상태^수가코드^수가명칭^매수^단가^수납상태^prcpdd^prcpno^prcphistno^pid^orddd^cretno^prcpqty^oldshtno^prcpcd^issseqno^copyseqno^issno^부수^oldprcptims^prcpflag^defyn" colsep="^" colwidth="84, 146, 176, 50, 100, 100, 62, 66, 71, 68, 65, 100, 100, 100, 100, 100, 100, 100, 50, 100, 100, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:640px; top:681px; width:554px; height:75px; ">
  1461. <col disabled="true" ref="prcpstatcd" type="combo" style="text-align:center; ">
  1462. <choices>
  1463. <itemset nodeset="/root/init/prcpstatcd/M0011">
  1464. <label ref="cdnm"/>
  1465. <value ref="cdid"/>
  1466. </itemset>
  1467. </choices>
  1468. </col>
  1469. <col ref="calcscorcd"/>
  1470. <col ref="calcscornm"/>
  1471. <col ref="shtno" type="input" format="#,###" style="text-align:right; "/>
  1472. <col ref="unitcost" visibility="hidden"/>
  1473. <col ref="rcptyn" visibility="hidden"/>
  1474. <col ref="prcpdd" visibility="hidden"/>
  1475. <col ref="prcpno" visibility="hidden"/>
  1476. <col ref="prcphistno" visibility="hidden"/>
  1477. <col ref="pid" visibility="hidden"/>
  1478. <col ref="orddd" visibility="hidden"/>
  1479. <col ref="cretno" visibility="hidden"/>
  1480. <col ref="prcpqty" visibility="hidden"/>
  1481. <col ref="oldshtno" visibility="hidden"/>
  1482. <col ref="prcpcd" visibility="hidden"/>
  1483. <col ref="issseqno" visibility="hidden"/>
  1484. <col ref="copyseqno" visibility="hidden"/>
  1485. <col ref="issno" visibility="hidden"/>
  1486. <col ref="prcptims" type="input" style="text-align:right; "/>
  1487. <col ref="oldprcptims" visibility="hidden"/>
  1488. <col ref="prcpflag" visibility="hidden"/>
  1489. <col ref="defyn" visibility="hidden"/>
  1490. <script type="javascript" ev:event="xforms-value-changed">
  1491. <![CDATA[
  1492. fChangedGridRow();
  1493. fChangedAppCopies();
  1494. ]]>
  1495. </script>
  1496. <script type="javascript" ev:event="onmousedown">
  1497. <![CDATA[
  1498. // 2010.04.26. 이은영 -> 컬러복사 수가 적용
  1499. var colorcalcscoryn = model.getValue("/root/hidden/colorcalcscoryn/hardcd/hardcd");
  1500. if (colorcalcscoryn == "Y") {
  1501. fMouseRghtBtnPopup(grd_rcptlist); // 우클릭 메뉴 보기..
  1502. }
  1503. ]]>
  1504. </script>
  1505. </datagrid>
  1506. <input id="ipt_emrappcopies" ref="/root/temp2/appinfo/copyinfo/totalcopies" class="input_default" format="#,###" style="left:950px; top:759px; width:40px; height:19px; text-align:right; ">
  1507. <script type="javascript" ev:event="xforms-value-changed">
  1508. <![CDATA[
  1509. //inputEnterKey("button11", "DOMActivate");
  1510. if(fChangedAppCopies2() == true)
  1511. {
  1512. fSugaCalc();
  1513. fChangedSugaGridRow();
  1514. //fChangedGridRow2();
  1515. //fChangedAppCopies();
  1516. //fChangeStatus();
  1517. model.refresh();
  1518. }
  1519. ]]>
  1520. </script>
  1521. <script type="javascript" ev:event="onkeyup">
  1522. <![CDATA[
  1523. inputEnterKey("button11", "DOMActivate");
  1524. ]]>
  1525. </script>
  1526. </input>
  1527. <caption id="caption28" class="cell_1" style="left:808px; top:759px; width:57px; height:19px; vertical-align:middle; ">신청부수</caption>
  1528. <caption id="caption29" class="cell_1" style="left:993px; top:759px; width:25px; height:19px; vertical-align:middle; ">부</caption>
  1529. <button id="btn_crtfct" class="btn2_letter3" style="left:1141px; top:661px; width:53px; height:19px; ">
  1530. <caption>증명서</caption>
  1531. <script type="javascript" ev:event="DOMActivate">
  1532. <![CDATA[
  1533. fPrnt("crtfct");
  1534. ]]>
  1535. </script>
  1536. </button>
  1537. <button id="btn_colorcalcscoryn" class="btn2_letter6" visibility="hidden" style="left:770px; top:661px; width:86px; height:19px; ">
  1538. <caption>컬러수가추가</caption>
  1539. <script type="javascript" ev:event="DOMActivate">
  1540. <![CDATA[
  1541. fAddColorCalcScor()
  1542. ]]>
  1543. </script>
  1544. </button>
  1545. <button id="btn_cnfm" class="btn2_letter3" style="left:985px; top:661px; width:53px; height:19px; ">
  1546. <caption>승낙서</caption>
  1547. <script type="javascript" ev:event="DOMActivate">
  1548. <![CDATA[
  1549. fPrnt("cnfm");
  1550. ]]>
  1551. </script>
  1552. </button>
  1553. <button id="btn_smaer00800" class="btn2_letter4" style="left:953px; top:10px; width:64px; height:19px; ">
  1554. <caption>검사결과</caption>
  1555. <script type="javascript" ev:event="DOMActivate">
  1556. <![CDATA[
  1557. fExamRultListCall();
  1558. ]]>
  1559. </script>
  1560. </button>
  1561. <button id="btn_smmri00400" class="btn2_letter4" style="left:1018px; top:10px; width:64px; height:19px; ">
  1562. <caption>통합기록</caption>
  1563. <script type="javascript" ev:event="DOMActivate">
  1564. <![CDATA[
  1565. fMedirecListCall();
  1566. ]]>
  1567. </script>
  1568. </button>
  1569. <button id="button1" class="btn2_letter5" style="left:790px; top:10px; width:75px; height:19px; ">
  1570. <caption>현위치조회</caption>
  1571. <script type="javascript" ev:event="DOMActivate">
  1572. <![CDATA[
  1573. fChrtRultListCall();
  1574. ]]>
  1575. </script>
  1576. </button>
  1577. <button id="button2" class="btn2_letter6" style="left:866px; top:10px; width:86px; height:19px; ">
  1578. <caption>차트대출이력</caption>
  1579. <script type="javascript" ev:event="DOMActivate">
  1580. <![CDATA[
  1581. fChrtHistRultListCall();
  1582. ]]>
  1583. </script>
  1584. </button>
  1585. <object id="obj_cvrt" clsid="{341619d2-2ef9-4cac-a40e-b330c4c5f004}" style="left:740px; top:50px; width:10px; height:10px; "/>
  1586. <datagrid id="grd_outapplist" nodeset="/root/temp/issinfo/emrlist" caption="챠트구분^진료구분^진료일자^입원일자^퇴원일자^진료과^주치의^기록일자^서식명^매수^서식코드^기록번호^caption1" colsep="^" colwidth="65, 70, 80, 72, 80, 87, 86, 40, 100, 87, 100, 100, 100, 100" dataheight="24" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:465px; top:85px; width:334px; height:85px; ">
  1587. <col disabled="true" ref="chrtflag" type="combo" style="text-align:center; ">
  1588. <choices>
  1589. <item>
  1590. <label>종이</label>
  1591. <value>P</value>
  1592. </item>
  1593. <item>
  1594. <label>영상</label>
  1595. <value>I</value>
  1596. </item>
  1597. <item>
  1598. <label>EMR</label>
  1599. <value>E</value>
  1600. </item>
  1601. </choices>
  1602. </col>
  1603. <col disabled="true" ref="ioflag" type="combo">
  1604. <choices>
  1605. <itemset nodeset="/root/init/ioflaglist/P0001">
  1606. <label ref="cdnm"/>
  1607. <value ref="cdid"/>
  1608. </itemset>
  1609. </choices>
  1610. </col>
  1611. <col ref="orddd" format="yyyy-mm-dd" style="left:155px; top:23px; width:80px; height:23px; text-align:center; "/>
  1612. <col ref="dschdd" format="yyyy-mm-dd" style="left:235px; top:23px; width:72px; height:23px; text-align:center; "/>
  1613. <col ref="orddeptnm" format="yyyy-mm-dd" style="text-align:center; ">
  1614. <![CDATA[/>]]>
  1615. </col>
  1616. <col ref="atdoctnm"/>
  1617. <col ref="formrecdt"/>
  1618. <col ref="formnm" visibility="hidden" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
  1619. <col ref="shtno"/>
  1620. <col ref="formcd" style="text-align:center; "/>
  1621. <col ref="reckeyno" visibility="hidden"/>
  1622. <col ref="orddeptcd" visibility="hidden"/>
  1623. <col ref="atdoctid" visibility="hidden"/>
  1624. <col ref="atdoctid" visibility="hidden"/>
  1625. <col ref="testflag" visibility="hidden"/>
  1626. <col ref="pid" visibility="hidden"/>
  1627. <col ref="cretno" visibility="hidden"/>
  1628. <script type="javascript" ev:event="onmousedown">
  1629. <![CDATA[
  1630. if(grd_emrapplist.isCell(event.target) && (grd_emrapplist.mouserow >= grd_emrapplist.fixedrows))
  1631. {
  1632. setPopupMenu("grd_emrapplist", false, "/root/init/emrapplistclik/mouserght", "label", "func");
  1633. }
  1634. ]]>
  1635. </script>
  1636. <script type="javascript" ev:event="DOMFocusOut">
  1637. <![CDATA[
  1638. window.setPopupMenu(false);
  1639. ]]>
  1640. </script>
  1641. </datagrid>
  1642. <button id="button4" class="btn2_letter5" style="left:1083px; top:10px; width:75px; height:19px; ">
  1643. <caption>병동위임장</caption>
  1644. <script type="javascript" ev:event="DOMActivate">
  1645. <![CDATA[
  1646. //exeReportPreview("RPMRC03000", "XMLSTR", "", "", "true", "", "", "", "", "true");
  1647. //if(model.getValue("/root/main/cond/dschdd") == "99991231")
  1648. exeReportPreview("RPMRC03000", "XMLSTR", "", "", "true", "", "", "", "", "true");
  1649. ]]>
  1650. </script>
  1651. </button>
  1652. <select id="chk_anoinfo" ref="/root/main/otherinfo/anoinfo" overflow="visible" appearance="full" checkvalue="Y,N" style="left:205px; top:310px; width:80px; height:20px; border-style:none; ">
  1653. <choices>
  1654. <item>
  1655. <label>타과기록</label>
  1656. <value>Y</value>
  1657. </item>
  1658. </choices>
  1659. <script type="javascript" ev:event="xforms-value-changed">
  1660. <![CDATA[
  1661. if(btn_out.selected) {
  1662. if(chk_anoinfo.value == "Y") param = "T";
  1663. else param = "Y";
  1664. fReqGetOutPatHistList(param);
  1665. } else if(btn_in.selected) {
  1666. if(chk_anoinfo.value == "Y") param = "T";
  1667. else param = "Y";
  1668. fReqGetInPatHistList(param);
  1669. }
  1670. ]]>
  1671. </script>
  1672. </select>
  1673. <datagrid id="datagrid1" nodeset="/root/prthist" visibility="hidden" caption="caption1^caption2^caption3^caption4^caption5^caption6^caption7^caption8^caption9^caption10" colsep="^" colwidth="10, 10, 10, 10, 10, 10, 10, 10, 10, 10" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:440px; top:260px; width:125px; height:65px; ">
  1674. <col ref="pid"/>
  1675. <col ref="signno"/>
  1676. <col ref="reckind"/>
  1677. <col ref="readprtflag"/>
  1678. <col ref="formcd"/>
  1679. <col ref="signflag"/>
  1680. <col ref="orddd"/>
  1681. <col ref="chosflag"/>
  1682. <col ref="refusge"/>
  1683. <col ref="refremark"/>
  1684. </datagrid>
  1685. <datagrid id="grd_emrapplist" nodeset="/root/main/issinfo/emrapplist" caption="V^회차^서식명^주치의^chrtflag^ioflag^orddd^indd^dschdd^orddeptnm^formrecdt^shtno^formcd^reckeyno^orddeptcd^atdoctid" colsep="^" colwidth="30, 80, 190, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" mergecellsfixedrows="bycolrec" rowsep="|" style="left:440px; top:180px; width:410px; height:70px; ">
  1686. <col checkvalue="Y,N" ref="chk" type="checkbox"/>
  1687. <col ref="indg"/>
  1688. <col ref="formnm"/>
  1689. <col ref="atdoctnm"/>
  1690. <col disabled="true" ref="chrtflag" type="combo" visibility="hidden" style="text-align:center; ">
  1691. <choices>
  1692. <item>
  1693. <label>종이</label>
  1694. <value>P</value>
  1695. </item>
  1696. <item>
  1697. <label>영상</label>
  1698. <value>I</value>
  1699. </item>
  1700. <item>
  1701. <label>EMR</label>
  1702. <value>E</value>
  1703. </item>
  1704. </choices>
  1705. </col>
  1706. <col disabled="true" ref="ioflag" type="combo" visibility="hidden">
  1707. <choices>
  1708. <itemset nodeset="/root/init/common/ioflaglist/P0001">
  1709. <label ref="cdnm"/>
  1710. <value ref="cdid"/>
  1711. </itemset>
  1712. </choices>
  1713. </col>
  1714. <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
  1715. <col ref="indd" format="yyyy-mm-dd" style="left:235px; top:23px; width:72px; height:23px; text-align:center; "/>
  1716. <col ref="dschdd" format="yyyy-mm-dd" style="text-align:center; ">
  1717. <![CDATA[/>]]>
  1718. </col>
  1719. <col ref="orddeptnm"/>
  1720. <col ref="formrecdt" visibility="hidden" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
  1721. <col ref="shtno" style="text-align:center; "/>
  1722. <col ref="formcd" visibility="hidden"/>
  1723. <col ref="reckeyno" visibility="hidden"/>
  1724. <col ref="orddeptcd" visibility="hidden"/>
  1725. <col ref="atdoctid" visibility="hidden"/>
  1726. <script type="javascript" ev:event="onclick">
  1727. <![CDATA[
  1728. var chk = grd_emrapplist.valueMatrix(grd_emrapplist.row, grd_emrapplist.colRef("chk"));
  1729. if(chk == "Y") {
  1730. //fInEMRChrtListSelect();
  1731. model.setValue("/root/main/issinfo/emrapplist["+ grd_emrapplist.row +"]/chk", "Y");
  1732. }
  1733. model.refresh();
  1734. ]]>
  1735. </script>
  1736. </datagrid>
  1737. <caption id="caption22" class="tit_1" style="left:0px; top:15px; width:106px; height:13px; ">사본발행신청</caption>
  1738. <button id="btn_pathist" class="btn2_letter4" visibility="visible" style="left:725px; top:10px; width:64px; height:19px; ">
  1739. <caption>수진이력</caption>
  1740. <script type="javascript" ev:event="DOMActivate">
  1741. <![CDATA[
  1742. fGetPatHist();
  1743. ]]>
  1744. </script>
  1745. </button>
  1746. <button id="button10" class="btn2_letter3" style="left:925px; top:661px; width:53px; height:19px; ">
  1747. <caption>초기화</caption>
  1748. <script type="javascript" ev:event="DOMActivate">
  1749. <![CDATA[
  1750. grd_apphist.dispatch("onclick");
  1751. ]]>
  1752. </script>
  1753. </button>
  1754. <input id="input1" ref="/root/temp2/appinfo/copyinfo/totalshrtno" class="input_default" format="#,###" style="left:870px; top:759px; width:40px; height:19px; text-align:right; ">
  1755. <script type="javascript" ev:event="xforms-value-changed">
  1756. <![CDATA[
  1757. if(fChangedAppCopies2() == true)
  1758. {
  1759. fSugaCalc();
  1760. fChangedSugaGridRow()
  1761. //fChangedGridRow2();
  1762. //fChangedAppCopies();
  1763. //fChangeStatus();
  1764. model.refresh();
  1765. }
  1766. ]]>
  1767. </script>
  1768. <script type="javascript" ev:event="onkeyup">
  1769. <![CDATA[
  1770. inputEnterKey("button11", "DOMActivate");
  1771. ]]>
  1772. </script>
  1773. </input>
  1774. <caption id="caption11" style="left:940px; top:756px; width:10px; height:25px; ">/</caption>
  1775. <button id="button11" class="btn4_letter2" visibility="hidden" style="left:720px; top:759px; width:56px; height:22px; ">
  1776. <caption>계산</caption>
  1777. <script type="javascript" ev:event="DOMActivate">
  1778. <![CDATA[
  1779. if(fChangedAppCopies2() == true)
  1780. {
  1781. fSugaCalc();
  1782. fChangedSugaGridRow();
  1783. //fChangedGridRow2();
  1784. //fChangedAppCopies();
  1785. //fChangeStatus();
  1786. model.refresh();
  1787. }
  1788. ]]>
  1789. </script>
  1790. </button>
  1791. <caption id="caption16" class="cell_1" style="left:913px; top:759px; width:25px; height:19px; vertical-align:middle; ">매</caption>
  1792. <button id="button12" class="btn4_letter6" style="left:321px; top:692px; width:104px; height:22px; ">
  1793. <caption>상세내역추가</caption>
  1794. <script type="javascript" ev:event="DOMActivate">
  1795. <![CDATA[
  1796. fAddDetailContents();
  1797. ]]>
  1798. </script>
  1799. </button>
  1800. <textarea id="txt_rcptpossynmsg" ref="/root/main/rcptpossynmsg" overflow="hidden" editable="false" style="left:170px; top:48px; width:255px; height:21px; font-size:11pt; font-weight:bold; color:#ff0000; text-align:right; background-color:#ffff00; border-color:#ff0000; border-width:2px; "/>
  1801. <button id="button14" class="btn2_letter3" style="left:1137px; top:10px; width:53px; height:19px; ">
  1802. <caption>동의서</caption>
  1803. <script type="javascript" ev:event="DOMActivate">
  1804. <![CDATA[
  1805. exeReportPreview("RFM0000002", "XMLSTR", "", "", "true", "", "", "", "", "true");
  1806. ]]>
  1807. </script>
  1808. </button>
  1809. <button id="button15" class="btn2_letter3" style="left:1083px; top:10px; width:53px; height:19px; ">
  1810. <caption>위임장</caption>
  1811. <script type="javascript" ev:event="DOMActivate">
  1812. <![CDATA[
  1813. exeReportPreview("RFM0000001", "XMLSTR", "", "", "true", "", "", "", "", "true");
  1814. ]]>
  1815. </script>
  1816. </button>
  1817. </xhtml:body>
  1818. </xhtml:html>