SMMNH01500_호스피스기록지.xrw 133 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>호스피스 기록</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <hospiceinfo>
  11. <hospicedetl>
  12. <pid/>
  13. <hngnm/>
  14. <sexage/>
  15. <rrgstno/>
  16. <hosecnt/>
  17. <inrmdd/>
  18. <inrmtm/>
  19. <inrmmthdcd/>
  20. <inrmacompstcd/>
  21. <reqdd/>
  22. <reqindd/>
  23. <intvdd/>
  24. <waitdd/>
  25. <reqtypeflag/>
  26. <reqtypespec/>
  27. <reqhospnm/>
  28. <reqresnflag/>
  29. <reqresnetc/>
  30. <recmpsgecd/>
  31. <recmpsgeetc/>
  32. <itrdmoodcd/>
  33. <mngtprescd/>
  34. <endawaryn/>
  35. <proendawaryn/>
  36. <cncrawaryn/>
  37. <procncrawaryn/>
  38. <agonalhopeplcecd/>
  39. <icdrindd/>
  40. <icdrroomcd/>
  41. <religncd/>
  42. <baptnm/>
  43. <parishchrchnm/>
  44. <baptismdd/>
  45. <emerbaptdd/>
  46. <sickdivser/>
  47. <jobcd/>
  48. <jobnm/>
  49. <edcugrdecd/>
  50. <marystatcd/>
  51. <chldrncnt/>
  52. <termengnm/>
  53. <diagcd1/>
  54. <diagcd2/>
  55. <attackdd/>
  56. <agonaldd/>
  57. <agonalplcecd/>
  58. <separationfamyyn/>
  59. <memodoryn/>
  60. <mmmassyn/>
  61. <donatyn/>
  62. <cureprescondspec/>
  63. <cureprescondetcnm/>
  64. <ccspec/>
  65. <ccetcnm/>
  66. <chstval/>
  67. <pelvval/>
  68. <regionvas/>
  69. <neckvas/>
  70. <waistvas/>
  71. <headval/>
  72. <etcnm/>
  73. <etcval/>
  74. <skinstatyn/>
  75. <skinstatspec>
  76. <skinstatlists>
  77. <skinstatlist>
  78. <skinstat/>
  79. <skinstatitem/>
  80. </skinstatlist>
  81. </skinstatlists>
  82. </skinstatspec>
  83. <emotstatspec/>
  84. <intesympspec/>
  85. <intereqspec/>
  86. <indd/>
  87. <cretno/>
  88. <cretdd/>
  89. <crettm/>
  90. <waitstat/>
  91. <status/>
  92. <enddd/>
  93. <exptresn/>
  94. <exptresnetc/>
  95. <waitenddd/>
  96. <waitendresn/>
  97. <waitendresnetc/>
  98. <dschdd/>
  99. <dschtype/>
  100. <dschresn/>
  101. <dschresnetc/>
  102. <dschlnk/>
  103. <dschlnketc/>
  104. <recdd/>
  105. <rectm/>
  106. <mapindd/>
  107. <deptcd/>
  108. <docucode/>
  109. <genogrmnm/>
  110. <reqdeptcd/>
  111. <wardcd/>
  112. <atdoctid/>
  113. <famycnst>
  114. <famylist>
  115. <famylist>
  116. <cnstdd/>
  117. <cnst/>
  118. </famylist>
  119. </famylist>
  120. </famycnst>
  121. <ecog/>
  122. <progrec>
  123. <progreclist>
  124. <progreclist>
  125. <itemnm/>
  126. <execdd/>
  127. <desnm/>
  128. </progreclist>
  129. </progreclist>
  130. </progrec>
  131. <bfrecddtm/>
  132. <cncrdiaghosp/>
  133. <sptstatspec/>
  134. <soclecomysituat/>
  135. <agonalcare/>
  136. <ccsympcare/>
  137. <sptsympcare/>
  138. <intesympcare/>
  139. <soclecomycare/>
  140. <agonalcaredesc/>
  141. <emotstatdesc/>
  142. <sptsymp1/>
  143. <sptsymp2/>
  144. <marystatdesc/>
  145. <cncrdiagdd/>
  146. <bfrecddtm/>
  147. <soclecomydesc/>
  148. </hospicedetl>
  149. <recinfo>
  150. </recinfo>
  151. </hospiceinfo>
  152. <hospicefamy>
  153. <famylist>
  154. <status/>
  155. <maincarednor/>
  156. <famyrel/>
  157. <famynm/>
  158. <addr/>
  159. <cntctel/>
  160. <marytypeflag/>
  161. <cmt/>
  162. <zipcd1/>
  163. <zipcd2/>
  164. <zipcdseq/>
  165. <detladdr/>
  166. <separationfamyyn/>
  167. <zipcode/>
  168. <pid/>
  169. <cretseqno/>
  170. <instcd/>
  171. <address/>
  172. </famylist>
  173. </hospicefamy>
  174. <hospiceinpt>
  175. <inptlist>
  176. <inrmdd/>
  177. <reqresnflag/>
  178. <dschdd/>
  179. <dschtype/>
  180. <dschresn/>
  181. <dschlnk/>
  182. <diagcd/>
  183. <atdoctnm/>
  184. </inptlist>
  185. </hospiceinpt>
  186. <hospicemasv>
  187. <masvdetl>
  188. <pid/>
  189. <cretdd/>
  190. <crettm/>
  191. <reqdeptcd/>
  192. <reqdd/>
  193. <instcd/>
  194. <intvdd/>
  195. <intvtm/>
  196. <recvintvnm/>
  197. <intvnm/>
  198. <corpgrntcd/>
  199. <soclinsuspec/>
  200. <econstatcd/>
  201. <econstatspec/>
  202. <mainincmspec/>
  203. <ordamtownspec/>
  204. <residncstatcd/>
  205. <residncstatcd2/>
  206. <aidassocnyn/>
  207. <disbefocharspec/>
  208. <soclstatpatflag/>
  209. <soclstatprocerflag/>
  210. <mainprocerflag/>
  211. <suptsysspec/>
  212. <nursingstresspec/>
  213. <funrlprepcd/>
  214. <funrlprepspec/>
  215. <cmt/>
  216. </masvdetl>
  217. </hospicemasv>
  218. </main>
  219. <send/>
  220. <hidden>
  221. <pid/>
  222. <cretdd/>
  223. <crettm/>
  224. <reqdeptcd/>
  225. <reqdd/>
  226. <wardcd/>
  227. <orddeptlist>
  228. <dept>
  229. <depthngnm/>
  230. <deptcd/>
  231. <ordclsdeptflag/>
  232. </dept>
  233. </orddeptlist>
  234. <drlist>
  235. <drid/>
  236. <drnm/>
  237. </drlist>
  238. </hidden>
  239. <init>
  240. <viewctrl>
  241. <viewctrllist/>
  242. </viewctrl>
  243. <pid/>
  244. <M0210list>
  245. <cdid/>
  246. <cdnm/>
  247. </M0210list>
  248. <M0211list>
  249. <cdid/>
  250. <cdnm/>
  251. </M0211list>
  252. <M0477detl>
  253. <cdid/>
  254. <cdnm/>
  255. </M0477detl>
  256. <M0202detl>
  257. <cdid/>
  258. <cdnm/>
  259. </M0202detl>
  260. <M0203list>
  261. <cdid/>
  262. <cdnm/>
  263. </M0203list>
  264. <M0264list>
  265. <cdid/>
  266. <cdnm/>
  267. </M0264list>
  268. <M0207list>
  269. <cdid/>
  270. <cdnm/>
  271. </M0207list>
  272. <M0468detl>
  273. <cdid/>
  274. <cdnm/>
  275. </M0468detl>
  276. <M0205list>
  277. <cdid/>
  278. <cdnm/>
  279. </M0205list>
  280. <P0157list>
  281. <cdid/>
  282. <cdnm/>
  283. </P0157list>
  284. <M0068detl>
  285. <cdid/>
  286. <cdnm/>
  287. </M0068detl>
  288. <M0069list>
  289. <cdid/>
  290. <cdnm/>
  291. </M0069list>
  292. <M0206list>
  293. <cdid/>
  294. <cdnm/>
  295. </M0206list>
  296. <M0294detl>
  297. <cdid/>
  298. <cdnm/>
  299. </M0294detl>
  300. <M0297detl>
  301. <cdid/>
  302. <cdnm/>
  303. </M0297detl>
  304. <M0298detl>
  305. <cdid/>
  306. <cdnm/>
  307. </M0298detl>
  308. <M0299detl>
  309. <cdid/>
  310. <cdnm/>
  311. </M0299detl>
  312. <M0300detl>
  313. <cdid/>
  314. <cdnm/>
  315. </M0300detl>
  316. <M0301detl>
  317. <cdid/>
  318. <cdnm/>
  319. </M0301detl>
  320. <M0302detl>
  321. <cdid/>
  322. <cdnm/>
  323. </M0302detl>
  324. <M0303detl>
  325. <cdid/>
  326. <cdnm/>
  327. </M0303detl>
  328. <M0304detl>
  329. <cdid/>
  330. <cdnm/>
  331. </M0304detl>
  332. <M0305detl>
  333. <cdid/>
  334. <cdnm/>
  335. </M0305detl>
  336. <M0306detl>
  337. <cdid/>
  338. <cdnm/>
  339. </M0306detl>
  340. <M0307detl>
  341. <cdid/>
  342. <cdnm/>
  343. </M0307detl>
  344. <M0308detl>
  345. <cdid/>
  346. <cdnm/>
  347. </M0308detl>
  348. <P0008detl>
  349. <cdid/>
  350. <cdnm/>
  351. </P0008detl>
  352. <A0519detl>
  353. <cdid/>
  354. <cdnm/>
  355. </A0519detl>
  356. <A0520detl>
  357. <cdid/>
  358. <cdnm/>
  359. </A0520detl>
  360. <M0474detl>
  361. <cdid/>
  362. <cdnm/>
  363. </M0474detl>
  364. <M0475detl>
  365. <cdid/>
  366. <cdnm/>
  367. </M0475detl>
  368. <M0204list>
  369. <cdid/>
  370. <cdnm/>
  371. </M0204list>
  372. <diagsuplist>
  373. <cdnm/>
  374. <cdid/>
  375. </diagsuplist>
  376. <diaglowlist>
  377. <cdnm/>
  378. <cdid/>
  379. </diaglowlist>
  380. <hardcodeinfo>
  381. <cdnm/>
  382. <cdid/>
  383. </hardcodeinfo>
  384. <codeinfo/>
  385. </init>
  386. <temp>
  387. <hospicedetl>
  388. <chstval/>
  389. <pelvval/>
  390. <regionvas/>
  391. <neckvas/>
  392. <waistvas/>
  393. <headval/>
  394. <etcval/>
  395. <agonal49/>
  396. <agonal365/>
  397. </hospicedetl>
  398. <hospicemasv/>
  399. <hospiceinfo/>
  400. </temp>
  401. <tmp>
  402. <printinfo>
  403. <cond>
  404. <baseyn/>
  405. <famyyn/>
  406. <hospiceyn/>
  407. <hosinfoyn/>
  408. <recinfo/>
  409. <famycnstyn/>
  410. </cond>
  411. </printinfo>
  412. </tmp>
  413. </root>
  414. </instance>
  415. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  416. <submission id="TRMNH01501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/hospiceinfo"/>
  417. <submission id="TXMNH01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  418. <submission id="TXMNH01503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  419. <submission id="TRMNH01503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/hospicefamy"/>
  420. <submission id="TRMNH01504" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/hospiceinpt"/>
  421. <submission id="TRMNH01505" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/hospicemasv"/>
  422. <submission id="TRMNH02905" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/diagsuplist"/>
  423. <submission id="TRMNH02906" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/diaglowlist"/>
  424. <submission id="TRMNH02903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/drlist"/>
  425. <submission id="TRZSD00206" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  426. <submission id="TRMNP00323" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/viewctrl/viewctrllist"/>
  427. <submission id="TRMNP04903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/hardcodeinfo"/>
  428. <submission id="TRMNW00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/codeinfo"/>
  429. <script type="javascript" src="../../../emr/agonalcareweb/js/SMMNH01500.js"/>
  430. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  431. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  432. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  433. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  434. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  435. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  436. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  437. <script type="javascript" ev:event="xforms-ready">
  438. <![CDATA[
  439. //호스피스 환자관리에서 가져오는 paramter를 pid, cretdt, reqdeptcd,reqdd,wardcd 임시변수에 저장
  440. var pid = opener.javascript.getParameter("pid");
  441. var cretdd = opener.javascript.getParameter("cretdd");
  442. var crettm = opener.javascript.getParameter("crettm");
  443. var reqdeptcd = opener.javascript.getParameter("reqdeptcd");
  444. var reqdd = opener.javascript.getParameter("reqdd");
  445. var wardcd = opener.javascript.getParameter('wardcd');
  446. model.setValue("/root/hidden/pid",pid);
  447. model.setValue("/root/hidden/cretdd",cretdd);
  448. model.setValue("/root/hidden/crettm",crettm);
  449. model.setValue("/root/hidden/reqdeptcd",reqdeptcd);
  450. model.setValue("/root/hidden/reqdd",reqdd);
  451. model.setValue("/root/hidden/wardcd",wardcd);
  452. var pCode = "'044'"; // 조회할 CdGrupID 코드정보
  453. var pDate = getCurrentDate(); //조회기준일자
  454. model.makeValue("/root/send/reqdata/cdgrupid", pCode);
  455. model.makeValue("/root/send/reqdata/srchdd", pDate);
  456. submit("TRMNW00001");
  457. //호스피스병도 부서코드 조회20090419
  458. model.removenode("/root/send");
  459. model.makeValue("/root/send/cdgrupid", "044");
  460. submit("TRMNP00323", false);
  461. copyNodesetType("/root/init/viewctrl/viewctrllist/viewctrlinfo", "/root/init/codeinfo/codelist");
  462. model.removenode("/root/send");
  463. model.makeValue("/root/send/reqdata/cdgrupid", "122");//호스피스 임종장소
  464. model.makeValue("/root/send/reqdata/supcdid", "");//서브구분
  465. model.makeValue("/root/send/reqdata/cdid", "");//서브구분
  466. submit("TRMNP04903", false);
  467. cmb_waitstat.visible = false;
  468. model.removenodeset("/root/main/hospicefamy/famylist");
  469. model.removenodeset("/root/main/hospiceinpt/inptlist");
  470. model.removenodeset("/root/main/hospiceinfo/hospicedetl/skinstatspec/skinstatlists/skinstatlist");
  471. //공통코드 로드
  472. zbcfGetCodeList(new Array("M0210","M0211","M0477","M0202","M0203"
  473. ,"M0264","M0207","M0468","M0205","P0157"
  474. ,"M0068","M0069","M0206"
  475. ,"M0294","M0297","M0298","M0299","M0300"
  476. ,"M0301","M0302","M0303","M0304","M0305"
  477. ,"M0306","M0307","M0308"
  478. ,"P0008","A0519","A0520"
  479. ,"M0474","M0475","M0204"),
  480. new Array("/root/init/M0210list","/root/init/M0211list","/root/init/M0477detl","/root/init/M0202detl","/root/init/M0203list"
  481. ,"/root/init/M0264list","/root/init/M0207list","/root/init/M0468detl","/root/init/M0205list","/root/init/P0157list"
  482. ,"/root/init/M0068detl","/root/init/M0069list","/root/init/M0206list"
  483. ,"/root/init/M0294detl","/root/init/M0297detl","/root/init/M0298detl","/root/init/M0299detl","/root/init/M0300detl"
  484. ,"/root/init/M0301detl","/root/init/M0302detl","/root/init/M0303detl","/root/init/M0304detl","/root/init/M0305detl"
  485. ,"/root/init/M0306detl","/root/init/M0307detl","/root/init/M0308detl"
  486. ,"/root/init/P0008detl","/root/init/A0519detl","/root/init/A0520detl"
  487. ,"/root/init/M0474detl","/root/init/M0475detl","/root/init/M0204list"));
  488. ipt_cureprescondetcnm.disabled = true;
  489. ipt_ccetcnm.disabled = true;
  490. ipt_reqdd.disabled = true;
  491. ipt_reqindd.disabled = true;
  492. ipt_chstval.disabled = true;
  493. ipt_pelvval.disabled = true;
  494. ipt_regionvas.disabled = true;
  495. ipt_neckvas.disabled = true;
  496. ipt_waistvas.disabled = true;
  497. ipt_headval.disabled = true;
  498. ipt_etcval.disabled = true;
  499. ipt_etcnm.disabled = true;
  500. ipt_agonal49.disabled = true;
  501. ipt_agonal365.disabled = true;
  502. ipt_baptnm.disabled = true;
  503. ipt_parishchrchnm.disabled = true;
  504. ipt_baptismdd.disabled = true;
  505. ipt_emerbaptdd.disabled = true;
  506. ipt_jobnm.disabled = true;
  507. cmb_residncstatcd2.disabled = true;
  508. cmb_inrmmthdcd.disabled = true;
  509. cmb_inrmacompstcd.disabled = true;
  510. cmb_agonalplcecd.disabled = true;
  511. // 간호외래진료부서콤보 (특정하위부서를 포함- 분만실, 육아상담실, 인공신장실)
  512. zsdfGetCareOutOrderDepartmentList(getUserInfo("dutplceinstcd"), "/root/hidden/orddeptlist", getCurrentDate());
  513. //호스피스 기록지 조회
  514. fSearch();
  515. ]]>
  516. </script>
  517. <script type="javascript" ev:event="xforms-model-construct-done">
  518. <![CDATA[
  519. model.copyNode("/root/temp/hospicemasv", "/root/main/hospicemasv");
  520. ]]>
  521. </script>
  522. </model>
  523. <script type="javascript">
  524. <![CDATA[
  525. var soclstatpatflag ; //환자
  526. var soclstatprocerflag ; //보호자
  527. var mainprocerflag ; //주보호자
  528. var ordamtownflag ; //진료비 부담자
  529. var deptcd; //부서
  530. var atdoctnm; //주치의
  531. var econstatcd; //경제상태
  532. ]]>
  533. </script>
  534. </xhtml:head>
  535. <xhtml:body guideline="1,-3;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  536. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  537. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:15px; font-family:돋움체; ">호스피스 초기상담지</caption>
  538. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  539. </group>
  540. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:652px; ">
  541. <caption id="caption2" class="cell_1" style="left:171px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">성 명</caption>
  542. <caption id="caption13" class="cell_1" style="left:0px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">등록번호</caption>
  543. <input id="input1" class="input_search" style="left:77px; top:13px; width:91px; height:19px; "/>
  544. <input id="input3" class="input_search" style="left:248px; top:13px; width:71px; height:19px; "/>
  545. <line id="line2" class="line_1" style="x1:0px; y1:6px; x2:1194px; y2:6px; "/>
  546. <caption id="caption69" class="tit_2" style="left:0px; top:44px; width:100px; height:13px; ">입실정보</caption>
  547. <caption id="caption1" class="cell_1" style="left:322px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">성별/나이</caption>
  548. <input id="input2" class="input_search" style="left:399px; top:13px; width:71px; height:19px; "/>
  549. <caption id="caption3" class="cell_1" style="left:473px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">주민번호</caption>
  550. <input id="input4" class="input_search" style="left:550px; top:13px; width:109px; height:19px; "/>
  551. <caption id="caption5" class="cell_1" style="left:662px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">입원횟수</caption>
  552. <input id="input5" class="input_search" style="left:738px; top:13px; width:43px; height:19px; "/>
  553. <line id="line1" class="line_1" style="x1:0px; y1:59px; x2:282px; y2:59px; "/>
  554. <caption id="caption7" class="cell_1" style="left:0px; top:64px; width:74px; height:23px; text-align:center; vertical-align:middle; ">입실일시</caption>
  555. <input id="ipt_fbrthdd" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:77px; top:66px; width:141px; height:19px; "/>
  556. <input id="input6" class="input_search" style="left:220px; top:66px; width:61px; height:19px; "/>
  557. <caption id="caption8" class="cell_1" style="left:0px; top:89px; width:74px; height:23px; text-align:center; vertical-align:middle; ">입실일시</caption>
  558. <line id="line3" class="line_2" style="x1:0px; y1:88px; x2:282px; y2:88px; "/>
  559. <line id="line4" class="line_2" style="x1:0px; y1:113px; x2:282px; y2:113px; "/>
  560. <caption id="caption9" class="cell_1" style="left:0px; top:114px; width:97px; height:23px; text-align:center; vertical-align:middle; ">입실시동반자</caption>
  561. <select1 id="cmb_reqtypeflag" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="61" appearance="minimal" style="left:77px; top:91px; width:204px; height:19px; ">
  562. <choices>
  563. <item>
  564. <label>본원</label>
  565. <value>1</value>
  566. </item>
  567. <item>
  568. <label>타원</label>
  569. <value>2</value>
  570. </item>
  571. </choices>
  572. </select1>
  573. <line id="line6" class="line_3" style="x1:0px; y1:35px; x2:1194px; y2:35px; "/>
  574. <line id="line5" class="line_3" style="x1:0px; y1:138px; x2:282px; y2:138px; "/>
  575. <select1 id="combo1" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="60" appearance="minimal" style="left:100px; top:116px; width:181px; height:19px; ">
  576. <choices>
  577. <item>
  578. <label>본원</label>
  579. <value>1</value>
  580. </item>
  581. <item>
  582. <label>타원</label>
  583. <value>2</value>
  584. </item>
  585. </choices>
  586. </select1>
  587. <select1 id="combo3" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="63" appearance="minimal" style="left:126px; top:194px; width:156px; height:19px; ">
  588. <choices>
  589. <item>
  590. <label>본원</label>
  591. <value>1</value>
  592. </item>
  593. <item>
  594. <label>타원</label>
  595. <value>2</value>
  596. </item>
  597. </choices>
  598. </select1>
  599. <input id="input7" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:40px; top:169px; width:100px; height:19px; "/>
  600. <line id="line7" class="line_1" style="x1:0px; y1:162px; x2:282px; y2:162px; "/>
  601. <caption id="caption10" class="tit_2" style="left:0px; top:147px; width:100px; height:13px; ">호스피스 정보</caption>
  602. <line id="line8" class="line_2" style="x1:0px; y1:191px; x2:282px; y2:191px; "/>
  603. <caption id="caption11" class="cell_1" style="left:0px; top:167px; width:37px; height:23px; text-align:center; vertical-align:middle; ">의뢰</caption>
  604. <line id="line9" class="line_2" style="x1:0px; y1:216px; x2:282px; y2:216px; "/>
  605. <caption id="caption12" class="cell_1" style="left:0px; top:192px; width:74px; height:23px; text-align:center; vertical-align:middle; ">의뢰형태</caption>
  606. <line id="line10" class="line_3" style="x1:0px; y1:492px; x2:282px; y2:492px; "/>
  607. <!--(20101205) 경북대
  608. <caption id="caption14" class="cell_1" style="left:0px; top:217px; width:122px; height:23px; text-align:center; vertical-align:middle; ">의뢰과/주치의</caption>
  609. -->
  610. <caption id="caption14" class="cell_1" style="left:0px; top:217px; width:122px; height:23px; text-align:center; vertical-align:middle; ">의뢰과/주치의</caption>
  611. <!--(20101205) 경북대 -->
  612. <input id="input8" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:183px; top:169px; width:99px; height:19px; "/>
  613. <caption id="caption15" class="cell_1" style="left:143px; top:167px; width:37px; height:23px; text-align:center; vertical-align:middle; ">면담</caption>
  614. <select1 id="radio2" ref="/root/hidden/pamcgubun" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:77px; top:194px; width:45px; height:20px; background-color:transparent; border-style:none; ">
  615. <choices>
  616. <item>
  617. <label>본원</label>
  618. <value>1</value>
  619. </item>
  620. </choices>
  621. </select1>
  622. <caption id="caption16" class="cell_1" style="left:0px; top:242px; width:122px; height:23px; text-align:center; vertical-align:middle; ">이실전병실/입원일</caption>
  623. <line id="line11" class="line_2" style="x1:0px; y1:241px; x2:282px; y2:241px; "/>
  624. <input id="input9" class="input_search" style="left:125px; top:219px; width:156px; height:19px; "/>
  625. <input id="input10" class="input_search" style="left:125px; top:244px; width:156px; height:19px; "/>
  626. <line id="line12" class="line_2" style="x1:0px; y1:266px; x2:282px; y2:266px; "/>
  627. <select1 id="radio1" ref="/root/hidden/pamcgubun" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:75px; top:269px; width:45px; height:20px; background-color:transparent; border-style:none; ">
  628. <choices>
  629. <item>
  630. <label>타원</label>
  631. <value>1</value>
  632. </item>
  633. </choices>
  634. </select1>
  635. <input id="input11" class="input_search" style="left:125px; top:269px; width:156px; height:19px; "/>
  636. <line id="line13" class="line_2" style="x1:0px; y1:290px; x2:282px; y2:290px; "/>
  637. <caption id="caption17" class="cell_1" style="left:0px; top:292px; width:74px; height:23px; text-align:center; vertical-align:middle; ">의뢰사유</caption>
  638. <line id="line14" class="line_2" style="x1:0px; y1:316px; x2:282px; y2:316px; "/>
  639. <caption id="caption18" class="cell_1" style="left:0px; top:317px; width:74px; height:23px; text-align:center; vertical-align:middle; ">추천경유</caption>
  640. <line id="line15" class="line_2" style="x1:0px; y1:341px; x2:282px; y2:341px; "/>
  641. <caption id="caption19" class="cell_1" style="left:0px; top:342px; width:74px; height:23px; text-align:center; vertical-align:middle; ">병인식</caption>
  642. <select1 id="combo2" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="62" appearance="minimal" style="left:77px; top:294px; width:204px; height:19px; ">
  643. <choices>
  644. <item>
  645. <label>본원</label>
  646. <value>1</value>
  647. </item>
  648. <item>
  649. <label>타원</label>
  650. <value>2</value>
  651. </item>
  652. </choices>
  653. </select1>
  654. <select1 id="combo4" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="64" appearance="minimal" style="left:77px; top:319px; width:204px; height:19px; ">
  655. <choices>
  656. <item>
  657. <label>본원</label>
  658. <value>1</value>
  659. </item>
  660. <item>
  661. <label>타원</label>
  662. <value>2</value>
  663. </item>
  664. </choices>
  665. </select1>
  666. <select1 id="cmb_patawaryn" ref="/root/main/hospiceinfo/hospicedetl/patawaryn" class="combo_default" navindex="74" appearance="minimal" style="left:129px; top:344px; width:48px; height:19px; ">
  667. <choices>
  668. <item>
  669. <label>Y</label>
  670. <value>Y</value>
  671. </item>
  672. <item>
  673. <label>N</label>
  674. <value>N</value>
  675. </item>
  676. </choices>
  677. </select1>
  678. <select1 id="cmb_procerawaryn" ref="/root/main/hospiceinfo/hospicedetl/procerawaryn" class="combo_default" navindex="75" appearance="minimal" style="left:233px; top:344px; width:48px; height:19px; ">
  679. <choices>
  680. <item>
  681. <label>Y</label>
  682. <value>Y</value>
  683. </item>
  684. <item>
  685. <label>N</label>
  686. <value>N</value>
  687. </item>
  688. </choices>
  689. </select1>
  690. <caption id="caption38" class="cell_1" style="left:77px; top:342px; width:49px; height:23px; text-align:center; vertical-align:middle; ">환자</caption>
  691. <caption id="caption39" class="cell_1" style="left:180px; top:342px; width:49px; height:23px; text-align:center; vertical-align:middle; ">보호자</caption>
  692. <caption id="caption20" class="cell_1" style="left:0px; top:367px; width:74px; height:23px; text-align:center; vertical-align:middle; ">대기일수</caption>
  693. <line id="line16" class="line_2" style="x1:0px; y1:366px; x2:282px; y2:366px; "/>
  694. <input id="input12" class="input_search" style="left:77px; top:369px; width:61px; height:19px; "/>
  695. <caption id="caption21" class="cell_1" style="left:143px; top:367px; width:74px; height:23px; text-align:center; vertical-align:middle; ">방문횟수</caption>
  696. <input id="input13" class="input_search" style="left:220px; top:369px; width:61px; height:19px; "/>
  697. <line id="line17" class="line_2" style="x1:0px; y1:391px; x2:282px; y2:391px; "/>
  698. <line id="line18" class="line_2" style="x1:0px; y1:416px; x2:282px; y2:416px; "/>
  699. <select1 id="combo5" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="66" appearance="minimal" style="left:77px; top:394px; width:204px; height:19px; ">
  700. <choices>
  701. <item>
  702. <label>본원</label>
  703. <value>1</value>
  704. </item>
  705. <item>
  706. <label>타원</label>
  707. <value>2</value>
  708. </item>
  709. </choices>
  710. </select1>
  711. <caption id="caption22" class="cell_1" style="left:0px; top:392px; width:74px; height:23px; text-align:center; vertical-align:middle; ">지연사유</caption>
  712. <caption id="caption23" class="cell_1" style="left:0px; top:417px; width:122px; height:23px; text-align:center; vertical-align:middle; ">소개받았을때 기분</caption>
  713. <select1 id="combo6" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="68" appearance="minimal" style="left:125px; top:419px; width:156px; height:19px; ">
  714. <choices>
  715. <item>
  716. <label>본원</label>
  717. <value>1</value>
  718. </item>
  719. <item>
  720. <label>타원</label>
  721. <value>2</value>
  722. </item>
  723. </choices>
  724. </select1>
  725. <caption id="caption24" class="cell_1" style="left:0px; top:443px; width:122px; height:23px; text-align:center; vertical-align:middle; ">호스피스 사전 인지</caption>
  726. <line id="line19" class="line_2" style="x1:0px; y1:441px; x2:282px; y2:441px; "/>
  727. <select1 id="combo7" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="69" appearance="minimal" style="left:125px; top:445px; width:156px; height:19px; ">
  728. <choices>
  729. <item>
  730. <label>본원</label>
  731. <value>1</value>
  732. </item>
  733. <item>
  734. <label>타원</label>
  735. <value>2</value>
  736. </item>
  737. </choices>
  738. </select1>
  739. <caption id="caption25" class="cell_1" style="left:0px; top:468px; width:122px; height:23px; text-align:center; vertical-align:middle; ">임종 원하는 장소</caption>
  740. <line id="line20" class="line_2" style="x1:0px; y1:466px; x2:282px; y2:466px; "/>
  741. <select1 id="combo8" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="72" appearance="minimal" style="left:125px; top:470px; width:156px; height:19px; ">
  742. <choices>
  743. <item>
  744. <label>본원</label>
  745. <value>1</value>
  746. </item>
  747. <item>
  748. <label>타원</label>
  749. <value>2</value>
  750. </item>
  751. </choices>
  752. </select1>
  753. <select1 id="combo10" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="65" appearance="minimal" style="left:375px; top:66px; width:251px; height:19px; ">
  754. <choices>
  755. <item>
  756. <label>본원</label>
  757. <value>1</value>
  758. </item>
  759. <item>
  760. <label>타원</label>
  761. <value>2</value>
  762. </item>
  763. </choices>
  764. </select1>
  765. <line id="line21" class="line_1" style="x1:315px; y1:59px; x2:627px; y2:59px; "/>
  766. <caption id="caption26" class="tit_2" style="left:315px; top:44px; width:100px; height:13px; ">기본 인적사항</caption>
  767. <line id="line22" class="line_2" style="x1:315px; y1:87px; x2:627px; y2:87px; "/>
  768. <caption id="caption27" class="cell_1" style="left:315px; top:64px; width:57px; height:23px; text-align:center; vertical-align:middle; ">종교</caption>
  769. <line id="line23" class="line_2" style="x1:315px; y1:113px; x2:627px; y2:113px; "/>
  770. <caption id="caption28" class="cell_1" style="left:315px; top:89px; width:57px; height:23px; text-align:center; vertical-align:middle; ">세례명</caption>
  771. <input id="input14" class="input_search" style="left:375px; top:91px; width:94px; height:19px; "/>
  772. <caption id="caption29" class="cell_1" style="left:315px; top:114px; width:57px; height:23px; text-align:center; vertical-align:middle; ">영세일</caption>
  773. <input id="input15" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:375px; top:116px; width:94px; height:19px; "/>
  774. <caption id="caption30" class="cell_1" style="left:472px; top:89px; width:57px; height:23px; text-align:center; vertical-align:middle; ">본당</caption>
  775. <input id="input16" class="input_search" style="left:532px; top:91px; width:94px; height:19px; "/>
  776. <input id="input17" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:532px; top:116px; width:94px; height:19px; "/>
  777. <caption id="caption31" class="cell_1" style="left:472px; top:114px; width:57px; height:23px; text-align:center; vertical-align:middle; ">대세일</caption>
  778. <line id="line24" class="line_2" style="x1:315px; y1:138px; x2:627px; y2:138px; "/>
  779. <input id="input18" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:375px; top:141px; width:94px; height:19px; "/>
  780. <caption id="caption32" class="cell_1" style="left:315px; top:139px; width:57px; height:23px; text-align:center; vertical-align:middle; ">병자성사</caption>
  781. <caption id="caption33" class="cell_1" style="left:315px; top:164px; width:57px; height:23px; text-align:center; vertical-align:middle; ">직업</caption>
  782. <line id="line25" class="line_2" style="x1:315px; y1:163px; x2:627px; y2:163px; "/>
  783. <select1 id="combo9" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="73" appearance="minimal" style="left:375px; top:166px; width:94px; height:19px; ">
  784. <choices>
  785. <item>
  786. <label>본원</label>
  787. <value>1</value>
  788. </item>
  789. <item>
  790. <label>타원</label>
  791. <value>2</value>
  792. </item>
  793. </choices>
  794. </select1>
  795. <caption id="caption34" class="cell_1" style="left:472px; top:164px; width:57px; height:23px; text-align:center; vertical-align:middle; ">교육정도</caption>
  796. <select1 id="combo11" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="67" appearance="minimal" style="left:532px; top:166px; width:94px; height:19px; ">
  797. <choices>
  798. <item>
  799. <label>본원</label>
  800. <value>1</value>
  801. </item>
  802. <item>
  803. <label>타원</label>
  804. <value>2</value>
  805. </item>
  806. </choices>
  807. </select1>
  808. <caption id="caption35" class="cell_1" style="left:315px; top:189px; width:57px; height:23px; text-align:center; vertical-align:middle; ">결혼형태</caption>
  809. <line id="line26" class="line_2" style="x1:313px; y1:188px; x2:625px; y2:188px; "/>
  810. <caption id="caption36" class="cell_1" style="left:472px; top:189px; width:57px; height:23px; text-align:center; vertical-align:middle; ">자녀수</caption>
  811. <select1 id="combo13" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="71" appearance="minimal" style="left:375px; top:191px; width:94px; height:19px; ">
  812. <choices>
  813. <item>
  814. <label>본원</label>
  815. <value>1</value>
  816. </item>
  817. <item>
  818. <label>타원</label>
  819. <value>2</value>
  820. </item>
  821. </choices>
  822. </select1>
  823. <input id="input19" class="input_search" style="left:532px; top:191px; width:94px; height:19px; "/>
  824. <caption id="caption37" class="cell_1" style="left:472px; top:392px; width:57px; height:23px; text-align:center; vertical-align:middle; ">임종장소</caption>
  825. <caption id="caption40" class="cell_1" style="left:472px; top:417px; width:57px; height:23px; text-align:center; vertical-align:middle; ">기일</caption>
  826. <line id="line28" class="line_2" style="x1:315px; y1:415px; x2:627px; y2:415px; "/>
  827. <line id="line29" class="line_2" style="x1:315px; y1:440px; x2:627px; y2:440px; "/>
  828. <input id="input21" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:375px; top:419px; width:94px; height:19px; "/>
  829. <input id="input22" class="input_search" style="left:532px; top:394px; width:94px; height:19px; "/>
  830. <input id="input23" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:532px; top:419px; width:94px; height:19px; "/>
  831. <caption id="caption41" class="cell_1" style="left:315px; top:392px; width:57px; height:23px; text-align:center; vertical-align:middle; ">임종일</caption>
  832. <caption id="caption42" class="cell_1" style="left:315px; top:417px; width:57px; height:23px; text-align:center; vertical-align:middle; ">49제</caption>
  833. <input id="input20" ref="/root/main/cond/fbrthdd" class="input_default" inputtype="date" style="left:375px; top:394px; width:94px; height:19px; "/>
  834. <caption id="caption43" class="cell_1" style="left:472px; top:467px; width:79px; height:23px; text-align:center; vertical-align:middle; ">시신기증</caption>
  835. <caption id="caption44" class="cell_1" style="left:315px; top:443px; width:79px; height:23px; text-align:center; vertical-align:middle; ">사별가족방문</caption>
  836. <caption id="caption45" class="cell_1" style="left:315px; top:467px; width:79px; height:23px; text-align:center; vertical-align:middle; ">월미사참석</caption>
  837. <line id="line27" class="line_2" style="x1:315px; y1:465px; x2:627px; y2:465px; "/>
  838. <caption id="caption46" class="cell_1" style="left:472px; top:443px; width:79px; height:23px; text-align:center; vertical-align:middle; ">추모식행사</caption>
  839. <line id="line30" class="line_3" style="x1:315px; y1:491px; x2:627px; y2:491px; "/>
  840. <select1 id="radio3" ref="/root/hidden/pamcgubun" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:397px; top:445px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  841. <choices>
  842. <item>
  843. <label>무</label>
  844. <value>1</value>
  845. </item>
  846. <item>
  847. <label>유</label>
  848. <value>2</value>
  849. </item>
  850. </choices>
  851. </select1>
  852. <select1 id="radio4" ref="/root/hidden/pamcgubun" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:555px; top:445px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  853. <choices>
  854. <item>
  855. <label>무</label>
  856. <value>1</value>
  857. </item>
  858. <item>
  859. <label>유</label>
  860. <value>2</value>
  861. </item>
  862. </choices>
  863. </select1>
  864. <select1 id="radio5" ref="/root/hidden/pamcgubun" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:397px; top:469px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  865. <choices>
  866. <item>
  867. <label>무</label>
  868. <value>1</value>
  869. </item>
  870. <item>
  871. <label>유</label>
  872. <value>2</value>
  873. </item>
  874. </choices>
  875. </select1>
  876. <select1 id="radio6" ref="/root/hidden/pamcgubun" class="radio_search" appearance="full" cols="4" overflow="visible" style="left:555px; top:469px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  877. <choices>
  878. <item>
  879. <label>무</label>
  880. <value>1</value>
  881. </item>
  882. <item>
  883. <label>유</label>
  884. <value>2</value>
  885. </item>
  886. </choices>
  887. </select1>
  888. <line id="line31" class="line_1" style="x1:315px; y1:387px; x2:627px; y2:387px; "/>
  889. <caption id="caption47" class="tit_2" style="left:315px; top:372px; width:100px; height:13px; ">사별가족 관리</caption>
  890. <shape id="rectangle1" appearance="rectangle" style="left:375px; top:212px; width:251px; height:152px; "/>
  891. <img id="img1" style="left:376px; top:213px; width:249px; height:150px; background-stretch:stretch; "/>
  892. <caption id="caption48" class="cell_1" style="left:315px; top:213px; width:57px; height:23px; text-align:center; vertical-align:middle; ">가계도</caption>
  893. <caption id="caption49" class="tit_2" style="left:0px; top:500px; width:100px; height:14px; ">가족사항</caption>
  894. <line id="line32" class="line_1" style="x1:0px; y1:515px; x2:627px; y2:515px; "/>
  895. <line id="line33" class="line_1" style="x1:0px; y1:634px; x2:1194px; y2:634px; "/>
  896. <caption id="caption50" class="tit_2" style="left:0px; top:619px; width:69px; height:13px; vertical-align:middle; ">입원내역</caption>
  897. </group>
  898. <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:747px; ">
  899. <caption id="caption51" class="cell_1" style="left:356px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">환자명</caption>
  900. <caption id="caption52" class="cell_1" style="left:205px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">등록번호</caption>
  901. <output id="opt_pid" ref="/root/main/hospiceinfo/hospicedetl/pid" class="output_fix" maxlength="10" style="left:282px; top:13px; width:71px; height:19px; ">
  902. <script type="javascript" ev:event="onkeyup">
  903. <![CDATA[
  904. if(event.keyCode == "13"){
  905. setInputNodeCurText(); // 현재 인풋값 노드 반영
  906. fSearch();
  907. }
  908. ]]>
  909. </script>
  910. </output>
  911. <output id="opt_hngnm" ref="/root/main/hospiceinfo/hospicedetl/hngnm" class="output_fix" style="left:433px; top:13px; width:71px; height:19px; "/>
  912. <line id="line34" class="line_1" style="x1:0px; y1:6px; x2:1194px; y2:6px; "/>
  913. <caption id="caption53" class="tit_2" style="left:0px; top:44px; width:100px; height:13px; ">입실정보</caption>
  914. <caption id="caption54" class="cell_1" style="left:507px; top:11px; width:64px; height:23px; text-align:center; vertical-align:middle; ">S/A</caption>
  915. <output id="opt_sexage" ref="/root/main/hospiceinfo/hospicedetl/sexage" class="output_fix" style="left:573px; top:13px; width:51px; height:19px; "/>
  916. <caption id="caption55" class="cell_1" style="left:627px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">주민번호</caption>
  917. <output id="opt_rrgstno" ref="/root/main/hospiceinfo/hospicedetl/rrgstno" class="output_fix" style="left:703px; top:13px; width:109px; height:19px; "/>
  918. <caption id="caption56" class="cell_1" style="left:815px; top:11px; width:74px; height:23px; text-align:center; vertical-align:middle; ">입실횟수</caption>
  919. <output id="opt_hosecnt" ref="/root/main/hospiceinfo/hospicedetl/hosecnt" class="output_fix" style="left:891px; top:13px; width:43px; height:19px; "/>
  920. <line id="line35" class="line_1" style="x1:0px; y1:59px; x2:295px; y2:59px; "/>
  921. <input id="ipt_inrmdd" ref="/root/main/hospiceinfo/hospicedetl/inrmdd" class="input_default" navindex="1" inputtype="date" style="left:100px; top:65px; width:121px; height:19px; ">
  922. <script type="javascript" ev:event="xforms-value-changed">
  923. <![CDATA[
  924. //실제 입원 환자중 호스피스 병동이 아니면서 입실일을 입력하려고 하면 경고메세지 뿌려줄껏
  925. var status = model.getValue('/root/main/hospiceinfo/hospicedetl/status');
  926. var wardcd = model.getValue('/root/main/hospiceinfo/hospicedetl/wardcd');
  927. var basewardcd = model.getValue("/root/init/viewctrl/viewctrllist/viewctrlinfo/cdnm");
  928. if(wardcd != basewardcd && (status == 'O' || status == 'S')){
  929. messageBox('호스피스병동에 입원한 환자가 아니므로 입실일을 입력', 'E001');
  930. ipt_inrmdd.value = "";
  931. ipt_inrmtm.value = "";
  932. return;
  933. }
  934. //입실일시 있을시 입실방법 , 입실시 동반자 활성화
  935. if ((ipt_inrmdd.value == '' )||(ipt_inrmdd.value == null )) {
  936. cmb_inrmmthdcd.disabled = true;
  937. cmb_inrmacompstcd.disabled = true;
  938. }else{
  939. cmb_inrmmthdcd.disabled = false;
  940. cmb_inrmacompstcd.disabled = false;
  941. }
  942. ]]>
  943. </script>
  944. </input>
  945. <input id="ipt_inrmtm" ref="/root/main/hospiceinfo/hospicedetl/inrmtm" class="input_search" navindex="2" maxlength="4" format="hh:nn" style="left:224px; top:65px; width:71px; height:19px; ">
  946. <script type="javascript" ev:event="xforms-value-changed">
  947. <![CDATA[
  948. var inrmtm = ipt_inrmtm.value;
  949. if(Number(inrmtm.substring(0,2)) > 24){
  950. messageBox("시간 입력에","E009");
  951. ipt_rectm.value = "";
  952. model.setFocus("ipt_inrmtm");
  953. return;
  954. }
  955. if(Number(inrmtm.substring(2,4)) > 60){
  956. messageBox("분 입력에","E009");
  957. ipt_rectm.value = "";
  958. model.setFocus("ipt_inrmtm");
  959. return;
  960. }
  961. ]]>
  962. </script>
  963. </input>
  964. <line id="line36" class="line_2" style="x1:0px; y1:86px; x2:295px; y2:86px; "/>
  965. <line id="line37" class="line_2" style="x1:0px; y1:110px; x2:295px; y2:110px; "/>
  966. <caption id="caption59" class="cell_1" style="left:0px; top:112px; width:97px; height:23px; text-align:center; vertical-align:middle; ">입실시동반자</caption>
  967. <select1 id="cmb_inrmmthdcd" ref="/root/main/hospiceinfo/hospicedetl/inrmmthdcd" class="combo_default" navindex="3" appearance="minimal" style="left:100px; top:89px; width:195px; height:19px; ">
  968. <choices>
  969. <itemset nodeset="/root/init/M0210list/M0210">
  970. <label ref="cdnm"/>
  971. <value ref="cdid"/>
  972. </itemset>
  973. </choices>
  974. </select1>
  975. <line id="line38" class="line_3" style="x1:0px; y1:35px; x2:1194px; y2:35px; "/>
  976. <line id="line39" class="line_3" style="x1:0px; y1:134px; x2:295px; y2:134px; "/>
  977. <select1 id="cmb_inrmacompstcd" ref="/root/main/hospiceinfo/hospicedetl/inrmacompstcd" class="combo_default" navindex="4" appearance="minimal" style="left:100px; top:113px; width:195px; height:19px; ">
  978. <choices>
  979. <itemset nodeset="/root/init/M0211list/M0211">
  980. <label ref="cdnm"/>
  981. <value ref="cdid"/>
  982. </itemset>
  983. </choices>
  984. </select1>
  985. <select1 id="combo24" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="70" appearance="minimal" style="left:60px; top:181px; width:236px; height:19px; ">
  986. <choices>
  987. <item>
  988. <label>본원</label>
  989. <value>1</value>
  990. </item>
  991. <item>
  992. <label>타원</label>
  993. <value>2</value>
  994. </item>
  995. </choices>
  996. </select1>
  997. <line id="line54" class="line_1" style="x1:0px; y1:175px; x2:297px; y2:175px; "/>
  998. <caption id="caption78" class="tit_2" style="left:0px; top:160px; width:100px; height:13px; ">기본 인적사항</caption>
  999. <line id="line55" class="line_2" style="x1:0px; y1:202px; x2:297px; y2:202px; "/>
  1000. <caption id="caption79" class="cell_1" style="left:0px; top:180px; width:57px; height:23px; text-align:center; vertical-align:middle; ">종교</caption>
  1001. <input id="ipt_jobnm" ref="/root/main/hospiceinfo/hospicedetl/jobnm" class="input_default" navindex="23" maxlength="40" style="left:160px; top:205px; width:136px; height:19px; "/>
  1002. <line id="line59" class="line_2" style="x1:0px; y1:226px; x2:292px; y2:226px; "/>
  1003. <select1 id="cmb_marystatcd" ref="/root/main/hospiceinfo/hospicedetl/marystatcd" class="combo_default" navindex="25" appearance="minimal" style="left:60px; top:229px; width:65px; height:19px; ">
  1004. <choices>
  1005. <itemset nodeset="/root/init/M0206list/M0206">
  1006. <label ref="cdnm"/>
  1007. <value ref="cdid"/>
  1008. </itemset>
  1009. </choices>
  1010. <script type="javascript" ev:event="xforms-value-changed">
  1011. <![CDATA[
  1012. if( model.getValue("/root/main/hospiceinfo/hospicedetl/marystatcd") == "05" ){
  1013. ipt_marystatdesc.disabled = false;
  1014. }else{
  1015. ipt_marystatdesc.disabled = true;
  1016. }
  1017. ]]>
  1018. </script>
  1019. </select1>
  1020. <input id="ipt_chldrncnt" ref="/root/main/hospiceinfo/hospicedetl/chldrncnt" class="input_search" navindex="26" maxlength="2" format="##" style="left:60px; top:254px; width:235px; height:19px; "/>
  1021. <caption id="caption99" class="tit_2" style="left:0px; top:400px; width:100px; height:13px; ">가족사항</caption>
  1022. <line id="line65" class="line_1" style="x1:0px; y1:415px; x2:607px; y2:415px; "/>
  1023. <datagrid id="grd_famylist" nodeset="/root/main/hospicefamy/famylist" scroll="auto" caption="주보호자^가족관계^이름^주소^전화번호^결혼형태^비고^zipcd1^zipcd2^zipcdseq^detladdr^separationfamyyn^pid^btn" colsep="^" colwidth="55, 55, 52, 191, 98, 67, 69, 0, 0, 0, 0, 0, 0, 0" defaultrows="1" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:420px; width:607px; height:160px; ">
  1024. <col ref="maincarednor"/>
  1025. <col ref="famyrel" type="combo">
  1026. <choices>
  1027. <itemset nodeset="/root/init/M0204list/M0204">
  1028. <label ref="cdnm"/>
  1029. <value ref="cdid"/>
  1030. </itemset>
  1031. </choices>
  1032. </col>
  1033. <col ref="famynm"/>
  1034. <col ref="addr"/>
  1035. <col ref="cntctel"/>
  1036. <col ref="marytypeflag" type="combo">
  1037. <choices>
  1038. <itemset nodeset="/root/init/M0206list/M0206">
  1039. <label ref="cdnm"/>
  1040. <value ref="cdid"/>
  1041. </itemset>
  1042. </choices>
  1043. </col>
  1044. <col ref="cmt"/>
  1045. <col ref="zipcd1"/>
  1046. <col ref="zipcd2"/>
  1047. <col ref="zipcdseq"/>
  1048. <col ref="detladdr"/>
  1049. <col ref="separationfamyyn"/>
  1050. <col ref="pid"/>
  1051. <col ref="address"/>
  1052. <script type="javascript" ev:event="ondblclick">
  1053. <![CDATA[
  1054. iRow = grd_famylist.row;
  1055. var famyrel_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/famyrel"
  1056. var zipcd1_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcd1"
  1057. var zipcd2_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcd2"
  1058. var zipcdseq_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcdseq"
  1059. var detladdr_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/detladdr"
  1060. var addr_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/addr"
  1061. var marytypeflag_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/marytypeflag"
  1062. var cntctel_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/cntctel"
  1063. var famynm_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/famynm"
  1064. var maincarednor_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/maincarednor"
  1065. var cmt_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/cmt"
  1066. var address_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/address"
  1067. var famyrel = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/famyrel")
  1068. var zipcd1 = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcd1")
  1069. var zipcd2 = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcd2")
  1070. var zipcdseq = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcdseq")
  1071. var detladdr = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/detladdr")
  1072. var addr = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/addr")
  1073. var marytypeflag = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/marytypeflag")
  1074. var cntctel = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/cntctel")
  1075. var famynm = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/famynm")
  1076. var maincarednor = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/maincarednor")
  1077. var cmt = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/cmt")
  1078. var address = model.getValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/address")
  1079. setParameter("indd", model.getValue("/root/main/hospiceinfo/hospicedetl/indd"));
  1080. setParameter("cretno", model.getValue("/root/main/hospiceinfo/hospicedetl/cretno"));
  1081. setParameter("pid", model.getValue("/root/main/hospiceinfo/hospicedetl/pid"));
  1082. setParameter("famyrel_path", famyrel_path);
  1083. setParameter("zipcd1_path", zipcd1_path);
  1084. setParameter("zipcd2_path", zipcd2_path);
  1085. setParameter("zipcdseq_path", zipcdseq_path);
  1086. setParameter("detladdr_path", detladdr_path);
  1087. setParameter("addr_path", addr_path);
  1088. setParameter("marytypeflag_path", marytypeflag_path);
  1089. setParameter("cntctel_path", cntctel_path);
  1090. setParameter("famynm_path", famynm_path);
  1091. setParameter("maincarednor_path", maincarednor_path);
  1092. setParameter("cmt_path", cmt_path);
  1093. setParameter("address_path", address_path);
  1094. setParameter("famyrel", famyrel);
  1095. setParameter("zipcd1", zipcd1);
  1096. setParameter("zipcd2", zipcd2);
  1097. setParameter("zipcdseq", zipcdseq);
  1098. setParameter("detladdr", detladdr);
  1099. setParameter("addr", addr);
  1100. setParameter("marytypeflag", marytypeflag);
  1101. setParameter("cntctel", cntctel);
  1102. setParameter("famynm", famynm);
  1103. setParameter("maincarednor", maincarednor);
  1104. setParameter("cmt", cmt);
  1105. setParameter("address", address);
  1106. var left = event.screenX-200;
  1107. var top = event.screenY-250;
  1108. modal("SMMNH03000",1,left,top);
  1109. model.setValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/pid",model.getValue("/root/main/hospiceinfo/hospicedetl/pid"));
  1110. clearParameter("famyrel_path");
  1111. clearParameter("zipcd1_path");
  1112. clearParameter("zipcd2_path");
  1113. clearParameter("zipcdseq_path");
  1114. clearParameter("detladdr_path");
  1115. clearParameter("addr_path");
  1116. clearParameter("marytypeflag_path");
  1117. clearParameter("cntctel_path");
  1118. clearParameter("famynm_path");
  1119. clearParameter("maincarednor_path");
  1120. clearParameter("cmt_path");
  1121. clearParameter("address_path");
  1122. clearParameter("famyrel");
  1123. clearParameter("zipcd1");
  1124. clearParameter("zipcd2");
  1125. clearParameter("zipcdseq");
  1126. clearParameter("detladdr");
  1127. clearParameter("addr");
  1128. clearParameter("marytypeflag");
  1129. clearParameter("cntctel");
  1130. clearParameter("famynm");
  1131. clearParameter("maincarednor");
  1132. clearParameter("cmt");
  1133. clearParameter("address");
  1134. ]]>
  1135. </script>
  1136. </datagrid>
  1137. <datagrid id="grd_inptlist" nodeset="/root/main/hospiceinpt/inptlist" caption="입실일^의뢰사유^퇴실일^퇴실형태^퇴실사유^퇴실후연계^진단명^주치의^담당의^진단명" colsep="^" colwidth="70, 120, 70, 60, 120, 120, 160, 70" defaultrows="1" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:615px; width:607px; height:129px; ">
  1138. <col ref="inrmdd" format="yyyy-mm-dd"/>
  1139. <col ref="reqresnflag"/>
  1140. <col ref="dschdd" format="yyyy-mm-dd"/>
  1141. <col ref="dschtype"/>
  1142. <col ref="dschresn"/>
  1143. <col ref="dschlnk"/>
  1144. <col ref="diagcd"/>
  1145. <col ref="atdoctnm"/>
  1146. </datagrid>
  1147. <line id="line66" class="line_1" style="x1:0px; y1:610px; x2:607px; y2:610px; "/>
  1148. <caption id="caption100" class="tit_2" style="left:0px; top:594px; width:69px; height:13px; vertical-align:middle; ">입실내역</caption>
  1149. <button id="button5" class="btn6_letter2" navindex="59" style="left:1135px; top:12px; width:56px; height:22px; ">
  1150. <caption>출력</caption>
  1151. <script type="javascript" ev:event="DOMActivate">
  1152. <![CDATA[
  1153. group6.visible = true;
  1154. ]]>
  1155. </script>
  1156. </button>
  1157. <caption id="caption116" class="tit_2" style="left:0px; top:160px; width:135px; height:13px; ">기본 인적사항</caption>
  1158. <select1 id="cmb_religncd" ref="/root/main/hospiceinfo/hospicedetl/religncd" class="combo_default" navindex="17" appearance="minimal" style="left:60px; top:181px; width:236px; height:19px; ">
  1159. <choices>
  1160. <itemset nodeset="/root/init/P0157list/P0157">
  1161. <label ref="cdnm"/>
  1162. <value ref="cdid"/>
  1163. </itemset>
  1164. </choices>
  1165. <script type="javascript" ev:event="xforms-value-changed">
  1166. <![CDATA[
  1167. //종교 가톨릭시 세레명 활성화
  1168. if (cmb_religncd.value=='1' ){
  1169. ipt_baptnm.disabled = false;
  1170. ipt_parishchrchnm.disabled = false;
  1171. ipt_baptismdd.disabled = false;
  1172. ipt_emerbaptdd.disabled = false;
  1173. }else{
  1174. ipt_baptnm.value="";
  1175. ipt_baptnm.disabled = true;
  1176. ipt_parishchrchnm.value="";
  1177. ipt_parishchrchnm.disabled = true;
  1178. ipt_baptismdd.value="";
  1179. ipt_baptismdd.disabled = true;
  1180. ipt_emerbaptdd.value="";
  1181. ipt_emerbaptdd.disabled = true;
  1182. }
  1183. ]]>
  1184. </script>
  1185. </select1>
  1186. <line id="line77" class="line_1" style="x1:622px; y1:59px; x2:1182px; y2:59px; "/>
  1187. <caption id="caption118" class="tit_2" style="left:622px; top:44px; width:100px; height:15px; ">돌봄요구</caption>
  1188. <caption id="caption119" class="cell_1" style="left:0px; top:325px; width:57px; height:23px; text-align:center; vertical-align:middle; ">발병일</caption>
  1189. <output id="opt_termengnm" ref="/root/main/hospiceinfo/hospicedetl/termengnm" class="output_fix" style="left:60px; top:278px; width:235px; height:19px; "/>
  1190. <input id="ipt_attackdd" ref="/root/main/hospiceinfo/hospicedetl/attackdd" class="input_default" navindex="33" inputtype="date" style="left:60px; top:326px; width:99px; height:19px; "/>
  1191. <caption id="caption120" class="cell_1" style="left:161px; top:325px; width:44px; height:23px; text-align:center; vertical-align:middle; ">가계도</caption>
  1192. <select id="chk_cureprescondspec" ref="/root/main/hospiceinfo/hospicedetl/cureprescondspec" navindex="34" overflow="visible" appearance="full" cols="6" style="left:701px; top:66px; width:341px; height:19px; border-style:none; ">
  1193. <choices>
  1194. <item>
  1195. <label>치료후</label>
  1196. <value>1</value>
  1197. </item>
  1198. <item>
  1199. <label>항암치료</label>
  1200. <value>2</value>
  1201. </item>
  1202. <item>
  1203. <label>수술</label>
  1204. <value>3</value>
  1205. </item>
  1206. <item>
  1207. <label>방사선</label>
  1208. <value>4</value>
  1209. </item>
  1210. <item>
  1211. <label>대체요법</label>
  1212. <value>5</value>
  1213. </item>
  1214. <item>
  1215. <label>기타</label>
  1216. <value>6</value>
  1217. </item>
  1218. </choices>
  1219. <script type="javascript" ev:event="onclick">
  1220. <![CDATA[
  1221. var cureprescondspec = model.getValue("/root/main/hospiceinfo/hospicedetl/cureprescondspec");
  1222. if ((isSearchString(cureprescondspec, "6")) == true){
  1223. ipt_cureprescondetcnm.disabled = false;
  1224. }else{
  1225. ipt_cureprescondetcnm.value = "";
  1226. ipt_cureprescondetcnm.disabled = true;
  1227. }
  1228. ]]>
  1229. </script>
  1230. </select>
  1231. <line id="line79" class="line_2" style="x1:622px; y1:87px; x2:1182px; y2:87px; "/>
  1232. <caption id="caption121" class="cell_1" style="left:622px; top:64px; width:77px; height:23px; text-align:center; vertical-align:middle; ">치료현황</caption>
  1233. <input id="ipt_cureprescondetcnm" ref="/root/main/hospiceinfo/hospicedetl/cureprescondetcnm" class="input_search" navindex="35" maxlength="30" style="left:1043px; top:65px; width:119px; height:19px; "/>
  1234. <input id="ipt_ccetcnm" ref="/root/main/hospiceinfo/hospicedetl/ccetcnm" class="input_search" navindex="37" visibility="hidden" maxlength="30" style="left:1030px; top:40px; width:119px; height:19px; "/>
  1235. <select id="chk_ccspec" ref="/root/main/hospiceinfo/hospicedetl/ccspec" navindex="36" overflow="visible" appearance="full" cols="7" vcellspacing="2" style="left:701px; top:90px; width:484px; height:74px; border-style:none; ">
  1236. <choices>
  1237. <item>
  1238. <label>통증</label>
  1239. <value>01</value>
  1240. </item>
  1241. <item>
  1242. <label>호흡곤란</label>
  1243. <value>02</value>
  1244. </item>
  1245. <item>
  1246. <label>상처</label>
  1247. <value>03</value>
  1248. </item>
  1249. <item>
  1250. <label>흉막심출</label>
  1251. <value>04</value>
  1252. </item>
  1253. <item>
  1254. <label>영양상태저하</label>
  1255. <value>05</value>
  1256. </item>
  1257. <item>
  1258. <label>구토/오심</label>
  1259. <value>06</value>
  1260. </item>
  1261. <item>
  1262. <label>식욕부진</label>
  1263. <value>07</value>
  1264. </item>
  1265. <item>
  1266. <label>연하곤란</label>
  1267. <value>08</value>
  1268. </item>
  1269. <item>
  1270. <label>구갈</label>
  1271. <value>09</value>
  1272. </item>
  1273. <item>
  1274. <label>복수</label>
  1275. <value>10</value>
  1276. </item>
  1277. <item>
  1278. <label>복부팽창</label>
  1279. <value>11</value>
  1280. </item>
  1281. <item>
  1282. <label>장루관리</label>
  1283. <value>12</value>
  1284. </item>
  1285. <item>
  1286. <label>실금</label>
  1287. <value>13</value>
  1288. </item>
  1289. <item>
  1290. <label>요정체</label>
  1291. <value>14</value>
  1292. </item>
  1293. <item>
  1294. <label>신부전</label>
  1295. <value>15</value>
  1296. </item>
  1297. <item>
  1298. <label>변비</label>
  1299. <value>16</value>
  1300. </item>
  1301. <item>
  1302. <label>설사</label>
  1303. <value>17</value>
  1304. </item>
  1305. <item>
  1306. <label>혈변</label>
  1307. <value>18</value>
  1308. </item>
  1309. <item>
  1310. <label>충혈</label>
  1311. <value>19</value>
  1312. </item>
  1313. <item>
  1314. <label>황달</label>
  1315. <value>20</value>
  1316. </item>
  1317. <item>
  1318. <label>욕창</label>
  1319. <value>21</value>
  1320. </item>
  1321. <item>
  1322. <label>가려움</label>
  1323. <value>22</value>
  1324. </item>
  1325. <item>
  1326. <label>사지부종</label>
  1327. <value>23</value>
  1328. </item>
  1329. <item>
  1330. <label>마비</label>
  1331. <value>24</value>
  1332. </item>
  1333. <item>
  1334. <label>전신쇠약</label>
  1335. <value>25</value>
  1336. </item>
  1337. </choices>
  1338. </select>
  1339. <line id="line80" class="line_2" style="x1:622px; y1:165px; x2:1182px; y2:165px; "/>
  1340. <caption id="caption122" class="cell_1" style="left:622px; top:89px; width:77px; height:76px; text-align:center; vertical-align:middle; ">신체적상태</caption>
  1341. <select id="chk_chstval" ref="/root/temp/hospicedetl/chstval" navindex="38" overflow="visible" appearance="full" cols="1" rows="1" style="left:758px; top:170px; width:44px; height:19px; border-style:none; ">
  1342. <choices>
  1343. <item>
  1344. <label>가슴</label>
  1345. <value>C</value>
  1346. </item>
  1347. </choices>
  1348. <script type="javascript" ev:event="onclick">
  1349. <![CDATA[
  1350. if(model.getValue("/root/temp/hospicedetl/chstval")=="C") ipt_chstval.disabled = false;
  1351. else {
  1352. ipt_chstval.disabled = true;
  1353. ipt_chstval.value ="";
  1354. }
  1355. ]]>
  1356. </script>
  1357. </select>
  1358. <input id="ipt_chstval" ref="/root/main/hospiceinfo/hospicedetl/chstval" class="input_search" navindex="39" maxlength="3" format="###" style="left:800px; top:169px; width:31px; height:19px; ">
  1359. <script type="javascript" ev:event="xforms-value-changed">
  1360. <![CDATA[
  1361. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/chstval"))==""){
  1362. model.setValue("/root/temp/hospicedetl/chstval","");
  1363. ipt_chstval.disabled = true;
  1364. }
  1365. chk_chstval.refresh();
  1366. ]]>
  1367. </script>
  1368. </input>
  1369. <input id="ipt_pelvval" ref="/root/main/hospiceinfo/hospicedetl/pelvval" class="input_search" navindex="41" maxlength="3" format="###" mask="##.0" style="left:885px; top:169px; width:31px; height:19px; ">
  1370. <script type="javascript" ev:event="xforms-value-changed">
  1371. <![CDATA[
  1372. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/pelvval"))==""){
  1373. model.setValue("/root/temp/hospicedetl/pelvval","");
  1374. ipt_pelvval.disabled = true;
  1375. }
  1376. chk_pelvval.refresh();
  1377. ]]>
  1378. </script>
  1379. </input>
  1380. <select id="chk_pelvval" ref="/root/temp/hospicedetl/pelvval" navindex="40" overflow="visible" appearance="full" cols="1" rows="1" style="left:843px; top:170px; width:44px; height:19px; border-style:none; ">
  1381. <choices>
  1382. <item>
  1383. <label>골반</label>
  1384. <value>P</value>
  1385. </item>
  1386. </choices>
  1387. <script type="javascript" ev:event="onclick">
  1388. <![CDATA[
  1389. if(model.getValue("/root/temp/hospicedetl/pelvval")=="P") ipt_pelvval.disabled = false;
  1390. else {
  1391. ipt_pelvval.disabled = true;
  1392. ipt_pelvval.value = "";
  1393. }
  1394. ]]>
  1395. </script>
  1396. </select>
  1397. <input id="ipt_regionvas" ref="/root/main/hospiceinfo/hospicedetl/regionvas" class="input_search" navindex="43" maxlength="3" format="###" style="left:972px; top:169px; width:31px; height:19px; ">
  1398. <script type="javascript" ev:event="xforms-value-changed">
  1399. <![CDATA[
  1400. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/regionvas"))==""){
  1401. model.setValue("/root/temp/hospicedetl/regionvas","");
  1402. ipt_regionvas.disabled = true;
  1403. }
  1404. chk_regionvas.refresh();
  1405. ]]>
  1406. </script>
  1407. </input>
  1408. <select id="chk_regionvas" ref="/root/temp/hospicedetl/regionvas" navindex="42" overflow="visible" appearance="full" cols="1" rows="1" style="left:930px; top:170px; width:44px; height:19px; border-style:none; ">
  1409. <choices>
  1410. <item>
  1411. <label>복부</label>
  1412. <value>R</value>
  1413. </item>
  1414. </choices>
  1415. <script type="javascript" ev:event="onclick">
  1416. <![CDATA[
  1417. if(model.getValue("/root/temp/hospicedetl/regionvas" )=="R") ipt_regionvas.disabled = false;
  1418. else {
  1419. ipt_regionvas.disabled = true;
  1420. ipt_regionvas.value = "";
  1421. }
  1422. ]]>
  1423. </script>
  1424. </select>
  1425. <input id="ipt_waistvas" ref="/root/main/hospiceinfo/hospicedetl/waistvas" class="input_search" navindex="47" maxlength="3" format="###" style="left:885px; top:193px; width:31px; height:19px; ">
  1426. <script type="javascript" ev:event="xforms-value-changed">
  1427. <![CDATA[
  1428. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/waistvas"))==""){
  1429. model.setValue("/root/temp/hospicedetl/waistvas","");
  1430. ipt_waistvas.disabled = true;
  1431. }
  1432. chk_waistvas.refresh();
  1433. ]]>
  1434. </script>
  1435. </input>
  1436. <input id="ipt_neckvas" ref="/root/main/hospiceinfo/hospicedetl/neckvas" class="input_search" navindex="45" maxlength="3" format="###" mask="##.0" style="left:800px; top:194px; width:31px; height:19px; ">
  1437. <script type="javascript" ev:event="xforms-value-changed">
  1438. <![CDATA[
  1439. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/neckvas"))==""){
  1440. model.setValue("/root/temp/hospicedetl/neckvas","");
  1441. ipt_neckvas.disabled = true;
  1442. }
  1443. chk_neckvas.refresh();
  1444. ]]>
  1445. </script>
  1446. </input>
  1447. <input id="ipt_headval" ref="/root/main/hospiceinfo/hospicedetl/headval" class="input_search" navindex="49" maxlength="3" format="###" style="left:972px; top:194px; width:31px; height:19px; ">
  1448. <script type="javascript" ev:event="xforms-value-changed">
  1449. <![CDATA[
  1450. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/headval"))==""){
  1451. model.setValue("/root/temp/hospicedetl/headval","");
  1452. ipt_headval.disabled = true;
  1453. }
  1454. chk_headval.refresh();
  1455. ]]>
  1456. </script>
  1457. </input>
  1458. <select id="chk_neckvas" ref="/root/temp/hospicedetl/neckvas" navindex="44" overflow="visible" appearance="full" cols="1" rows="1" style="left:758px; top:195px; width:44px; height:19px; border-style:none; ">
  1459. <choices>
  1460. <item>
  1461. <label>목</label>
  1462. <value>N</value>
  1463. </item>
  1464. </choices>
  1465. <script type="javascript" ev:event="onclick">
  1466. <![CDATA[
  1467. if(model.getValue("/root/temp/hospicedetl/neckvas" )=="N") ipt_neckvas.disabled = false;
  1468. else {
  1469. ipt_neckvas.disabled = true;
  1470. ipt_neckvas.value = "";
  1471. }
  1472. ]]>
  1473. </script>
  1474. </select>
  1475. <select id="chk_waistvas" ref="/root/temp/hospicedetl/waistvas" navindex="46" overflow="visible" appearance="full" cols="1" rows="1" style="left:843px; top:195px; width:44px; height:19px; border-style:none; ">
  1476. <choices>
  1477. <item>
  1478. <label>허리</label>
  1479. <value>W</value>
  1480. </item>
  1481. </choices>
  1482. <script type="javascript" ev:event="onclick">
  1483. <![CDATA[
  1484. if(model.getValue("/root/temp/hospicedetl/waistvas")=="W") ipt_waistvas.disabled =false;
  1485. else {
  1486. ipt_waistvas.disabled = true;
  1487. ipt_waistvas.value = "";
  1488. }
  1489. ]]>
  1490. </script>
  1491. </select>
  1492. <select id="chk_headval" ref="/root/temp/hospicedetl/headval" navindex="48" overflow="visible" appearance="full" cols="1" rows="1" style="left:930px; top:195px; width:44px; height:19px; border-style:none; ">
  1493. <choices>
  1494. <item>
  1495. <label>머리</label>
  1496. <value>H</value>
  1497. </item>
  1498. </choices>
  1499. <script type="javascript" ev:event="onclick">
  1500. <![CDATA[
  1501. if(model.getValue("/root/temp/hospicedetl/headval")=="H") ipt_headval.disabled = false;
  1502. else {
  1503. ipt_headval.disabled = true;
  1504. ipt_headval.value = "";
  1505. }
  1506. ]]>
  1507. </script>
  1508. </select>
  1509. <input id="ipt_etcnm" ref="/root/main/hospiceinfo/hospicedetl/etcnm" class="input_search" navindex="51" maxlength="20" style="left:1056px; top:168px; width:78px; height:19px; "/>
  1510. <select id="chk_etcval" ref="/root/temp/hospicedetl/etcval" navindex="50" overflow="visible" appearance="full" cols="1" rows="1" style="left:1013px; top:169px; width:44px; height:19px; border-style:none; ">
  1511. <choices>
  1512. <item>
  1513. <label>기타</label>
  1514. <value>E</value>
  1515. </item>
  1516. </choices>
  1517. <script type="javascript" ev:event="onclick">
  1518. <![CDATA[
  1519. if(model.getValue("/root/temp/hospicedetl/etcval")=="E") {
  1520. ipt_etcval.disabled = false;
  1521. ipt_etcnm.disabled = false;
  1522. }
  1523. else {
  1524. ipt_etcval.value = "";
  1525. ipt_etcnm.value ="";
  1526. ipt_etcval.disabled = true;
  1527. ipt_etcnm.disabled = true;
  1528. }
  1529. ]]>
  1530. </script>
  1531. </select>
  1532. <input id="ipt_etcval" ref="/root/main/hospiceinfo/hospicedetl/etcval" class="input_search" navindex="52" maxlength="3" format="###" style="left:1136px; top:168px; width:31px; height:19px; ">
  1533. <script type="javascript" ev:event="xforms-value-changed">
  1534. <![CDATA[
  1535. if ((model.getValue("/root/main/hospiceinfo/hospicedetl/etcval"))==""){
  1536. model.setValue("/root/temp/hospicedetl/etcval","");
  1537. ipt_etcnm.value = "";
  1538. ipt_etcnm.disabled = true;
  1539. ipt_etcval.disabled = true;
  1540. }
  1541. chk_etcval.refresh();
  1542. ]]>
  1543. </script>
  1544. </input>
  1545. <select id="chk_sptstatspec" ref="/root/main/hospiceinfo/hospicedetl/sptstatspec" navindex="56" overflow="visible" appearance="full" cellspacing="15" cols="6" style="left:701px; top:244px; width:477px; height:34px; border-style:none; ">
  1546. <choices>
  1547. <item>
  1548. <label>지남력 상실</label>
  1549. <value>01</value>
  1550. </item>
  1551. <item>
  1552. <label>섬망</label>
  1553. <value>02</value>
  1554. </item>
  1555. <item>
  1556. <label>기억력저하</label>
  1557. <value>03</value>
  1558. </item>
  1559. <item>
  1560. <label>공포증</label>
  1561. <value>04</value>
  1562. </item>
  1563. <item>
  1564. <label>불면</label>
  1565. <value>05</value>
  1566. </item>
  1567. <item>
  1568. <label>공황장애</label>
  1569. <value>06</value>
  1570. </item>
  1571. <item>
  1572. <label>불안증</label>
  1573. <value>07</value>
  1574. </item>
  1575. <item>
  1576. <label>의심증</label>
  1577. <value>08</value>
  1578. </item>
  1579. <item>
  1580. <label>반응저하</label>
  1581. <value>09</value>
  1582. </item>
  1583. <item>
  1584. <label>신경과민</label>
  1585. <value>10</value>
  1586. </item>
  1587. <item>
  1588. <label>우울</label>
  1589. <value>11</value>
  1590. </item>
  1591. </choices>
  1592. </select>
  1593. <select id="chk_intesympspec" ref="/root/main/hospiceinfo/hospicedetl/soclecomysituat" navindex="57" overflow="visible" appearance="full" cellspacing="30" cols="4" style="left:701px; top:282px; width:479px; height:32px; border-style:none; ">
  1594. <choices>
  1595. <item>
  1596. <label>사회적고립</label>
  1597. <value>01</value>
  1598. </item>
  1599. <item>
  1600. <label>가족무관심</label>
  1601. <value>02</value>
  1602. </item>
  1603. <item>
  1604. <label>파산</label>
  1605. <value>03</value>
  1606. </item>
  1607. <item>
  1608. <label>가족 신용불량자</label>
  1609. <value>04</value>
  1610. </item>
  1611. <item>
  1612. <label>지지체계없음</label>
  1613. <value>05</value>
  1614. </item>
  1615. <item>
  1616. <label>무연고</label>
  1617. <value>06</value>
  1618. </item>
  1619. <item>
  1620. <label>가족소진</label>
  1621. <value>07</value>
  1622. </item>
  1623. <item>
  1624. <label>기타</label>
  1625. <value>08</value>
  1626. </item>
  1627. </choices>
  1628. </select>
  1629. <line id="line82" class="line_2" style="x1:622px; y1:315px; x2:1182px; y2:315px; "/>
  1630. <line id="line83" class="line_2" style="x1:622px; y1:279px; x2:1182px; y2:279px; "/>
  1631. <select id="chk_intereqspec" ref="/root/main/hospiceinfo/hospicedetl/intesympspec" navindex="58" overflow="visible" appearance="full" cellspacing="10" cols="4" style="left:701px; top:319px; width:479px; height:36px; border-style:none; ">
  1632. <choices>
  1633. <item>
  1634. <label>기도</label>
  1635. <value>01</value>
  1636. </item>
  1637. <item>
  1638. <label>영적지도자의뢰</label>
  1639. <value>02</value>
  1640. </item>
  1641. <item>
  1642. <label>종교서적이용</label>
  1643. <value>03</value>
  1644. </item>
  1645. <item>
  1646. <label>자신,신,타인과 의미있는 관계성립</label>
  1647. <value>04</value>
  1648. </item>
  1649. <item>
  1650. <label>없음</label>
  1651. <value>05</value>
  1652. </item>
  1653. </choices>
  1654. </select>
  1655. <caption id="caption127" class="cell_1" style="left:622px; top:317px; width:79px; height:38px; text-align:center; vertical-align:middle; ">영적요구</caption>
  1656. <line id="line84" class="line_3" style="x1:620px; y1:416px; x2:1182px; y2:416px; "/>
  1657. <button id="button1" class="btn2_letter4" style="left:542px; top:394px; width:64px; height:19px; ">
  1658. <caption>한줄삭제</caption>
  1659. <script type="javascript" ev:event="DOMActivate">
  1660. <![CDATA[
  1661. grd_famylist.deleteItem(grd_famylist.row);
  1662. ]]>
  1663. </script>
  1664. </button>
  1665. <button id="button12" class="btn2_letter4" style="left:476px; top:394px; width:64px; height:19px; ">
  1666. <caption>한줄추가</caption>
  1667. <script type="javascript" ev:event="DOMActivate">
  1668. <![CDATA[
  1669. grd_famylist.addRow();
  1670. iRow = grd_famylist.row;
  1671. var famyrel_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/famyrel"
  1672. var zipcd1_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcd1"
  1673. var zipcd2_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcd2"
  1674. var zipcdseq_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/zipcdseq"
  1675. var detladdr_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/detladdr"
  1676. var addr_path ="/root/main/hospicefamy/famylist"+"["+iRow+"]/addr"
  1677. var address_path ="/root/main/hospicefamy/famylist"+"["+iRow+"]/address"
  1678. var marytypeflag_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/marytypeflag"
  1679. var cntctel_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/cntctel"
  1680. var famynm_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/famynm"
  1681. var maincarednor_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/maincarednor"
  1682. var cmt_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/cmt"
  1683. //var btn_path = "/root/main/hospicefamy/famylist"+"["+iRow+"]/btn"
  1684. setParameter("indd", model.getValue("/root/main/hospiceinfo/hospicedetl/indd"));
  1685. setParameter("cretno", model.getValue("/root/main/hospiceinfo/hospicedetl/cretno"));
  1686. setParameter("pid", model.getValue("/root/main/hospiceinfo/hospicedetl/pid"));
  1687. setParameter("famyrel_path", famyrel_path);
  1688. setParameter("zipcd1_path", zipcd1_path);
  1689. setParameter("zipcd2_path", zipcd2_path);
  1690. setParameter("zipcdseq_path", zipcdseq_path);
  1691. setParameter("detladdr_path", detladdr_path);
  1692. setParameter("addr_path", addr_path);
  1693. setParameter("address_path", address_path);
  1694. setParameter("marytypeflag_path", marytypeflag_path);
  1695. setParameter("cntctel_path", cntctel_path);
  1696. setParameter("famynm_path", famynm_path);
  1697. setParameter("maincarednor_path", maincarednor_path);
  1698. setParameter("cmt_path", cmt_path);
  1699. //setParameter("btn_path", btn_path);
  1700. var left = event.screenX-200;
  1701. var top = event.screenY-250;
  1702. modal("SMMNH03000",1,left,top);
  1703. model.setValue("/root/main/hospicefamy/famylist"+"["+iRow+"]/pid",model.getValue("/root/main/hospiceinfo/hospicedetl/pid"));
  1704. //환자가족 취소시 인서트한 마지막줄 삭제.
  1705. if( (model.getValue(maincarednor_path) == "" )&&
  1706. (model.getValue(famyrel_path) == "" )&&
  1707. (model.getValue(famynm_path) == "" )&&
  1708. (model.getValue(addr_path) == "" )&&
  1709. (model.getValue(cntctel_path) == "" )&&
  1710. (model.getValue(marytypeflag_path) == "" )&&
  1711. (model.getValue(cmt_path) == "" ) )
  1712. {
  1713. grd_famylist.deleteItem(grd_famylist.row);
  1714. }
  1715. clearParameter("famyrel_path");
  1716. clearParameter("zipcd1_path");
  1717. clearParameter("zipcd2_path");
  1718. clearParameter("zipcdseq_path");
  1719. clearParameter("detladdr_path");
  1720. clearParameter("addr_path");
  1721. clearParameter("address_path");
  1722. clearParameter("marytypeflag_path");
  1723. clearParameter("cntctel_path");
  1724. clearParameter("famynm_path");
  1725. clearParameter("maincarednor_path");
  1726. clearParameter("cmt_path");
  1727. //clearParameter("btn_path");
  1728. ]]>
  1729. </script>
  1730. </button>
  1731. <select1 id="cmb_waitstat" ref="/root/main/hospiceinfo/hospicedetl/waitstat" class="combo_default" navindex="76" visibility="hidden" appearance="minimal" style="left:1075px; top:13px; width:60px; height:19px; ">
  1732. <choices>
  1733. <item>
  1734. <label>면담</label>
  1735. <value>R</value>
  1736. </item>
  1737. <item>
  1738. <label>대기</label>
  1739. <value>W</value>
  1740. </item>
  1741. <item>
  1742. <label>입실</label>
  1743. <value>I</value>
  1744. </item>
  1745. <item>
  1746. <label>종결</label>
  1747. <value>O</value>
  1748. </item>
  1749. </choices>
  1750. </select1>
  1751. <line id="line86" class="line_2" style="x1:0px; y1:251px; x2:297px; y2:251px; "/>
  1752. <button id="button11" class="btn2_letter3" style="left:208px; top:326px; width:53px; height:19px; ">
  1753. <caption>가계도</caption>
  1754. <script type="javascript" ev:event="onclick">
  1755. <![CDATA[
  1756. //가계도 팝업 호출 mnwmgerm
  1757. //팝업에서 확인버튼 누르면 instance에 담아 DB에 저장, 닫기버튼 누르면 적용 안됨.
  1758. var popMapRslt = fGetFamyMap();
  1759. model.setValue(xHospiceDetlPath + '/genogrmnm', popMapRslt); //팝업에서 그려온 결과를 화면에 설정.
  1760. var genogrmnm = model.getValue(xHospiceDetlPath + "/genogrmnm");
  1761. if( genogrmnm == ""){
  1762. caption133.visible = false;
  1763. }else{
  1764. caption133.visible = true;
  1765. }
  1766. fSetFamyMapValue(popMapRslt)//디비에 저장할 instance에 데이터를 설정
  1767. model.refresh();
  1768. ]]>
  1769. </script>
  1770. </button>
  1771. <line id="line92" class="line_2" style="x1:0px; y1:275px; x2:297px; y2:275px; "/>
  1772. <line id="line89" class="line_2" style="x1:0px; y1:347px; x2:297px; y2:347px; "/>
  1773. <line id="line56" class="line_2" style="x1:0px; y1:299px; x2:297px; y2:299px; "/>
  1774. <line id="line57" class="line_2" style="x1:0px; y1:323px; x2:297px; y2:323px; "/>
  1775. <select1 id="cmb_diagcd1" ref="/root/main/hospiceinfo/hospicedetl/diagcd1" class="combo_default" navindex="7" appearance="minimal" style="left:60px; top:302px; width:100px; height:19px; ">
  1776. <choices>
  1777. <itemset nodeset="/root/init/diagsuplist">
  1778. <label ref="cdnm"/>
  1779. <value ref="cdid"/>
  1780. </itemset>
  1781. </choices>
  1782. <script type="javascript" ev:event="xforms-value-changed">
  1783. <![CDATA[
  1784. var diagcd1 = model.getValue("/root/main/hospiceinfo/hospicedetl/diagcd1");
  1785. model.removenode("/root/send");
  1786. model.makeValue("/root/send/diagcd1", diagcd1);
  1787. model.makeValue("/root/send/refflag", "2");//하위 진단 조회
  1788. submit("TRMNH02906", false);
  1789. cmb_diagcd2.refresh();
  1790. ]]>
  1791. </script>
  1792. </select1>
  1793. <select1 id="cmb_diagcd2" ref="/root/main/hospiceinfo/hospicedetl/diagcd2" class="combo_default" navindex="7" appearance="minimal" style="left:161px; top:302px; width:135px; height:19px; ">
  1794. <choices>
  1795. <itemset nodeset="/root/init/diaglowlist">
  1796. <label ref="cdnm"/>
  1797. <value ref="cdid"/>
  1798. </itemset>
  1799. </choices>
  1800. </select1>
  1801. <caption id="caption133" visibility="hidden" style="left:264px; top:326px; width:44px; height:20px; color:#0000ff; ">자료有</caption>
  1802. <select1 id="cmb_jobcd" ref="/root/main/hospiceinfo/hospicedetl/jobcd" class="combo_default" navindex="8" appearance="minimal" style="left:60px; top:205px; width:99px; height:19px; ">
  1803. <choices>
  1804. <itemset nodeset="/root/init/M0068detl/M0068">
  1805. <label ref="cdnm"/>
  1806. <value ref="cdid"/>
  1807. </itemset>
  1808. </choices>
  1809. <script type="javascript" ev:event="xforms-value-changed">
  1810. <![CDATA[
  1811. //직업 기타선택시 기타사유명입력칸활성화
  1812. if (cmb_jobcd.value == "10"){
  1813. ipt_jobnm.disabled = false;
  1814. }else{
  1815. ipt_jobnm.value = "";
  1816. ipt_jobnm.disabled = true;
  1817. }
  1818. ]]>
  1819. </script>
  1820. </select1>
  1821. <caption id="caption117" class="cell_1" style="left:0px; top:180px; width:57px; height:23px; text-align:center; vertical-align:middle; ">종교</caption>
  1822. <caption id="caption57" class="cell_1" style="left:0px; top:64px; width:97px; height:23px; text-align:center; vertical-align:middle; ">입실일시</caption>
  1823. <caption id="caption58" class="cell_1" style="left:0px; top:88px; width:97px; height:23px; text-align:center; vertical-align:middle; ">입실방법</caption>
  1824. <caption id="caption85" class="cell_1" style="left:0px; top:204px; width:57px; height:23px; text-align:center; vertical-align:middle; ">직업</caption>
  1825. <caption id="caption87" class="cell_1" style="left:0px; top:228px; width:57px; height:23px; text-align:center; vertical-align:middle; ">결혼상태</caption>
  1826. <caption id="caption88" class="cell_1" style="left:0px; top:253px; width:57px; height:23px; text-align:center; vertical-align:middle; ">자녀수</caption>
  1827. <caption id="caption73" class="cell_1" style="left:0px; top:277px; width:57px; height:47px; text-align:center; vertical-align:middle; ">진단명</caption>
  1828. <caption id="caption125" class="cell_1" style="left:622px; top:242px; width:79px; height:38px; text-align:center; vertical-align:middle; ">정신적상태</caption>
  1829. <caption id="caption126" class="cell_1" style="left:622px; top:281px; width:79px; height:34px; text-align:center; vertical-align:middle; ">
  1830. <![CDATA[사회, 경제적
  1831. 상태]]>
  1832. </caption>
  1833. <line id="line98" class="line_2" style="x1:622px; y1:240px; x2:1182px; y2:240px; "/>
  1834. <line id="line99" class="line_2" style="x1:620px; y1:216px; x2:1182px; y2:216px; "/>
  1835. <caption id="caption123" class="cell_1" style="left:622px; top:167px; width:133px; height:50px; text-align:center; vertical-align:middle; ">통증부위/점수 (NRS)</caption>
  1836. <caption id="caption128" class="cell_1" style="left:622px; top:218px; width:79px; height:23px; text-align:center; vertical-align:middle; ">ECOG</caption>
  1837. <select1 id="radio7" ref="/root/main/hospiceinfo/hospicedetl/ecog" appearance="full" cellspacing="20" cols="5" overflow="visible" style="left:701px; top:221px; width:420px; height:15px; font-family:돋움체; border-style:none; ">
  1838. <choices>
  1839. <item>
  1840. <label>0</label>
  1841. <value>0</value>
  1842. </item>
  1843. <item>
  1844. <label>1</label>
  1845. <value>1</value>
  1846. </item>
  1847. <item>
  1848. <label>2</label>
  1849. <value>2</value>
  1850. </item>
  1851. <item>
  1852. <label>3</label>
  1853. <value>3</value>
  1854. </item>
  1855. <item>
  1856. <label>4</label>
  1857. <value>4</value>
  1858. </item>
  1859. </choices>
  1860. </select1>
  1861. <line id="line100" class="line_1" style="x1:620px; y1:442px; x2:1187px; y2:442px; "/>
  1862. <caption id="caption136" class="tit_2" style="left:620px; top:427px; width:113px; height:13px; font-family:돋움체; ">돌봄계획</caption>
  1863. <button id="button3" class="btn4_letter2" navindex="59" style="left:1079px; top:12px; width:56px; height:22px; ">
  1864. <caption>저장</caption>
  1865. <script type="javascript" ev:event="DOMActivate">
  1866. <![CDATA[
  1867. if(messageBox("","Q002") != 6) return;
  1868. fSave();
  1869. ]]>
  1870. </script>
  1871. </button>
  1872. <caption id="caption137" class="cell_1" style="left:0px; top:349px; width:57px; height:28px; text-align:center; vertical-align:middle; ">
  1873. <![CDATA[말기암
  1874. 진단병원]]>
  1875. </caption>
  1876. <input id="ipt_cncrdiaghosp" ref="/root/main/hospiceinfo/hospicedetl/cncrdiaghosp" style="left:60px; top:353px; width:99px; height:19px; "/>
  1877. <caption id="caption138" class="cell_1" style="left:161px; top:349px; width:44px; height:28px; text-align:center; vertical-align:middle; ">
  1878. <![CDATA[말기암
  1879. 진단일]]>
  1880. </caption>
  1881. <input id="ipt_marystatdesc" ref="/root/main/hospiceinfo/hospicedetl/marystatdesc" style="left:130px; top:229px; width:165px; height:19px; "/>
  1882. <input id="ipt_cncrdiagdd" ref="/root/main/hospiceinfo/hospicedetl/cncrdiagdd" class="input_default" navindex="33" inputtype="date" style="left:208px; top:352px; width:88px; height:19px; "/>
  1883. <line id="line101" class="line_2" style="x1:1px; y1:347px; x2:298px; y2:347px; "/>
  1884. <caption id="caption139" class="cell_1" style="left:620px; top:447px; width:75px; height:55px; text-align:center; vertical-align:middle; ">
  1885. <![CDATA[신체적증상
  1886. 돌봄]]>
  1887. </caption>
  1888. <caption id="caption140" class="cell_1" style="left:620px; top:503px; width:75px; height:23px; text-align:center; vertical-align:middle; ">정신적 돌봄</caption>
  1889. <caption id="caption141" class="cell_1" style="left:620px; top:527px; width:75px; height:43px; text-align:center; vertical-align:middle; ">영적 돌봄</caption>
  1890. <caption id="caption142" class="cell_1" style="left:620px; top:571px; width:75px; height:38px; text-align:center; vertical-align:middle; ">
  1891. <![CDATA[사회 경제적
  1892. 돌봄]]>
  1893. </caption>
  1894. <select id="chk_ccsympcare" ref="/root/main/hospiceinfo/hospicedetl/ccsympcare" overflow="visible" appearance="full" cols="5" style="left:695px; top:449px; width:490px; height:50px; border-style:none; ">
  1895. <choices>
  1896. <item>
  1897. <label>신체적상태 및 증상사정</label>
  1898. <value>01</value>
  1899. </item>
  1900. <item>
  1901. <label>통증조절</label>
  1902. <value>02</value>
  1903. </item>
  1904. <item>
  1905. <label>IV</label>
  1906. <value>03</value>
  1907. </item>
  1908. <item>
  1909. <label>튜브 삽입/배액</label>
  1910. <value>04</value>
  1911. </item>
  1912. <item>
  1913. <label>상처 소독</label>
  1914. <value>05</value>
  1915. </item>
  1916. <item>
  1917. <label>감염증 치료</label>
  1918. <value>06</value>
  1919. </item>
  1920. <item>
  1921. <label>증상예방치료</label>
  1922. <value>07</value>
  1923. </item>
  1924. <item>
  1925. <label>마사지</label>
  1926. <value>08</value>
  1927. </item>
  1928. <item>
  1929. <label>공기침대</label>
  1930. <value>09</value>
  1931. </item>
  1932. <item>
  1933. <label>체위변경</label>
  1934. <value>10</value>
  1935. </item>
  1936. <item>
  1937. <label>위생청결</label>
  1938. <value>11</value>
  1939. </item>
  1940. <item>
  1941. <label>샴푸</label>
  1942. <value>12</value>
  1943. </item>
  1944. <item>
  1945. <label>목욕</label>
  1946. <value>13</value>
  1947. </item>
  1948. <item>
  1949. <label>구강</label>
  1950. <value>14</value>
  1951. </item>
  1952. <item>
  1953. <label>기타증상조절</label>
  1954. <value>15</value>
  1955. </item>
  1956. </choices>
  1957. </select>
  1958. <select id="chk_sptsympcare" ref="/root/main/hospiceinfo/hospicedetl/sptsympcare" overflow="visible" appearance="full" cellspacing="10" cols="3" style="left:695px; top:504px; width:490px; height:20px; border-style:none; ">
  1959. <choices>
  1960. <item>
  1961. <label>정신적상태 사정 및 평가</label>
  1962. <value>01</value>
  1963. </item>
  1964. <item>
  1965. <label>개별상담 회/주</label>
  1966. <value>02</value>
  1967. </item>
  1968. <item>
  1969. <label>가족상담 회/주</label>
  1970. <value>03</value>
  1971. </item>
  1972. </choices>
  1973. <script type="javascript" ev:event="onclick">
  1974. <![CDATA[
  1975. var sptsympcare = model.getValue("/root/main/hospiceinfo/hospicedetl/sptsympcare");
  1976. if ((isSearchString(sptsympcare, "02")) == true){
  1977. ipt_sptsymp1.disabled = false;
  1978. }else{
  1979. ipt_sptsymp1.value = "";
  1980. ipt_sptsymp1.disabled = true;
  1981. }
  1982. if ((isSearchString(sptsympcare, "03")) == true){
  1983. ipt_sptsymp2.disabled = false;
  1984. }else{
  1985. ipt_sptsymp2.value = "";
  1986. ipt_sptsymp2.disabled = true;
  1987. }
  1988. ]]>
  1989. </script>
  1990. </select>
  1991. <select id="chk_intesympcare" ref="/root/main/hospiceinfo/hospicedetl/intesympcare" overflow="visible" appearance="full" cellspacing="10" cols="4" style="left:695px; top:530px; width:490px; height:38px; border-style:none; ">
  1992. <choices>
  1993. <item>
  1994. <label>영적상태사정 및 평가</label>
  1995. <value>01</value>
  1996. </item>
  1997. <item>
  1998. <label>기도제공</label>
  1999. <value>02</value>
  2000. </item>
  2001. <item>
  2002. <label>종교음악제공</label>
  2003. <value>03</value>
  2004. </item>
  2005. <item>
  2006. <label>종교서적사용</label>
  2007. <value>04</value>
  2008. </item>
  2009. <item>
  2010. <label>영적상담</label>
  2011. <value>05</value>
  2012. </item>
  2013. <item>
  2014. <label>성직자방문의뢰</label>
  2015. <value>06</value>
  2016. </item>
  2017. <item>
  2018. <label>임종기도</label>
  2019. <value>07</value>
  2020. </item>
  2021. <item>
  2022. <label>종교의식</label>
  2023. <value>08</value>
  2024. </item>
  2025. </choices>
  2026. </select>
  2027. <select id="chk_soclecomycare" ref="/root/main/hospiceinfo/hospicedetl/soclecomycare" overflow="visible" appearance="full" cols="4" style="left:695px; top:571px; width:490px; height:37px; border-style:none; ">
  2028. <choices>
  2029. <item>
  2030. <label>사회경제적 사정 및 평가</label>
  2031. <value>01</value>
  2032. </item>
  2033. <item>
  2034. <label>지역사회 자원연결</label>
  2035. <value>02</value>
  2036. </item>
  2037. <item>
  2038. <label>무료간병인 연결</label>
  2039. <value>03</value>
  2040. </item>
  2041. <item>
  2042. <label>보장제도</label>
  2043. <value>04</value>
  2044. </item>
  2045. <item>
  2046. <label>자원봉사자 연결</label>
  2047. <value>05</value>
  2048. </item>
  2049. <item>
  2050. <label>가정방문</label>
  2051. <value>06</value>
  2052. </item>
  2053. <item>
  2054. <label>지속적인 상담</label>
  2055. <value>07</value>
  2056. </item>
  2057. <item>
  2058. <label>퇴원계획</label>
  2059. <value>08</value>
  2060. </item>
  2061. </choices>
  2062. </select>
  2063. <caption id="caption143" class="cell_1" style="left:622px; top:392px; width:79px; height:23px; text-align:center; vertical-align:middle; ">임종돌봄</caption>
  2064. <select id="chk_agonalcare" ref="/root/main/hospiceinfo/hospicedetl/agonalcare" overflow="visible" appearance="full" style="left:700px; top:396px; width:100px; height:20px; border-style:none; ">
  2065. <choices>
  2066. <item>
  2067. <label>임종 및 장례</label>
  2068. <value>01</value>
  2069. </item>
  2070. </choices>
  2071. <script type="javascript" ev:event="onclick">
  2072. <![CDATA[
  2073. var agonalcare = model.getValue("/root/main/hospiceinfo/hospicedetl/agonalcare");
  2074. if ((isSearchString(agonalcare, "01")) == true){
  2075. ipt_agonalcaredesc.disabled = false;
  2076. }else{
  2077. ipt_agonalcaredesc.value = "";
  2078. ipt_agonalcaredesc.disabled = true;
  2079. }
  2080. ]]>
  2081. </script>
  2082. </select>
  2083. <input id="ipt_agonalcaredesc" ref="/root/main/hospiceinfo/hospicedetl/agonalcaredesc" disabled="true" style="left:819px; top:395px; width:360px; height:19px; "/>
  2084. <caption id="caption144" class="cell_1" style="left:622px; top:357px; width:79px; height:33px; text-align:center; vertical-align:middle; ">정서적상태</caption>
  2085. <select id="chk_emotstatspec" ref="/root/main/hospiceinfo/hospicedetl/emotstatspec" overflow="visible" appearance="full" cellspacing="7" cols="7" style="left:700px; top:356px; width:480px; height:36px; border-style:none; ">
  2086. <choices>
  2087. <item>
  2088. <label>불안정</label>
  2089. <value>01</value>
  2090. </item>
  2091. <item>
  2092. <label>스트레스</label>
  2093. <value>02</value>
  2094. </item>
  2095. <item>
  2096. <label>공격성</label>
  2097. <value>03</value>
  2098. </item>
  2099. <item>
  2100. <label>외로움</label>
  2101. <value>04</value>
  2102. </item>
  2103. <item>
  2104. <label>소진</label>
  2105. <value>05</value>
  2106. </item>
  2107. <item>
  2108. <label>분노</label>
  2109. <value>06</value>
  2110. </item>
  2111. <item>
  2112. <label>정서적긴장</label>
  2113. <value>07</value>
  2114. </item>
  2115. <item>
  2116. <label>관계위축</label>
  2117. <value>08</value>
  2118. </item>
  2119. <item>
  2120. <label>기타</label>
  2121. <value>09</value>
  2122. </item>
  2123. </choices>
  2124. <script type="javascript" ev:event="onclick">
  2125. <![CDATA[
  2126. var emotstatspec = model.getValue("/root/main/hospiceinfo/hospicedetl/emotstatspec");
  2127. if ((isSearchString(emotstatspec, "09")) == true){
  2128. ipt_emotstatdesc.disabled = false;
  2129. }else{
  2130. ipt_emotstatdesc.value = "";
  2131. ipt_emotstatdesc.disabled = true;
  2132. }
  2133. ]]>
  2134. </script>
  2135. </select>
  2136. <input id="ipt_emotstatdesc" ref="/root/main/hospiceinfo/hospicedetl/emotstatdesc" disabled="true" style="left:820px; top:372px; width:360px; height:24px; "/>
  2137. <line id="line102" class="line_2" style="x1:622px; y1:355px; x2:1182px; y2:355px; "/>
  2138. <line id="line103" class="line_2" style="x1:622px; y1:390px; x2:1182px; y2:390px; "/>
  2139. <line id="line104" class="line_2" style="x1:620px; y1:500px; x2:1185px; y2:500px; "/>
  2140. <line id="line105" class="line_2" style="x1:620px; y1:525px; x2:1185px; y2:525px; "/>
  2141. <line id="line106" class="line_2" style="x1:620px; y1:568px; x2:1185px; y2:568px; "/>
  2142. <line id="line107" class="line_3" style="x1:620px; y1:609px; x2:1187px; y2:609px; "/>
  2143. <group id="group6" class="grp_1" visibility="hidden" style="left:1070px; top:40px; width:120px; height:154px; background-color:#87CEFA; border-width:1px; ">
  2144. <select id="chk_baseyn" ref="/root/tmp/printinfo/cond/baseyn" overflow="visible" appearance="full" style="left:10px; top:10px; width:100px; height:20px; border-style:none; ">
  2145. <choices>
  2146. <item>
  2147. <label>기본인적사항</label>
  2148. <value>Y</value>
  2149. </item>
  2150. </choices>
  2151. </select>
  2152. <select id="chk_famyyn" ref="/root/tmp/printinfo/cond/famyyn" overflow="visible" appearance="full" style="left:10px; top:33px; width:100px; height:20px; border-style:none; ">
  2153. <choices>
  2154. <item>
  2155. <label>가족사항</label>
  2156. <value>Y</value>
  2157. </item>
  2158. </choices>
  2159. </select>
  2160. <select id="chk_hospiceyn" ref="/root/tmp/printinfo/cond/hospiceyn" overflow="visible" appearance="full" style="left:10px; top:56px; width:100px; height:20px; border-style:none; ">
  2161. <choices>
  2162. <item>
  2163. <label>호스피스 정보</label>
  2164. <value>Y</value>
  2165. </item>
  2166. </choices>
  2167. </select>
  2168. <select id="chk_hosinfoyn" ref="/root/tmp/printinfo/cond/hosinfoyn" overflow="visible" appearance="full" style="left:10px; top:79px; width:100px; height:20px; border-style:none; ">
  2169. <choices>
  2170. <item>
  2171. <label>돌봄요구</label>
  2172. <value>Y</value>
  2173. </item>
  2174. </choices>
  2175. </select>
  2176. <select id="chk_recinfo" ref="/root/tmp/printinfo/cond/recinfo" overflow="visible" appearance="full" style="left:10px; top:102px; width:100px; height:20px; border-style:none; ">
  2177. <choices>
  2178. <item>
  2179. <label>돌봄계획</label>
  2180. <value>Y</value>
  2181. </item>
  2182. </choices>
  2183. </select>
  2184. <button id="btn_cert" class="btn5_letter2" style="left:32px; top:127px; width:42px; height:19px; ">
  2185. <caption>확인</caption>
  2186. <script type="javascript" ev:event="DOMActivate">
  2187. <![CDATA[
  2188. group6.visible = false;
  2189. fPrint();
  2190. ]]>
  2191. </script>
  2192. </button>
  2193. <button id="btn_cancel" class="btn5_letter2" style="left:75px; top:127px; width:42px; height:19px; ">
  2194. <caption>취소</caption>
  2195. <script type="javascript" ev:event="DOMActivate">
  2196. <![CDATA[
  2197. group6.visible = false;
  2198. ]]>
  2199. </script>
  2200. </button>
  2201. </group>
  2202. <caption id="cap_bfrecdt" class="cell_1" style="left:0px; top:11px; width:80px; height:23px; vertical-align:middle; ">이전기록일시</caption>
  2203. <select1 id="cmb_bfrecddtm" ref="/root/main/hospiceinfo/hospicedetl/bfrecddtm" class="combo_default" navindex="16" appearance="minimal" style="left:83px; top:13px; width:120px; height:19px; ">
  2204. <choices>
  2205. <itemset nodeset="/root/main/hospiceinfo/recinfo">
  2206. <label ref="bfrecddtm"/>
  2207. <value ref="recpkspec"/>
  2208. </itemset>
  2209. </choices>
  2210. <script type="javascript" ev:event="xforms-value-changed">
  2211. <![CDATA[
  2212. var recpkspec = (model.getValue("/root/main/hospiceinfo/hospicedetl/bfrecddtm")).split("|");
  2213. var cretdd = recpkspec[1];
  2214. var crettm = recpkspec[2];
  2215. fChgRecHistInfo(cretdd, crettm);
  2216. ]]>
  2217. </script>
  2218. </select1>
  2219. <button id="button6" class="btn4_letter2" navindex="59" visibility="hidden" style="left:950px; top:35px; width:56px; height:22px; ">
  2220. <caption>삭제</caption>
  2221. <script type="javascript" ev:event="DOMActivate">
  2222. <![CDATA[
  2223. if(messageBox("","Q002") != 6) return;
  2224. fSave();
  2225. ]]>
  2226. </script>
  2227. </button>
  2228. <caption id="caption135" class="cell_1" style="left:307px; top:281px; width:74px; height:23px; text-align:center; vertical-align:middle; ">암인식</caption>
  2229. <caption id="caption70" class="cell_1" style="left:382px; top:257px; width:45px; height:23px; text-align:center; vertical-align:middle; ">환자</caption>
  2230. <select1 id="cmb_mngtprescd" ref="/root/main/hospiceinfo/hospicedetl/mngtprescd" class="combo_default" navindex="16" appearance="minimal" style="left:430px; top:233px; width:171px; height:19px; ">
  2231. <choices>
  2232. <itemset nodeset="/root/init/M0468detl/M0468">
  2233. <label ref="cdnm"/>
  2234. <value ref="cdid"/>
  2235. </itemset>
  2236. </choices>
  2237. </select1>
  2238. <line id="line51" class="line_2" style="x1:307px; y1:303px; x2:601px; y2:303px; "/>
  2239. <line id="line40" class="line_1" style="x1:307px; y1:59px; x2:601px; y2:59px; "/>
  2240. <caption id="caption71" class="cell_1" style="left:491px; top:257px; width:49px; height:23px; text-align:center; vertical-align:middle; ">보호자</caption>
  2241. <line id="line52" class="line_2" style="x1:307px; y1:327px; x2:601px; y2:327px; "/>
  2242. <line id="line41" class="line_2" style="x1:307px; y1:86px; x2:601px; y2:86px; "/>
  2243. <caption id="caption60" class="tit_2" style="left:307px; top:44px; width:100px; height:13px; ">호스피스 정보</caption>
  2244. <caption id="caption72" class="cell_1" style="left:382px; top:281px; width:45px; height:23px; text-align:center; vertical-align:middle; ">환자</caption>
  2245. <line id="line53" class="line_2" style="x1:307px; y1:351px; x2:601px; y2:351px; "/>
  2246. <line id="line42" class="line_2" style="x1:307px; y1:110px; x2:601px; y2:110px; "/>
  2247. <caption id="caption61" class="cell_1" style="left:307px; top:64px; width:120px; height:23px; text-align:center; vertical-align:middle; ">의뢰접수일/희망일</caption>
  2248. <line id="line43" class="line_3" style="x1:307px; y1:376px; x2:601px; y2:376px; "/>
  2249. <caption id="caption62" class="cell_1" style="left:307px; top:112px; width:59px; height:23px; text-align:center; vertical-align:middle; ">의뢰형태</caption>
  2250. <select1 id="cmb_cncrawaryn" ref="/root/main/hospiceinfo/hospicedetl/cncrawaryn" class="combo_default" navindex="11" appearance="minimal" style="left:430px; top:282px; width:58px; height:19px; ">
  2251. <choices>
  2252. <item>
  2253. <label>Y</label>
  2254. <value>Y</value>
  2255. </item>
  2256. <item>
  2257. <label>N</label>
  2258. <value>N</value>
  2259. </item>
  2260. </choices>
  2261. </select1>
  2262. <line id="line44" class="line_2" style="x1:307px; y1:134px; x2:600px; y2:134px; "/>
  2263. <caption id="caption74" class="cell_1" style="left:307px; top:329px; width:120px; height:23px; text-align:center; vertical-align:middle; ">입원일</caption>
  2264. <line id="line45" class="line_2" style="x1:307px; y1:158px; x2:601px; y2:158px; "/>
  2265. <caption id="caption63" class="cell_1" style="left:307px; top:136px; width:120px; height:47px; text-align:center; vertical-align:middle; ">의뢰사유</caption>
  2266. <select1 id="cmb_reqresnflag" ref="/root/main/hospiceinfo/hospicedetl/reqresnflag" class="combo_default" navindex="16" appearance="minimal" style="left:430px; top:137px; width:171px; height:19px; ">
  2267. <choices>
  2268. <itemset nodeset="/root/init/M0202detl/M0202">
  2269. <label ref="cdnm"/>
  2270. <value ref="cdid"/>
  2271. </itemset>
  2272. </choices>
  2273. <script type="javascript" ev:event="xforms-value-changed">
  2274. <![CDATA[
  2275. //의뢰사유 기타선택시 기타사유명입력칸활성화
  2276. if (cmb_reqresnflag.value == "99"){
  2277. ipt_reqresnetc.disabled = false;
  2278. }else{
  2279. ipt_reqresnetc.value = "";
  2280. ipt_reqresnetc.disabled = true;
  2281. }
  2282. var wardcd = model.getValue("/root/main/hospiceinfo/hospicedetl/wardcd");
  2283. var basewardcd = model.getValue("/root/init/viewctrl/viewctrllist/viewctrlinfo/cdnm");
  2284. if(wardcd == basewardcd ){
  2285. if (cmb_reqresnflag.value == "01"){
  2286. messageBox('분산환자가 아니므로 증상완화를 선택', 'E001');
  2287. cmb_reqresnflag.value = "";
  2288. }
  2289. }
  2290. ]]>
  2291. </script>
  2292. </select1>
  2293. <caption id="caption64" class="cell_1" style="left:307px; top:88px; width:120px; height:23px; text-align:center; vertical-align:middle; ">면담일/대기전환일</caption>
  2294. <output id="opt_icdrroomcd" ref="/root/main/hospiceinfo/hospicedetl/icdrroomcd" class="output_fix" style="left:430px; top:354px; width:171px; height:19px; "/>
  2295. <caption id="caption75" class="cell_1" style="left:307px; top:208px; width:120px; height:23px; text-align:center; vertical-align:middle; ">소개받았을때 기분</caption>
  2296. <input id="ipt_reqdd" ref="/root/main/hospiceinfo/hospicedetl/reqdd" class="input_default" navindex="5" inputtype="date" style="left:430px; top:65px; width:85px; height:19px; "/>
  2297. <line id="line46" class="line_2" style="x1:307px; y1:182px; x2:603px; y2:182px; "/>
  2298. <caption id="caption65" class="cell_1" style="left:307px; top:353px; width:120px; height:23px; text-align:center; vertical-align:middle; ">입실전병</caption>
  2299. <caption id="caption66" class="cell_1" style="left:307px; top:232px; width:120px; height:23px; text-align:center; vertical-align:middle; ">관리현황</caption>
  2300. <select1 id="cmb_procncrawaryn" ref="/root/main/hospiceinfo/hospicedetl/procncrawaryn" class="combo_default" navindex="12" appearance="minimal" style="left:542px; top:282px; width:59px; height:19px; ">
  2301. <choices>
  2302. <item>
  2303. <label>Y</label>
  2304. <value>Y</value>
  2305. </item>
  2306. <item>
  2307. <label>N</label>
  2308. <value>N</value>
  2309. </item>
  2310. </choices>
  2311. </select1>
  2312. <output id="opt_icdrindd" ref="/root/main/hospiceinfo/hospicedetl/icdrindd" class="output_fix" format="yyyy-mm-dd" style="left:430px; top:330px; width:171px; height:19px; "/>
  2313. <caption id="caption77" class="cell_1" style="left:307px; top:305px; width:120px; height:23px; text-align:center; vertical-align:middle; ">임종 원하는 장소</caption>
  2314. <select1 id="cmb_itrdmoodcd" ref="/root/main/hospiceinfo/hospicedetl/itrdmoodcd" class="combo_default" navindex="14" appearance="minimal" style="left:430px; top:209px; width:171px; height:19px; ">
  2315. <choices>
  2316. <itemset nodeset="/root/init/M0207list/M0207">
  2317. <label ref="cdnm"/>
  2318. <value ref="cdid"/>
  2319. </itemset>
  2320. </choices>
  2321. </select1>
  2322. <line id="line47" class="line_2" style="x1:307px; y1:206px; x2:601px; y2:206px; "/>
  2323. <select1 id="cmb_drlist" ref="/root/main/hospiceinfo/hospicedetl/atdoctid" class="combo_default" navindex="12" appearance="minimal" style="left:517px; top:113px; width:84px; height:19px; ">
  2324. <choices>
  2325. <itemset nodeset="/root/hidden/drlist">
  2326. <label ref="drnm"/>
  2327. <value ref="drid"/>
  2328. </itemset>
  2329. </choices>
  2330. </select1>
  2331. <output id="opt_reqtypespec" ref="/root/main/hospiceinfo/hospicedetl/reqtypespec" class="output_fix" style="left:428px; top:113px; width:159px; height:19px; "/>
  2332. <input id="ipt_reqresnetc" ref="/root/main/hospiceinfo/hospicedetl/reqresnetc" class="input_default" navindex="11" maxlength="30" style="left:430px; top:161px; width:171px; height:19px; "/>
  2333. <line id="line48" class="line_2" style="x1:307px; y1:230px; x2:601px; y2:230px; "/>
  2334. <caption id="caption67" class="cell_1" style="left:307px; top:184px; width:120px; height:23px; text-align:center; vertical-align:middle; ">추천경유</caption>
  2335. <caption id="caption68" class="cell_1" style="left:307px; top:257px; width:74px; height:23px; text-align:center; vertical-align:middle; ">말기인식</caption>
  2336. <input id="input25" ref="/root/main/hospiceinfo/hospicedetl/intvdd" class="input_default" navindex="5" inputtype="date" style="left:430px; top:89px; width:85px; height:19px; "/>
  2337. <line id="line49" class="line_2" style="x1:307px; y1:255px; x2:601px; y2:255px; "/>
  2338. <select1 id="cmb_endawaryn" ref="/root/main/hospiceinfo/hospicedetl/endawaryn" class="combo_default" navindex="11" appearance="minimal" style="left:430px; top:258px; width:58px; height:19px; ">
  2339. <choices>
  2340. <item>
  2341. <label>Y</label>
  2342. <value>Y</value>
  2343. </item>
  2344. <item>
  2345. <label>N</label>
  2346. <value>N</value>
  2347. </item>
  2348. </choices>
  2349. </select1>
  2350. <select1 id="cmb_proendawaryn" ref="/root/main/hospiceinfo/hospicedetl/proendawaryn" class="combo_default" navindex="12" appearance="minimal" style="left:542px; top:258px; width:59px; height:19px; ">
  2351. <choices>
  2352. <item>
  2353. <label>Y</label>
  2354. <value>Y</value>
  2355. </item>
  2356. <item>
  2357. <label>N</label>
  2358. <value>N</value>
  2359. </item>
  2360. </choices>
  2361. </select1>
  2362. <select1 id="cmb_reqhospnm" ref="/root/main/hospiceinfo/hospicedetl/reqhospnm" class="combo_default" navindex="13" appearance="minimal" style="left:428px; top:113px; width:159px; height:19px; ">
  2363. <choices>
  2364. <itemset nodeset="/root/init/M0203list/M0203">
  2365. <label ref="cdnm"/>
  2366. <value ref="cdid"/>
  2367. </itemset>
  2368. </choices>
  2369. </select1>
  2370. <input id="ipt_waitdd" ref="/root/main/hospiceinfo/hospicedetl/waitdd" class="input_default" navindex="6" inputtype="date" style="left:517px; top:89px; width:84px; height:19px; "/>
  2371. <input id="ipt_recmpsgeetc" ref="/root/main/hospiceinfo/hospicedetl/recmpsgeetc" disabled="true" style="left:506px; top:185px; width:95px; height:19px; "/>
  2372. <select1 id="cmb_recmpsgecd" ref="/root/main/hospiceinfo/hospicedetl/recmpsgecd" class="combo_default" navindex="10" appearance="minimal" style="left:430px; top:185px; width:73px; height:19px; ">
  2373. <choices>
  2374. <itemset nodeset="/root/init/M0264list/M0264">
  2375. <label ref="cdnm"/>
  2376. <value ref="cdid"/>
  2377. </itemset>
  2378. </choices>
  2379. <script type="javascript" ev:event="xforms-value-changed">
  2380. <![CDATA[
  2381. if( model.getValue("/root/main/hospiceinfo/hospicedetl/recmpsgecd") == "12") {
  2382. ipt_recmpsgeetc.disabled = false;
  2383. }else{
  2384. ipt_recmpsgeetc.disabled = true;
  2385. }
  2386. ]]>
  2387. </script>
  2388. </select1>
  2389. <select1 id="cmb_reqdeptnm" ref="/root/main/hospiceinfo/hospicedetl/reqtypespec" class="combo_default" navindex="12" appearance="minimal" style="left:430px; top:113px; width:85px; height:19px; ">
  2390. <choices>
  2391. <itemset nodeset="/root/hidden/orddeptlist/dept">
  2392. <label ref="depthngnm"/>
  2393. <value ref="deptcd"/>
  2394. </itemset>
  2395. </choices>
  2396. <script type="javascript" ev:event="xforms-value-changed">
  2397. <![CDATA[
  2398. if (cmb_reqtypeflag.value=='01' ){//본원
  2399. cmb_reqhospnm.visible = false;//타 병원 리스트
  2400. cmb_reqdeptnm.visible = true;//본원 진료과 리스트
  2401. model.removenode("/root/send");
  2402. model.makeValue("/root/send/orddeptcd", model.getValue("/root/main/hospiceinfo/hospicedetl/reqtypespec"));
  2403. submit("TRMNH02903");
  2404. cmb_drlist.visible = true;//의사리스트
  2405. opt_reqtypespec.visible = false;
  2406. }else if (cmb_reqtypeflag.value=='02'){
  2407. cmb_reqhospnm.visible = true;
  2408. cmb_reqdeptnm.visible = false;//본원 진료과 리스트
  2409. cmb_drlist.visible = false;//의사리스트
  2410. opt_reqtypespec.visible = false;
  2411. }else if (cmb_reqtypeflag.value=='03'){//재입실
  2412. cmb_reqhospnm.visible = false;//타 병원 리스트
  2413. cmb_reqdeptnm.visible = true;//본원 진료과 리스트
  2414. model.removenode("/root/send");
  2415. model.makeValue("/root/send/orddeptcd", model.getValue("/root/main/hospiceinfo/hospicedetl/reqtypespec"));
  2416. submit("TRMNH02903");
  2417. cmb_drlist.visible = true;//의사리스트
  2418. opt_reqtypespec.visible = false;
  2419. }
  2420. ]]>
  2421. </script>
  2422. </select1>
  2423. <select1 id="combo12" ref="/root/main/hospiceinfo/hospicedetl/reqtypeflag" class="combo_default" navindex="12" appearance="minimal" style="left:367px; top:113px; width:60px; height:19px; ">
  2424. <choices>
  2425. <itemset nodeset="/root/init/M0477detl/M0477">
  2426. <label ref="cdnm"/>
  2427. <value ref="cdid"/>
  2428. </itemset>
  2429. </choices>
  2430. <script type="javascript" ev:event="xforms-value-changed">
  2431. <![CDATA[
  2432. if (cmb_reqtypeflag.value=='01' ){//본원
  2433. cmb_reqhospnm.visible = false;//타 병원 리스트
  2434. cmb_reqdeptnm.visible = true;//본원 진료과 리스트
  2435. model.removenode("/root/send");
  2436. model.makeValue("/root/send/orddeptcd", model.getValue("/root/main/hospiceinfo/hospicedetl/reqhospnm"));
  2437. submit("TRMNH02903");
  2438. cmb_drlist.visible = true;//의사리스트
  2439. opt_reqtypespec.visible = false;
  2440. }else if (cmb_reqtypeflag.value=='02'){
  2441. cmb_reqhospnm.visible = true;
  2442. cmb_reqdeptnm.visible = false;//본원 진료과 리스트
  2443. cmb_drlist.visible = false;//의사리스트
  2444. opt_reqtypespec.visible = false;
  2445. }else if (cmb_reqtypeflag.value=='03'){
  2446. cmb_reqhospnm.visible = false;//타 병원 리스트
  2447. cmb_reqdeptnm.visible = true;//본원 진료과 리스트
  2448. model.removenode("/root/send");
  2449. model.makeValue("/root/send/orddeptcd", model.getValue("/root/main/hospiceinfo/hospicedetl/reqhospnm"));
  2450. submit("TRMNH02903");
  2451. cmb_drlist.visible = true;//의사리스트
  2452. opt_reqtypespec.visible = false;
  2453. }
  2454. ]]>
  2455. </script>
  2456. </select1>
  2457. <input id="ipt_reqindd" ref="/root/main/hospiceinfo/hospicedetl/reqindd" class="input_default" navindex="6" inputtype="date" style="left:517px; top:65px; width:84px; height:19px; "/>
  2458. <select1 id="cmb_agonalhopeplcecd" ref="/root/main/hospiceinfo/hospicedetl/agonalhopeplcecd" class="combo_default" navindex="16" appearance="minimal" style="left:430px; top:306px; width:171px; height:19px; ">
  2459. <choices>
  2460. <itemset nodeset="/root/init/M0205list/M0205">
  2461. <label ref="cdnm"/>
  2462. <value ref="cdid"/>
  2463. </itemset>
  2464. </choices>
  2465. </select1>
  2466. <caption id="caption134" class="cell_1" style="left:491px; top:281px; width:49px; height:23px; text-align:center; vertical-align:middle; ">보호자</caption>
  2467. <line id="line50" class="line_2" style="x1:307px; y1:279px; x2:601px; y2:279px; "/>
  2468. <line id="line108" class="line_3" style="x1:0px; y1:376px; x2:294px; y2:376px; "/>
  2469. <input id="ipt_sptsymp1" ref="/root/main/hospiceinfo/hospicedetl/sptsymp1" disabled="true" maxlength="1" style="left:930px; top:503px; width:30px; height:19px; "/>
  2470. <input id="ipt_sptsymp2" ref="/root/main/hospiceinfo/hospicedetl/sptsymp2" disabled="true" maxlength="1" style="left:1079px; top:503px; width:30px; height:19px; "/>
  2471. <line id="line97" class="line_1" style="x1:620px; y1:635px; x2:1185px; y2:635px; "/>
  2472. <caption id="caption76" class="tit_2" style="left:619px; top:620px; width:113px; height:13px; font-family:돋움체; ">상담</caption>
  2473. <datagrid id="grd_famycnst" nodeset="/root/main/hospiceinfo/hospicedetl/famycnst/famylist/famylist" class="datagrid1" allowuserresize="true" caption="일자^내용" colsep="^" colwidth="95, 429" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:620px; top:640px; width:565px; height:105px; ">
  2474. <col ref="cnstdd" type="inputdate" style="text-align:center; "/>
  2475. <col ref="cnst" type="input"/>
  2476. <script type="javascript" ev:event="xforms-value-changed">
  2477. <![CDATA[
  2478. var updateData = grd_famycnst.getUpdateData("update");
  2479. ]]>
  2480. </script>
  2481. </datagrid>
  2482. <button id="button7" class="btn2_letter3" style="left:1130px; top:615px; width:53px; height:19px; ">
  2483. <caption>행삭제</caption>
  2484. <script type="javascript" ev:event="DOMActivate">
  2485. <![CDATA[
  2486. grd_famycnst.deleteRow(grd_famycnst.row);
  2487. ]]>
  2488. </script>
  2489. </button>
  2490. <button id="button8" class="btn2_letter3" style="left:1075px; top:615px; width:53px; height:19px; ">
  2491. <caption>행추가</caption>
  2492. <script type="javascript" ev:event="DOMActivate">
  2493. <![CDATA[
  2494. grd_famycnst.addRow();
  2495. ]]>
  2496. </script>
  2497. </button>
  2498. </group>
  2499. <group id="group4" visibility="hidden" style="left:1095px; top:435px; width:70px; height:15px; ">
  2500. <line id="line73" class="line_3" style="x1:0px; y1:59px; x2:560px; y2:59px; "/>
  2501. <input id="ipt_funrlprepspec" ref="/root/main/hospicemasv/masvdetl/funrlprepspec" class="input_search" navindex="20" style="left:154px; top:363px; width:405px; height:19px; "/>
  2502. <caption id="caption113" class="cell_1" style="left:1px; top:186px; width:74px; height:23px; text-align:center; vertical-align:middle; ">병전성격</caption>
  2503. <line id="line95" class="line_3" style="x1:1px; y1:409px; x2:561px; y2:409px; "/>
  2504. <caption id="caption102" class="cell_1" style="left:281px; top:61px; width:74px; height:48px; text-align:center; vertical-align:middle; ">주거형태</caption>
  2505. <select1 id="cmb_residncstatcd2" ref="/root/main/hospicemasv/masvdetl/residncstatcd2" class="combo_default" navindex="6" appearance="minimal" style="left:357px; top:88px; width:202px; height:19px; ">
  2506. <choices>
  2507. <itemset nodeset="/root/init/A0520detl/A0520">
  2508. <label ref="cdnm"/>
  2509. <value ref="cdid"/>
  2510. </itemset>
  2511. </choices>
  2512. </select1>
  2513. <caption id="caption103" class="cell_1" style="left:1px; top:136px; width:119px; height:23px; text-align:center; vertical-align:middle; ">주수입원 및 월수입</caption>
  2514. <input id="ipt_disbefocharspec" ref="/root/main/hospicemasv/masvdetl/disbefocharspec" class="input_search" navindex="13" style="left:77px; top:188px; width:482px; height:19px; "/>
  2515. <line id="line74" class="line_2" style="x1:1px; y1:209px; x2:561px; y2:209px; "/>
  2516. <line id="line85" class="line_2" style="x1:1px; y1:309px; x2:561px; y2:309px; "/>
  2517. <caption id="caption114" class="cell_1" style="left:225px; top:409px; width:74px; height:48px; text-align:center; vertical-align:middle; ">
  2518. <![CDATA[심리 사회적
  2519. 상태]]>
  2520. </caption>
  2521. <line id="line96" class="line_2" style="x1:0px; y1:383px; x2:560px; y2:383px; "/>
  2522. <caption id="caption104" class="cell_1" style="left:0px; top:61px; width:74px; height:23px; text-align:center; vertical-align:middle; ">보험유형</caption>
  2523. <select1 id="cmb_funrlprepcd" ref="/root/main/hospicemasv/masvdetl/funrlprepcd" class="combo_default" navindex="19" appearance="minimal" style="left:77px; top:363px; width:74px; height:19px; ">
  2524. <choices>
  2525. <itemset nodeset="/root/init/M0475detl/M0475">
  2526. <label ref="cdnm"/>
  2527. <value ref="cdid"/>
  2528. </itemset>
  2529. </choices>
  2530. </select1>
  2531. <input id="ipt_suptsysspec" ref="/root/main/hospicemasv/masvdetl/suptsysspec" class="input_search" navindex="17" style="left:77px; top:288px; width:482px; height:19px; "/>
  2532. <line id="line75" class="line_2" style="x1:77px; y1:234px; x2:561px; y2:234px; "/>
  2533. <caption id="caption115" class="cell_1" style="left:1px; top:261px; width:74px; height:23px; text-align:center; vertical-align:middle; ">주보호자</caption>
  2534. <input id="ipt_soclstatpatflag" ref="/root/main/hospicemasv/masvdetl/soclstatpatflag" class="input_search" navindex="13" style="left:128px; top:213px; width:431px; height:19px; "/>
  2535. <button id="button2" class="btn5_letter2" navindex="22" style="left:519px; top:10px; width:42px; height:19px; ">
  2536. <caption>저장</caption>
  2537. <script type="javascript" ev:event="DOMActivate">
  2538. <![CDATA[
  2539. if(messageBox("","Q002") != 6) return;
  2540. if(ipt_intvdd.value == "" ) {
  2541. messageBox('면담일은 필수 입력 사항입니다.', 'E');
  2542. }
  2543. var xMasvPath = "/root/main/hospicemasv/masvdetl/";
  2544. //피면담자명이 없으면 환자명으로 대체한다.
  2545. recvintvnm = model.getValue(xMasvPath + 'recvintvnm') ;
  2546. if(recvintvnm == "" ) {
  2547. recvintvnm = opt_hngnm.value;
  2548. }
  2549. model.removenode("/root/send");
  2550. model.makeNode("/root/send");
  2551. model.makeValue("/root/send/pid" , model.getValue(xMasvPath + 'pid') );
  2552. model.makeValue("/root/send/cretdd" , model.getValue(xMasvPath + 'cretdd') );
  2553. model.makeValue("/root/send/crettm" , model.getValue(xMasvPath + 'crettm') );
  2554. model.makeValue("/root/send/reqdeptcd" , model.getValue(xMasvPath + 'reqdeptcd') );
  2555. model.makeValue("/root/send/reqdd" , model.getValue(xMasvPath + 'reqdd') );
  2556. model.makeValue("/root/send/intvdd" , model.getValue(xMasvPath + 'intvdd') );
  2557. model.makeValue("/root/send/intvtm" , model.getValue(xMasvPath + 'intvtm') );
  2558. model.makeValue("/root/send/recvintvnm" , recvintvnm );
  2559. model.makeValue("/root/send/intvnm" , model.getValue(xMasvPath + 'intvnm') );
  2560. model.makeValue("/root/send/corpgrntcd" , model.getValue(xMasvPath + 'corpgrntcd') );
  2561. model.makeValue("/root/send/soclinsuspec" , model.getValue(xMasvPath + 'soclinsuspec') );
  2562. model.makeValue("/root/send/econstatcd" , model.getValue(xMasvPath + 'econstatcd') );
  2563. model.makeValue("/root/send/econstatspec" , model.getValue(xMasvPath + 'econstatspec') );
  2564. model.makeValue("/root/send/mainincmspec" , model.getValue(xMasvPath + 'mainincmspec') );
  2565. model.makeValue("/root/send/ordamtownspec" , model.getValue(xMasvPath + 'ordamtownspec') );
  2566. model.makeValue("/root/send/residncstatcd" , model.getValue(xMasvPath + 'residncstatcd') );
  2567. model.makeValue("/root/send/residncstatcd2" , model.getValue(xMasvPath + 'residncstatcd2') );
  2568. model.makeValue("/root/send/aidassocnyn" , model.getValue(xMasvPath + 'aidassocnyn') );
  2569. model.makeValue("/root/send/disbefocharspec" , model.getValue(xMasvPath + 'disbefocharspec') );
  2570. model.makeValue("/root/send/soclstatpatflag" , model.getValue(xMasvPath + 'soclstatpatflag') );
  2571. model.makeValue("/root/send/soclstatprocerflag" , model.getValue(xMasvPath + 'soclstatprocerflag') );
  2572. model.makeValue("/root/send/mainprocerflag" , model.getValue(xMasvPath + 'mainprocerflag') );
  2573. model.makeValue("/root/send/suptsysspec" , model.getValue(xMasvPath + 'suptsysspec') );
  2574. model.makeValue("/root/send/nursingstresspec" , model.getValue(xMasvPath + 'nursingstresspec') );
  2575. model.makeValue("/root/send/funrlprepcd" , model.getValue(xMasvPath + 'funrlprepcd') );
  2576. model.makeValue("/root/send/funrlprepspec" , model.getValue(xMasvPath + 'funrlprepspec') );
  2577. model.makeValue("/root/send/cmt" , model.getValue(xMasvPath + 'cmt') );
  2578. submit("TXMNH01503");
  2579. fSearchMasv();//심리사회적평가 조회
  2580. ]]>
  2581. </script>
  2582. </button>
  2583. <caption id="caption105" class="cell_1" style="left:1px; top:111px; width:74px; height:23px; text-align:center; vertical-align:middle; ">경제상태</caption>
  2584. <textarea id="tar_nursingstresspec" ref="/root/main/hospicemasv/masvdetl/nursingstresspec" navindex="18" style="left:77px; top:312px; width:482px; height:46px; "/>
  2585. <line id="line76" class="line_2" style="x1:1px; y1:259px; x2:561px; y2:259px; "/>
  2586. <input id="ipt_cmt" ref="/root/main/hospicemasv/masvdetl/cmt" class="input_search" navindex="17" style="left:77px; top:387px; width:482px; height:19px; "/>
  2587. <caption id="caption106" class="tit_2" style="left:0px; top:15px; width:113px; height:13px; ">심리사회적 평가</caption>
  2588. <line id="line67" class="line_2" style="x1:1px; y1:160px; x2:561px; y2:160px; "/>
  2589. <caption id="caption107" class="cell_1" style="left:281px; top:161px; width:74px; height:23px; text-align:center; vertical-align:middle; ">후원회도움</caption>
  2590. <line id="line78" class="line_2" style="x1:1px; y1:284px; x2:561px; y2:284px; "/>
  2591. <caption id="caption129" class="cell_1" style="left:1px; top:286px; width:74px; height:23px; text-align:center; vertical-align:middle; ">지지체계</caption>
  2592. <caption id="caption98" class="cell_1" style="left:1px; top:161px; width:119px; height:23px; text-align:center; vertical-align:middle; ">진료비부담자</caption>
  2593. <input id="ipt_ordamtownspec" ref="/root/main/hospicemasv/masvdetl/ordamtownspec" class="input_search" navindex="11" style="left:122px; top:163px; width:156px; height:19px; "/>
  2594. <line id="line68" class="line_2" style="x1:1px; y1:85px; x2:561px; y2:85px; "/>
  2595. <caption id="caption108" class="cell_1" style="left:374px; top:35px; width:74px; height:23px; text-align:center; vertical-align:middle; ">면담자</caption>
  2596. <line id="line69" class="line_1" style="x1:1px; y1:31px; x2:558px; y2:32px; "/>
  2597. <select1 id="cmb_aidassocnyn" ref="/root/main/hospicemasv/masvdetl/aidassocnyn" class="combo_default" navindex="12" appearance="minimal" style="left:357px; top:163px; width:202px; height:19px; ">
  2598. <choices>
  2599. <item>
  2600. <label>Y</label>
  2601. <value>Y</value>
  2602. </item>
  2603. <item>
  2604. <label>N</label>
  2605. <value>N</value>
  2606. </item>
  2607. </choices>
  2608. </select1>
  2609. <caption id="caption109" class="cell_1" style="left:186px; top:35px; width:74px; height:23px; text-align:center; vertical-align:middle; ">피면담자</caption>
  2610. <input id="input24" ref="/root/main/hospicemasv/masvdetl/econstatspec" class="input_search" navindex="9" style="left:281px; top:113px; width:278px; height:19px; "/>
  2611. <output id="opt_intvnm" ref="/root/main/hospicemasv/masvdetl/intvnm" class="output_fix" style="left:451px; top:37px; width:108px; height:19px; "/>
  2612. <input id="ipt_soclstatprocerflag" ref="/root/main/hospicemasv/masvdetl/soclstatprocerflag" class="input_search" navindex="13" style="left:128px; top:238px; width:431px; height:19px; "/>
  2613. <input id="ipt_mainincmspec" ref="/root/main/hospicemasv/masvdetl/mainincmspec" class="input_search" navindex="9" style="left:122px; top:138px; width:437px; height:19px; "/>
  2614. <input id="ipt_recvintvnm" ref="/root/main/hospicemasv/masvdetl/recvintvnm" class="input_search" navindex="2" style="left:263px; top:37px; width:107px; height:19px; "/>
  2615. <select id="chk_mainprocerflag" ref="/root/main/hospicemasv/masvdetl/mainprocerflag" navindex="16" overflow="visible" appearance="full" cols="10" style="left:77px; top:264px; width:482px; height:19px; border-style:none; ">
  2616. <choices>
  2617. <itemset nodeset="/root/init/M0474detl/M0474">
  2618. <label ref="cdnm"/>
  2619. <value ref="cdid"/>
  2620. </itemset>
  2621. </choices>
  2622. </select>
  2623. <select1 id="cmb_corpgrntcd" ref="/root/main/hospicemasv/masvdetl/corpgrntcd" class="combo_default" navindex="3" appearance="minimal" style="left:77px; top:62px; width:201px; height:19px; ">
  2624. <choices>
  2625. <itemset nodeset="/root/init/P0008detl/P0008">
  2626. <label ref="cdnm"/>
  2627. <value ref="cdid"/>
  2628. </itemset>
  2629. </choices>
  2630. </select1>
  2631. <select1 id="cmb_econstatcd" ref="/root/main/hospicemasv/masvdetl/econstatcd" class="combo_default" navindex="8" appearance="minimal" style="left:78px; top:113px; width:200px; height:19px; ">
  2632. <choices>
  2633. <item>
  2634. <label>상</label>
  2635. <value>1</value>
  2636. </item>
  2637. <item>
  2638. <label>중</label>
  2639. <value>2</value>
  2640. </item>
  2641. <item>
  2642. <label>하</label>
  2643. <value>3</value>
  2644. </item>
  2645. </choices>
  2646. </select1>
  2647. <caption id="caption130" class="cell_1" style="left:1px; top:311px; width:74px; height:48px; text-align:center; vertical-align:middle; ">
  2648. <![CDATA[간병관련
  2649. 스트레스]]>
  2650. </caption>
  2651. <input id="ipt_intvdd" ref="/root/main/hospicemasv/masvdetl/intvdd" class="input_default" navindex="1" inputtype="date" style="left:77px; top:37px; width:105px; height:19px; ">
  2652. <script type="javascript" ev:event="xforms-value-changed">
  2653. <![CDATA[
  2654. if(model.getValue("/root/main/hospicemasv/masvdetl/intvdd") != ''){
  2655. opt_intvnm.value = getUserName();
  2656. }else{
  2657. opt_intvnm.value = "";
  2658. }
  2659. ]]>
  2660. </script>
  2661. </input>
  2662. <caption id="caption131" class="cell_1" style="left:1px; top:361px; width:74px; height:23px; text-align:center; vertical-align:middle; ">장례준비</caption>
  2663. <line id="line70" class="line_2" style="x1:1px; y1:110px; x2:561px; y2:110px; "/>
  2664. <select1 id="cmb_residncstatcd" ref="/root/main/hospicemasv/masvdetl/residncstatcd" class="combo_default" navindex="6" appearance="minimal" style="left:357px; top:62px; width:202px; height:19px; ">
  2665. <choices>
  2666. <itemset nodeset="/root/init/A0519detl/A0519">
  2667. <label ref="cdnm"/>
  2668. <value ref="cdid"/>
  2669. </itemset>
  2670. </choices>
  2671. <script type="javascript" ev:event="xforms-value-changed">
  2672. <![CDATA[
  2673. if(cmb_residncstatcd.value == "99"){
  2674. cmb_residncstatcd2.disabled = false;
  2675. }else{
  2676. cmb_residncstatcd2.value = "";
  2677. cmb_residncstatcd2.disabled = true;
  2678. }
  2679. ]]>
  2680. </script>
  2681. </select1>
  2682. <caption id="caption110" class="cell_1" style="left:0px; top:35px; width:74px; height:23px; text-align:center; vertical-align:middle; ">면담일</caption>
  2683. <caption id="caption132" class="cell_1" style="left:1px; top:385px; width:74px; height:23px; text-align:center; vertical-align:middle; ">소견</caption>
  2684. <line id="line71" class="line_2" style="x1:1px; y1:185px; x2:561px; y2:185px; "/>
  2685. <caption id="caption111" class="cell_1" style="left:77px; top:211px; width:49px; height:23px; text-align:center; vertical-align:middle; ">환자</caption>
  2686. <caption id="caption101" class="cell_1" style="left:1px; top:86px; width:74px; height:23px; text-align:center; vertical-align:middle; ">사회보험</caption>
  2687. <input id="ipt_soclinsuspec" ref="/root/main/hospicemasv/masvdetl/soclinsuspec" class="input_search" navindex="5" style="left:78px; top:88px; width:200px; height:19px; "/>
  2688. <line id="line72" class="line_2" style="x1:1px; y1:134px; x2:561px; y2:134px; "/>
  2689. <caption id="caption112" class="cell_1" style="left:77px; top:236px; width:49px; height:23px; text-align:center; vertical-align:middle; ">보호자</caption>
  2690. <line id="line94" class="line_2" style="x1:1px; y1:359px; x2:561px; y2:359px; "/>
  2691. <datagrid id="grd_progreclist" nodeset="/root/main/hospiceinfo/hospicedetl/progrec/progreclist/progreclist" caption="^시행일시^대상자" colsep="^" colwidth="204, 100, 100" fixedcols="1" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:435px; width:558px; height:170px; ">
  2692. <col ref="item"/>
  2693. <col ref="execdd" type="inputdate" style="text-align:center; "/>
  2694. <col ref="desnm" type="input" style="text-align:center; "/>
  2695. </datagrid>
  2696. <select1 id="cmb_edcugrdecd" ref="/root/main/hospiceinfo/hospicedetl/edcugrdecd" class="combo_default" navindex="24" visibility="hidden" appearance="minimal" style="left:675px; top:35px; width:50px; height:19px; ">
  2697. <choices>
  2698. <itemset nodeset="/root/init/M0069list/M0069">
  2699. <label ref="cdnm"/>
  2700. <value ref="cdid"/>
  2701. </itemset>
  2702. </choices>
  2703. </select1>
  2704. <caption id="caption86" class="cell_1" visibility="hidden" style="left:615px; top:34px; width:57px; height:23px; text-align:center; vertical-align:middle; ">학력</caption>
  2705. <line id="line62" class="line_2" style="x1:575px; y1:249px; x2:887px; y2:249px; "/>
  2706. <caption id="caption92" class="cell_1" style="left:575px; top:201px; width:57px; height:23px; text-align:center; vertical-align:middle; ">49제</caption>
  2707. <select1 id="rdo_mmmassyn" ref="/root/main/hospiceinfo/hospicedetl/mmmassyn" class="radio_search" navindex="31" appearance="full" cols="4" overflow="visible" style="left:657px; top:253px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  2708. <choices>
  2709. <item>
  2710. <label>무</label>
  2711. <value>1</value>
  2712. </item>
  2713. <item>
  2714. <label>유</label>
  2715. <value>2</value>
  2716. </item>
  2717. </choices>
  2718. </select1>
  2719. <line id="line63" class="line_3" style="x1:575px; y1:275px; x2:887px; y2:275px; "/>
  2720. <caption id="caption93" class="cell_1" visibility="hidden" style="left:730px; top:251px; width:79px; height:23px; text-align:center; vertical-align:middle; ">시신기증</caption>
  2721. <select1 id="cmb_agonalplcecd" ref="/root/main/hospiceinfo/hospicedetl/agonalplcecd" class="combo_default" navindex="28" appearance="minimal" style="left:790px; top:178px; width:94px; height:19px; ">
  2722. <choices>
  2723. <itemset nodeset="/root/init/hardcodeinfo">
  2724. <label ref="cdnm"/>
  2725. <value ref="cdid"/>
  2726. </itemset>
  2727. </choices>
  2728. <script type="javascript" ev:event="xforms-value-changed">
  2729. <![CDATA[
  2730. if(ipt_agonaldd.value == ""){
  2731. ipt_agonaldd.value = getCurrentDate();
  2732. }
  2733. ]]>
  2734. </script>
  2735. </select1>
  2736. <line id="line64" class="line_1" style="x1:575px; y1:171px; x2:887px; y2:171px; "/>
  2737. <caption id="caption94" class="cell_1" style="left:575px; top:226px; width:79px; height:23px; text-align:center; vertical-align:middle; ">사별가족방문</caption>
  2738. <line id="line87" class="line_3" style="x1:574px; y1:78px; x2:886px; y2:78px; "/>
  2739. <select1 id="rdo_donatyn" ref="/root/main/hospiceinfo/hospicedetl/donatyn" class="radio_search" navindex="32" visibility="hidden" appearance="full" cols="4" overflow="visible" style="left:813px; top:253px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  2740. <choices>
  2741. <item>
  2742. <label>무</label>
  2743. <value>1</value>
  2744. </item>
  2745. <item>
  2746. <label>유</label>
  2747. <value>2</value>
  2748. </item>
  2749. </choices>
  2750. </select1>
  2751. <caption id="caption95" class="cell_1" style="left:575px; top:251px; width:79px; height:23px; text-align:center; vertical-align:middle; ">49제참석</caption>
  2752. <line id="line88" class="line_2" style="x1:575px; y1:199px; x2:887px; y2:199px; "/>
  2753. <select1 id="rdo_separationfamyyn" ref="/root/main/hospiceinfo/hospicedetl/separationfamyyn" class="radio_search" navindex="29" appearance="full" cols="2" overflow="visible" style="left:657px; top:228px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  2754. <choices>
  2755. <item>
  2756. <label>무</label>
  2757. <value>1</value>
  2758. </item>
  2759. <item>
  2760. <label>유</label>
  2761. <value>2</value>
  2762. </item>
  2763. </choices>
  2764. </select1>
  2765. <caption id="caption96" class="cell_1" style="left:730px; top:226px; width:79px; height:23px; text-align:center; vertical-align:middle; ">장례식장방문</caption>
  2766. <caption id="caption97" class="tit_2" style="left:575px; top:156px; width:100px; height:13px; ">사별가족 관리</caption>
  2767. <input id="ipt_agonaldd" ref="/root/main/hospiceinfo/hospicedetl/agonaldd" class="input_default" navindex="27" inputtype="date" style="left:635px; top:178px; width:94px; height:19px; ">
  2768. <script type="javascript" ev:event="xforms-value-changed">
  2769. <![CDATA[
  2770. //임종일
  2771. var agonaldd = model.getValue("/root/main/hospiceinfo/hospicedetl/agonaldd");
  2772. if(agonaldd.length == 8){
  2773. var agonalcd = model.getValue("/root/main/hospiceinfo/hospicedetl/agonaldd");
  2774. var agonal49 = getAddDay(agonalcd,"49");
  2775. var agonal365 = getAddDay(agonalcd,"365");
  2776. model.setValue("/root/temp/hospicedetl/agonal49",agonal49);
  2777. model.setValue("/root/temp/hospicedetl/agonal365",agonal365);
  2778. cmb_agonalplcecd.disabled = false;
  2779. }else if(agonaldd == '' || agonaldd.length != 8){
  2780. messageBox("임종일을 삭제","E001");
  2781. }
  2782. model.refresh();
  2783. ]]>
  2784. </script>
  2785. </input>
  2786. <input id="ipt_agonal365" ref="/root/temp/hospicedetl/agonal365" class="input_default" inputtype="date" style="left:790px; top:203px; width:94px; height:19px; "/>
  2787. <caption id="caption89" class="cell_1" style="left:730px; top:176px; width:57px; height:23px; text-align:center; vertical-align:middle; ">임종장소</caption>
  2788. <group id="group5" visibility="hidden" style="left:575px; top:80px; width:315px; height:73px; ">
  2789. <caption id="caption81" class="cell_1" style="left:0px; top:24px; width:57px; height:23px; text-align:center; vertical-align:middle; ">영세일</caption>
  2790. <caption id="caption82" class="cell_1" style="left:161px; top:0px; width:49px; height:23px; text-align:center; vertical-align:middle; ">본당</caption>
  2791. <caption id="caption83" class="cell_1" style="left:161px; top:24px; width:49px; height:23px; text-align:center; vertical-align:middle; ">대세일</caption>
  2792. <caption id="caption84" class="cell_1" style="left:0px; top:48px; width:57px; height:23px; text-align:center; vertical-align:middle; ">병자성사</caption>
  2793. <input id="ipt_sickdivser" ref="/root/main/hospiceinfo/hospicedetl/sickdivser" class="input_default" navindex="22" maxlength="40" style="left:60px; top:49px; width:251px; height:19px; "/>
  2794. <input id="ipt_parishchrchnm" ref="/root/main/hospiceinfo/hospicedetl/parishchrchnm" class="input_search" navindex="19" maxlength="30" style="left:212px; top:1px; width:99px; height:19px; "/>
  2795. <input id="ipt_baptismdd" ref="/root/main/hospiceinfo/hospicedetl/baptismdd" class="input_default" navindex="20" inputtype="date" style="left:60px; top:25px; width:99px; height:19px; "/>
  2796. <line id="line58" class="line_2" style="x1:0px; y1:70px; x2:312px; y2:70px; "/>
  2797. <input id="ipt_baptnm" ref="/root/main/hospiceinfo/hospicedetl/baptnm" class="input_search" navindex="18" maxlength="30" style="left:60px; top:1px; width:99px; height:19px; "/>
  2798. <input id="ipt_emerbaptdd" ref="/root/main/hospiceinfo/hospicedetl/emerbaptdd" class="input_default" navindex="21" inputtype="date" style="left:212px; top:25px; width:99px; height:19px; "/>
  2799. <line id="line93" class="line_2" style="x1:0px; y1:46px; x2:312px; y2:46px; "/>
  2800. <line id="line60" class="line_2" style="x1:0px; y1:22px; x2:312px; y2:22px; "/>
  2801. <caption id="caption80" class="cell_1" style="left:0px; top:0px; width:57px; height:23px; text-align:center; vertical-align:middle; ">세례명</caption>
  2802. </group>
  2803. <select1 id="rdo_memodoryn" ref="/root/main/hospiceinfo/hospicedetl/memodoryn" class="radio_search" navindex="30" appearance="full" cols="4" overflow="visible" style="left:813px; top:228px; width:71px; height:20px; background-color:transparent; border-style:none; ">
  2804. <choices>
  2805. <item>
  2806. <label>무</label>
  2807. <value>1</value>
  2808. </item>
  2809. <item>
  2810. <label>유</label>
  2811. <value>2</value>
  2812. </item>
  2813. </choices>
  2814. </select1>
  2815. <line id="line90" class="line_2" style="x1:575px; y1:199px; x2:887px; y2:199px; "/>
  2816. <line id="line91" class="line_2" style="x1:575px; y1:224px; x2:887px; y2:224px; "/>
  2817. <input id="ipt_agonal49" ref="/root/temp/hospicedetl/agonal49" class="input_default" inputtype="date" style="left:635px; top:203px; width:94px; height:19px; "/>
  2818. <caption id="caption90" class="cell_1" style="left:730px; top:201px; width:57px; height:23px; text-align:center; vertical-align:middle; ">기일</caption>
  2819. <caption id="caption91" class="cell_1" style="left:575px; top:176px; width:57px; height:23px; text-align:center; vertical-align:middle; ">임종일</caption>
  2820. <line id="line61" class="line_2" style="x1:575px; y1:224px; x2:887px; y2:224px; "/>
  2821. <caption id="caption124" class="cell_1" visibility="hidden" style="left:605px; top:326px; width:133px; height:73px; text-align:center; vertical-align:middle; ">피부상태</caption>
  2822. <button id="btn_delfamycnst" class="btn2_letter3" style="left:1084px; top:284px; width:53px; height:19px; ">
  2823. <caption>행삭제</caption>
  2824. <script type="javascript" ev:event="DOMActivate">
  2825. <![CDATA[
  2826. grd_famycnst.deleteRow(grd_famycnst.row);
  2827. ]]>
  2828. </script>
  2829. </button>
  2830. <button id="btn_skindel" class="btn2_letter4" visibility="hidden" style="left:1067px; top:328px; width:64px; height:19px; ">
  2831. <caption>한줄삭제</caption>
  2832. <script type="javascript" ev:event="DOMActivate">
  2833. <![CDATA[
  2834. grd_skinstatspec.deleteItem(grd_skinstatspec.row);
  2835. ]]>
  2836. </script>
  2837. </button>
  2838. <button id="button4" class="btn5_letter2" style="left:985px; top:284px; width:42px; height:19px; ">
  2839. <caption>확대</caption>
  2840. <script type="javascript" ev:event="DOMActivate">
  2841. <![CDATA[
  2842. grd_famycnst.addRow();
  2843. ]]>
  2844. </script>
  2845. </button>
  2846. <select id="chk_skinstatyn" ref="/root/main/hospiceinfo/hospicedetl/skinstatyn" navindex="53" visibility="hidden" overflow="visible" appearance="full" cols="1" rows="1" style="left:741px; top:328px; width:78px; height:19px; border-style:none; ">
  2847. <choices>
  2848. <item>
  2849. <label>해당없음</label>
  2850. <value>1</value>
  2851. </item>
  2852. </choices>
  2853. <script type="javascript" ev:event="xforms-value-changed">
  2854. <![CDATA[
  2855. if(chk_skinstatyn.value == "1"){
  2856. grd_skinstatspec.isReadOnly(1,0) = true;
  2857. grd_skinstatspec.isReadOnly(1,1) = true;
  2858. btn_skinadd.disabled = true;
  2859. }else{
  2860. grd_skinstatspec.isReadOnly(1,0) = false;
  2861. grd_skinstatspec.isReadOnly(1,1) = false;
  2862. btn_skinadd.disabled = false;
  2863. }
  2864. ]]>
  2865. </script>
  2866. </select>
  2867. <datagrid id="grd_skinstatspec" nodeset="/root/main/hospiceinfo/hospicedetl/skinstatspec/skinstatlists/skinstatlist" visibility="hidden" scroll="auto" caption="증상^부위" colsep="^" colwidth="189, 188" defaultrows="3" mergecellsfixedrows="bycolrec" rowsep="|" navindex="54" style="left:740px; top:350px; width:396px; height:48px; ">
  2868. <col ref="skinstat" type="input"/>
  2869. <col ref="skinstatitem" type="input" style="left:255px; top:23px; width:255px; height:22px; "/>
  2870. </datagrid>
  2871. <button id="btn_addfamycnst" class="btn2_letter3" style="left:1029px; top:284px; width:53px; height:19px; ">
  2872. <caption>행추가</caption>
  2873. <script type="javascript" ev:event="DOMActivate">
  2874. <![CDATA[
  2875. grd_famycnst.addRow();
  2876. ]]>
  2877. </script>
  2878. </button>
  2879. <button id="btn_skinadd" class="btn2_letter4" navindex="55" visibility="hidden" style="left:1000px; top:328px; width:64px; height:19px; ">
  2880. <caption>한줄추가</caption>
  2881. <script type="javascript" ev:event="DOMActivate">
  2882. <![CDATA[
  2883. grd_skinstatspec.addRow();
  2884. ]]>
  2885. </script>
  2886. </button>
  2887. <line id="line81" class="line_2" visibility="hidden" style="x1:605px; y1:324px; x2:1137px; y2:324px; "/>
  2888. </group>
  2889. </xhtml:body>
  2890. </xhtml:html>