SMAER15000_결과서식관리$.xrw 232 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>내시경 결과관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <globalinstance>
  11. <instance1/>
  12. </globalinstance>
  13. <reqdata>
  14. <execdd/>
  15. <exectodd/>
  16. <pid/>
  17. <execrid2cdid/>
  18. <inqgb/>
  19. <deptgubun/>
  20. <nocheck/>
  21. <basesuppdeptcd/>
  22. <rsltkind/>
  23. <hngnm1/>
  24. </reqdata>
  25. <grupcdid/>
  26. <fgetread>
  27. <rsltdd/>
  28. <rsltno/>
  29. <suppdeptcd/>
  30. <tmplcd/>
  31. <rsltkind/>
  32. </fgetread>
  33. <display>
  34. <pid/>
  35. <prcpdd/>
  36. <recovertime/>
  37. <status/>
  38. <execprcpuniqno/>
  39. <excuroomcd/>
  40. <ioflag/>
  41. <suppdeptcd/>
  42. <rsrvdt/>
  43. <calcscorcd/>
  44. <suppdeptcd/>
  45. </display>
  46. <check>
  47. <permission/>
  48. </check>
  49. <userid>
  50. <userid/>
  51. </userid>
  52. </send>
  53. <init>
  54. <cmb_info>
  55. <initexecroom>
  56. <excuroomcdnm/>
  57. <excuroomcdid/>
  58. </initexecroom>
  59. </cmb_info>
  60. <baseinfo>
  61. <R001/>
  62. <R002/>
  63. </baseinfo>
  64. </init>
  65. <main>
  66. <rsltinpt1/>
  67. <rsltinpt/>
  68. <exambaseinfo>
  69. <pid/>
  70. <hngnm/>
  71. <sex/>
  72. <rrgstno/>
  73. <excucdnm/>
  74. <ioflag1/>
  75. <depthngnm/>
  76. <usernm/>
  77. <rgstdeptnm/>
  78. <rgstdrnm/>
  79. <prcpdd/>
  80. <rsltgb/>
  81. <cnfmgb/>
  82. <pacsyn/>
  83. <execprcpuniqno/>
  84. <rslttmplcd/>
  85. <rsltdd/>
  86. <suppdeptcd/>
  87. <rsltno/>
  88. <cnfmdt/>
  89. <cnfmmanid/>
  90. <cnfmmannm/>
  91. <orddrid/>
  92. <roomcd/>
  93. <execbaseflag/>
  94. <inclprcpcd/>
  95. <orddeptcd/>
  96. <orddrid2/>
  97. <sex2/>
  98. <age/>
  99. <execrem/>
  100. <readdrid1/>
  101. <readdrid2/>
  102. <readdrid3/>
  103. <orddd/>
  104. <cretno/>
  105. <prcpgenrflag/>
  106. <rslttm/>
  107. <formrecseq/>
  108. <prcpno/>
  109. <prcphistno/>
  110. <instcd/>
  111. <ckno/>
  112. <cknoseq/>
  113. <rtno/>
  114. <cnclresncd/>
  115. <cnclresncdnm/>
  116. <patholno2/>
  117. <excuexectodd/>
  118. <signno/>
  119. </exambaseinfo>
  120. <examform>
  121. <egd>
  122. <reason/>
  123. <drug/>
  124. <medic/>
  125. <bowelprep/>
  126. <procedure/>
  127. <rectalexam/>
  128. <find1contnt1/>
  129. <find1contnt2/>
  130. <find1contnt3/>
  131. <find2contnt1/>
  132. <find2contnt2/>
  133. <find2contnt3/>
  134. <diag1/>
  135. <diag2/>
  136. <diag3/>
  137. <therap/>
  138. <complic/>
  139. <clotest/>
  140. <recommend/>
  141. <remark/>
  142. <sleepyn/>
  143. <pacsyn/>
  144. <video/>
  145. <cytologyyn/>
  146. <cloyn/>
  147. <phyn/>
  148. <samplingyn/>
  149. <cultureyn/>
  150. <aspirationyn/>
  151. <biopsytn/>
  152. <polypectyn/>
  153. <esdemryn/>
  154. <ampullectomyyn/>
  155. <srchreason/>
  156. <srchdrug/>
  157. <srchmedic/>
  158. <srchbowelprep/>
  159. <srchprocedure/>
  160. <srchrectalexam/>
  161. <srchfind1contnt1/>
  162. <srchfind1contnt2/>
  163. <srchfind1contnt3/>
  164. <srchfind2contnt1/>
  165. <srchfind2contnt2/>
  166. <srchfind2contnt3/>
  167. <srchdiag1/>
  168. <srchdiag2/>
  169. <srchdiag3/>
  170. <srchtherap/>
  171. <srchcomplic/>
  172. <srchrecommend/>
  173. <srchremark/>
  174. <readdrid1/>
  175. <readdrid2/>
  176. <readdrid3/>
  177. <workdd/>
  178. </egd>
  179. <cf>
  180. <reason/>
  181. <drug/>
  182. <medic/>
  183. <bowelprep/>
  184. <procedure/>
  185. <rectalexam/>
  186. <find1contnt1/>
  187. <find1contnt2/>
  188. <find1contnt3/>
  189. <find2contnt1/>
  190. <find2contnt2/>
  191. <find2contnt3/>
  192. <diag1/>
  193. <diag2/>
  194. <diag3/>
  195. <therap/>
  196. <clotest/>
  197. <recommend/>
  198. <remark/>
  199. <sleepyn/>
  200. <pacsyn/>
  201. <video/>
  202. <cytologyyn/>
  203. <cloyn/>
  204. <phyn/>
  205. <samplingyn/>
  206. <cultureyn/>
  207. <aspirationyn/>
  208. <biopsytn/>
  209. <polypectyn/>
  210. <esdemryn/>
  211. <ampullectomyyn/>
  212. <srchreason/>
  213. <srchdrug/>
  214. <srchmedic/>
  215. <srchbowelprep/>
  216. <srchprocedure/>
  217. <srchrectalexam/>
  218. <srchfind1contnt1/>
  219. <srchfind1contnt2/>
  220. <srchfind1contnt3/>
  221. <srchfind2contnt1/>
  222. <srchfind2contnt2/>
  223. <srchfind2contnt3/>
  224. <srchdiag1/>
  225. <srchdiag2/>
  226. <srchdiag3/>
  227. <srchtherap/>
  228. <srchcomplic/>
  229. <srchrecommend/>
  230. <srchremark/>
  231. <readdrid1/>
  232. <readdrid2/>
  233. <readdrid3/>
  234. <workdd/>
  235. <complic/>
  236. </cf>
  237. <fs>
  238. <reason/>
  239. <drug/>
  240. <medic/>
  241. <bowelprep/>
  242. <procedure/>
  243. <rectalexam/>
  244. <find1contnt1/>
  245. <find1contnt2/>
  246. <find1contnt3/>
  247. <find2contnt1/>
  248. <find2contnt2/>
  249. <find2contnt3/>
  250. <diag1/>
  251. <diag2/>
  252. <diag3/>
  253. <therap/>
  254. <complic/>
  255. <clotest/>
  256. <recommend/>
  257. <remark/>
  258. <sleepyn/>
  259. <pacsyn/>
  260. <video/>
  261. <cytologyyn/>
  262. <cloyn/>
  263. <phyn/>
  264. <samplingyn/>
  265. <cultureyn/>
  266. <aspirationyn/>
  267. <biopsytn/>
  268. <polypectyn/>
  269. <esdemryn/>
  270. <ampullectomyyn/>
  271. <srchreason/>
  272. <srchdrug/>
  273. <srchmedic/>
  274. <srchbowelprep/>
  275. <srchprocedure/>
  276. <srchrectalexam/>
  277. <srchfind1contnt1/>
  278. <srchfind1contnt2/>
  279. <srchfind1contnt3/>
  280. <srchfind2contnt1/>
  281. <srchfind2contnt2/>
  282. <srchfind2contnt3/>
  283. <srchdiag1/>
  284. <srchdiag2/>
  285. <srchdiag3/>
  286. <srchtherap/>
  287. <srchcomplic/>
  288. <srchrecommend/>
  289. <srchremark/>
  290. <readdrid1/>
  291. <readdrid2/>
  292. <readdrid3/>
  293. <workdd/>
  294. </fs>
  295. <ercp>
  296. <reason/>
  297. <drug/>
  298. <medic/>
  299. <bowelprep/>
  300. <procedure/>
  301. <rectalexam/>
  302. <find1contnt1/>
  303. <find1contnt2/>
  304. <find1contnt3/>
  305. <find2contnt1/>
  306. <find2contnt2/>
  307. <find2contnt3/>
  308. <diag1/>
  309. <diag2/>
  310. <diag3/>
  311. <therap/>
  312. <complic/>
  313. <clotest/>
  314. <recommend/>
  315. <remark/>
  316. <sleepyn/>
  317. <pacsyn/>
  318. <video/>
  319. <cytologyyn/>
  320. <cloyn/>
  321. <phyn/>
  322. <samplingyn/>
  323. <cultureyn/>
  324. <aspirationyn/>
  325. <biopsytn/>
  326. <polypectyn/>
  327. <esdemryn/>
  328. <ampullectomyyn/>
  329. <srchreason/>
  330. <srchdrug/>
  331. <srchmedic/>
  332. <srchbowelprep/>
  333. <srchprocedure/>
  334. <srchrectalexam/>
  335. <srchfind1contnt1/>
  336. <srchfind1contnt2/>
  337. <srchfind1contnt3/>
  338. <srchfind2contnt1/>
  339. <srchfind2contnt2/>
  340. <srchfind2contnt3/>
  341. <srchdiag1/>
  342. <srchdiag2/>
  343. <srchdiag3/>
  344. <srchcomplic/>
  345. <srchrecommend/>
  346. <srchremark/>
  347. <readdrid1/>
  348. <readdrid2/>
  349. <readdrid3/>
  350. <workdd/>
  351. <srchtherap/>
  352. </ercp>
  353. <ptcs>
  354. <reason/>
  355. <drug/>
  356. <medic/>
  357. <bowelprep/>
  358. <procedure/>
  359. <rectalexam/>
  360. <find1contnt1/>
  361. <find1contnt2/>
  362. <find1contnt3/>
  363. <find2contnt1/>
  364. <find2contnt2/>
  365. <find2contnt3/>
  366. <diag1/>
  367. <diag2/>
  368. <diag3/>
  369. <therap/>
  370. <complic/>
  371. <clotest/>
  372. <recommend/>
  373. <remark/>
  374. <sleepyn/>
  375. <pacsyn/>
  376. <video/>
  377. <cytologyyn/>
  378. <cloyn/>
  379. <phyn/>
  380. <samplingyn/>
  381. <cultureyn/>
  382. <aspirationyn/>
  383. <biopsytn/>
  384. <polypectyn/>
  385. <esdemryn/>
  386. <ampullectomyyn/>
  387. <srchreason/>
  388. <srchdrug/>
  389. <srchmedic/>
  390. <srchbowelprep/>
  391. <srchprocedure/>
  392. <srchrectalexam/>
  393. <srchfind1contnt1/>
  394. <srchfind1contnt2/>
  395. <srchfind1contnt3/>
  396. <srchfind2contnt1/>
  397. <srchfind2contnt2/>
  398. <srchfind2contnt3/>
  399. <srchdiag1/>
  400. <srchdiag2/>
  401. <srchdiag3/>
  402. <srchtherap/>
  403. <srchcomplic/>
  404. <srchrecommend/>
  405. <srchremark/>
  406. <readdrid1/>
  407. <readdrid2/>
  408. <readdrid3/>
  409. <workdd/>
  410. </ptcs>
  411. <eus>
  412. <reason/>
  413. <drug/>
  414. <medic/>
  415. <bowelprep/>
  416. <procedure/>
  417. <rectalexam/>
  418. <find1contnt1/>
  419. <find1contnt2/>
  420. <find1contnt3/>
  421. <find2contnt1/>
  422. <find2contnt2/>
  423. <find2contnt3/>
  424. <diag1/>
  425. <diag2/>
  426. <diag3/>
  427. <therap/>
  428. <complic/>
  429. <clotest/>
  430. <recommend/>
  431. <remark/>
  432. <sleepyn/>
  433. <pacsyn/>
  434. <video/>
  435. <cytologyyn/>
  436. <cloyn/>
  437. <phyn/>
  438. <samplingyn/>
  439. <cultureyn/>
  440. <aspirationyn/>
  441. <biopsytn/>
  442. <polypectyn/>
  443. <esdemryn/>
  444. <ampullectomyyn/>
  445. <srchreason/>
  446. <srchdrug/>
  447. <srchmedic/>
  448. <srchbowelprep/>
  449. <srchprocedure/>
  450. <srchrectalexam/>
  451. <srchfind1contnt1/>
  452. <srchfind1contnt2/>
  453. <srchfind1contnt3/>
  454. <srchfind2contnt1/>
  455. <srchfind2contnt2/>
  456. <srchfind2contnt3/>
  457. <srchdiag1/>
  458. <srchdiag2/>
  459. <srchdiag3/>
  460. <srchtherap/>
  461. <srchcomplic/>
  462. <srchrecommend/>
  463. <srchremark/>
  464. <readdrid1/>
  465. <readdrid2/>
  466. <readdrid3/>
  467. <workdd/>
  468. </eus>
  469. <lb>
  470. <reason/>
  471. <drug/>
  472. <medic/>
  473. <bowelprep/>
  474. <procedure/>
  475. <rectalexam/>
  476. <find1contnt1/>
  477. <find1contnt2/>
  478. <find1contnt3/>
  479. <find2contnt1/>
  480. <find2contnt2/>
  481. <find2contnt3/>
  482. <diag1/>
  483. <diag2/>
  484. <diag3/>
  485. <therap/>
  486. <complic/>
  487. <clotest/>
  488. <recommend/>
  489. <remark/>
  490. <sleepyn/>
  491. <pacsyn/>
  492. <video/>
  493. <cytologyyn/>
  494. <cloyn/>
  495. <phyn/>
  496. <samplingyn/>
  497. <cultureyn/>
  498. <aspirationyn/>
  499. <biopsytn/>
  500. <polypectyn/>
  501. <esdemryn/>
  502. <ampullectomyyn/>
  503. <srchreason/>
  504. <srchdrug/>
  505. <srchmedic/>
  506. <srchbowelprep/>
  507. <srchprocedure/>
  508. <srchrectalexam/>
  509. <srchfind1contnt1/>
  510. <srchfind1contnt2/>
  511. <srchfind1contnt3/>
  512. <srchfind2contnt1/>
  513. <srchfind2contnt2/>
  514. <srchfind2contnt3/>
  515. <srchdiag1/>
  516. <srchdiag2/>
  517. <srchdiag3/>
  518. <srchtherap/>
  519. <srchcomplic/>
  520. <srchrecommend/>
  521. <srchremark/>
  522. <readdrid1/>
  523. <readdrid2/>
  524. <readdrid3/>
  525. <workdd/>
  526. </lb>
  527. <rs>
  528. <reason/>
  529. <drug/>
  530. <medic/>
  531. <bowelprep/>
  532. <procedure/>
  533. <rectalexam/>
  534. <find1contnt1/>
  535. <find1contnt2/>
  536. <find1contnt3/>
  537. <find2contnt1/>
  538. <find2contnt2/>
  539. <find2contnt3/>
  540. <diag1/>
  541. <diag2/>
  542. <diag3/>
  543. <therap/>
  544. <complic/>
  545. <clotest/>
  546. <recommend/>
  547. <remark/>
  548. <sleepyn/>
  549. <pacsyn/>
  550. <video/>
  551. <cytologyyn/>
  552. <cloyn/>
  553. <phyn/>
  554. <samplingyn/>
  555. <cultureyn/>
  556. <aspirationyn/>
  557. <biopsytn/>
  558. <polypectyn/>
  559. <esdemryn/>
  560. <ampullectomyyn/>
  561. <srchreason/>
  562. <srchdrug/>
  563. <srchmedic/>
  564. <srchbowelprep/>
  565. <srchprocedure/>
  566. <srchrectalexam/>
  567. <srchfind1contnt1/>
  568. <srchfind1contnt2/>
  569. <srchfind1contnt3/>
  570. <srchfind2contnt1/>
  571. <srchfind2contnt2/>
  572. <srchfind2contnt3/>
  573. <srchdiag1/>
  574. <srchdiag2/>
  575. <srchdiag3/>
  576. <srchtherap/>
  577. <srchcomplic/>
  578. <srchrecommend/>
  579. <srchremark/>
  580. <readdrid1/>
  581. <readdrid2/>
  582. <readdrid3/>
  583. <workdd/>
  584. </rs>
  585. </examform>
  586. <popupendflag/>
  587. <patinfo>
  588. <patinfolist/>
  589. </patinfo>
  590. </main>
  591. <hidden>
  592. <read/>
  593. </hidden>
  594. <hidden2>
  595. <read2>
  596. <tmplcd/>
  597. <rsltkind/>
  598. <readdrid1/>
  599. <readdrid2/>
  600. <readdrid3/>
  601. <workdd/>
  602. <reason/>
  603. <drug/>
  604. <medic/>
  605. <bowelprep/>
  606. <procedure/>
  607. <rectalexam/>
  608. <find1contnt1/>
  609. <find1contnt2/>
  610. <find1contnt3/>
  611. <find2contnt1/>
  612. <find2contnt2/>
  613. <find2contnt3/>
  614. <diag1/>
  615. <diag2/>
  616. <diag3/>
  617. <therap/>
  618. <complic/>
  619. <recommend/>
  620. <clotest/>
  621. <remark/>
  622. <sleepyn/>
  623. <pacsyn/>
  624. <video/>
  625. <cytologyyn/>
  626. <cloyn/>
  627. <phyn/>
  628. <samplingyn/>
  629. <cultureyn/>
  630. <aspirationyn/>
  631. <biopsytn/>
  632. <polypectyn/>
  633. <esdemryn/>
  634. <ampullectomyyn/>
  635. <srchreason/>
  636. <srchdrug/>
  637. <srchmedic/>
  638. <srchbowelprep/>
  639. <srchprocedure/>
  640. <srchrectalexam/>
  641. <srchfind1contnt1/>
  642. <srchfind1contnt2/>
  643. <srchfind1contnt3/>
  644. <srchfind2contnt1/>
  645. <srchfind2contnt2/>
  646. <srchfind2contnt3/>
  647. <srchdiag1/>
  648. <srchdiag2/>
  649. <srchdiag3/>
  650. <srchtherap/>
  651. <srchcomplic/>
  652. <srchrecommend/>
  653. <srchremark/>
  654. </read2>
  655. </hidden2>
  656. <tmp>
  657. <data/>
  658. <suppdeptcd/>
  659. </tmp>
  660. <source>
  661. <srchcond/>
  662. <pid/>
  663. <hngnm/>
  664. <rrgstno1/>
  665. <rrgstno2/>
  666. </source>
  667. </root>
  668. </instance>
  669. <script type="javascript" ev:event="xforms-ready">
  670. <![CDATA[
  671. ipt_date1.value = getCurrentDate();
  672. ipt_date2.value = getCurrentDate();
  673. // checkbox4.disabled = true ;
  674. //model.setValue("root/send/globalinstance/instance1" , "2010300000") ; // 테스트용
  675. //20130203 김영기 사용자별 근무지 부서코드 호출
  676. //fGetUserSuppdeptcd();
  677. /*근무지 부서를 가지고 온다.*/
  678. aezfSetSuppDeptcd();
  679. /*검사실 코드를 가지고 온다.*/
  680. submit("TRAEA01201");
  681. /*CLO TEST 결과 */
  682. /*
  683. astGetComboList( new Array("R001", "R002", "R003", "RCLO"),
  684. new Array("/root/init/baseinfo", "/root/init/baseinfo", "/root/init/baseinfo", "/root/init/baseinfo") );
  685. submit("TRAAA00001", false);
  686. */
  687. fsetMd();
  688. var userid = getUserId();
  689. var permission = "N";
  690. /*상용구 권한*/
  691. for(var i = 1 ; i <= getNodesetCount("/root/main/execuserlist/item0") ; i++){
  692. if ( model.getValue("/root/main/execuserlist/item0["+ i +"]/exur1") == "Y" ){
  693. if ( model.getValue("/root/main/execuserlist/item0["+ i +"]/userid") == userid ){
  694. permission = "Y";
  695. }
  696. }
  697. }
  698. model.setValue("/root/send/check/permission",permission);
  699. btn_case1.selected ;
  700. model.toggle("case1");
  701. btn_egd.selected ;
  702. model.toggle("case4");
  703. btn_save3.visible = true;
  704. // btn_del2.visible = false;
  705. btn_del2.disabled = true;
  706. model.copyNode("root/tmp2/examform" , "root/main/examform");
  707. model.refresh();
  708. ]]>
  709. </script>
  710. <submission id="TRAAA00001"/>
  711. <submission id="TRZBC00101"/>
  712. <submission id="TRAER00823" mediatype="application/x-www-form-urlencoded" ref="/root/send" replace="instance" resultref="/root/init/cmb_basecd"/>
  713. <submission id="TRAEA01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/globalinstance/instance1" resultref="/root/init/cmb_info"/>
  714. <submission id="TRAER00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/rsltinpt"/>
  715. <submission id="TRAER00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/rsltinpt1"/>
  716. <submission id="TXAER15001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" replace="instance" resultref="/root/message"/>
  717. <submission id="TRAEB00010" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/codelist"/>
  718. <submission id="TXAER15002" mediatype="application/x-www-form-urlencoded" method="post" ref="root/send/execdata" replace="instance" resultref="/root/message"/>
  719. <submission id="TRAER15001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/fgetread" resultref="/root/hidden/read"/>
  720. <submission id="TRAEB00610" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/execuserlist"/>
  721. <submission id="TXAER15003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send2/save2" resultref="/root/hidden/"/>
  722. <submission id="TXAEA01513" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/display" replace="instance" resultref="/root/hidden/ret"/>
  723. <submission id="TRAER15002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/userid/userid" resultref="/root/tmp/suppdeptcd"/>
  724. <submission id="TRPMC02500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/source" resultref="/root/main/result/patinfo"/>
  725. </model>
  726. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  727. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  728. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  729. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  730. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  731. <script type="javascript" src="../../../com/pacsweb/js/ZEP001.js"/>
  732. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  733. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  734. <script type="javascript" src="../../../ast/examcureweb/js/combolist.js"/>
  735. <script type="javascript" src="../../../emr/carecomweb/js/ENRSignEngine.js"/>
  736. <script type="javascript" src="../../../ast/recpatweb/js/SMMMT00200.js"/>
  737. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  738. <script type="javascript">
  739. <![CDATA[
  740. function fsetHardRslt(getitem,setitem){
  741. var str = model.getValue("/root/main/examform/"+ getitem + "");
  742. str = str.toUpperCase().getTrim();
  743. var str1 = "";
  744. var str2 = "";
  745. var defstr = "";
  746. if( getitem == "egd/find1contnt1" ){
  747. str1 = "The esophageal mucosa was normal.".toUpperCase().getTrim();
  748. str2 = "Normal esophageal mucosa.";
  749. }else if( getitem == "egd/find1contnt2" ){
  750. str1 = "The gastric mucosa was normal.".toUpperCase().getTrim();
  751. str2 = "Normal gastric mucosa.";
  752. }else if( getitem == "egd/find1contnt3" ){
  753. str1 = "The duodenal mucosa was normal.".toUpperCase().getTrim();
  754. str2 = "Normal duodenal mucosa.";
  755. }else if( getitem == "ercp/find2contnt1" ){
  756. str1 = "Opacification of bilary system was unremarkable.".toUpperCase().getTrim();
  757. str2 = "Normal cholangiogram";
  758. }
  759. if( str1 != "" ){
  760. if ( str.indexOf(str1) > -1 ) {
  761. defstr = model.getValue("/root/main/examform/"+ setitem + "" ) + str2;
  762. model.setValue("/root/main/examform/"+ setitem + "" , defstr );
  763. }
  764. }
  765. model.refresh();
  766. }
  767. /*******************************************************************************************************************************************************************/
  768. // 통합기록조회 팝업
  769. /*******************************************************************************************************************************************************************/
  770. function fTotalRprtSrch(){
  771. var pid = model.getValue("root/main/exambaseinfo/pid");
  772. if(pid == ""){
  773. messageBox("대상 환자를", "C002");
  774. return;
  775. }
  776. var wndobj = getOpenWindow("SMMRI00400");
  777. if(wndobj != null){
  778. setParameter("SMMRI00400_param_pid", model.getValue("root/main/exambaseinfo/pid"));
  779. wndobj.javascript.fInitalize();
  780. }else{
  781. setParameter("SMMRI00400_param_pid", model.getValue("root/main/exambaseinfo/pid"));
  782. open("SMMRI00400", 2, 0, 0);
  783. }
  784. }
  785. function fsetSeletedCase(){
  786. var xpath = "";
  787. if(btn_egd.selected == true){
  788. xpath = "egd" ;
  789. }else if (btn_cf.selected == true){
  790. xpath = "cf" ;
  791. } else if (btn_fs.selected == true){
  792. xpath = "fs" ;
  793. } else if (btn_ercp.selected == true){
  794. xpath = "ercp" ;
  795. } else if (btn_ptcs.selected == true){
  796. xpath = "ptcs" ;
  797. } else if (btn_eus.selected == true){
  798. xpath = "eus" ;
  799. } else if (btn_lb.selected == true){
  800. xpath = "lb" ;
  801. } else if (btn_rs.selected == true){
  802. xpath = "rs" ;
  803. }
  804. return xpath ;
  805. }
  806. /*날짜 입력 체크 */
  807. function DateCheck() {
  808. if (model.getValue("/root/send/reqdata/execdd") == ""){
  809. messageBox("적용시행시작일자는 필수 입력항목입니다.", "E999", "");
  810. return false;
  811. }
  812. if (isValidDateTime(model.getValue("/root/send/reqdata/execdd"), "YYYYMMDD") == false){
  813. messageBox("적용시작일자의 날짜 형식이 잘못 입력되었습니다.", "E999", "");
  814. return false;
  815. }
  816. if (model.getValue("/root/send/reqdata/exectodd") == ""){
  817. messageBox("적용시행종료일자는 필수 입력항목입니다.", "E999", "");
  818. return false;
  819. }
  820. if (isValidDateTime(model.getValue("/root/send/reqdata/exectodd"), "YYYYMMDD") == false){
  821. messageBox("적용시행종료일자의 날짜 형식이 잘못 입력되었습니다.", "E999", "");
  822. return false;
  823. }
  824. if (model.getValue("/root/send/reqdata/execdd") > model.getValue("/root/send/reqdata/exectodd")){
  825. messageBox("적용시작일이 종료일보다 큽니다.", "E999", "");
  826. return false;
  827. }
  828. return true;
  829. }
  830. function readFuncCheck(){
  831. model.resetInstanceNode("root/main/examform");
  832. model.resetInstanceNode("root/main/exambaseinfo");
  833. if (!DateCheck()) {
  834. return;
  835. }
  836. if (btn_case1.selected == true){ // 판독대상자
  837. readfunc();
  838. }else if (btn_case2.selected == true){ // 판독완료
  839. readfunc1();
  840. }
  841. }
  842. /*판독대상자조회 */
  843. function readfunc() {
  844. model.removeNodeset("/root/main/rsltinpt/rsltlist");
  845. model.makeValue("/root/send/reqdata/basecd", cmb_excuroom.value); //검사실별 조회
  846. model.setValue("/root/send/reqdata/inqgb", "1"); // 판독대상자 조회 구분
  847. model.setValue("/root/send/reqdata/deptgubun", "1"); // 판독대상자 조회 구분
  848. model.setValue("/root/send/reqdata/nocheck", "N"); // 판독대상자 조회 구분
  849. model.setValue("/root/send/reqdata/basesuppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
  850. model.setValue("/root/send/reqdata/rsltkind", "00"); // 서식분류 구분(내시경)
  851. submit("TRAER00401",false);
  852. // 그리드 색상 설정
  853. fSetSubDetailGrid();
  854. var msg = model.getValue("/root/properties/error/msg");
  855. var refCnt = msg.substring(0, 1);
  856. if( refCnt == "0" || refCnt == "") {
  857. //messageBox("조회된 결과가 없습니다.", "E999", "");
  858. }
  859. if (model.getValue("/root/main/rsltinpt/rsltlist[" + 1 + "]/no") == ""){
  860. model.removeNodeset("/root/main/rsltinpt/rsltlist");
  861. }
  862. model.refresh();
  863. aezfSetRowStyle("grd_mainordlist3" , "8" , "Y" , "choiordflag" ); // 진료선택이 Y이면 색깔
  864. }
  865. /*판독이후 대상자 */
  866. function readfunc1() {
  867. model.removeNodeset("/root/main/rsltinpt1/rsltlist1");
  868. model.setValue("/root/send/reqdata/inqgb", "2");
  869. model.makeValue("/root/send/reqdata/basecd", cmb_excuroom.value); //검사실별 조회
  870. model.setValue("/root/send/reqdata/deptgubun", "1"); // 판독대상자 조회 구분
  871. model.setValue("/root/send/reqdata/nocheck", "N"); // 판독대상자 조회 구분
  872. model.setValue("/root/send/reqdata/basesuppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
  873. model.setValue("/root/send/reqdata/rsltkind", "00"); // 서식분류 구분(내시경)
  874. submit("TRAER00402");
  875. var msg = model.getValue("/root/properties/error/msg");
  876. var refCnt = msg.substring(0, 1);
  877. if( refCnt == "0" || refCnt == "") {
  878. //messageBox("조회된 결과가 없습니다.", "E999", "");
  879. }
  880. // 그리드 색상 설정
  881. fSetSubDetailGrid();
  882. if (model.getValue("/root/main/rsltinpt1/rsltlist1[" + 1 + "]/no") == ""){
  883. model.removeNodeset("/root/main/rsltinpt1/rsltlist1");
  884. }
  885. model.refresh();
  886. }
  887. /*좌측 환자목록에서 환자 선택후 우측 결과 내용 탭에 해당 내용보여짐 */
  888. function fselectCase(){
  889. //setParameter("SMAER00400_patholno", "0");
  890. var row = "" ;
  891. var xpath = "" ;
  892. var curDate = getCurrentDate();
  893. var clorslt = "" ;
  894. if(btn_case1.selected == true ) {
  895. xpath = "rsltinpt/rsltlist";
  896. row = grd_mainordlist3.row ;
  897. }else if(btn_case2.selected == true ) {
  898. xpath = "rsltinpt1/rsltlist1";
  899. row = grd_mainordlist5.row ;
  900. clorslt = model.getValue("/root/main/"+xpath+"[" + row + "]/clostat" ); // 간호에서 clo 결과 입력 했을시 결과 자동으로 최근 입력값 넣어줌
  901. }
  902. if( row > 0 ) {
  903. /*환자 정보 설정 & 처방 기본정보 설정(상단 정보 설정) */
  904. model.copyNode("root/main/exambaseinfo" , "root/main/"+xpath+"[" + row + "]" );
  905. /* 약어 // 서식 풀네임 // 서식코드
  906. EGD ESOPHAGOGASTRODUODENOSCOPY REPORT 1200006066
  907. CF COLONSCOPY REPORT 1200006067
  908. FS FLEXIBLE SIGMOIDOSCOPY REPORT 1200006068
  909. ERCP DUODENOSCOPY AND ERCP REPORT 1200006069
  910. PTCS PERCUANEOUS TRANSHEPATIC CHOLEDOCHOSCOPY REPORT 1200006070
  911. EUS ENDOSCOPIC ULTRASONOGRAPHY REPORT 1200006071
  912. LB LIVER BIOPSY 1200006072
  913. RS RECTOSCOPY REPORT 1200006073
  914. */
  915. // 결과 저장 한 것만 결과 보여줌
  916. // if(btn_case2.selected == true ){
  917. /*입력된 결과 내용 보여짐 */
  918. fgetReadedData(clorslt);
  919. // }
  920. /*조회 기준자료에 등록된 서식에 따른 결과입력 탭 구분 */
  921. // if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006066" || model.getValue("/root/main/"+xpath+"[" + row + "]/tmplcd2") == "1200006066") {
  922. if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1000008513" || model.getValue("/root/main/"+xpath+"[" + row + "]/tmplcd2") == "1000008513") {
  923. btn_egd.selected = true; // 그리드 버튼
  924. model.toggle("case4"); // 해당탭
  925. egd_workdd.disabled = true ; // 작업일자
  926. if(btn_case1.selected == true ){
  927. model.makeValue("root/main/examform/egd/workdd" , curDate ) ; // 작업일자에 현재일자
  928. model.makeValue("/root/main/examform/egd/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  929. }
  930. } else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006067" ) {
  931. btn_cf.selected = true;
  932. model.toggle("case5");
  933. cf_workdd.disabled = true ;
  934. if(btn_case1.selected == true ){
  935. model.setValue("root/main/examform/cf/workdd" , curDate ) ; // 작업일자에 현재일자
  936. model.makeValue("/root/main/examform//cf/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  937. }
  938. /*}else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006068" ) {*/
  939. }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1000008523" ) {
  940. btn_fs.selected = true;
  941. model.toggle("case6");
  942. fs_workdd.disabled = true ;
  943. if(btn_case1.selected == true ){
  944. model.setValue("root/main/examform/fs/workdd" , curDate ) ; // 작업일자에 현재일자
  945. model.makeValue("/root/main/examform/fs/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  946. }
  947. //}else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006069" ) {
  948. }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1000008515" ) {
  949. btn_ercp.selected = true;
  950. model.toggle("case7");
  951. ercp_workdd.disabled = true ;
  952. if(btn_case1.selected == true ){
  953. model.setValue("root/main/examform/ercp/workdd" , curDate ) ; // 작업일자에 현재일자
  954. model.makeValue("/root/main/examform/ercp/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  955. }
  956. }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006070" ) {
  957. btn_ptcs.selected = true;
  958. model.toggle("case8");
  959. ptcs_workdd.disabled = true ;
  960. if(btn_case1.selected == true ){
  961. model.setValue("root/main/examform/ptcs/workdd" , curDate ) ; // 작업일자에 현재일자
  962. model.makeValue("/root/main/examform/ptcs/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  963. }
  964. // }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006071" ) {
  965. }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1000008514" ) {
  966. btn_eus.selected = true;
  967. model.toggle("case9");
  968. eus_workdd.disabled = true ;
  969. if(btn_case1.selected == true ){
  970. model.setValue("root/main/examform/eus/workdd" , curDate ) ; // 작업일자에 현재일자
  971. model.makeValue("/root/main/examform/eus/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  972. }
  973. }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006072" ) {
  974. btn_lb.selected = true;
  975. model.toggle("case10");
  976. lb_workdd.disabled = true ;
  977. if(btn_case1.selected == true ){
  978. model.setValue("root/main/examform/lb/workdd" , curDate ) ; // 작업일자에 현재일자
  979. model.makeValue("/root/main/examform/lb/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  980. }
  981. }else if(model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006073" ) {
  982. btn_rs.selected = true;
  983. model.toggle("case11");
  984. rs_workdd.disabled = true ;
  985. if(btn_case1.selected == true ){
  986. model.setValue("root/main/examform/rs/workdd" , curDate ) ; // 작업일자에 현재일자
  987. model.makeValue("/root/main/examform/rs/readdrid1" , model.getValue("/root/main/exambaseinfo/cnfmmanid2")) ;
  988. }
  989. }else if((model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006066" )||
  990. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006067" )||
  991. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006068" )||
  992. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006069" )||
  993. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006070" )||
  994. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006071" )||
  995. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006072" )||
  996. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "1200006073" )){
  997. messageBox("검사치료코드 관리에서 결과 서식설정이 잘못되었습니다. 확인바랍니다.", "E999", "");
  998. return 0 ;
  999. }else if((model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "" )||
  1000. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "0" ) ||
  1001. (model.getValue("/root/main/"+xpath+"[" + row + "]/rslttmplcd") == "-" )) {
  1002. messageBox("검사치료코드 관리에서 결과 서식설정이 않되어 있습니다. 확인바랍니다.", "E999", "");
  1003. }
  1004. }
  1005. model.refresh();
  1006. }
  1007. /*서식 대상 데이터 만들기 */
  1008. function fselectKind(xpath){
  1009. md1nm = "";
  1010. md2nm = "";
  1011. md3nm = "";
  1012. if(xpath == "egd"){
  1013. md1nm = combo2.label;
  1014. md2nm = combo3.label;
  1015. md3nm = combo4.label;
  1016. }else if (xpath == "cf"){
  1017. md1nm = combo5.label;
  1018. md2nm = combo6.label;
  1019. md3nm = combo7.label;
  1020. } else if (xpath == "fs"){
  1021. md1nm = combo11.label;
  1022. md2nm = combo12.label;
  1023. md3nm = combo13.label;
  1024. } else if (xpath == "ercp"){
  1025. md1nm = combo8.label;
  1026. md2nm = combo9.label;
  1027. md3nm = combo10.label;
  1028. } else if (xpath == "ptcs"){
  1029. md1nm = combo15.label;
  1030. md2nm = combo16.label;
  1031. md3nm = combo14.label;
  1032. } else if (xpath == "eus"){
  1033. md1nm = combo19.label;
  1034. md2nm = combo17.label;
  1035. md3nm = combo18.label;
  1036. } else if (xpath == "lb"){
  1037. md1nm = combo22.label;
  1038. md2nm = combo20.label;
  1039. md3nm = combo21.label;
  1040. }else if (xpath == "rs"){
  1041. md1nm = combo23.label;
  1042. md2nm = combo24.label;
  1043. md3nm = combo25.label;
  1044. }
  1045. /*공통데이터*/
  1046. model.makeValue("root/tmp/data/pid", model.getValue("root/main/exambaseinfo/pid" ));
  1047. model.makeValue("root/tmp/data/orddd", model.getValue("root/main/exambaseinfo/orddd" ));
  1048. model.makeValue("root/tmp/data/execprcpuniqno", model.getValue("root/main/exambaseinfo/execprcpuniqno" ));
  1049. model.makeValue("root/tmp/data/cretno", model.getValue("root/main/exambaseinfo/cretno" ));
  1050. model.makeValue("root/tmp/data/signno", model.getValue("root/main/exambaseinfo/signno" ));
  1051. model.makeValue("root/tmp/data/sex", model.getValue("root/main/exambaseinfo/sex2" ));
  1052. model.makeValue("root/tmp/data/age", model.getValue("root/main/exambaseinfo/age" ));
  1053. model.makeValue("root/tmp/data/depthngnm", model.getValue("root/main/exambaseinfo/depthngnm" ));
  1054. model.makeValue("root/tmp/data/usernm", model.getValue("root/main/exambaseinfo/usernm" ));
  1055. model.makeValue("root/tmp/data/rrgstno", model.getValue("root/main/exambaseinfo/rrgstno" ));
  1056. model.makeValue("root/tmp/data/ioflag", model.getValue("root/main/exambaseinfo/ioflag1" ));
  1057. model.makeValue("root/tmp/data/hngnm", model.getValue("root/main/exambaseinfo/hngnm" ));
  1058. model.makeValue("root/tmp/data/execdd", model.getValue("root/main/exambaseinfo/excuexectodd" ));
  1059. model.makeValue("root/tmp/data/md1nm", md1nm);
  1060. model.makeValue("root/tmp/data/md2nm", md2nm);
  1061. model.makeValue("root/tmp/data/md3nm", md3nm );
  1062. /*서식별 데이터는 xpath 경로로 설정 */
  1063. model.makeValue("root/tmp/data/reason", model.getValue("root/main/examform/"+xpath+"/reason"));
  1064. model.makeValue("root/tmp/data/drug", model.getValue("root/main/examform/"+xpath+"/drug"));
  1065. model.makeValue("root/tmp/data/medic", model.getValue("root/main/examform/"+xpath+"/medic"));
  1066. model.makeValue("root/tmp/data/bowelprep", model.getValue("root/main/examform/"+xpath+"/bowelprep"));
  1067. model.makeValue("root/tmp/data/procedure", model.getValue("root/main/examform/"+xpath+"/procedure"));
  1068. model.makeValue("root/tmp/data/rectalexam", model.getValue("root/main/examform/"+xpath+"/rectalexam"));
  1069. model.makeValue("root/tmp/data/find1contnt1", model.getValue("root/main/examform/"+xpath+"/find1contnt1"));
  1070. model.makeValue("root/tmp/data/find1contnt2", model.getValue("root/main/examform/"+xpath+"/find1contnt2"));
  1071. model.makeValue("root/tmp/data/find1contnt3", model.getValue("root/main/examform/"+xpath+"/find1contnt3"));
  1072. model.makeValue("root/tmp/data/find2contnt1", model.getValue("root/main/examform/"+xpath+"/find2contnt1"));
  1073. model.makeValue("root/tmp/data/find2contnt2", model.getValue("root/main/examform/"+xpath+"/find2contnt2"));
  1074. model.makeValue("root/tmp/data/find2contnt3", model.getValue("root/main/examform/"+xpath+"/find2contnt3"));
  1075. model.makeValue("root/tmp/data/diag1", model.getValue("root/main/examform/"+xpath+"/diag1"));
  1076. model.makeValue("root/tmp/data/diag2", model.getValue("root/main/examform/"+xpath+"/diag2"));
  1077. model.makeValue("root/tmp/data/diag3", model.getValue("root/main/examform/"+xpath+"/diag3"));
  1078. model.makeValue("root/tmp/data/therap", model.getValue("root/main/examform/"+xpath+"/therap"));
  1079. model.makeValue("root/tmp/data/complic", model.getValue("root/main/examform/"+xpath+"/complic"));
  1080. model.makeValue("root/tmp/data/clotest", model.getValue("root/main/examform/"+xpath+"/clotest"));
  1081. model.makeValue("root/tmp/data/recommend", model.getValue("root/main/examform/"+xpath+"/recommend"));
  1082. model.makeValue("root/tmp/data/remark", model.getValue("root/main/examform/"+xpath+"/remark"));
  1083. model.makeValue("root/tmp/data/sleepyn", model.getValue("root/main/examform/"+xpath+"/sleepyn"));
  1084. model.makeValue("root/tmp/data/pacsyn", model.getValue("root/main/examform/"+xpath+"/pacsyn"));
  1085. model.makeValue("root/tmp/data/video", model.getValue("root/main/examform/"+xpath+"/video"));
  1086. model.makeValue("root/tmp/data/cytologyyn", model.getValue("root/main/examform/"+xpath+"/cytologyyn"));
  1087. model.makeValue("root/tmp/data/cloyn", model.getValue("root/main/examform/"+xpath+"/cloyn"));
  1088. model.makeValue("root/tmp/data/phyn", model.getValue("root/main/examform/"+xpath+"/phyn"));
  1089. model.makeValue("root/tmp/data/samplingyn", model.getValue("root/main/examform/"+xpath+"/samplingyn"));
  1090. model.makeValue("root/tmp/data/cultureyn", model.getValue("root/main/examform/"+xpath+"/cultureyn"));
  1091. model.makeValue("root/tmp/data/aspirationyn", model.getValue("root/main/examform/"+xpath+"/aspirationyn"));
  1092. model.makeValue("root/tmp/data/biopsytn", model.getValue("root/main/examform/"+xpath+"/biopsytn"));
  1093. model.makeValue("root/tmp/data/polypectyn", model.getValue("root/main/examform/"+xpath+"/polypectyn"));
  1094. model.makeValue("root/tmp/data/esdemryn", model.getValue("root/main/examform/"+xpath+"/esdemryn"));
  1095. model.makeValue("root/tmp/data/ampullectomyyn", model.getValue("root/main/examform/"+xpath+"/ampullectomyyn"));
  1096. model.makeValue("root/tmp/data/srchreason", model.getValue("root/main/examform/"+xpath+"/srchreason"));
  1097. model.makeValue("root/tmp/data/srchdrug", model.getValue("root/main/examform/"+xpath+"/srchdrug"));
  1098. model.makeValue("root/tmp/data/srchmedic", model.getValue("root/main/examform/"+xpath+"/srchmedic"));
  1099. model.makeValue("root/tmp/data/srchbowelprep", model.getValue("root/main/examform/"+xpath+"/srchbowelprep"));
  1100. model.makeValue("root/tmp/data/srchprocedure", model.getValue("root/main/examform/"+xpath+"/srchprocedure"));
  1101. model.makeValue("root/tmp/data/srchrectalexam", model.getValue("root/main/examform/"+xpath+"/srchrectalexam"));
  1102. model.makeValue("root/tmp/data/srchfind1contnt1", model.getValue("root/main/examform/"+xpath+"/srchfind1contnt1"));
  1103. model.makeValue("root/tmp/data/srchfind1contnt2", model.getValue("root/main/examform/"+xpath+"/srchfind1contnt2"));
  1104. model.makeValue("root/tmp/data/srchfind1contnt3", model.getValue("root/main/examform/"+xpath+"/srchfind1contnt3"));
  1105. model.makeValue("root/tmp/data/srchfind2contnt1", model.getValue("root/main/examform/"+xpath+"/srchfind2contnt1"));
  1106. model.makeValue("root/tmp/data/srchfind2contnt2", model.getValue("root/main/examform/"+xpath+"/srchfind2contnt2"));
  1107. model.makeValue("root/tmp/data/srchfind2contnt3", model.getValue("root/main/examform/"+xpath+"/srchfind2contnt3"));
  1108. model.makeValue("root/tmp/data/srchdiag1", model.getValue("root/main/examform/"+xpath+"/srchdiag1"));
  1109. model.makeValue("root/tmp/data/srchdiag2", model.getValue("root/main/examform/"+xpath+"/srchdiag2"));
  1110. model.makeValue("root/tmp/data/srchdiag3", model.getValue("root/main/examform/"+xpath+"/srchdiag3"));
  1111. model.makeValue("root/tmp/data/srchtherap", model.getValue("root/main/examform/"+xpath+"/srchtherap"));
  1112. model.makeValue("root/tmp/data/srchcomplic", model.getValue("root/main/examform/"+xpath+"/srchcomplic"));
  1113. model.makeValue("root/tmp/data/srchrecommend", model.getValue("root/main/examform/"+xpath+"/srchrecommend"));
  1114. model.makeValue("root/tmp/data/srchremark", model.getValue("root/main/examform/"+xpath+"/srchremark"));
  1115. model.makeValue("root/tmp/data/readdrid1", model.getValue("root/main/examform/"+xpath+"/readdrid1"));
  1116. model.makeValue("root/tmp/data/readdrid2", model.getValue("root/main/examform/"+xpath+"/readdrid2"));
  1117. model.makeValue("root/tmp/data/readdrid3", model.getValue("root/main/examform/"+xpath+"/readdrid3"));
  1118. model.makeValue("root/tmp/data/workdd", model.getValue("root/main/examform/"+xpath+"/workdd"));
  1119. }
  1120. /*입력한 기록에 대한 처리를 위해 send/data 에 셋팅 - 너무 길어서 따로 뻄 .. */
  1121. function fmakeData(xpath){
  1122. var rsltkind = "" ;
  1123. if(xpath == "egd"){
  1124. rsltkind = 0 ;
  1125. }else if (xpath == "cf"){
  1126. rsltkind= 1 ;
  1127. } else if (xpath == "fs"){
  1128. rsltkind = 2 ;
  1129. } else if (xpath == "ercp"){
  1130. rsltkind = 3 ;
  1131. } else if (xpath == "ptcs"){
  1132. rsltkind = 4 ;
  1133. } else if (xpath == "eus"){
  1134. rsltkind = 5 ;
  1135. } else if (xpath == "lb"){
  1136. rsltkind = 6 ;
  1137. }else if (xpath == "rs"){
  1138. rsltkind = 7 ;
  1139. }
  1140. model.makeValue("root/send/save/data/rsltdd", model.getValue("root/main/exambaseinfo/rsltdd"));
  1141. model.makeValue("root/send/save/data/rsltno", model.getValue("root/main/exambaseinfo/rsltno"));
  1142. model.makeValue("root/send/save/data/suppdeptcd", model.getValue("root/main/exambaseinfo/suppdeptcd"));
  1143. model.makeValue("root/send/save/data/tmplcd", model.getValue("root/main/exambaseinfo/rslttmplcd")); //
  1144. model.makeValue("root/send/save/data/rsltkind", rsltkind);
  1145. model.makeValue("root/send/save/data/status", model.getValue("root/main/exambaseinfo/status")); //
  1146. model.makeValue("root/send/save/data/rslttm", model.getValue("root/main/exambaseinfo/rslttm"));
  1147. model.makeValue("root/send/save/data/execdd", model.getValue("root/main/exambaseinfo/excuexectodd"));
  1148. model.makeValue("root/send/save/data/workdd", model.getValue("root/tmp/data/workdd"));
  1149. model.makeValue("/root/send/save/data/pid", model.getValue("/root/main/exambaseinfo/pid"));
  1150. model.makeValue("root/send/save/data/hngnm", model.getValue("root/main/exambaseinfo/hngnm"));
  1151. model.makeValue("root/send/save/data/sex", model.getValue("root/main/exambaseinfo/sex2"));
  1152. model.makeValue("root/send/save/data/age", model.getValue("root/main/exambaseinfo/age"));
  1153. model.makeValue("root/send/save/data/rrgstno", model.getValue("root/main/exambaseinfo/rrgstno1"));
  1154. model.makeValue("root/send/save/data/ioflag", model.getValue("root/main/exambaseinfo/ioflag"));
  1155. model.makeValue("root/send/save/data/wardcd", model.getValue("root/main/exambaseinfo/wardcd"));
  1156. model.makeValue("root/send/save/data/orddrid", model.getValue("root/main/exambaseinfo/orddrid2"));
  1157. model.makeValue("root/send/save/data/execprcpuniqno",model.getValue("root/main/exambaseinfo/execprcpuniqno"));
  1158. model.makeValue("root/send/save/data/prcpdd", model.getValue("root/main/exambaseinfo/prcpdd"));
  1159. model.makeValue("root/send/save/data/formrecseq", model.getValue("root/main/exambaseinfo/formrecseq"));
  1160. // model.makeValue("root/send/save/data/formrecseq", "0");
  1161. model.makeValue("root/send/save/data/signno", model.getValue("root/main/exambaseinfo/signno"));
  1162. model.makeValue("root/send/save/data/orddeptcd", model.getValue("root/main/exambaseinfo/orddeptcd"));
  1163. model.makeValue("root/send/save/data/reason", model.getValue("root/tmp/data/reason"));
  1164. model.makeValue("root/send/save/data/drug", model.getValue("root/tmp/data/drug"));
  1165. model.makeValue("root/send/save/data/medic", model.getValue("root/tmp/data/medic"));
  1166. model.makeValue("root/send/save/data/bowelprep", model.getValue("root/tmp/data/bowelprep"));
  1167. model.makeValue("root/send/save/data/procedure", model.getValue("root/tmp/data/procedure"));
  1168. model.makeValue("root/send/save/data/rectalexam", model.getValue("root/tmp/data/rectalexam"));
  1169. model.makeValue("root/send/save/data/find1contnt1", model.getValue("root/tmp/data/find1contnt1"));
  1170. model.makeValue("root/send/save/data/find1contnt2", model.getValue("root/tmp/data/find1contnt2"));
  1171. model.makeValue("root/send/save/data/find1contnt3", model.getValue("root/tmp/data/find1contnt3"));
  1172. model.makeValue("root/send/save/data/find2contnt1", model.getValue("root/tmp/data/find2contnt1"));
  1173. model.makeValue("root/send/save/data/find2contnt2", model.getValue("root/tmp/data/find2contnt2"));
  1174. model.makeValue("root/send/save/data/find2contnt3", model.getValue("root/tmp/data/find2contnt3"));
  1175. model.makeValue("root/send/save/data/diag1", model.getValue("root/tmp/data/diag1"));
  1176. model.makeValue("root/send/save/data/diag2", model.getValue("root/tmp/data/diag2"));
  1177. model.makeValue("root/send/save/data/diag3", model.getValue("root/tmp/data/diag3"));
  1178. model.makeValue("root/send/save/data/therap", model.getValue("root/tmp/data/therap"));
  1179. model.makeValue("root/send/save/data/complic", model.getValue("root/tmp/data/complic"));
  1180. model.makeValue("root/send/save/data/clotest", model.getValue("root/tmp/data/clotest"));
  1181. model.makeValue("root/send/save/data/recommend", model.getValue("root/tmp/data/recommend"));
  1182. model.makeValue("root/send/save/data/remark", model.getValue("root/tmp/data/remark"));
  1183. model.makeValue("root/send/save/data/sleepyn", model.getValue("root/tmp/data/sleepyn"));
  1184. model.makeValue("root/send/save/data/pacsyn", model.getValue("root/tmp/data/pacsyn"));
  1185. model.makeValue("root/send/save/data/video", model.getValue("root/tmp/data/video"));
  1186. model.makeValue("root/send/save/data/cytologyyn", model.getValue("root/tmp/data/cytologyyn"));
  1187. model.makeValue("root/send/save/data/cloyn", model.getValue("root/tmp/data/cloyn"));
  1188. model.makeValue("root/send/save/data/phyn", model.getValue("root/tmp/data/phyn"));
  1189. model.makeValue("root/send/save/data/samplingyn", model.getValue("root/tmp/data/samplingyn"));
  1190. model.makeValue("root/send/save/data/cultureyn", model.getValue("root/tmp/data/cultureyn"));
  1191. model.makeValue("root/send/save/data/aspirationyn", model.getValue("root/tmp/data/aspirationyn"));
  1192. model.makeValue("root/send/save/data/biopsytn", model.getValue("root/tmp/data/biopsytn"));
  1193. model.makeValue("root/send/save/data/polypectyn", model.getValue("root/tmp/data/polypectyn"));
  1194. model.makeValue("root/send/save/data/esdemryn", model.getValue("root/tmp/data/esdemryn"));
  1195. model.makeValue("root/send/save/data/ampullectomyyn", model.getValue("root/tmp/data/ampullectomyyn"));
  1196. model.makeValue("root/send/save/data/srchreason", model.getValue("root/tmp/data/srchreason"));
  1197. model.makeValue("root/send/save/data/srchdrug", model.getValue("root/tmp/data/srchdrug"));
  1198. model.makeValue("root/send/save/data/srchmedic", model.getValue("root/tmp/data/srchmedic"));
  1199. model.makeValue("root/send/save/data/srchbowelprep", model.getValue("root/tmp/data/srchbowelprep"));
  1200. model.makeValue("root/send/save/data/srchprocedure", model.getValue("root/tmp/data/srchprocedure"));
  1201. model.makeValue("root/send/save/data/srchrectalexam", model.getValue("root/tmp/data/srchrectalexam"));
  1202. model.makeValue("root/send/save/data/srchfind1contnt1", model.getValue("root/tmp/data/srchfind1contnt1"));
  1203. model.makeValue("root/send/save/data/srchfind1contnt2", model.getValue("root/tmp/data/srchfind1contnt2"));
  1204. model.makeValue("root/send/save/data/srchfind1contnt3", model.getValue("root/tmp/data/srchfind1contnt3"));
  1205. model.makeValue("root/send/save/data/srchfind2contnt1", model.getValue("root/tmp/data/srchfind2contnt1"));
  1206. model.makeValue("root/send/save/data/srchfind2contnt2", model.getValue("root/tmp/data/srchfind2contnt2"));
  1207. model.makeValue("root/send/save/data/srchfind2contnt3", model.getValue("root/tmp/data/srchfind2contnt3"));
  1208. model.makeValue("root/send/save/data/srchdiag1", model.getValue("root/tmp/data/srchdiag1"));
  1209. model.makeValue("root/send/save/data/srchdiag2", model.getValue("root/tmp/data/srchdiag2"));
  1210. model.makeValue("root/send/save/data/srchdiag3", model.getValue("root/tmp/data/srchdiag3"));
  1211. model.makeValue("root/send/save/data/srchtherap", model.getValue("root/tmp/data/srchtherap"));
  1212. model.makeValue("root/send/save/data/srchcomplic", model.getValue("root/tmp/data/srchcomplic"));
  1213. model.makeValue("root/send/save/data/srchrecommend", model.getValue("root/tmp/data/srchrecommend"));
  1214. model.makeValue("root/send/save/data/srchremark", model.getValue("root/tmp/data/srchremark"));
  1215. model.makeValue("root/send/save/data/readdrid1", model.getValue("root/tmp/data/readdrid1"));
  1216. model.makeValue("root/send/save/data/readdrid2", model.getValue("root/tmp/data/readdrid2"));
  1217. model.makeValue("root/send/save/data/readdrid3", model.getValue("root/tmp/data/readdrid3"));
  1218. }
  1219. /*처방& 접수 상태 변경을 위한 execdata 셋팅*/
  1220. function fmakeExecdata(){
  1221. if(btn_case1.selected == true ) {
  1222. model.makeValue("/root/send/save/execdata/iuflag", "C");
  1223. } else if (btn_case2.selected == true ) {
  1224. model.makeValue("/root/send/save/execdata/iuflag", "U"); // C: 신규 // U : 수정
  1225. }
  1226. model.makeValue("/root/send/save/execdata/prcpdd", model.getValue("/root/main/exambaseinfo/prcpdd"));
  1227. model.makeValue("/root/send/save/execdata/execprcpuniqno", model.getValue("/root/main/exambaseinfo/execprcpuniqno"));
  1228. model.makeValue("/root/send/save/execdata/rsltdd", model.getValue("/root/main/exambaseinfo/rsltdd"));
  1229. model.makeValue("/root/send/save/execdata/rsltno", model.getValue("/root/main/exambaseinfo/rsltno"));
  1230. model.makeValue("/root/send/save/execdata/tmplcd", model.getValue("/root/main/exambaseinfo/rslttmplcd"));
  1231. model.makeValue("/root/send/save/execdata/suppdeptcd", model.getValue("/root/main/exambaseinfo/suppdeptcd"));
  1232. model.makeValue("/root/send/save/execdata/rslttm", model.getValue("/root/main/exambaseinfo/rslttm"));
  1233. model.makeValue("/root/send/save/execdata/pid" , model.getValue("/root/main/exambaseinfo/pid"));
  1234. model.makeValue("/root/send/save/execdata/readdrid1", model.getValue("/root/tmp/data/readdrid1"));
  1235. model.makeValue("/root/send/save/execdata/readdrid2", model.getValue("/root/tmp/data/readdrid2"));
  1236. model.makeValue("/root/send/save/execdata/readdrid3", model.getValue("/root/tmp/data/readdrid3"));
  1237. model.makeValue("/root/send/save/execdata/iugb", "2"); // 최종인증
  1238. model.makeValue("/root/send/save/execdata/statcd", "730"); // 최종보고
  1239. model.makeValue("/root/send/save/execdata/prcpno", model.getValue("/root/main/exambaseinfo/prcpno"));
  1240. model.makeValue("/root/send/save/execdata/prcphistno", model.getValue("/root/main/exambaseinfo/prcphistno"));
  1241. model.makeValue("/root/send/save/execdata/execbaseflag", model.getValue("/root/main/exambaseinfo/execbaseflag"));
  1242. model.makeValue("/root/send/save/execdata/prcpgenrflag", model.getValue("/root/main/exambaseinfo/prcpgenrflag"));
  1243. model.makeValue("/root/send/save/execdata/inclprcpcd", model.getValue("/root/main/exambaseinfo/inclprcpcd"));
  1244. model.makeValue("/root/send/save/execdata/cnfmdt", model.getValue("/root/main/exambaseinfo/cnfmdt"));
  1245. model.makeValue("/root/send/save/execdata/cnfmmanid", model.getValue("/root/main/exambaseinfo/cnfmmanid"));
  1246. model.makeValue("/root/send/save/execdata/deptgubun", "1"); //내시경실 , 건진내시경실과 타부서코드 의 구분자 세팅 추가 , APP에서 사용 APP(저장/삭제)에서 사용(iugb=2 and deptgubun = 1)
  1247. model.makeValue("/root/send/save/execdata/instcd", getUserInfo("dutplceinstcd"));
  1248. model.makeValue("/root/send/save/execdata/pacsflag", "C"); //확정저장
  1249. model.makeValue("/root/send/save/execdata/formrecseq", model.getValue("/root/main/exambaseinfo/formrecseq"));
  1250. //model.makeValue("/root/send/save/execdata/rsltgb", "C"); //예진저장 유무 C --> N , U --> Y
  1251. }
  1252. /*간호인증 모듈 필수 정보 */
  1253. function fmakeSignData(){
  1254. model.makeValue("/root/send/save/formrec/orddd", model.getValue("root/tmp/data/orddd")) ;
  1255. model.makeValue("/root/send/save/formrec/pid", model.getValue("root/tmp/data/pid")) ;
  1256. model.makeValue("/root/send/save/formrec/cretno", model.getValue("root/tmp/data/cretno")) ;
  1257. model.makeValue("/root/send/save/formrec/signgenrflag", model.getValue("root/main/exambaseinfo/prcpgenrflag")) ;
  1258. model.makeValue("/root/send/save/formrec/orddrid", model.getValue("root/main/exambaseinfo/orddrid2")) ;
  1259. model.makeValue("/root/send/save/formrec/orddeptcd", model.getValue("root/main/exambaseinfo/orddeptcd")) ;
  1260. if( model.getValue("root/main/exambaseinfo/signno") == "" ) {
  1261. model.makeValue("/root/send/save/formrec/signno", 0 ) ;
  1262. }else {
  1263. model.makeValue("/root/send/save/formrec/signno", model.getValue("root/main/exambaseinfo/signno") ) ;
  1264. }
  1265. model.makeValue("/root/send/save/formrec/recdd", getCurrentDate() );
  1266. model.makeValue("/root/send/save/formrec/rectm", getCurrentTime() );
  1267. model.makeValue("/root/send/save/formrec/recsaveflag", "Y"); // 전자서명 인적정보 변경 여부 (기록일시 변경되는 경우 : Y, 그외 : N));
  1268. model.makeValue("/root/send/save/formrec/status", "c");
  1269. model.makeValue("/root/send/save/formrec/signflag", "04"); //진료지원
  1270. model.makeValue("/root/send/save/formrec/tmplcd", model.getValue("root/main/exambaseinfo/rslttmplcd"));
  1271. model.makeValue("/root/send/save/formrec/orddrid", model.getValue("root/main/exambaseinfo/orddrid2"));
  1272. model.makeValue("/root/send/save/formrec/signbfcnts", "-");// 인증데이터
  1273. model.makeValue("/root/send/save/formrec/signbfcnts", Sign.signedInfos[1]);// 인증데이터
  1274. model.makeValue("/root/send/save/formrec/signaftcnts", Sign.signedInfos[2]);
  1275. }
  1276. function fmakeTempData(xpath){
  1277. var rsltkind = "" ;
  1278. if(xpath == "egd"){
  1279. rsltkind = 0 ;
  1280. }else if (xpath == "cf"){
  1281. rsltkind= 1 ;
  1282. } else if (xpath == "fs"){
  1283. rsltkind = 2 ;
  1284. } else if (xpath == "ercp"){
  1285. rsltkind = 3 ;
  1286. } else if (xpath == "ptcs"){
  1287. rsltkind = 4 ;
  1288. } else if (xpath == "eus"){
  1289. rsltkind = 5 ;
  1290. } else if (xpath == "lb"){
  1291. rsltkind = 6 ;
  1292. }else if (xpath == "rs"){
  1293. rsltkind = 7 ;
  1294. }
  1295. model.makeValue("/root/send2/save2/formrec/orddd", model.getValue("root/tmp/data/orddd")) ;
  1296. model.makeValue("/root/send2/save2/formrec/pid", model.getValue("root/tmp/data/pid")) ;
  1297. model.makeValue("/root/send2/save2/formrec/cretno", model.getValue("root/tmp/data/cretno")) ;
  1298. model.makeValue("/root/send2/save2/formrec/signgenrflag", model.getValue("root/main/exambaseinfo/prcpgenrflag")) ;
  1299. model.makeValue("/root/send2/save2/formrec/orddrid", model.getValue("root/main/exambaseinfo/orddrid2")) ;
  1300. model.makeValue("/root/send2/save2/formrec/orddeptcd", model.getValue("root/main/exambaseinfo/orddeptcd")) ;
  1301. if( model.getValue("root/main/exambaseinfo/signno") == "" ) {
  1302. model.makeValue("/root/send2/save2/formrec/signno", 0 ) ;
  1303. }else {
  1304. model.makeValue("/root/send2/save2/formrec/signno", model.getValue("root/main/exambaseinfo/signno") ) ;
  1305. }
  1306. model.makeValue("/root/send2/save2/formrec/recdd", getCurrentDate() );
  1307. model.makeValue("/root/send2/save2/formrec/rectm", getCurrentTime() );
  1308. model.makeValue("/root/send2/save2/formrec/recsaveflag", "Y"); // 전자서명 인적정보 변경 여부 (기록일시 변경되는 경우 : Y, 그외 : N));
  1309. model.makeValue("/root/send2/save2formrec/status", "c");
  1310. model.makeValue("/root/send2/save2/formrec/signflag", "04"); //진료지원
  1311. model.makeValue("/root/send2/save2/formrec/tmplcd", model.getValue("root/main/exambaseinfo/rslttmplcd"));
  1312. model.makeValue("/root/send2/save2/formrec/rslttmplcd", model.getValue("root/main/exambaseinfo/rslttmplcd"));
  1313. model.makeValue("/root/send2/save2/formrec/orddrid", model.getValue("root/main/exambaseinfo/orddrid2"));
  1314. model.makeValue("/root/send2/save2/formrec/signbfcnts", Sign.signedInfos[1]);// 인증데이터
  1315. model.makeValue("/root/send2/save2/formrec/signaftcnts", Sign.signedInfos[2]);
  1316. model.makeValue("root/send2/save2/rsltdd", model.getValue("root/main/exambaseinfo/rsltdd"));
  1317. model.makeValue("root/send2/save2/rsltno", model.getValue("root/main/exambaseinfo/rsltno"));
  1318. model.makeValue("root/send2/save2/suppdeptcd", model.getValue("root/main/exambaseinfo/suppdeptcd"));
  1319. model.makeValue("root/send2/save2/tmplcd", model.getValue("root/main/exambaseinfo/rslttmplcd")); //
  1320. model.makeValue("root/send2/save2/tmplcd", model.getValue("root/main/exambaseinfo/rslttmplcd"));
  1321. model.makeValue("root/send2/save2/rsltkind", rsltkind);
  1322. model.makeValue("root/send2/save2/status", model.getValue("root/main/exambaseinfo/status")); //
  1323. model.makeValue("root/send2/save2/rslttm", model.getValue("root/main/exambaseinfo/rslttm"));
  1324. model.makeValue("root/send2/save2/execdd", model.getValue("root/main/exambaseinfo/excuexectodd"));
  1325. model.makeValue("root/send2/save2/workdd", model.getValue("root/tmp/data/workdd"));
  1326. model.makeValue("root/send2/save2/pid", model.getValue("/root/main/exambaseinfo/pid"));
  1327. model.makeValue("root/send2/save2/hngnm", model.getValue("root/main/exambaseinfo/hngnm"));
  1328. model.makeValue("root/send2/save2/sex", model.getValue("root/main/exambaseinfo/sex2"));
  1329. model.makeValue("root/send2/save2/age", model.getValue("root/main/exambaseinfo/age"));
  1330. model.makeValue("root/send2/save2/rrgstno", model.getValue("root/main/exambaseinfo/rrgstno1"));
  1331. model.makeValue("root/send2/save2/ioflag", model.getValue("root/main/exambaseinfo/ioflag"));
  1332. model.makeValue("root/send2/save2/wardcd", model.getValue("root/main/exambaseinfo/wardcd"));
  1333. model.makeValue("root/send2/save2/orddrid", model.getValue("root/main/exambaseinfo/orddrid2"));
  1334. model.makeValue("root/send2/save2/execprcpuniqno",model.getValue("root/main/exambaseinfo/execprcpuniqno"));
  1335. model.makeValue("root/send2/save2/prcpdd", model.getValue("root/main/exambaseinfo/prcpdd"));
  1336. // model.makeValue("root/send/save/data/formrecseq", model.getValue("root/main/exambaseinfo/formrecseq"));
  1337. // model.makeValue("root/send2save2/tmplcd, model.getValue("root/send/fgetread/tmplcd");
  1338. model.makeValue("root/send2/save2/formrecseq", "0");
  1339. model.makeValue("root/send2/save2/signno", model.getValue("root/main/exambaseinfo/signno"));
  1340. model.makeValue("root/send2/save2/orddeptcd", model.getValue("root/main/exambaseinfo/orddeptcd"));
  1341. model.makeValue("root/send2/save2/reason", model.getValue("root/tmp/data/reason"));
  1342. model.makeValue("root/send2/save2/drug", model.getValue("root/tmp/data/drug"));
  1343. model.makeValue("root/send2/save2/medic", model.getValue("root/tmp/data/medic"));
  1344. model.makeValue("root/send2/save2/bowelprep", model.getValue("root/tmp/data/bowelprep"));
  1345. model.makeValue("root/send2/save2/procedure", model.getValue("root/tmp/data/procedure"));
  1346. model.makeValue("root/send2/save2/rectalexam", model.getValue("root/tmp/data/rectalexam"));
  1347. model.makeValue("root/send2/save2/find1contnt1", model.getValue("root/tmp/data/find1contnt1"));
  1348. model.makeValue("root/send2/save2/find1contnt2", model.getValue("root/tmp/data/find1contnt2"));
  1349. model.makeValue("root/send2/save2/find1contnt3", model.getValue("root/tmp/data/find1contnt3"));
  1350. model.makeValue("root/send2/save2/find2contnt1", model.getValue("root/tmp/data/find2contnt1"));
  1351. model.makeValue("root/send2/save2/find2contnt2", model.getValue("root/tmp/data/find2contnt2"));
  1352. model.makeValue("root/send2/save2/find2contnt3", model.getValue("root/tmp/data/find2contnt3"));
  1353. model.makeValue("root/send2/save2/diag1", model.getValue("root/tmp/data/diag1"));
  1354. model.makeValue("root/send2/save2/diag2", model.getValue("root/tmp/data/diag2"));
  1355. model.makeValue("root/send2/save2/diag3", model.getValue("root/tmp/data/diag3"));
  1356. model.makeValue("root/send2/save2/therap", model.getValue("root/tmp/data/therap"));
  1357. model.makeValue("root/send2/save2/complic", model.getValue("root/tmp/data/complic"));
  1358. model.makeValue("root/send2/save2/clotest", model.getValue("root/tmp/data/clotest"));
  1359. model.makeValue("root/send2/save2/recommend", model.getValue("root/tmp/data/recommend"));
  1360. model.makeValue("root/send2/save2/remark", model.getValue("root/tmp/data/remark"));
  1361. model.makeValue("root/send2/save2/sleepyn", model.getValue("root/tmp/data/sleepyn"));
  1362. model.makeValue("root/send2/save2/pacsyn", model.getValue("root/tmp/data/pacsyn"));
  1363. model.makeValue("root/send2/save2/video", model.getValue("root/tmp/data/video"));
  1364. model.makeValue("root/send2/save2/cytologyyn", model.getValue("root/tmp/data/cytologyyn"));
  1365. model.makeValue("root/send2/save2/cloyn", model.getValue("root/tmp/data/cloyn"));
  1366. model.makeValue("root/send2/save2/phyn", model.getValue("root/tmp/data/phyn"));
  1367. model.makeValue("root/send2/save2/samplingyn", model.getValue("root/tmp/data/samplingyn"));
  1368. model.makeValue("root/send2/save2/cultureyn", model.getValue("root/tmp/data/cultureyn"));
  1369. model.makeValue("root/send2/save2/aspirationyn", model.getValue("root/tmp/data/aspirationyn"));
  1370. model.makeValue("root/send2/save2/biopsytn", model.getValue("root/tmp/data/biopsytn"));
  1371. model.makeValue("root/send2/save2/polypectyn", model.getValue("root/tmp/data/polypectyn"));
  1372. model.makeValue("root/send2/save2/esdemryn", model.getValue("root/tmp/data/esdemryn"));
  1373. model.makeValue("root/send2/save2/ampullectomyyn", model.getValue("root/tmp/data/ampullectomyyn"));
  1374. model.makeValue("root/send2/save2/srchreason", model.getValue("root/tmp/data/srchreason"));
  1375. model.makeValue("root/send2/save2/srchdrug", model.getValue("root/tmp/data/srchdrug"));
  1376. model.makeValue("root/send2/save2/srchmedic", model.getValue("root/tmp/data/srchmedic"));
  1377. model.makeValue("root/send2/save2/srchbowelprep", model.getValue("root/tmp/data/srchbowelprep"));
  1378. model.makeValue("root/send2/save2/srchprocedure", model.getValue("root/tmp/data/srchprocedure"));
  1379. model.makeValue("root/send2/save2/srchrectalexam", model.getValue("root/tmp/data/srchrectalexam"));
  1380. model.makeValue("root/send2/save2/srchfind1contnt1", model.getValue("root/tmp/data/srchfind1contnt1"));
  1381. model.makeValue("root/send2/save2/srchfind1contnt2", model.getValue("root/tmp/data/srchfind1contnt2"));
  1382. model.makeValue("root/send2/save2/srchfind1contnt3", model.getValue("root/tmp/data/srchfind1contnt3"));
  1383. model.makeValue("root/send2/save2/srchfind2contnt1", model.getValue("root/tmp/data/srchfind2contnt1"));
  1384. model.makeValue("root/send2/save2/srchfind2contnt2", model.getValue("root/tmp/data/srchfind2contnt2"));
  1385. model.makeValue("root/send2/save2/srchfind2contnt3", model.getValue("root/tmp/data/srchfind2contnt3"));
  1386. model.makeValue("root/send2/save2/srchdiag1", model.getValue("root/tmp/data/srchdiag1"));
  1387. model.makeValue("root/send2/save2/srchdiag2", model.getValue("root/tmp/data/srchdiag2"));
  1388. model.makeValue("root/send2/save2/srchdiag3", model.getValue("root/tmp/data/srchdiag3"));
  1389. model.makeValue("root/send2/save2/srchtherap", model.getValue("root/tmp/data/srchtherap"));
  1390. model.makeValue("root/send2/save2/srchcomplic", model.getValue("root/tmp/data/srchcomplic"));
  1391. model.makeValue("root/send2/save2/srchrecommend", model.getValue("root/tmp/data/srchrecommend"));
  1392. model.makeValue("root/send2/save2/srchremark", model.getValue("root/tmp/data/srchremark"));
  1393. model.makeValue("root/send2/save2/readdrid1", model.getValue("root/tmp/data/readdrid1"));
  1394. model.makeValue("root/send2/save2/readdrid2", model.getValue("root/tmp/data/readdrid2"));
  1395. model.makeValue("root/send2/save2/readdrid3", model.getValue("root/tmp/data/readdrid3"));
  1396. }
  1397. /*20130310 이용기 병리 의뢰시 처방창에 넘길 항목 MAKE*/
  1398. function fmakeAddPrcpTransf(xpath){
  1399. var AddPrcpTransf = "";
  1400. var clo = "";
  1401. var biopsy = "";
  1402. var cytology = "";
  1403. var esdemr = "";
  1404. var polypect = "";
  1405. var sampling = "";
  1406. var culture = "";
  1407. var aspiration = "";
  1408. var sampling = "";
  1409. var ampullectomy = "";
  1410. if(model.getValue("/root/main/examform/"+ xpath + "/cloyn") == "Y"){
  1411. clo = "clo|";
  1412. }
  1413. if(model.getValue("/root/main/examform/"+ xpath + "/biopsytn") == "Y"){
  1414. biopsy = "biopsy|";
  1415. }
  1416. if(model.getValue("/root/main/examform/"+ xpath + "/cytologyyn") == "Y"){
  1417. cytology = "cytology|";
  1418. }
  1419. if(model.getValue("/root/main/examform/"+ xpath + "/esdemryn") == "Y"){
  1420. esdemr = "esdemr|";
  1421. }
  1422. if(model.getValue("/root/main/examform/"+ xpath + "/polypectyn") == "Y"){
  1423. polypect = "polypect|";
  1424. }
  1425. if(model.getValue("/root/main/examform/"+ xpath + "/samplingyn") == "Y"){
  1426. sampling = "sampling|";
  1427. }
  1428. if(model.getValue("/root/main/examform/"+ xpath + "/cultureyn") == "Y"){
  1429. culture = "culture|";
  1430. }
  1431. if(model.getValue("/root/main/examform/"+ xpath + "/aspirationyn") == "Y"){
  1432. aspiration = "aspiration|";
  1433. }
  1434. if(model.getValue("/root/main/examform/"+ xpath + "/samplingyn") == "Y"){
  1435. sampling = "sampling|";
  1436. }
  1437. if(model.getValue("/root/main/examform/"+ xpath + "/ampullectomyyn")== "Y"){
  1438. ampullectomy = "ampullectomy|";
  1439. }
  1440. if( xpath == "lb"){
  1441. AddPrcpTransf = xpath+"^-|";
  1442. }else{
  1443. AddPrcpTransf = xpath+"^"+ clo + biopsy + cytology + esdemr + polypect + sampling + culture + aspiration + sampling + ampullectomy ;
  1444. }
  1445. //alert(AddPrcpTransf);
  1446. return AddPrcpTransf ;
  1447. }
  1448. /* **********************************
  1449. * ENRSignEngine.js에서 함수를 호출
  1450. * ***********************************/
  1451. function fMake_SignData(){
  1452. Sign.addnode("/root/tmp/data"); // 인증경로로 copynode 함
  1453. Sign.certreload = true; // 인증시점에 무조건 다시 확인하게 할지 말지를 결정하는 옵션이다. (지정하지 않으면 기본 False)
  1454. }
  1455. function fexecCert(xpath){
  1456. /*
  1457. 결과지 값에 따라 의뢰지창 & 처방창 띄우기
  1458. */
  1459. //alert( "patholno 1->["+getParameter("SMAER00400_patholno")+"]");
  1460. if ( getParameter("SMAER00400_patholno") == "0" || getParameter("SMAER00400_patholno") == "" ) {
  1461. if(xpath == "egd"){
  1462. if(checkbox6.value == "Y" || checkbox7.value == "Y" || checkbox8.value == "Y" || checkbox5.value == "Y" || checkbox9.value == "Y" || checkbox10.value == "Y"){
  1463. fsetpatholno(xpath);
  1464. }
  1465. }else if(xpath == "cf"){
  1466. if(checkbox17.value == "Y" || checkbox18.value == "Y" || checkbox19.value == "Y" || checkbox2.value == "Y" || checkbox16.value == "Y"){
  1467. fsetpatholno(xpath);
  1468. }
  1469. }else if(xpath == "fs"){
  1470. if(checkbox41.value == "Y" || checkbox42.value == "Y" || checkbox43.value == "Y" || checkbox39.value == "Y" || checkbox40.value == "Y"){
  1471. fsetpatholno(xpath);
  1472. }
  1473. }else if(xpath == "ercp"){
  1474. if(checkbox32.value == "Y" || checkbox29.value == "Y" || checkbox22.value == "Y" || checkbox27.value == "Y"){
  1475. fsetpatholno(xpath);
  1476. }
  1477. }else if(xpath == "ptcs"){
  1478. if(checkbox30.value == "Y" || checkbox55.value == "Y" || checkbox56.value =="Y" || checkbox12.value == "Y" || checkbox20.value =="Y"){
  1479. fsetpatholno(xpath);
  1480. }
  1481. }else if(xpath == "eus"){
  1482. if(checkbox31.value == "Y" || checkbox48.value == "Y" || checkbox66.value == "Y" || checkbox59.value == "Y"){
  1483. fsetpatholno(xpath);
  1484. }
  1485. }/*else if(xpath == "lb"){
  1486. }*/else if(xpath == "rs"){
  1487. if(checkbox68.value == "Y" || checkbox69.value == "Y" || checkbox67.value == "Y"){
  1488. fsetpatholno(xpath);
  1489. }
  1490. }
  1491. }
  1492. var SMAER00400_patholno = getParameter("SMAER00400_patholno");
  1493. var patholno = SMAER00400_patholno.split(",");
  1494. /*인증 대상 데이터(Sign.signedInfos[1],Sign.signedInfos[2]) tmp 노드 생성 */
  1495. fselectKind(xpath);
  1496. if (Sign.signprocess() == true) {
  1497. /*간호인증 모듈 필수 정보 */
  1498. fmakeSignData();
  1499. /*처방& 접수 상태 변경을 위한 execdata 셋팅*/
  1500. fmakeExecdata();
  1501. /*기록에 대한 사항을 저장하기 위해 makeValue 하는 function*/
  1502. fmakeData(xpath);
  1503. } else {
  1504. messageBox("인증실패 Error Code :" + Sign.errcode , "E999", "");
  1505. return false;
  1506. }
  1507. //의뢰지 번호 입력
  1508. if(patholno == "" ) {
  1509. model.makeValue("/root/send/save/execpatholdata/patholno", "0") ;
  1510. }else{
  1511. model.makeValue("/root/send/save/execpatholdata/patholno", patholno) ;
  1512. }
  1513. //alert( "patholno->["+model.getValue("/root/send/save/execpatholdata/patholno")+"]");
  1514. if (submit("TXAER15001",false)){
  1515. /*20121108 이용기 내시경 결과 입력후 환자 전광판 상태 회복중으로 변경.*/
  1516. if(btn_case1.selected == true){
  1517. /*건진처방일때는 내시경 전광판 사용 없음 */
  1518. if(model.getValue("/root/main/exambaseinfo/prcpgenrflag") != "S" ){
  1519. fsetDspySrn(4);
  1520. }
  1521. }
  1522. //messageBox("정상적으로 처리되었습니다", "E999", "");
  1523. setParameter("SMAER00400_patholno", "0");
  1524. }
  1525. readFuncCheck();
  1526. }
  1527. function fOpenPrcpMngt() {
  1528. if ( btn_case1.selected == true ) aezfAddPrcpMngt(grd_mainordlist3, "/root/main/rsltinpt/rsltlist","2");
  1529. if ( btn_case2.selected == true ) aezfAddPrcpMngt(grd_mainordlist5, "/root/main/rsltinpt1/rsltlist1","2");
  1530. }
  1531. function fsetpatholno(xpatht) {
  1532. /*20130310 이용기 병리 의뢰시 */
  1533. var addPrcpTransf = fmakeAddPrcpTransf(xpatht);
  1534. if(btn_case1.selected == true ) {
  1535. xpath = "rsltinpt/rsltlist";
  1536. row = grd_mainordlist3.row ;
  1537. }else if(btn_case2.selected == true ) {
  1538. xpath = "rsltinpt1/rsltlist1";
  1539. row = grd_mainordlist5.row ;
  1540. }
  1541. model.makeValue("root/main/"+ xpath+"[" + row + "]/xrwid" , "SMAER15000" ) ;
  1542. model.makeValue("root/main/"+ xpath+"[" + row + "]/addprcpkind" , addPrcpTransf ) ;
  1543. /*
  1544. alert( "xrwid : " + model.getValue("root/main/"+ xpath+"[" + row + "]/xrwid" ) ) ;
  1545. alert( "addprcpkind : " + model.getValue("root/main/"+ xpath+"[" + row + "]/addprcpkind" ) ) ;
  1546. */
  1547. fOpenPrcpMngt();
  1548. if ( model.getValue("/root/send/reqdata/deptgubun") == "1" ) {
  1549. if ( xpath == "rsltinpt/rsltlist" ) {
  1550. if ( getParameter("SMAER00400_patholno") != "0") {
  1551. model.makeValue("/root/send/execdata/execpatholdata/patholno", getParameter("SMAER00400_patholno"));
  1552. }
  1553. }else if ( xpath == "rsltinpt1/rsltlist1" ) {
  1554. var p_cnt = 0;
  1555. if ( getParameter("SMAER00400_patholno") != "0") {
  1556. model.makeValue("/root/send/execpatholdata/patholno", getParameter("SMAER00400_patholno"));
  1557. p_cnt++;
  1558. }
  1559. if ( p_cnt > 0 && model.getValue("/root/main/"+xpath+"[" + row + "]/patholno2") != "0") {
  1560. model.makeValue("/root/send/execpatholdata/patholno",
  1561. model.getValue("/root/send/execpatholdata/patholno")+
  1562. model.getValue("/root/main/"+xpath+"[" + row + "]/patholno2") );
  1563. }else if ( p_cnt == 0 && model.getValue("/root/main/"+xpath+"[" + row + "]/patholno2") != "0" ) {
  1564. model.makeValue("/root/send/execpatholdata/patholno",
  1565. model.getValue("/root/main/"+xpath+"[" + row + "]/patholno2") );
  1566. }
  1567. }
  1568. // alert("patholno==>"+model.getValue("/root/send/execdata/execpatholdata/patholno") );
  1569. }
  1570. }
  1571. function fexecCnclCert(){
  1572. //setParameter("SMAER00400_patholno", "0");
  1573. if (Sign.signprocess() == true) {
  1574. /*인증 삭제에 대한 flag */
  1575. model.makeValue("root/send/execdata/signno" , model.getValue("root/main/exambaseinfo/signno"));
  1576. model.makeValue("root/send/execdata/status" , "d"); // 인증삭제 flag
  1577. model.makeValue("root/send/execdata/prcpdd" , model.getValue("root/main/exambaseinfo/prcpdd"));
  1578. model.makeValue("root/send/execdata/execprcpuniqno", model.getValue("root/main/exambaseinfo/execprcpuniqno"));
  1579. model.makeValue("root/send/execdata/rsltdd" , model.getValue("root/main/exambaseinfo/rsltdd"));
  1580. model.makeValue("root/send/execdata/rsltno" , model.getValue("root/main/exambaseinfo/rsltno" ));
  1581. // model.makeValue("root/send/execdata/rslttmplcd" , model.getValue("root/main/exambaseinfo/rslttmplcd" ));
  1582. model.makeValue("root/send/execdata/rslttmplcd" , model.getValue("root/main/exambaseinfo/tmplcd2" ));
  1583. model.makeValue("root/send/execdata/suppdeptcd" , model.getValue("root/main/exambaseinfo/suppdeptcd"));
  1584. model.makeValue("root/send/execdata/rslttm" , model.getValue("root/main/exambaseinfo/rslttm" ));
  1585. model.makeValue("root/send/execdata/pid" , model.getValue("root/main/exambaseinfo/pid" ));
  1586. model.makeValue("root/send/execdata/opdrid" , model.getValue("root/main/exambaseinfo/opdrid" ));
  1587. model.makeValue("root/send/execdata/readdrid1" , model.getValue("root/main/exambaseinfo/readdrid1"));
  1588. model.makeValue("root/send/execdata/readdrid2" , model.getValue("root/main/exambaseinfo/readdrid2" ));
  1589. model.makeValue("root/send/execdata/readdrid3" , model.getValue("root/main/exambaseinfo/readdrid3" ));
  1590. model.makeValue("root/send/execdata/prcpno" , model.getValue("root/main/exambaseinfo/prcpno"));
  1591. model.makeValue("root/send/execdata/prcphistno" , model.getValue("root/main/exambaseinfo/prcphistno"));
  1592. model.makeValue("root/send/execdata/formrecseq" , model.getValue("root/main/exambaseinfo/formrecseq"));
  1593. model.makeValue("root/send/execdata/execbaseflag" , model.getValue("root/main/exambaseinfo/execbaseflag"));
  1594. model.makeValue("root/send/execdata/prcpgenrflag" , model.getValue("root/main/exambaseinfo/prcpgenrflag"));
  1595. model.makeValue("root/send/execdata/inclprcpcd" , model.getValue("root/main/exambaseinfo/inclprcpcd"));
  1596. model.makeValue("root/send/execdata/cnfmdt" , model.getValue("root/main/exambaseinfo/cnfmdt"));
  1597. model.makeValue("root/send/execdata/cnfmmanid" , model.getValue("root/main/exambaseinfo/cnfmmanid"));
  1598. model.makeValue("root/send/execdata/pacsflag" , "D");
  1599. model.makeValue("root/send/execdata/iugb" , "2"); // 인증저장에대한 결과 삭제
  1600. model.makeValue("root/send/execdata/iuflag" , "D"); // 삭제
  1601. model.makeValue("root/send/execdata/statcd" , "610"); // 실시완료
  1602. model.makeValue("root/send/execdata/deptgubun" , "1");
  1603. model.makeValue("/root/send/execdata/pacsflag","D");
  1604. model.makeValue("root/send/execdata/instcd" , getUserInfo("dutplceinstcd"));
  1605. model.makeValue("root/send/execdata/rsltkind" , model.getValue("root/main/exambaseinfo/rsltkind"));
  1606. } else {
  1607. //alert("인증실패 Error Code :" + Sign.errcode);
  1608. messageBox("인증실패 Error Code :" + Sign.errcode , "E999", "");
  1609. return false;
  1610. }
  1611. //alert("signno->["+model.getValue("root/send/execdata/signno")+"]");
  1612. if (submit("TXAER15002")){
  1613. messageBox("정상적으로 삭제되었습니다", "E999", "");
  1614. }else{
  1615. messageBox("삭제를", "E009");
  1616. return;
  1617. }
  1618. readFuncCheck();
  1619. }
  1620. /*기 저장된 결과 내용을 해당 노드에 copynode 해서 보여줌 */
  1621. function fgetReadedData(clorslt){
  1622. model.resetInstanceNode("root/main/examform");
  1623. model.setValue("root/send/fgetread/rsltdd" , model.getValue("root/main/exambaseinfo/rsltdd"));
  1624. model.setValue("root/send/fgetread/rsltno" , model.getValue("root/main/exambaseinfo/rsltno"));
  1625. model.setValue("root/send/fgetread/suppdeptcd" , model.getValue("root/main/exambaseinfo/suppdeptcd"));
  1626. model.makeValue("root/send/fgetread/pid" , model.getValue("root/main/exambaseinfo/pid")); //환자번호
  1627. if( (model.getValue("root/main/exambaseinfo/rslttmplcd") == "" ) || (model.getValue("root/main/exambaseinfo/rslttmplcd") == "-" ) ){
  1628. model.setValue("root/send/fgetread/tmplcd" , "0");
  1629. if( (model.getValue("root/main/exambaseinfo/tmplcd2") == "" ) || (model.getValue("root/main/exambaseinfo/tmplcd2") == "-" ) ){
  1630. model.setValue("root/send/fgetread/tmplcd" , "0");
  1631. }else {
  1632. model.setValue("root/send/fgetread/tmplcd" , model.getValue("root/main/exambaseinfo/tmplcd2"));
  1633. }
  1634. }
  1635. else{
  1636. model.setValue("root/send/fgetread/tmplcd" , model.getValue("root/main/exambaseinfo/rslttmplcd"));
  1637. }
  1638. model.setValue("root/send/fgetread/rsltkind" , model.getValue("root/main/exambaseinfo/rsltkind"));
  1639. //if(btn_case1.selected == true){
  1640. //model.makeValue("/root/send/fgetread/rsltkind", '0');
  1641. //fselectKind(xpath);
  1642. //}
  1643. submit("TRAER15001",false);
  1644. var xpath = "" ;
  1645. if(model.getValue("root/hidden/read/rsltkind") == 0 ){
  1646. xpath = "egd"
  1647. btn_egd.selected = true;
  1648. model.toggle("case4");
  1649. }else if(model.getValue("root/hidden/read/rsltkind") == 1 ){
  1650. xpath = "cf"
  1651. btn_cf.selected = true;
  1652. model.toggle("case5");
  1653. }else if(model.getValue("root/hidden/read/rsltkind") == 2 ){
  1654. xpath = "fs"
  1655. btn_fs.selected = true;
  1656. model.toggle("case6");
  1657. }else if(model.getValue("root/hidden/read/rsltkind") == 3 ){
  1658. xpath = "ercp"
  1659. btn_ercp.selected = true;
  1660. model.toggle("case7");
  1661. }else if(model.getValue("root/hidden/read/rsltkind") == 4 ){
  1662. xpath = "ptcs"
  1663. btn_ptcs.selected = true;
  1664. model.toggle("case8");
  1665. }else if(model.getValue("root/hidden/read/rsltkind") == 5 ){
  1666. xpath = "eus"
  1667. btn_eus.selected = true;
  1668. model.toggle("case9");
  1669. }else if(model.getValue("root/hidden/read/rsltkind") == 6 ){
  1670. xpath = "lb"
  1671. btn_lb.selected = true;
  1672. model.toggle("case10");
  1673. }else if(model.getValue("root/hidden/read/rsltkind") == 7 ){
  1674. xpath = "rs"
  1675. btn_lb.selected = true;
  1676. model.toggle("case11");
  1677. }
  1678. // alert(model.getValue("/root/main/sltinpt1/rsltlist1/reptrslt" ));
  1679. if(model.getValue("/root/hidden/read/readdrid1") != "" || model.getValue("/root/hidden/read/readdrid2") != ""){
  1680. model.copyNode("root/main/examform/"+xpath+" " , "root/hidden/read");
  1681. }
  1682. if(clorslt == "R") {
  1683. model.makeValue("/root/main/examform/"+xpath+"/clotest" , model.getValue("/root/main/sltinpt1/rsltlist1/reptrslt" )) ;
  1684. }
  1685. }
  1686. /*MD1 조회 */
  1687. function fsetMd(){
  1688. model.removenode("root/send/req");
  1689. model.removenode("root/main/execuserlist/item0");
  1690. for( var i = 1 ; i < 3 ; i++ ) {
  1691. if( i == 1 ){
  1692. model.makeValue("/root/send/req[" + i + "]/suppdeptcd",model.getValue("root/send/globalinstance/instance1"));
  1693. model.makeValue("/root/send/req[" + i + "]/sflag","1"); // MD1
  1694. model.makeValue("/root/send/req[" + i + "]/useyn","Y");
  1695. model.makeValue("/root/send/req[" + i + "]/option" , "D");
  1696. }
  1697. if( i == 2 ){
  1698. model.makeValue("/root/send/req[" + i + "]/suppdeptcd",model.getValue("root/send/globalinstance/instance1"));
  1699. model.makeValue("/root/send/req[" + i + "]/sflag","0"); // MD1
  1700. model.makeValue("/root/send/req[" + i + "]/useyn","Y");
  1701. model.makeValue("/root/send/req[" + i + "]/option" , "D");
  1702. }
  1703. }
  1704. submit("TRAEB00610",false);
  1705. }
  1706. /*그리드 색깔표시*/
  1707. function fSetSubDetailGrid()
  1708. {
  1709. if(btn_case1.selected == true) {
  1710. grd_mainordlist3.rebuildStyle();
  1711. }else if(btn_case2.selected == true){
  1712. grd_mainordlist5.rebuildStyle();
  1713. aezfSetRowStyle("grd_mainordlist5" , "7" , "T" , "clostat" ); // 서식 입력시 CLO 체크 되어 있고 , 간호에서 결과 입력전
  1714. aezfSetRowStyle("grd_mainordlist5" , "10" , "R" , "clostat" ); // 서식 입력시 CLO 체크 되어 있고 , 간호에서 결과 입력
  1715. }
  1716. }
  1717. function fsetDspySrn(flag){
  1718. var time = getCurrentDate() + getCurrentTime();
  1719. model.setValue("/root/send/display/pid", model.getValue("/root/main/exambaseinfo/pid"));
  1720. model.setValue("/root/send/display/prcpdd", model.getValue("/root/main/exambaseinfo/prcpdd"));
  1721. model.setValue("/root/send/display/recovertime", time.toDate("YYYYMMDDhhmmss").getAddDate(+30,"m").getDateFormat("hhmm"));
  1722. model.setValue("/root/send/display/execprcpuniqno", model.getValue("/root/main/exambaseinfo/execprcpuniqno"));
  1723. model.setValue("/root/send/display/excuroomcd", model.getValue("/root/main/exambaseinfo/excuroomcd"));
  1724. model.setValue("/root/send/display/ioflag", model.getValue("/root/main/exambaseinfo/ioflag"));
  1725. model.setValue("/root/send/display/calcscorcd", model.getValue("/root/main/exambaseinfo/calcscorcd"));
  1726. model.setValue("/root/send/display/status", flag ) ;
  1727. model.setValue("/root/send/display/suppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
  1728. //alert(model.getValue("/root/send/display/recovertime"));
  1729. submit("TXAEA01513",false);
  1730. }
  1731. function fGetUserSuppdeptcd(){
  1732. /*근무지 부서를 가지고 온다.*/
  1733. /*판독자 관리 메뉴(SPAEB00600.xrw)에서 제어코드2에 할당된 부서코드를 가지고 옴*/
  1734. model.setValue("/root/send/userid/userid",getUserId());
  1735. var suppdeptcd = '';
  1736. if(submit("TRAER15002")){
  1737. suppdeptcd = model.getValue("/root/tmp/suppdeptcd/suppdeptcd");
  1738. if((suppdeptcd == '' )||(suppdeptcd == '-')){
  1739. aezfSetSuppDeptcd();
  1740. }else{
  1741. model.setValue("root/send/globalinstance/instance1" ,suppdeptcd) ;
  1742. }
  1743. }
  1744. }
  1745. ]]>
  1746. </script>
  1747. </xhtml:head>
  1748. <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1210;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  1749. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:106px; height:14px; ">결과서식관리</caption>
  1750. <group id="grp_sea" style="left:0px; top:22px; width:265px; height:88px; vertical-align:top; ">
  1751. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:265px; height:85px; background-color:#fffbf2; border-color:#ffd799; "/>
  1752. <input id="ipt_date1" ref="/root/send/reqdata/execdd" class="input_default" inputtype="date" style="left:72px; top:6px; width:87px; height:19px; text-align:center; ">
  1753. <script type="javascript" ev:event="xforms-value-changed">
  1754. <![CDATA[
  1755. btn_sea.dispatch("DOMActivate");
  1756. ]]>
  1757. </script>
  1758. </input>
  1759. <caption id="caption2" class="search_name" style="left:3px; top:7px; width:77px; height:17px; ">시행일:</caption>
  1760. <caption id="caption3" class="search_name" style="left:3px; top:33px; width:91px; height:17px; ">등록번호:</caption>
  1761. <input id="ipt_pid" ref="/root/send/reqdata/pid" class="input_search" style="left:85px; top:33px; width:102px; height:19px; ">
  1762. <script type="javascript" ev:event="xforms-value-changed">
  1763. <![CDATA[
  1764. if (model.getValue("/root/send/reqdata/pid") == ""){
  1765. //model.setValue("/root/send/reqdata/hngnm1", "");
  1766. }else{
  1767. model.setValue("/root/source/srchcond", "1");
  1768. model.setValue("/root/source/pid", model.getValue("/root/send/reqdata/pid"));
  1769. model.resetInstanceNode("/root/main/result");
  1770. model.makeNode("/root/main/result/patinfo");
  1771. if(submit("TRPMC02500")){
  1772. //fSearch는 인적사항 화면을 임포트 해간 화면에서 구현해 주어야 하는 함수이다.
  1773. if( getNodesetCount("/root/main/patinfo/patinfolist") > 0 ){
  1774. model.copyNode("/root/main/patinfo", "/root/main/result/patinfo");
  1775. model.setValue("/root/main/popupendflag", "ok");
  1776. //model.setValue("/root/send/reqdata/hngnm1", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
  1777. }else{
  1778. model.resetInstanceNode("/root/main/patinfo/patinfolist");
  1779. //model.setValue("/root/send/reqdata/hngnm1", "");
  1780. messageBox("없는 환자 번호 입니다.", "E999", "");
  1781. }
  1782. }
  1783. }
  1784. model.refresh();
  1785. ]]>
  1786. </script>
  1787. <script type="javascript" ev:event="onkeypress">
  1788. <![CDATA[
  1789. if(event.keyCode == 13) {
  1790. setInputNodeCurText();
  1791. if (model.getValue("/root/send/reqdata/pid") == ""){
  1792. model.setValue("/root/send/reqdata/hngnm1", "");
  1793. }else{
  1794. model.setValue("/root/source/srchcond", "1");
  1795. model.setValue("/root/source/pid", model.getValue("/root/send/reqdata/pid"));
  1796. model.resetInstanceNode("/root/main/result");
  1797. model.makeNode("/root/main/result/patinfo");
  1798. if(submit("TRPMC02500")){
  1799. //fSearch는 인적사항 화면을 임포트 해간 화면에서 구현해 주어야 하는 함수이다.
  1800. if( getNodesetCount("/root/main/patinfo/patinfolist") > 0 ){
  1801. model.copyNode("/root/main/patinfo", "/root/main/result/patinfo");
  1802. model.setValue("/root/main/popupendflag", "ok");
  1803. //model.setValue("/root/send/reqdata/hngnm1", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
  1804. }else{
  1805. model.resetInstanceNode("/root/main/patinfo/patinfolist");
  1806. //model.setValue("/root/send/reqdata/hngnm1", "");
  1807. messageBox("없는 환자 번호 입니다.", "E999", "");
  1808. }
  1809. }
  1810. }
  1811. model.refresh();
  1812. inputEnterKey("btn_sea", "DOMActivate");
  1813. }
  1814. ]]>
  1815. </script>
  1816. </input>
  1817. <input id="ipt_date2" ref="/root/send/reqdata/exectodd" class="input_default" inputtype="date" style="left:173px; top:6px; width:87px; height:19px; text-align:center; ">
  1818. <script type="javascript" ev:event="xforms-value-changed">
  1819. <![CDATA[
  1820. btn_sea.dispatch("DOMActivate");
  1821. ]]>
  1822. </script>
  1823. </input>
  1824. <caption id="caption17" class="search_name" style="left:3px; top:59px; width:68px; height:17px; ">검사실:</caption>
  1825. <select1 id="cmb_excuroom" ref="/root/send/reqdata/execrid2cdid" class="combo_default" navindex="3" appearance="minimal" style="left:72px; top:59px; width:110px; height:19px; font-weight:bold; border-width:1; ">
  1826. <choices>
  1827. <itemset nodeset="/root/init/cmb_info/initexecroom">
  1828. <label ref="excuroomcdnm"/>
  1829. <value ref="excuroomcdid"/>
  1830. </itemset>
  1831. </choices>
  1832. <script type="javascript" ev:event="xforms-value-changed">
  1833. <![CDATA[
  1834. readFuncCheck();
  1835. ]]>
  1836. </script>
  1837. </select1>
  1838. <caption id="caption14" style="left:160px; top:10px; width:15px; height:15px; ">~</caption>
  1839. <button id="button4" class="icon_search" style="left:192px; top:35px; width:16px; height:16px; ">
  1840. <caption/>
  1841. <script type="javascript" ev:event="onclick">
  1842. <![CDATA[
  1843. //modal("SPPMC02500", "", "200", "200", "SPPMC02500","/root/send/reqdata/pid","/root/main/send");
  1844. model.removeNodeset("/root/main/patinfo/patinfolist/");
  1845. modal("SPPMC02500", "1","150", "150", "SPPMC02500", "/root/source", "/root/main/send");
  1846. model.setValue("/root/send/reqdata/pid", model.getValue("/root/main/patinfo/patinfolist/pid") );
  1847. model.setValue("/root/send/reqdata/hngnm1", model.getValue("/root/main/patinfo/patinfolist/hngnm") );
  1848. model.refresh();
  1849. btn_sea.dispatch("DOMActivate");
  1850. ]]>
  1851. </script>
  1852. </button>
  1853. <button id="btn_sea" class="btn1_letter2" style="left:196px; top:57px; width:56px; height:22px; ">
  1854. <caption>조회</caption>
  1855. <script type="javascript" ev:event="DOMActivate">
  1856. <![CDATA[
  1857. readFuncCheck();
  1858. ]]>
  1859. </script>
  1860. </button>
  1861. </group>
  1862. <button id="btn_case1" class="btn_sw" group="tab1" selected="true" style="left:6px; top:112px; width:104px; height:22px; ">
  1863. <caption>판독/검사대상자</caption>
  1864. <script type="javascript" ev:event="onclick">
  1865. <![CDATA[
  1866. //btn_del2.visible = false;
  1867. btn_del2.disabled = true;
  1868. button3.disabled = false;
  1869. model.toggle("case1");
  1870. btn_case1.selected = true;
  1871. readFuncCheck();
  1872. ]]>
  1873. </script>
  1874. </button>
  1875. <button id="btn_case2" class="btn_sw" group="tab1" style="left:110px; top:112px; width:89px; height:22px; ">
  1876. <caption>판독/검사완료</caption>
  1877. <script type="javascript" ev:event="onclick">
  1878. <![CDATA[
  1879. //btn_del2.visible = true;
  1880. btn_del2.disabled = false;
  1881. button3.disabled = true;
  1882. model.toggle("case2");
  1883. btn_case2.selected = true;
  1884. readFuncCheck();
  1885. ]]>
  1886. </script>
  1887. </button>
  1888. <switch id="switch1" style="left:5px; top:139px; width:270px; height:636px; background-color:transparent; border-color:transparent; border-width:0; ">
  1889. <case id="case1" selected="true">
  1890. <datagrid id="grd_mainordlist3" nodeset="/root/main/rsltinpt/rsltlist" autoresize="true" caption="No^등록번호^성명^S/A^처방명^급여구분^선택진료^분류^진료과^주치의^처방과^처방의^처방일^예진저장^PACS^execprcpuniqno^rslttmplcd^rsltdd^suppdeptcd^rsltno^cnfmdt^cnfmmanid^orddrid^roomcd^execbaseflag^excupartcd^inclprcpcd^orddeptcd^orddrid2^sex2^age^execrem^readdrid1^readdrid2^readdrid3^orddd^cretno^prcpgenrflag^rslttm^formrecseq^prcpno^prcphistno^instcd^ckno^cknoseq^rtno^testrsltval^excuexectodd^excuexectotm^clinccmtcnts" colsep="^" colwidth="25, 57, 45, 35, 189, 55 ,55,41, 84, 69, 86, 66, 82, 58, 46, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" explorerbar="sortshow" frozencols="4" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:265px; height:630px; ">
  1891. <col ref="no" style="text-align:center; "/>
  1892. <col ref="pid"/>
  1893. <col ref="hngnm" style="text-align:center; "/>
  1894. <col ref="sex" style="width:380; height:520; "/>
  1895. <col ref="excucdnm"/>
  1896. <col ref="payflagcd"/>
  1897. <col ref="choiordflag"/>
  1898. <col ref="ioflag1"/>
  1899. <col ref="depthngnm"/>
  1900. <col ref="usernm"/>
  1901. <col ref="rgstdeptnm"/>
  1902. <col ref="rgstdrnm"/>
  1903. <col ref="prcpdd" format="yyyy-mm-dd" style="text-align:center; "/>
  1904. <col ref="rsltgb"/>
  1905. <col ref="pacsyn"/>
  1906. <col ref="execprcpuniqno" visibility="hidden"/>
  1907. <col ref="rslttmplcd" visibility="hidden"/>
  1908. <col ref="rsltdd" visibility="hidden"/>
  1909. <col ref="suppdeptcd" visibility="hidden"/>
  1910. <col ref="rsltno" visibility="hidden"/>
  1911. <col ref="cnfmdt" visibility="hidden"/>
  1912. <col ref="cnfmmanid" visibility="hidden"/>
  1913. <col ref="orddrid" visibility="hidden"/>
  1914. <col ref="roomcd" visibility="hidden"/>
  1915. <col ref="execbaseflag" visibility="hidden"/>
  1916. <col ref="excupartcd" visibility="hidden"/>
  1917. <col ref="inclprcpcd" visibility="hidden"/>
  1918. <col ref="orddeptcd" visibility="hidden"/>
  1919. <col ref="orddrid2" visibility="hidden"/>
  1920. <col ref="sex2" visibility="hidden"/>
  1921. <col ref="age" visibility="hidden"/>
  1922. <col ref="execrem" visibility="hidden"/>
  1923. <col ref="readdrid1" visibility="hidden"/>
  1924. <col ref="readdrid2" visibility="hidden"/>
  1925. <col ref="readdrid3" visibility="hidden"/>
  1926. <col ref="orddd" visibility="hidden"/>
  1927. <col ref="cretno" visibility="hidden"/>
  1928. <col ref="prcpgenrflag" visibility="hidden"/>
  1929. <col ref="rslttm" visibility="hidden"/>
  1930. <col ref="formrecseq" visibility="hidden"/>
  1931. <col ref="prcpno" visibility="hidden"/>
  1932. <col ref="prcphistno" visibility="hidden"/>
  1933. <col ref="instcd" visibility="hidden"/>
  1934. <col ref="ckno" visibility="hidden"/>
  1935. <col ref="cknoseq" visibility="hidden"/>
  1936. <col ref="rtno" visibility="hidden"/>
  1937. <col ref="testrsltval" visibility="hidden"/>
  1938. <col ref="excuexectodd" visibility="hidden"/>
  1939. <col ref="excuexectotm" visibility="hidden"/>
  1940. <col ref="clinccmtcnts" visibility="hidden"/>
  1941. <col ref="rsltkind" visibility="hidden"/>
  1942. <col ref="cnfmmanid2" visibility="hidden"/>
  1943. <col ref="signno" visibility="hidden"/>
  1944. <script type="javascript" ev:event="onclick">
  1945. <![CDATA[
  1946. if ( (grd_mainordlist3.row >= grd_mainordlist3.fixedRows) && (grd_mainordlist3.isCell(event.target))) {
  1947. /*환자 선택 */
  1948. fselectCase();
  1949. }
  1950. ]]>
  1951. </script>
  1952. <script type="javascript" ev:event="onaftersort">
  1953. <![CDATA[
  1954. grd_mainordlist3.gridToInstance();
  1955. ]]>
  1956. </script>
  1957. </datagrid>
  1958. </case>
  1959. <case id="case2" style="left:0px; top:0px; width:400px; height:655px; ">
  1960. <datagrid id="grd_mainordlist5" nodeset="/root/main/rsltinpt1/rsltlist1" autoresize="true" caption="No^등록번호^성명^S/A^처방명^급여구분^선택진료^분류^진료과^주치의^처방과^처방의^처방일^예진저장^확정저장^PACS^execprcpuniqno^rslttmplcd^rsltdd^suppdeptcd^rsltno^cnfmdt^cnfmmanid^orddrid^roomcd^execbaseflag^inclprcpcd^orddeptcd^orddrid2^sex2^age^execrem^readdrid1^readdrid2^readdrid3^orddd^cretno^prcpgenrflag^rslttm^formrecseq^prcpno^prcphistno^instcd^ckno^cknoseq^rtno^cnclresncd^cnclresncdnm^patholno2^excuexectodd^clostat" colsep="^" colwidth="25, 59, 51, 35, 201, 55 ,55, 43, 73, 59, 76, 64, 62, 55, 62, 40, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100,100,100" explorerbar="sortshow" frozencols="4" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:265px; height:635px; ">
  1961. <col ref="no" style="text-align:center; "/>
  1962. <col ref="pid"/>
  1963. <col ref="hngnm" style="text-align:center; "/>
  1964. <col ref="sex"/>
  1965. <col ref="excucdnm"/>
  1966. <col ref="payflagcd"/>
  1967. <col ref="choiordflag"/>
  1968. <col ref="ioflag1"/>
  1969. <col ref="depthngnm"/>
  1970. <col ref="usernm"/>
  1971. <col ref="rgstdeptnm"/>
  1972. <col ref="rgstdrnm"/>
  1973. <col ref="prcpdd"/>
  1974. <col ref="rsltgb"/>
  1975. <col ref="cnfmgb"/>
  1976. <col ref="pacsyn"/>
  1977. <col ref="execprcpuniqno" visibility="hidden"/>
  1978. <col ref="rslttmplcd" visibility="hidden"/>
  1979. <col ref="rsltdd" visibility="hidden"/>
  1980. <col ref="suppdeptcd" visibility="hidden"/>
  1981. <col ref="rsltno" visibility="hidden"/>
  1982. <col ref="cnfmdt" visibility="hidden"/>
  1983. <col ref="cnfmmanid" visibility="hidden"/>
  1984. <col ref="orddrid" visibility="hidden"/>
  1985. <col ref="roomcd" visibility="hidden"/>
  1986. <col ref="execbaseflag" visibility="hidden"/>
  1987. <col ref="inclprcpcd" visibility="hidden"/>
  1988. <col ref="orddeptcd" visibility="hidden"/>
  1989. <col ref="orddrid2" visibility="hidden"/>
  1990. <col ref="sex2" visibility="hidden"/>
  1991. <col ref="age" visibility="hidden"/>
  1992. <col ref="execrem" visibility="hidden"/>
  1993. <col ref="readdrid1" visibility="hidden"/>
  1994. <col ref="readdrid2" visibility="hidden"/>
  1995. <col ref="readdrid3" visibility="hidden"/>
  1996. <col ref="orddd" visibility="hidden"/>
  1997. <col ref="cretno" visibility="hidden"/>
  1998. <col ref="prcpgenrflag" visibility="hidden"/>
  1999. <col ref="rslttm" visibility="hidden"/>
  2000. <col ref="formrecseq" visibility="hidden"/>
  2001. <col ref="prcpno" visibility="hidden"/>
  2002. <col ref="prcphistno" visibility="hidden"/>
  2003. <col ref="instcd" visibility="hidden"/>
  2004. <col ref="ckno" visibility="hidden"/>
  2005. <col ref="cknoseq" visibility="hidden"/>
  2006. <col ref="rtno" visibility="hidden"/>
  2007. <col ref="cnclresncd" visibility="hidden"/>
  2008. <col ref="cnclresncdnm" visibility="hidden"/>
  2009. <col ref="patholno2" visibility="hidden"/>
  2010. <col ref="excuexectodd" visibility="hidden"/>
  2011. <col ref="clostat" visibility="hidden"/>
  2012. <col ref="rsltkind" visibility="hidden"/>
  2013. <col ref="signno" visibility="hidden"/>
  2014. <script type="javascript" ev:event="onclick">
  2015. <![CDATA[
  2016. if ( (grd_mainordlist5.row >= grd_mainordlist5.fixedRows) && (grd_mainordlist5.isCell(event.target))) {
  2017. /*환자 선택 */
  2018. fselectCase();
  2019. }
  2020. ]]>
  2021. </script>
  2022. <script type="javascript" ev:event="onaftersort">
  2023. <![CDATA[
  2024. grd_mainordlist5.gridToInstance();
  2025. ]]>
  2026. </script>
  2027. </datagrid>
  2028. </case>
  2029. </switch>
  2030. <line id="line3" class="line_1" style="x1:5px; y1:135px; x2:270px; y2:134px; "/>
  2031. <button id="btn_egd" class="btn_sw" group="tab" selected="true" style="left:287px; top:78px; width:70px; height:35px; ">
  2032. <caption>EGD</caption>
  2033. <script type="javascript" ev:event="onclick">
  2034. <![CDATA[
  2035. model.toggle("case4");
  2036. ]]>
  2037. </script>
  2038. </button>
  2039. <button id="btn_cf" class="btn_sw" group="tab" style="left:357px; top:78px; width:70px; height:35px; ">
  2040. <caption>CF</caption>
  2041. <script type="javascript" ev:event="onclick">
  2042. <![CDATA[
  2043. model.toggle("case5");
  2044. ]]>
  2045. </script>
  2046. </button>
  2047. <switch id="switch2" style="left:281px; top:105px; width:915px; height:642px; background-color:transparent; border-color:transparent; border-width:0; ">
  2048. <case id="case4" style="left:0px; top:0px; width:910px; height:640px; ">
  2049. <textarea id="drughistory" ref="/root/main/examform/egd/drug" navindex="2" style="left:185px; top:25px; width:720; height:38px; ">
  2050. <script type="javascript" ev:event="ondblclick">
  2051. <![CDATA[
  2052. fOpenExcel(drughistory, srchdrug1, "DRUG", model.getValue("/root/send/check/permission") ); // DRUG HISTORY
  2053. model.setfocus("predication", true);
  2054. ]]>
  2055. </script>
  2056. </textarea>
  2057. <select id="sleepyn" ref="/root/main/examform/egd/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" type="checkbox" style="left:185px; top:65px; width:65px; height:20px; border-style:none; ">
  2058. <choices>
  2059. <item>
  2060. <label>수 면</label>
  2061. <value>Y</value>
  2062. </item>
  2063. </choices>
  2064. </select>
  2065. <select id="pacsyn" ref="/root/main/examform/egd/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:92px; width:65px; height:20px; border-style:none; ">
  2066. <choices>
  2067. <item>
  2068. <label>PACS</label>
  2069. <value>Y</value>
  2070. </item>
  2071. </choices>
  2072. </select>
  2073. <select id="checkbox3" ref="/root/main/examform/egd/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:257px; top:92px; width:70px; height:20px; border-style:none; ">
  2074. <choices>
  2075. <item>
  2076. <label>Video</label>
  2077. <value>Y</value>
  2078. </item>
  2079. </choices>
  2080. </select>
  2081. <select id="checkbox5" ref="/root/main/examform/egd/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:460px; top:120px; width:75px; height:20px; border-style:none; ">
  2082. <choices>
  2083. <item>
  2084. <label>Cytology</label>
  2085. <value>Y</value>
  2086. </item>
  2087. </choices>
  2088. </select>
  2089. <select id="checkbox6" ref="/root/main/examform/egd/cloyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:340px; top:90px; width:75px; height:20px; border-style:none; ">
  2090. <choices>
  2091. <item>
  2092. <label>CLO test</label>
  2093. <value>Y</value>
  2094. </item>
  2095. </choices>
  2096. </select>
  2097. <select id="checkbox7" ref="/root/main/examform/egd/phyn" class="checkbox_search" visibility="hidden" overflow="visible" appearance="full" checkvalue="Y,N" style="left:430px; top:90px; width:75px; height:20px; border-style:none; ">
  2098. <choices>
  2099. <item>
  2100. <label>pH test</label>
  2101. <value>Y</value>
  2102. </item>
  2103. </choices>
  2104. </select>
  2105. <shape id="roundrect3" class="roundrect_example" appearance="roundrect" style="left:330px; top:114px; width:425px; height:30px; "/>
  2106. <select id="checkbox9" ref="/root/main/examform/egd/polypectyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:650px; top:119px; width:95px; height:20px; border-style:none; ">
  2107. <choices>
  2108. <item>
  2109. <label>Polypectomy</label>
  2110. <value>Y</value>
  2111. </item>
  2112. </choices>
  2113. </select>
  2114. <select id="checkbox10" ref="/root/main/examform/egd/esdemryn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:555px; top:119; width:91px; height:20px; border-style:none; ">
  2115. <choices>
  2116. <item>
  2117. <label>ESD or EMR</label>
  2118. <value>Y</value>
  2119. </item>
  2120. </choices>
  2121. </select>
  2122. <select id="checkbox8" ref="/root/main/examform/egd/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:335px; top:120px; width:95px; height:20px; border-style:none; ">
  2123. <choices>
  2124. <item>
  2125. <label>Forcep Biopsy</label>
  2126. <value>Y</value>
  2127. </item>
  2128. </choices>
  2129. </select>
  2130. <textarea id="textarea5" ref="/root/main/examform/egd/find1contnt1" style="left:185px; top:201px; width:720; height:38px; ">
  2131. <script type="javascript" ev:event="ondblclick">
  2132. <![CDATA[
  2133. fOpenExcel(textarea5, srchfind1contnt1, "EGD_ENDOSCOPIC FINDINGS_1",model.getValue("/root/send/check/permission"));
  2134. fsetHardRslt("egd/find1contnt1","egd/diag1");
  2135. model.setfocus("textarea6", true);
  2136. ]]>
  2137. </script>
  2138. </textarea>
  2139. <textarea id="textarea6" ref="/root/main/examform/egd/find1contnt2" style="left:185px; top:242px; width:720; height:38px; ">
  2140. <script type="javascript" ev:event="ondblclick">
  2141. <![CDATA[
  2142. fOpenExcel(textarea6, srchfind1contnt2, "EGD_ENDOSCOPIC FINDINGS_2",model.getValue("/root/send/check/permission"));
  2143. fsetHardRslt("egd/find1contnt2","egd/diag2");
  2144. model.setfocus("textarea7", true);
  2145. ]]>
  2146. </script>
  2147. </textarea>
  2148. <textarea id="textarea7" ref="/root/main/examform/egd/find1contnt3" style="left:185px; top:282px; width:720; height:38px; ">
  2149. <script type="javascript" ev:event="ondblclick">
  2150. <![CDATA[
  2151. fOpenExcel(textarea7, srchfind1contnt3, "EGD_ENDOSCOPIC FINDINGS_3",model.getValue("/root/send/check/permission"));
  2152. fsetHardRslt("egd/find1contnt3","egd/diag3");
  2153. model.setfocus("textarea8", true);
  2154. ]]>
  2155. </script>
  2156. </textarea>
  2157. <textarea id="textarea8" ref="/root/main/examform/egd/therap" style="left:185px; top:328px; width:720px; height:38px; ">
  2158. <script type="javascript" ev:event="ondblclick">
  2159. <![CDATA[
  2160. fOpenExcel(textarea8, srchtherap1, "EGD_THRAPEUTIC PROCEDURE_1",model.getValue("/root/send/check/permission"));
  2161. model.setfocus("textarea12", true);
  2162. ]]>
  2163. </script>
  2164. </textarea>
  2165. <textarea id="textarea9" ref="/root/main/examform/egd/diag2" style="left:185px; top:435px; width:720; height:38px; ">
  2166. <script type="javascript" ev:event="ondblclick">
  2167. <![CDATA[
  2168. fOpenExcel(textarea9, srchdiag2, "EGD_ENDOSCOPIC DIAGNOSIS_2",model.getValue("/root/send/check/permission"));
  2169. model.setfocus("textarea10", true);
  2170. ]]>
  2171. </script>
  2172. </textarea>
  2173. <textarea id="textarea10" ref="/root/main/examform/egd/diag3" style="left:185px; top:475px; width:720; height:38px; ">
  2174. <script type="javascript" ev:event="ondblclick">
  2175. <![CDATA[
  2176. fOpenExcel(textarea10, srchdiag3, "EGD_ENDOSCOPIC DIAGNOSIS_3",model.getValue("/root/send/check/permission"));
  2177. model.setfocus("textarea11", true);
  2178. ]]>
  2179. </script>
  2180. </textarea>
  2181. <textarea id="textarea11" ref="/root/main/examform/egd/complic" style="left:185px; top:523px; width:720px; height:28px; ">
  2182. <script type="javascript" ev:event="ondblclick">
  2183. <![CDATA[
  2184. fOpenExcel(textarea11, srchcomplic1, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  2185. model.setfocus("input3", true);
  2186. ]]>
  2187. </script>
  2188. </textarea>
  2189. <textarea id="textarea12" ref="/root/main/examform/egd/diag1" style="left:185px; top:394px; width:720; height:38px; ">
  2190. <script type="javascript" ev:event="ondblclick">
  2191. <![CDATA[
  2192. fOpenExcel(textarea12, srchdiag1, "EGD_ENDOSCOPIC DIAGNOSIS_1",model.getValue("/root/send/check/permission"));
  2193. model.setfocus("textarea9", true);
  2194. ]]>
  2195. </script>
  2196. </textarea>
  2197. <caption id="caption7" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2198. <caption id="caption8" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2199. <caption id="caption9" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2200. <input id="egd_workdd" ref="/root/main/examform/egd/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  2201. <button id="button23" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  2202. <caption>변경</caption>
  2203. <script type="javascript" ev:event="onclick">
  2204. <![CDATA[
  2205. egd_workdd.disabled = false ;
  2206. ]]>
  2207. </script>
  2208. </button>
  2209. <select1 id="combo2" ref="/root/main/examform/egd/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  2210. <choices>
  2211. <itemset nodeset="/root/main/execuserlist/item1">
  2212. <label ref="usernm"/>
  2213. <value ref="userid"/>
  2214. </itemset>
  2215. </choices>
  2216. </select1>
  2217. <select1 id="combo3" ref="/root/main/examform/egd/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  2218. <choices>
  2219. <itemset nodeset="/root/main/execuserlist/item0">
  2220. <label ref="usernm"/>
  2221. <value ref="userid"/>
  2222. </itemset>
  2223. </choices>
  2224. </select1>
  2225. <select1 id="combo4" ref="/root/main/examform/egd/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  2226. <choices>
  2227. <itemset nodeset="/root/main/execuserlist/item0">
  2228. <label ref="usernm"/>
  2229. <value ref="userid"/>
  2230. </itemset>
  2231. </choices>
  2232. </select1>
  2233. <line id="line15" class="line_3" style="x1:3px; y1:172px; x2:906px; y2:172px; "/>
  2234. <caption id="caption41" class="cell_1" style="left:3px; top:3px; width:180; height:19; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">REASONS FOR EXAM</caption>
  2235. <caption id="caption24" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">DRUG HISTORY</caption>
  2236. <caption id="caption10" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">PREMEDICATION</caption>
  2237. <caption id="caption34" class="cell_1" style="left:3px; top:94px; width:180px; height:77px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">PROCEDURE</caption>
  2238. <caption id="caption15" class="cell_1" style="left:48; top:201px; width:135; height:38px; text-align:left; vertical-align:middle; ">- ESOPHAGUS</caption>
  2239. <caption id="caption18" class="cell_1" style="left:48; top:241px; width:135; height:38px; text-align:left; vertical-align:middle; ">- STOMACH</caption>
  2240. <caption id="caption20" class="cell_1" style="left:48; top:281px; width:135; height:38px; text-align:left; vertical-align:middle; ">- DUODENUM</caption>
  2241. <caption id="caption21" class="cell_1" style="left:3px; top:328px; width:180px; height:38px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">
  2242. <![CDATA[THERAPEUTIC
  2243. PROCEDURE]]>
  2244. </caption>
  2245. <line id="line5" class="line_3" style="x1:0px; y1:322px; x2:908px; y2:322px; "/>
  2246. <caption id="caption22" class="cell_1" style="left:48; top:475px; width:135; height:38px; text-align:left; vertical-align:middle; ">- DUODENUM</caption>
  2247. <caption id="caption23" class="cell_1" style="left:48; top:395px; width:135; height:38px; text-align:left; vertical-align:middle; ">- ESOPHAGUS</caption>
  2248. <caption id="caption25" class="cell_1" style="left:48; top:435px; width:135; height:38px; text-align:left; vertical-align:middle; ">- STOMACH</caption>
  2249. <caption id="caption26" class="cell_1" style="left:3px; top:523px; width:180px; height:28px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">
  2250. <![CDATA[PROCEDURE-RELATED
  2251. COMPLICATION]]>
  2252. </caption>
  2253. <caption id="caption27" class="cell_1" style="left:3px; top:561px; width:190px; height:19px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">
  2254. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  2255. </caption>
  2256. <caption id="caption28" class="cell_1" style="left:3px; top:582px; width:180px; height:19px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">CLO TEST</caption>
  2257. <caption id="caption29" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">ENDOSCOPIST</caption>
  2258. <line id="line4" class="line_3" style="x1:0px; y1:515px; x2:908px; y2:515px; "/>
  2259. <caption id="caption4" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; font-weight:bold; text-align:center; vertical-align:middle; ">REMARK</caption>
  2260. <caption id="caption30" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  2261. <input id="reasonfoexam" ref="/root/main/examform/egd/reason" class="input_search" navindex="1" style="left:185px; top:3px; width:720; height:19px; ">
  2262. <script type="javascript" ev:event="ondblclick">
  2263. <![CDATA[
  2264. /*
  2265. * fOpenExcel(reasonfoexam, textarea2, "EGD_REASON", model.getValue("/root/send/check/permission") );
  2266. */
  2267. fOpenExcel(reasonfoexam, srchreason1, "EGD_REASON", model.getValue("/root/send/check/permission") );
  2268. model.setfocus("drughistory", true);
  2269. ]]>
  2270. </script>
  2271. </input>
  2272. <input id="predication" ref="/root/main/examform/egd/medic" class="input_search" navindex="3" style="left:256px; top:65px; width:650px; height:19px; ">
  2273. <script type="javascript" ev:event="ondblclick">
  2274. <![CDATA[
  2275. fOpenExcel(predication, srchmedic1, "EGD_PREMEDICATION",model.getValue("/root/send/check/permission"));
  2276. model.setfocus("textarea1", true);
  2277. ]]>
  2278. </script>
  2279. </input>
  2280. <textarea id="textarea1" ref="/root/main/examform/egd/procedure" style="left:185px; top:146px; width:720; height:23px; ">
  2281. <script type="javascript" ev:event="ondblclick">
  2282. <![CDATA[
  2283. fOpenExcel(textarea1, srchprocedure1, "EGD_PROCEDURE",model.getValue("/root/send/check/permission"));
  2284. model.setfocus("textarea5", true);
  2285. ]]>
  2286. </script>
  2287. </textarea>
  2288. <input id="input3" ref="/root/main/examform/egd/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  2289. <script type="javascript" ev:event="ondblclick">
  2290. <![CDATA[
  2291. fOpenExcel(input3, srchrecommend1, "RECOMMEND",model.getValue("/root/send/check/permission"));
  2292. model.setfocus("input6", true);
  2293. ]]>
  2294. </script>
  2295. </input>
  2296. <input id="input6" ref="/root/main/examform/egd/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  2297. <script type="javascript" ev:event="ondblclick">
  2298. <![CDATA[
  2299. fOpenExcel(input6, srchremark1, "REMARK",model.getValue("/root/send/check/permission"));
  2300. model.setfocus("input1", true);
  2301. ]]>
  2302. </script>
  2303. </input>
  2304. <textarea id="srchreason1" ref="/root/main/examform/egd/srchreason" visibility="hidden" style="left:636px; top:5px; width:110px; height:35px; "/>
  2305. <textarea id="srchdrug1" ref="/root/main/examform/egd/srchdrug" visibility="hidden" style="left:636px; top:40px; width:110px; height:35px; "/>
  2306. <textarea id="srchmedic1" ref="/root/main/examform/egd/srchmedic" visibility="hidden" style="left:715px; top:85px; width:110px; height:35px; "/>
  2307. <textarea id="srchprocedure1" ref="/root/main/examform/egd/srchprocedure" visibility="hidden" style="left:635px; top:150px; width:110px; height:35px; "/>
  2308. <textarea id="srchfind1contnt1" ref="/root/main/examform/egd/srchfind1contnt1" visibility="hidden" style="left:631px; top:201px; width:110px; height:35px; "/>
  2309. <textarea id="srchfind1contnt2" ref="/root/main/examform/egd/srchfind1contnt2" visibility="hidden" style="left:631px; top:236px; width:110px; height:35px; "/>
  2310. <textarea id="srchfind1contnt3" ref="/root/main/examform/egd/srchfind1contnt3" visibility="hidden" style="left:631px; top:271px; width:110px; height:35px; "/>
  2311. <textarea id="srchdiag2" ref="/root/main/examform/egd/srchdiag2" visibility="hidden" style="left:636px; top:425px; width:110px; height:35px; "/>
  2312. <textarea id="srchdiag1" ref="/root/main/examform/egd/srchdiag1" visibility="hidden" style="left:636px; top:390px; width:110px; height:35px; "/>
  2313. <textarea id="srchdiag3" ref="/root/main/examform/egd/srchdiag3" visibility="hidden" style="left:636px; top:460px; width:110px; height:35px; "/>
  2314. <textarea id="srchrecommend1" ref="/root/main/examform/egd/srchrecommend" visibility="hidden" style="left:640px; top:540px; width:110px; height:35px; "/>
  2315. <textarea id="srchcomplic1" ref="/root/main/examform/egd/srchcomplic" visibility="hidden" style="left:641px; top:505px; width:110px; height:35px; "/>
  2316. <textarea id="srchtherap1" ref="/root/main/examform/egd/srchtherap" visibility="hidden" style="left:636px; top:341px; width:110px; height:35px; "/>
  2317. <textarea id="srchremark1" ref="/root/main/examform/egd/srchremark" visibility="hidden" style="left:635px; top:570px; width:110px; height:35px; "/>
  2318. <caption id="caption145" class="cell_1" style="left:3px; top:180px; width:180px; height:19px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">ENDOSCOPIC FINDINGS</caption>
  2319. <caption id="caption33" class="cell_1" style="left:3px; top:201px; width:43px; height:119px; text-align:right; vertical-align:middle; "/>
  2320. <caption id="caption146" class="cell_1" style="left:3px; top:373px; width:180px; height:19px; font-weight:normal; text-align:center; vertical-align:middle; word-wrap:hard; ">ENDOSCOPIC DIAGNOSIS</caption>
  2321. <caption id="caption19" class="cell_1" style="left:3px; top:395px; width:43px; height:119px; text-align:right; vertical-align:middle; "/>
  2322. <line id="line22" class="line_3" style="x1:0px; y1:368px; x2:903px; y2:368px; "/>
  2323. <input id="input1" ref="/root/main/examform/egd/clotest" class="input_search" style="left:186px; top:582px; width:205px; height:19px; "/>
  2324. <caption id="caption170" class="cell_1" style="left:222px; top:119px; width:103px; height:20px; ">Tissue Sampling</caption>
  2325. </case>
  2326. <case id="case5">
  2327. <caption id="caption31" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  2328. <select1 id="combo5" ref="/root/main/examform/cf/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  2329. <choices>
  2330. <itemset nodeset="/root/main/execuserlist/item1">
  2331. <label ref="usernm"/>
  2332. <value ref="userid"/>
  2333. </itemset>
  2334. </choices>
  2335. </select1>
  2336. <select1 id="combo6" ref="/root/main/examform/cf/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  2337. <choices>
  2338. <itemset nodeset="/root/main/execuserlist/item0">
  2339. <label ref="usernm"/>
  2340. <value ref="userid"/>
  2341. </itemset>
  2342. </choices>
  2343. </select1>
  2344. <select1 id="combo7" ref="/root/main/examform/cf/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  2345. <choices>
  2346. <itemset nodeset="/root/main/execuserlist/item0">
  2347. <label ref="usernm"/>
  2348. <value ref="userid"/>
  2349. </itemset>
  2350. </choices>
  2351. </select1>
  2352. <caption id="caption32" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2353. <caption id="caption35" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2354. <caption id="caption36" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIST</caption>
  2355. <caption id="caption37" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2356. <button id="btn_chng2" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  2357. <caption>변경</caption>
  2358. <script type="javascript" ev:event="onclick">
  2359. <![CDATA[
  2360. input1.disabled = false ;
  2361. ]]>
  2362. </script>
  2363. </button>
  2364. <input id="cf_workdd" ref="/root/main/examform/cf/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  2365. <caption id="caption38" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  2366. <caption id="caption39" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  2367. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  2368. </caption>
  2369. <input id="input4" ref="/root/main/examform/cf/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  2370. <script type="javascript" ev:event="ondblclick">
  2371. <![CDATA[
  2372. fOpenExcel(input4, srchrecommend2, "RECOMMEND",model.getValue("/root/send/check/permission"));
  2373. model.setfocus("input7", true);
  2374. ]]>
  2375. </script>
  2376. </input>
  2377. <input id="input7" ref="/root/main/examform/cf/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  2378. <script type="javascript" ev:event="ondblclick">
  2379. <![CDATA[
  2380. fOpenExcel(input7, srchremark2, "REMARK",model.getValue("/root/send/check/permission"));
  2381. model.setfocus("combo5", true);
  2382. ]]>
  2383. </script>
  2384. </input>
  2385. <caption id="caption40" class="cell_1" style="left:3px; top:528px; width:180px; height:28px; text-align:center; vertical-align:middle; ">
  2386. <![CDATA[PROCEDURE-RELATED
  2387. COMPLICATION]]>
  2388. </caption>
  2389. <textarea id="textarea24" ref="/root/main/examform/cf/complic" style="left:185px; top:528px; width:720px; height:28px; ">
  2390. <script type="javascript" ev:event="ondblclick">
  2391. <![CDATA[
  2392. fOpenExcel(textarea24, srchcomplic2, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  2393. model.setfocus("input4", true);
  2394. ]]>
  2395. </script>
  2396. </textarea>
  2397. <textarea id="textarea26" ref="/root/main/examform/cf/therap" style="left:185px; top:365px; width:720px; height:65px; ">
  2398. <script type="javascript" ev:event="ondblclick">
  2399. <![CDATA[
  2400. fOpenExcel(textarea26, srchtherap2, "CF_THERAPEUTIC PROCEDURE",model.getValue("/root/send/check/permission"));
  2401. model.setfocus("textarea27", true);
  2402. ]]>
  2403. </script>
  2404. </textarea>
  2405. <caption id="caption43" class="cell_1" style="left:3px; top:365px; width:180px; height:65px; text-align:center; vertical-align:middle; ">
  2406. <![CDATA[THERAPEUTIC
  2407. PROCEDURE]]>
  2408. </caption>
  2409. <caption id="caption44" class="cell_1" style="left:3px; top:435px; width:180px; height:90px; text-align:center; vertical-align:middle; ">ENDOSCOPIC DIAGNOSIS</caption>
  2410. <textarea id="textarea27" ref="/root/main/examform/cf/diag1" style="left:185px; top:435px; width:720px; height:90px; ">
  2411. <script type="javascript" ev:event="ondblclick">
  2412. <![CDATA[
  2413. fOpenExcel(textarea27, srchdiag11, "CF_ENDOSCOPIC DIAGNOSIS",model.getValue("/root/send/check/permission"));
  2414. model.setfocus("textarea24", true);
  2415. ]]>
  2416. </script>
  2417. </textarea>
  2418. <textarea id="textarea28" ref="/root/main/examform/cf/rectalexam" style="left:185px; top:218px; width:720px; height:38px; ">
  2419. <script type="javascript" ev:event="ondblclick">
  2420. <![CDATA[
  2421. fOpenExcel(textarea28, srchrectalexam2, "CF_DIGITAL RECTAL EXAM",model.getValue("/root/send/check/permission"));
  2422. model.setfocus("textarea32", true);
  2423. ]]>
  2424. </script>
  2425. </textarea>
  2426. <caption id="caption45" class="cell_1" style="left:3px; top:218px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DIGITAL RECTAL EXAM</caption>
  2427. <input id="input8" ref="/root/main/examform/cf/reason" class="input_search" style="left:185px; top:3px; width:720; height:19px; ">
  2428. <script type="javascript" ev:event="ondblclick">
  2429. <![CDATA[
  2430. fOpenExcel(input8, srchreason2, "CF_REASON", model.getValue("/root/send/check/permission") );
  2431. model.setfocus("textarea29", true);
  2432. ]]>
  2433. </script>
  2434. </input>
  2435. <caption id="caption46" class="cell_1" style="left:3px; top:3px; width:180; height:19; text-align:center; vertical-align:middle; ">REASONS FOR EXAM</caption>
  2436. <select id="checkbox1" ref="/root/main/examform/cf/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:67px; width:65px; height:20px; border-style:none; ">
  2437. <choices>
  2438. <item>
  2439. <label>수 면</label>
  2440. <value>Y</value>
  2441. </item>
  2442. </choices>
  2443. </select>
  2444. <caption id="caption47" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; text-align:center; vertical-align:middle; ">PREMEDICATION</caption>
  2445. <caption id="caption48" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  2446. <input id="input9" ref="/root/main/examform/cf/medic" class="input_search" style="left:256px; top:67px; width:650px; height:19px; ">
  2447. <script type="javascript" ev:event="ondblclick">
  2448. <![CDATA[
  2449. fOpenExcel(input9, srchmedic2, "CF_PREMEDICATION", model.getValue("/root/send/check/permission") );
  2450. model.setfocus("textarea31", true);
  2451. ]]>
  2452. </script>
  2453. </input>
  2454. <textarea id="textarea29" ref="/root/main/examform/cf/drug" style="left:185px; top:25px; width:720; height:38px; ">
  2455. <script type="javascript" ev:event="ondblclick">
  2456. <![CDATA[
  2457. fOpenExcel(textarea29, srchdrug2, "DRUG", model.getValue("/root/send/check/permission") );
  2458. model.setfocus("input9", true);
  2459. ]]>
  2460. </script>
  2461. </textarea>
  2462. <select id="checkbox2" ref="/root/main/examform/cf/esdemryn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:552px; top:163px; width:91px; height:20px; border-style:none; ">
  2463. <choices>
  2464. <item>
  2465. <label>ESD or EMR</label>
  2466. <value>Y</value>
  2467. </item>
  2468. </choices>
  2469. </select>
  2470. <shape id="roundrect4" class="roundrect_example" appearance="roundrect" style="left:327px; top:158px; width:413px; height:30px; "/>
  2471. <select id="checkbox13" ref="/root/main/examform/cf/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:135px; width:65px; height:20px; border-style:none; ">
  2472. <choices>
  2473. <item>
  2474. <label>PACS</label>
  2475. <value>Y</value>
  2476. </item>
  2477. </choices>
  2478. </select>
  2479. <select id="checkbox14" ref="/root/main/examform/cf/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:257px; top:135px; width:70px; height:20px; border-style:none; ">
  2480. <choices>
  2481. <item>
  2482. <label>Video</label>
  2483. <value>Y</value>
  2484. </item>
  2485. </choices>
  2486. </select>
  2487. <caption id="caption49" class="cell_1" style="left:3px; top:137px; width:180px; height:77px; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  2488. <select id="checkbox16" ref="/root/main/examform/cf/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:655px; top:163px; width:75px; height:20px; border-style:none; ">
  2489. <choices>
  2490. <item>
  2491. <label>Cytology</label>
  2492. <value>Y</value>
  2493. </item>
  2494. </choices>
  2495. </select>
  2496. <select id="checkbox17" ref="/root/main/examform/cf/samplingyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:340px; top:135px; width:113px; height:20px; border-style:none; ">
  2497. <choices>
  2498. <item>
  2499. <label>Stool Sampling</label>
  2500. <value>Y</value>
  2501. </item>
  2502. </choices>
  2503. </select>
  2504. <select id="checkbox18" ref="/root/main/examform/cf/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:335px; top:163px; width:95px; height:20px; border-style:none; ">
  2505. <choices>
  2506. <item>
  2507. <label>Forcep Biopsy</label>
  2508. <value>Y</value>
  2509. </item>
  2510. </choices>
  2511. </select>
  2512. <select id="checkbox19" ref="/root/main/examform/cf/polypectyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:445px; top:163px; width:95px; height:20px; border-style:none; ">
  2513. <choices>
  2514. <item>
  2515. <label>Polypectomy</label>
  2516. <value>Y</value>
  2517. </item>
  2518. </choices>
  2519. </select>
  2520. <textarea id="textarea30" ref="/root/main/examform/cf/procedure" style="left:185px; top:189px; width:720px; height:23px; ">
  2521. <script type="javascript" ev:event="ondblclick">
  2522. <![CDATA[
  2523. fOpenExcel(textarea30, srchprocedure2, "CF_PROCEDURE", model.getValue("/root/send/check/permission") );
  2524. model.setfocus("textarea28", true);
  2525. ]]>
  2526. </script>
  2527. </textarea>
  2528. <textarea id="textarea31" ref="/root/main/examform/cf/bowelprep" style="left:183px; top:95px; width:720px; height:38px; ">
  2529. <script type="javascript" ev:event="ondblclick">
  2530. <![CDATA[
  2531. fOpenExcel(textarea31, srchbowelprep2, "BOWEL PREPARATION", model.getValue("/root/send/check/permission") );
  2532. model.setfocus("textarea30", true);
  2533. ]]>
  2534. </script>
  2535. </textarea>
  2536. <caption id="caption50" class="cell_1" style="left:1px; top:95px; width:180px; height:38px; text-align:center; vertical-align:middle; ">BOWEL PREPARATION</caption>
  2537. <textarea id="textarea32" ref="/root/main/examform/cf/find1contnt1" style="left:184px; top:260px; width:720px; height:100px; ">
  2538. <script type="javascript" ev:event="ondblclick">
  2539. <![CDATA[
  2540. fOpenExcel(textarea32, srchfind1contnt11, "CF_ENDOSCOPIC FINDINGS",model.getValue("/root/send/check/permission"));
  2541. model.setfocus("textarea26", true);
  2542. ]]>
  2543. </script>
  2544. </textarea>
  2545. <caption id="caption51" class="cell_1" style="left:3px; top:260px; width:180px; height:100px; text-align:center; vertical-align:middle; ">ENDOSCOPIC FINDINGS</caption>
  2546. <textarea id="srchreason2" ref="/root/main/examform/cf/srchreason" visibility="hidden" style="left:660px; top:5px; width:90px; height:38px; "/>
  2547. <textarea id="srchdrug2" ref="/root/main/examform/cf/srchdrug" visibility="hidden" style="left:650px; top:45px; width:85px; height:38px; "/>
  2548. <textarea id="srchmedic2" ref="/root/main/examform/cf/srchmedic" visibility="hidden" style="left:655px; top:90px; width:85px; height:38px; "/>
  2549. <textarea id="srchbowelprep2" ref="/root/main/examform/cf/srchbowelprep" visibility="hidden" style="left:655px; top:130px; width:85px; height:38px; "/>
  2550. <textarea id="srchprocedure2" ref="/root/main/examform/cf/srchprocedure" visibility="hidden" style="left:655px; top:175px; width:85px; height:38px; "/>
  2551. <textarea id="srchrectalexam2" ref="/root/main/examform/cf/srchrectalexam" visibility="hidden" style="left:655px; top:220px; width:85px; height:38px; "/>
  2552. <textarea id="srchfind1contnt11" ref="/root/main/examform/cf/srchfind1contnt1" visibility="hidden" style="left:655px; top:265px; width:85px; height:38px; "/>
  2553. <textarea id="srchtherap2" ref="/root/main/examform/cf/srchtherap" visibility="hidden" style="left:655px; top:335px; width:85px; height:38px; "/>
  2554. <textarea id="srchdiag11" ref="/root/main/examform/cf/srchdiag1" visibility="hidden" style="left:655px; top:400px; width:85px; height:38px; "/>
  2555. <textarea id="srchcomplic2" ref="/root/main/examform/cf/srchcomplic" visibility="hidden" style="left:650px; top:445px; width:85px; height:38px; "/>
  2556. <textarea id="srchrecommend2" ref="/root/main/examform/cf/srchrecommend" visibility="hidden" style="left:650px; top:495px; width:85px; height:38px; "/>
  2557. <textarea id="srchremark2" ref="/root/main/examform/cf/srchremark" visibility="hidden" style="left:650px; top:545px; width:85px; height:38px; "/>
  2558. <caption id="caption171" class="cell_1" style="left:220px; top:161px; width:103px; height:20px; ">Tissue Sampling</caption>
  2559. </case>
  2560. <case id="case6" selected="true">
  2561. <textarea id="textarea40" ref="/root/main/examform/fs/complic" style="left:185px; top:530px; width:720px; height:28px; ">
  2562. <script type="javascript" ev:event="ondblclick">
  2563. <![CDATA[
  2564. fOpenExcel(textarea40, srchcomplic3, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  2565. model.setfocus("input22", true);
  2566. ]]>
  2567. </script>
  2568. </textarea>
  2569. <input id="input18" ref="/root/main/examform/fs/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  2570. <script type="javascript" ev:event="ondblclick">
  2571. <![CDATA[
  2572. fOpenExcel(input18, srchremark3, "REMARK",model.getValue("/root/send/check/permission"));
  2573. model.setfocus("combo11", true);
  2574. ]]>
  2575. </script>
  2576. </input>
  2577. <input id="input19" ref="/root/main/examform/fs/reason" class="input_search" style="left:185px; top:3px; width:720; height:19px; ">
  2578. <script type="javascript" ev:event="ondblclick">
  2579. <![CDATA[
  2580. fOpenExcel(input19, srchreason3, "CF_REASON",model.getValue("/root/send/check/permission"));
  2581. model.setfocus("textarea44", true);
  2582. ]]>
  2583. </script>
  2584. </input>
  2585. <button id="button21" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  2586. <caption>변경</caption>
  2587. <script type="javascript" ev:event="onclick">
  2588. <![CDATA[
  2589. fs_workdd.disabled = false ;
  2590. ]]>
  2591. </script>
  2592. </button>
  2593. <caption id="caption74" class="cell_1" style="left:1px; top:95px; width:180px; height:38px; text-align:center; vertical-align:middle; ">BOWEL PREPARATION</caption>
  2594. <shape id="roundrect6" class="roundrect_example" appearance="roundrect" style="left:328px; top:158px; width:412px; height:30px; "/>
  2595. <input id="input20" ref="/root/main/examform/fs/medic" class="input_search" style="left:256px; top:67px; width:650px; height:19px; ">
  2596. <script type="javascript" ev:event="ondblclick">
  2597. <![CDATA[
  2598. fOpenExcel(input20, srchmedic3, "CF_PREMEDICATION",model.getValue("/root/send/check/permission"));
  2599. model.setfocus("textarea46", true);
  2600. ]]>
  2601. </script>
  2602. </input>
  2603. <textarea id="textarea41" ref="/root/main/examform/fs/therap" style="left:185px; top:367px; width:720px; height:65px; ">
  2604. <script type="javascript" ev:event="ondblclick">
  2605. <![CDATA[
  2606. fOpenExcel(textarea41, srchtherap3, "CF_THERAPEUTIC PROCEDURE",model.getValue("/root/send/check/permission"));
  2607. model.setfocus("textarea42", true);
  2608. ]]>
  2609. </script>
  2610. </textarea>
  2611. <caption id="caption75" class="cell_1" style="left:3px; top:259px; width:180px; height:105px; text-align:center; vertical-align:middle; ">ENDOSCOPIC FINDINGS</caption>
  2612. <select id="checkbox35" ref="/root/main/examform/fs/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:135px; width:65px; height:20px; border-style:none; ">
  2613. <choices>
  2614. <item>
  2615. <label>PACS</label>
  2616. <value>Y</value>
  2617. </item>
  2618. </choices>
  2619. </select>
  2620. <textarea id="textarea42" ref="/root/main/examform/fs/diag1" style="left:185px; top:436px; width:720px; height:90px; ">
  2621. <script type="javascript" ev:event="ondblclick">
  2622. <![CDATA[
  2623. fOpenExcel(textarea42, srchdiag13, "CF_ENDOSCOPIC DIAGNOSIS",model.getValue("/root/send/check/permission"));
  2624. model.setfocus("textarea40", true);
  2625. ]]>
  2626. </script>
  2627. </textarea>
  2628. <caption id="caption76" class="cell_1" style="left:4px; top:529px; width:180px; height:28px; text-align:center; vertical-align:middle; ">
  2629. <![CDATA[PROCEDURE-RELATED
  2630. COMPLICATION]]>
  2631. </caption>
  2632. <select id="checkbox36" ref="/root/main/examform/fs/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:257px; top:135px; width:70px; height:20px; border-style:none; ">
  2633. <choices>
  2634. <item>
  2635. <label>Video</label>
  2636. <value>Y</value>
  2637. </item>
  2638. </choices>
  2639. </select>
  2640. <select id="checkbox37" ref="/root/main/examform/fs/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:67px; width:65px; height:20px; border-style:none; ">
  2641. <choices>
  2642. <item>
  2643. <label>수 면</label>
  2644. <value>Y</value>
  2645. </item>
  2646. </choices>
  2647. </select>
  2648. <textarea id="textarea43" ref="/root/main/examform/fs/rectalexam" style="left:185px; top:218px; width:720px; height:38px; ">
  2649. <script type="javascript" ev:event="ondblclick">
  2650. <![CDATA[
  2651. fOpenExcel(textarea43, srchrectalexam3, "CF_DIGITAL RECTAL EXAM",model.getValue("/root/send/check/permission"));
  2652. model.setfocus("textarea47", true);
  2653. ]]>
  2654. </script>
  2655. </textarea>
  2656. <select id="checkbox39" ref="/root/main/examform/fs/esdemryn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:553px; top:163px; width:91px; height:20px; border-style:none; ">
  2657. <choices>
  2658. <item>
  2659. <label>ESD or EMR</label>
  2660. <value>Y</value>
  2661. </item>
  2662. </choices>
  2663. </select>
  2664. <textarea id="textarea44" ref="/root/main/examform/fs/drug" style="left:185px; top:25px; width:720; height:38px; ">
  2665. <script type="javascript" ev:event="ondblclick">
  2666. <![CDATA[
  2667. fOpenExcel(textarea44, srchdrug3, "DRUG",model.getValue("/root/send/check/permission"));
  2668. model.setfocus("input20", true);
  2669. ]]>
  2670. </script>
  2671. </textarea>
  2672. <caption id="caption77" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  2673. <select id="checkbox40" ref="/root/main/examform/fs/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:650px; top:163px; width:75px; height:20px; border-style:none; ">
  2674. <choices>
  2675. <item>
  2676. <label>Cytology</label>
  2677. <value>Y</value>
  2678. </item>
  2679. </choices>
  2680. </select>
  2681. <caption id="caption78" class="cell_1" style="left:3px; top:367px; width:180px; height:65px; text-align:center; vertical-align:middle; ">
  2682. <![CDATA[THERAPEUTIC
  2683. PROCEDURE]]>
  2684. </caption>
  2685. <caption id="caption79" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2686. <select id="checkbox41" ref="/root/main/examform/fs/samplingyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:340px; top:135px; width:113px; height:20px; border-style:none; ">
  2687. <choices>
  2688. <item>
  2689. <label>Stool Sampling</label>
  2690. <value>Y</value>
  2691. </item>
  2692. </choices>
  2693. </select>
  2694. <caption id="caption80" class="cell_1" style="left:3px; top:436px; width:180px; height:90px; text-align:center; vertical-align:middle; ">ENDOSCOPIC DIAGNOSIS</caption>
  2695. <select id="checkbox42" ref="/root/main/examform/fs/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:336px; top:163px; width:95px; height:20px; border-style:none; ">
  2696. <choices>
  2697. <item>
  2698. <label>Forcep Biopsy</label>
  2699. <value>Y</value>
  2700. </item>
  2701. </choices>
  2702. </select>
  2703. <caption id="caption81" class="cell_1" style="left:3px; top:218px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DIGITAL RECTAL EXAM</caption>
  2704. <select id="checkbox43" ref="/root/main/examform/fs/polypectyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:446px; top:163px; width:95px; height:20px; border-style:none; ">
  2705. <choices>
  2706. <item>
  2707. <label>Polypectomy</label>
  2708. <value>Y</value>
  2709. </item>
  2710. </choices>
  2711. </select>
  2712. <caption id="caption82" class="cell_1" style="left:3px; top:3px; width:180; height:19; text-align:center; vertical-align:middle; ">REASONS FOR EXAM</caption>
  2713. <caption id="caption83" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2714. <caption id="caption84" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; text-align:center; vertical-align:middle; ">PREMEDICATION</caption>
  2715. <caption id="caption85" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIST</caption>
  2716. <caption id="caption86" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  2717. <input id="fs_workdd" ref="/root/main/examform/fs/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  2718. <caption id="caption87" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2719. <select1 id="combo11" ref="/root/main/examform/fs/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  2720. <choices>
  2721. <itemset nodeset="/root/main/execuserlist/item1">
  2722. <label ref="usernm"/>
  2723. <value ref="userid"/>
  2724. </itemset>
  2725. </choices>
  2726. </select1>
  2727. <textarea id="textarea45" ref="/root/main/examform/fs/procedure" style="left:185px; top:189px; width:720px; height:23px; ">
  2728. <script type="javascript" ev:event="ondblclick">
  2729. <![CDATA[
  2730. fOpenExcel(textarea45, srchprocedure3, "CF_PROCEDURE",model.getValue("/root/send/check/permission"));
  2731. model.setfocus("textarea43", true);
  2732. ]]>
  2733. </script>
  2734. </textarea>
  2735. <caption id="caption88" class="cell_1" style="left:3px; top:137px; width:180px; height:77px; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  2736. <caption id="caption89" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  2737. <select1 id="combo12" ref="/root/main/examform/fs/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  2738. <choices>
  2739. <itemset nodeset="/root/main/execuserlist/item0">
  2740. <label ref="usernm"/>
  2741. <value ref="userid"/>
  2742. </itemset>
  2743. </choices>
  2744. </select1>
  2745. <textarea id="textarea46" ref="/root/main/examform/fs/bowelprep" style="left:183px; top:95px; width:720px; height:38px; ">
  2746. <script type="javascript" ev:event="ondblclick">
  2747. <![CDATA[
  2748. fOpenExcel(textarea46, srchbowelprep3, "BOWEL PREPARATION",model.getValue("/root/send/check/permission"));
  2749. model.setfocus("textarea45", true);
  2750. ]]>
  2751. </script>
  2752. </textarea>
  2753. <caption id="caption90" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  2754. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  2755. </caption>
  2756. <select1 id="combo13" ref="/root/main/examform/fs/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  2757. <choices>
  2758. <itemset nodeset="/root/main/execuserlist/item0">
  2759. <label ref="usernm"/>
  2760. <value ref="userid"/>
  2761. </itemset>
  2762. </choices>
  2763. </select1>
  2764. <textarea id="textarea47" ref="/root/main/examform/fs/find1contnt1" style="left:184px; top:259px; width:720px; height:105px; ">
  2765. <script type="javascript" ev:event="ondblclick">
  2766. <![CDATA[
  2767. fOpenExcel(textarea47, srchfind1contnt13, "CF_ENDOSCOPIC FINDINGS",model.getValue("/root/send/check/permission"));
  2768. model.setfocus("textarea41", true);
  2769. ]]>
  2770. </script>
  2771. </textarea>
  2772. <input id="input22" ref="/root/main/examform/fs/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  2773. <script type="javascript" ev:event="ondblclick">
  2774. <![CDATA[
  2775. fOpenExcel(input22, srchrecommend3, "RECOMMEND",model.getValue("/root/send/check/permission"));
  2776. model.setfocus("input18", true);
  2777. ]]>
  2778. </script>
  2779. </input>
  2780. <textarea id="srchreason3" ref="/root/main/examform/fs/srchreason" visibility="hidden" style="left:755px; top:10px; width:85px; height:38px; "/>
  2781. <textarea id="srchdrug3" ref="/root/main/examform/fs/srchdrug" visibility="hidden" style="left:755px; top:55px; width:85px; height:38px; "/>
  2782. <textarea id="srchrecommend3" ref="/root/main/examform/fs/srchrecommend" visibility="hidden" style="left:390px; top:520px; width:85px; height:38px; "/>
  2783. <textarea id="srchcomplic3" ref="/root/main/examform/fs/srchcomplic" visibility="hidden" style="left:705px; top:505px; width:85px; height:38px; "/>
  2784. <textarea id="srchdiag13" ref="/root/main/examform/fs/srchdiag1" visibility="hidden" style="left:755px; top:415px; width:85px; height:38px; "/>
  2785. <textarea id="srchtherap3" ref="/root/main/examform/fs/srchtherap" visibility="hidden" style="left:745px; top:340px; width:85px; height:38px; "/>
  2786. <textarea id="srchfind1contnt13" ref="/root/main/examform/fs/srchfind1contnt1" visibility="hidden" style="left:750px; top:270px; width:85px; height:38px; "/>
  2787. <textarea id="srchrectalexam3" ref="/root/main/examform/fs/srchrectalexam" visibility="hidden" style="left:750px; top:215px; width:85px; height:38px; "/>
  2788. <textarea id="srchprocedure3" ref="/root/main/examform/fs/srchprocedure" visibility="hidden" style="left:750px; top:170px; width:85px; height:38px; "/>
  2789. <textarea id="srchmedic3" ref="/root/main/examform/fs/srchmedic" visibility="hidden" style="left:755px; top:100px; width:85px; height:38px; "/>
  2790. <textarea id="srchremark3" ref="/root/main/examform/fs/srchremark" visibility="hidden" style="left:805px; top:545px; width:85px; height:38px; "/>
  2791. <caption id="caption172" class="cell_1" style="left:216px; top:160px; width:103px; height:20px; ">Tissue Sampling</caption>
  2792. <textarea id="srchbowelprep3" ref="/root/main/examform/fs/srchbowelprep" visibility="hidden" style="left:755px; top:140px; width:85px; height:38px; "/>
  2793. </case>
  2794. <case id="case7">
  2795. <select id="checkbox32" ref="/root/main/examform/ercp/cultureyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:432px; top:90px; width:101px; height:20px; border-style:none; ">
  2796. <choices>
  2797. <item>
  2798. <label>Bile Culture</label>
  2799. <value>Y</value>
  2800. </item>
  2801. </choices>
  2802. </select>
  2803. <caption id="caption70" class="cell_1" style="left:48px; top:347px; width:135px; height:38px; text-align:left; vertical-align:middle; ">- PANCREAS</caption>
  2804. <textarea id="textarea35" ref="/root/main/examform/ercp/find2contnt2" style="left:185px; top:347px; width:720px; height:38px; ">
  2805. <script type="javascript" ev:event="ondblclick">
  2806. <![CDATA[
  2807. fOpenExcel(textarea35, srchfind2contnt24, "ERCP_ERCP FINDINGS_2",model.getValue("/root/send/check/permission"));
  2808. model.setfocus("textarea36", true);
  2809. ]]>
  2810. </script>
  2811. </textarea>
  2812. <select id="checkbox33" ref="/root/main/examform/ercp/aspirationyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:540px; top:90px; width:121px; height:20px; border-style:none; ">
  2813. <choices>
  2814. <item>
  2815. <label>Panc Juice aspir</label>
  2816. <value>Y</value>
  2817. </item>
  2818. </choices>
  2819. </select>
  2820. <line id="line9" class="line_3" style="x1:0px; y1:281px; x2:908px; y2:281px; "/>
  2821. <caption id="caption71" class="cell_1" style="left:48; top:454px; width:135; height:38px; text-align:left; vertical-align:middle; ">- BILIARY SYSTEM</caption>
  2822. <textarea id="textarea36" ref="/root/main/examform/ercp/therap" style="left:184px; top:390px; width:720px; height:38px; ">
  2823. <script type="javascript" ev:event="ondblclick">
  2824. <![CDATA[
  2825. fOpenExcel(textarea36, srchtherap4, "ERCP_THERAPEUTIC PROCEDURE",model.getValue("/root/send/check/permission"));
  2826. model.setfocus("textarea39", true);
  2827. ]]>
  2828. </script>
  2829. </textarea>
  2830. <caption id="caption60" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2831. <textarea id="textarea25" ref="/root/main/examform/ercp/procedure" style="left:185px; top:146px; width:720; height:23px; ">
  2832. <script type="javascript" ev:event="ondblclick">
  2833. <![CDATA[
  2834. fOpenExcel(textarea25, srchprocedure4, "ERCP_PROCEDURE",model.getValue("/root/send/check/permission"));
  2835. model.setfocus("input15", true);
  2836. ]]>
  2837. </script>
  2838. </textarea>
  2839. <select id="checkbox22" ref="/root/main/examform/ercp/ampullectomyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:425px; top:119px; width:106px; height:20px; border-style:none; ">
  2840. <choices>
  2841. <item>
  2842. <label>Ampullectomy</label>
  2843. <value>Y</value>
  2844. </item>
  2845. </choices>
  2846. </select>
  2847. <caption id="caption72" class="cell_1" style="left:48; top:494px; width:135; height:38px; text-align:left; vertical-align:middle; ">- PANCREAS</caption>
  2848. <textarea id="textarea37" ref="/root/main/examform/ercp/find2contnt1" style="left:185px; top:306px; width:720px; height:38px; ">
  2849. <script type="javascript" ev:event="ondblclick">
  2850. <![CDATA[
  2851. fOpenExcel(textarea37, srchfind2contnt14, "ERCP_ERCP FINDINGS_1",model.getValue("/root/send/check/permission"));
  2852. fsetHardRslt("ercp/find2contnt1","ercp/diag1");
  2853. model.setfocus("textarea35", true);
  2854. ]]>
  2855. </script>
  2856. </textarea>
  2857. <caption id="caption61" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2858. <button id="button2" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  2859. <caption>변경</caption>
  2860. <script type="javascript" ev:event="onclick">
  2861. <![CDATA[
  2862. ercp_workdd.disabled = false ;
  2863. ]]>
  2864. </script>
  2865. </button>
  2866. <select id="checkbox23" ref="/root/main/examform/ercp/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:65px; width:65px; height:20px; border-style:none; ">
  2867. <choices>
  2868. <item>
  2869. <label>수 면</label>
  2870. <value>Y</value>
  2871. </item>
  2872. </choices>
  2873. </select>
  2874. <line id="line10" class="line_3" style="x1:0px; y1:387px; x2:908px; y2:387px; "/>
  2875. <textarea id="textarea38" ref="/root/main/examform/ercp/diag2" style="left:185px; top:494px; width:720px; height:38px; ">
  2876. <script type="javascript" ev:event="ondblclick">
  2877. <![CDATA[
  2878. fOpenExcel(textarea38, srchdiag24, "ERCP_DIAGNOSIS_2",model.getValue("/root/send/check/permission"));
  2879. model.setfocus("textarea34", true);
  2880. ]]>
  2881. </script>
  2882. </textarea>
  2883. <caption id="caption62" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  2884. <select id="checkbox24" ref="/root/main/examform/ercp/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:244px; top:92px; width:70px; height:20px; border-style:none; ">
  2885. <choices>
  2886. <item>
  2887. <label>Video</label>
  2888. <value>Y</value>
  2889. </item>
  2890. </choices>
  2891. </select>
  2892. <shape id="roundrect5" class="roundrect_example" appearance="roundrect" style="left:313px; top:114px; width:312px; height:30px; "/>
  2893. <line id="line11" class="line_3" style="x1:0px; y1:533px; x2:908px; y2:533px; "/>
  2894. <textarea id="textarea39" ref="/root/main/examform/ercp/diag1" style="left:185px; top:453px; width:720px; height:38px; ">
  2895. <script type="javascript" ev:event="ondblclick">
  2896. <![CDATA[
  2897. fOpenExcel(textarea39, srchdiag14, "ERCP_DIAGNOSIS_1",model.getValue("/root/send/check/permission"));
  2898. model.setfocus("textarea38", true);
  2899. ]]>
  2900. </script>
  2901. </textarea>
  2902. <caption id="caption63" class="cell_1" style="left:48px; top:254px; width:135px; height:25px; text-align:left; vertical-align:middle; ">- MINOR PAPILLA</caption>
  2903. <caption id="caption52" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; text-align:center; vertical-align:middle; ">MEDICATION</caption>
  2904. <select id="checkbox25" ref="/root/main/examform/ercp/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:92px; width:55px; height:20px; border-style:none; ">
  2905. <choices>
  2906. <item>
  2907. <label>PACS</label>
  2908. <value>Y</value>
  2909. </item>
  2910. </choices>
  2911. </select>
  2912. <caption id="caption53" class="cell_1" style="left:3px; top:94px; width:180px; height:77px; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  2913. <caption id="caption42" class="cell_1" style="left:3px; top:3px; width:180; height:19; text-align:center; vertical-align:middle; ">REASONS FOR EXAM</caption>
  2914. <input id="input10" ref="/root/main/examform/ercp/reason" class="input_search" style="left:185px; top:3px; width:720; height:19px; ">
  2915. <script type="javascript" ev:event="ondblclick">
  2916. <![CDATA[
  2917. fOpenExcel(input10, srchreason4, "ERCP_REASON",model.getValue("/root/send/check/permission"));
  2918. model.setfocus("textarea33", true);
  2919. ]]>
  2920. </script>
  2921. </input>
  2922. <caption id="caption65" class="cell_1" style="left:48px; top:200px; width:135px; height:25px; text-align:left; vertical-align:middle; ">- DUODENAL WALL</caption>
  2923. <input id="input11" ref="/root/main/examform/ercp/medic" class="input_search" style="left:256px; top:65px; width:650px; height:19px; ">
  2924. <script type="javascript" ev:event="ondblclick">
  2925. <![CDATA[
  2926. fOpenExcel(input11, srchmedic4, "ERCP_PREMEDICATION",model.getValue("/root/send/check/permission"));
  2927. model.setfocus("textarea25", true);
  2928. ]]>
  2929. </script>
  2930. </input>
  2931. <caption id="caption54" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  2932. <select id="checkbox27" ref="/root/main/examform/ercp/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:535px; top:119px; width:75px; height:20px; border-style:none; ">
  2933. <choices>
  2934. <item>
  2935. <label>Cytology</label>
  2936. <value>Y</value>
  2937. </item>
  2938. </choices>
  2939. </select>
  2940. <caption id="caption66" class="cell_1" style="left:48px; top:227px; width:135px; height:25px; text-align:left; vertical-align:middle; ">- MAJOR PAPILLA</caption>
  2941. <input id="input12" ref="/root/main/examform/ercp/recommend" class="input_search" style="left:185px; top:580px; width:290px; height:19px; ">
  2942. <script type="javascript" ev:event="ondblclick">
  2943. <![CDATA[
  2944. fOpenExcel(input12, srchrecommend4, "RECOMMEND",model.getValue("/root/send/check/permission"));
  2945. model.setfocus("input14", true);
  2946. ]]>
  2947. </script>
  2948. </input>
  2949. <caption id="caption55" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  2950. <select id="checkbox28" ref="/root/main/examform/ercp/samplingyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:325px; top:90px; width:101px; height:20px; border-style:none; ">
  2951. <choices>
  2952. <item>
  2953. <label>Bile Sampling</label>
  2954. <value>Y</value>
  2955. </item>
  2956. </choices>
  2957. </select>
  2958. <caption id="caption67" class="cell_1" style="left:3px; top:390px; width:180px; height:38px; text-align:center; vertical-align:middle; ">
  2959. <![CDATA[THERAPEUTIC
  2960. PROCEDURE]]>
  2961. </caption>
  2962. <input id="ercp_workdd" ref="/root/main/examform/ercp/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  2963. <caption id="caption56" class="cell_1" style="left:493px; top:580px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  2964. <select id="checkbox29" ref="/root/main/examform/ercp/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:321px; top:119px; width:99px; height:20px; border-style:none; ">
  2965. <choices>
  2966. <item>
  2967. <label>Forcep Biopsy</label>
  2968. <value>Y</value>
  2969. </item>
  2970. </choices>
  2971. </select>
  2972. <input id="input14" ref="/root/main/examform/ercp/remark" class="input_search" style="left:597px; top:580px; width:305px; height:19px; ">
  2973. <script type="javascript" ev:event="ondblclick">
  2974. <![CDATA[
  2975. fOpenExcel(input14, srchremark4, "REMARK",model.getValue("/root/send/check/permission"));
  2976. model.setfocus("combo8", true);
  2977. ]]>
  2978. </script>
  2979. </input>
  2980. <caption id="caption57" class="cell_1" style="left:3px; top:539px; width:180px; height:28px; text-align:center; vertical-align:middle; ">
  2981. <![CDATA[PROCEDURE-RELATED
  2982. COMPLICATION]]>
  2983. </caption>
  2984. <caption id="caption69" class="cell_1" style="left:48px; top:307px; width:135px; height:38px; text-align:left; vertical-align:middle; ">- BILIARY SYSTEM</caption>
  2985. <input id="input15" ref="/root/main/examform/ercp/find1contnt1" class="input_search" style="left:185px; top:202px; width:720px; height:19px; ">
  2986. <script type="javascript" ev:event="ondblclick">
  2987. <![CDATA[
  2988. fOpenExcel(input15, srchfind1contnt14, "ERCP_ENDOSCOPIC FINDINGS_1",model.getValue("/root/send/check/permission"));
  2989. model.setfocus("input16", true);
  2990. ]]>
  2991. </script>
  2992. </input>
  2993. <caption id="caption58" class="cell_1" style="left:3px; top:580px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  2994. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  2995. </caption>
  2996. <input id="input16" ref="/root/main/examform/ercp/find1contnt2" class="input_search" style="left:185px; top:229px; width:720px; height:19px; ">
  2997. <script type="javascript" ev:event="ondblclick">
  2998. <![CDATA[
  2999. fOpenExcel(input16, srchfind1contnt24, "ERCP_ENDOSCOPIC FINDINGS_2",model.getValue("/root/send/check/permission"));
  3000. model.setfocus("input17", true);
  3001. ]]>
  3002. </script>
  3003. </input>
  3004. <caption id="caption59" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIST</caption>
  3005. <select1 id="combo10" ref="/root/main/examform/ercp/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  3006. <choices>
  3007. <itemset nodeset="/root/main/execuserlist/item0">
  3008. <label ref="usernm"/>
  3009. <value ref="userid"/>
  3010. </itemset>
  3011. </choices>
  3012. </select1>
  3013. <input id="input17" ref="/root/main/examform/ercp/find1contnt3" class="input_search" style="left:185px; top:258px; width:720px; height:19px; ">
  3014. <script type="javascript" ev:event="ondblclick">
  3015. <![CDATA[
  3016. fOpenExcel(input17, srchfind1contnt34, "ERCP_ENDOSCOPIC FINDINGS_3",model.getValue("/root/send/check/permission"));
  3017. model.setfocus("textarea37", true);
  3018. ]]>
  3019. </script>
  3020. </input>
  3021. <select1 id="combo8" ref="/root/main/examform/ercp/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  3022. <choices>
  3023. <itemset nodeset="/root/main/execuserlist/item1">
  3024. <label ref="usernm"/>
  3025. <value ref="userid"/>
  3026. </itemset>
  3027. </choices>
  3028. </select1>
  3029. <select1 id="combo9" ref="/root/main/examform/ercp/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  3030. <choices>
  3031. <itemset nodeset="/root/main/execuserlist/item0">
  3032. <label ref="usernm"/>
  3033. <value ref="userid"/>
  3034. </itemset>
  3035. </choices>
  3036. </select1>
  3037. <textarea id="textarea33" ref="/root/main/examform/ercp/drug" style="left:185px; top:25px; width:720; height:38px; ">
  3038. <script type="javascript" ev:event="ondblclick">
  3039. <![CDATA[
  3040. fOpenExcel(textarea33, srchdrug4, "DRUG",model.getValue("/root/send/check/permission"));
  3041. model.setfocus("input11", true);
  3042. ]]>
  3043. </script>
  3044. </textarea>
  3045. <textarea id="textarea34" ref="/root/main/examform/ercp/complic" style="left:185px; top:539px; width:720px; height:28px; ">
  3046. <script type="javascript" ev:event="ondblclick">
  3047. <![CDATA[
  3048. fOpenExcel(textarea34, srchcomplic4, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  3049. model.setfocus("input12", true);
  3050. ]]>
  3051. </script>
  3052. </textarea>
  3053. <line id="line14" class="line_3" style="x1:3px; y1:172px; x2:906px; y2:172px; "/>
  3054. <textarea id="srchfind1contnt34" ref="/root/main/examform/ercp/srchfind1contnt3" visibility="hidden" style="left:790px; top:255px; width:85px; height:38px; "/>
  3055. <textarea id="srchfind2contnt14" ref="/root/main/examform/ercp/srchfind2contnt1" visibility="hidden" style="left:605px; top:295px; width:85px; height:38px; "/>
  3056. <textarea id="srchfind2contnt24" ref="/root/main/examform/ercp/srchfind2contnt2" visibility="hidden" style="left:605px; top:340px; width:85px; height:38px; "/>
  3057. <textarea id="srchtherap4" ref="/root/main/examform/ercp/srchtherap" visibility="hidden" style="left:605px; top:390px; width:85px; height:38px; "/>
  3058. <textarea id="srchdiag14" ref="/root/main/examform/ercp/srchdiag1" visibility="hidden" style="left:605px; top:440px; width:85px; height:38px; "/>
  3059. <textarea id="srchdiag24" ref="/root/main/examform/ercp/srchdiag2" visibility="hidden" style="left:605px; top:485px; width:85px; height:38px; "/>
  3060. <textarea id="srchcomplic4" ref="/root/main/examform/ercp/srchcomplic" visibility="hidden" style="left:605px; top:530px; width:85px; height:38px; "/>
  3061. <textarea id="srchrecommend4" ref="/root/main/examform/ercp/srchrecommend" visibility="hidden" style="left:280px; top:555px; width:85px; height:38px; "/>
  3062. <textarea id="srchremark4" ref="/root/main/examform/ercp/srchremark" visibility="hidden" style="left:785px; top:555px; width:85px; height:38px; "/>
  3063. <textarea id="srchfind1contnt14" ref="/root/main/examform/ercp/srchfind1contnt1" visibility="hidden" style="left:790px; top:200px; width:85px; height:38px; "/>
  3064. <textarea id="srchfind1contnt24" ref="/root/main/examform/ercp/srchfind1contnt2" visibility="hidden" style="left:695px; top:230px; width:85px; height:38px; "/>
  3065. <textarea id="srchprocedure4" ref="/root/main/examform/ercp/srchprocedure" visibility="hidden" style="left:700px; top:150px; width:85px; height:38px; "/>
  3066. <textarea id="srchmedic4" ref="/root/main/examform/ercp/srchmedic" visibility="hidden" style="left:645px; top:65px; width:85px; height:38px; "/>
  3067. <textarea id="srchreason4" ref="/root/main/examform/ercp/srchreason" visibility="hidden" style="left:640px; top:10px; width:85px; height:38px; "/>
  3068. <textarea id="srchdrug4" ref="/root/main/examform/ercp/srchdrug" visibility="hidden" style="left:750px; top:35px; width:85px; height:38px; "/>
  3069. <caption id="caption150" class="cell_1" style="left:3px; top:179px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIC FINDINGS</caption>
  3070. <caption id="caption64" class="cell_1" style="left:3px; top:200px; width:43px; height:79px; text-align:right; vertical-align:middle; "/>
  3071. <caption id="caption151" class="cell_1" style="left:3px; top:307px; width:43px; height:77px; text-align:right; vertical-align:middle; "/>
  3072. <caption id="caption152" class="cell_1" style="left:3px; top:454px; width:43px; height:79px; text-align:right; vertical-align:middle; "/>
  3073. <caption id="caption153" class="cell_1" style="left:0px; top:286px; width:185px; height:19px; text-align:center; vertical-align:middle; ">ERCP FINDINGS</caption>
  3074. <caption id="caption68" class="cell_1" style="left:3px; top:433px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ERCP DIAGNOSIS</caption>
  3075. <line id="line6" class="line_3" style="x1:0px; y1:430px; x2:908px; y2:430px; "/>
  3076. <caption id="caption173" class="cell_1" style="left:205px; top:118px; width:103px; height:20px; ">Tissue Sampling</caption>
  3077. </case>
  3078. <case id="case8">
  3079. <select id="checkbox47" ref="/root/main/examform/ptcs/ampullectomyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:665px; top:120px; width:106px; height:20px; border-style:none; ">
  3080. <choices>
  3081. <item>
  3082. <label>Ampullectomy</label>
  3083. <value>Y</value>
  3084. </item>
  3085. </choices>
  3086. </select>
  3087. <textarea id="textarea48" ref="/root/main/examform/ptcs/procedure" style="left:185px; top:146px; width:720; height:23px; ">
  3088. <script type="javascript" ev:event="ondblclick">
  3089. <![CDATA[
  3090. fOpenExcel(textarea48, srchprocedure5, "PTCS_PROCEDURE",model.getValue("/root/send/check/permission"));
  3091. model.setfocus("textarea51", true);
  3092. ]]>
  3093. </script>
  3094. </textarea>
  3095. <select id="checkbox49" ref="/root/main/examform/ptcs/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:65px; width:65px; height:20px; border-style:none; ">
  3096. <choices>
  3097. <item>
  3098. <label>수 면</label>
  3099. <value>Y</value>
  3100. </item>
  3101. </choices>
  3102. </select>
  3103. <select id="checkbox50" ref="/root/main/examform/ptcs/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:244px; top:92px; width:70px; height:20px; border-style:none; ">
  3104. <choices>
  3105. <item>
  3106. <label>Video</label>
  3107. <value>Y</value>
  3108. </item>
  3109. </choices>
  3110. </select>
  3111. <select id="checkbox51" ref="/root/main/examform/ptcs/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:92px; width:55px; height:20px; border-style:none; ">
  3112. <choices>
  3113. <item>
  3114. <label>PACS</label>
  3115. <value>Y</value>
  3116. </item>
  3117. </choices>
  3118. </select>
  3119. <caption id="caption91" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; text-align:center; vertical-align:middle; ">MEDICATION</caption>
  3120. <caption id="caption92" class="cell_1" style="left:3px; top:94px; width:180px; height:77px; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  3121. <input id="input23" ref="/root/main/examform/ptcs/reason" class="input_search" style="left:185px; top:3px; width:720; height:19px; ">
  3122. <script type="javascript" ev:event="ondblclick">
  3123. <![CDATA[
  3124. fOpenExcel(input23, srchreason5, "PTCS_REASON",model.getValue("/root/send/check/permission"));
  3125. model.setfocus("textarea49", true);
  3126. ]]>
  3127. </script>
  3128. </input>
  3129. <caption id="caption93" class="cell_1" style="left:3px; top:3px; width:180; height:19; text-align:center; vertical-align:middle; ">REASONS FOR PTCS</caption>
  3130. <input id="input24" ref="/root/main/examform/ptcs/medic" class="input_search" style="left:256px; top:65px; width:650px; height:19px; ">
  3131. <script type="javascript" ev:event="ondblclick">
  3132. <![CDATA[
  3133. fOpenExcel(input24, srchmedic5, "PTCS_PREMEDICATION",model.getValue("/root/send/check/permission"));
  3134. model.setfocus("textarea48", true);
  3135. ]]>
  3136. </script>
  3137. </input>
  3138. <caption id="caption94" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  3139. <select id="checkbox55" ref="/root/main/examform/ptcs/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:345px; top:120px; width:95px; height:20px; border-style:none; ">
  3140. <choices>
  3141. <item>
  3142. <label>Forcep Biopsy</label>
  3143. <value>Y</value>
  3144. </item>
  3145. </choices>
  3146. </select>
  3147. <select id="checkbox56" ref="/root/main/examform/ptcs/polypectyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:455px; top:120px; width:95px; height:20px; border-style:none; ">
  3148. <choices>
  3149. <item>
  3150. <label>Polypectomy</label>
  3151. <value>Y</value>
  3152. </item>
  3153. </choices>
  3154. </select>
  3155. <textarea id="textarea49" ref="/root/main/examform/ptcs/drug" style="left:185px; top:25px; width:720; height:38px; ">
  3156. <script type="javascript" ev:event="ondblclick">
  3157. <![CDATA[
  3158. fOpenExcel(textarea49, srchdrug5, "DRUG",model.getValue("/root/send/check/permission"));
  3159. model.setfocus("input24", true);
  3160. ]]>
  3161. </script>
  3162. </textarea>
  3163. <textarea id="textarea50" ref="/root/main/examform/ptcs/find1contnt2" style="left:185px; top:226px; width:720px; height:25px; ">
  3164. <script type="javascript" ev:event="ondblclick">
  3165. <![CDATA[
  3166. fOpenExcel(textarea50, srchfind1contnt25, "PTCS_CHOLEDOCHOSCOPIC FINDINGS_2",model.getValue("/root/send/check/permission"));
  3167. model.setfocus("textarea52", true);
  3168. ]]>
  3169. </script>
  3170. </textarea>
  3171. <caption id="caption95" class="cell_1" style="left:48px; top:226px; width:135px; height:25px; text-align:center; vertical-align:middle; ">- Rt IHD</caption>
  3172. <textarea id="textarea51" ref="/root/main/examform/ptcs/find1contnt1" style="left:185px; top:199px; width:720px; height:25px; ">
  3173. <script type="javascript" ev:event="ondblclick">
  3174. <![CDATA[
  3175. fOpenExcel(textarea51, srchfind1contnt15, "PTCS_CHOLEDOCHOSCOPIC FINDINGS_1",model.getValue("/root/send/check/permission"));
  3176. model.setfocus("textarea50", true);
  3177. ]]>
  3178. </script>
  3179. </textarea>
  3180. <caption id="caption97" class="cell_1" style="left:48px; top:199px; width:135px; height:25px; text-align:center; vertical-align:middle; ">- CBD</caption>
  3181. <caption id="caption98" class="cell_1" style="left:48px; top:254px; width:135px; height:25px; text-align:center; vertical-align:middle; ">- Lt IHD</caption>
  3182. <textarea id="textarea52" ref="/root/main/examform/ptcs/find1contnt3" style="left:185px; top:254px; width:720px; height:25px; ">
  3183. <script type="javascript" ev:event="ondblclick">
  3184. <![CDATA[
  3185. fOpenExcel(textarea52, srchfind1contnt35, "PTCS_CHOLEDOCHOSCOPIC FINDINGS_3",model.getValue("/root/send/check/permission"));
  3186. model.setfocus("textarea54", true);
  3187. ]]>
  3188. </script>
  3189. </textarea>
  3190. <caption id="caption99" class="cell_1" style="left:48px; top:338px; width:135px; height:25px; text-align:center; vertical-align:middle; ">- Rt IHD</caption>
  3191. <caption id="caption101" class="cell_1" style="left:48px; top:311px; width:135px; height:25px; text-align:center; vertical-align:middle; ">- CBD</caption>
  3192. <caption id="caption102" class="cell_1" style="left:48px; top:366px; width:135px; height:25px; text-align:center; vertical-align:middle; ">- Lt IHD</caption>
  3193. <textarea id="textarea53" ref="/root/main/examform/ptcs/find2contnt2" style="left:185px; top:338px; width:720px; height:25px; ">
  3194. <script type="javascript" ev:event="ondblclick">
  3195. <![CDATA[
  3196. fOpenExcel(textarea53, srchfind2contnt25, "PTCS_CHOLANGIOGRAPHIC FINDINGS_2",model.getValue("/root/send/check/permission"));
  3197. model.setfocus("textarea55", true);
  3198. ]]>
  3199. </script>
  3200. </textarea>
  3201. <textarea id="textarea54" ref="/root/main/examform/ptcs/find2contnt1" style="left:185px; top:311px; width:720px; height:25px; ">
  3202. <script type="javascript" ev:event="ondblclick">
  3203. <![CDATA[
  3204. fOpenExcel(textarea54, srchfind2contnt15, "PTCS_CHOLANGIOGRAPHIC FINDINGS_1",model.getValue("/root/send/check/permission"));
  3205. model.setfocus("textarea53", true);
  3206. ]]>
  3207. </script>
  3208. </textarea>
  3209. <textarea id="textarea55" ref="/root/main/examform/ptcs/find2contnt3" style="left:185px; top:366px; width:720px; height:25px; ">
  3210. <script type="javascript" ev:event="ondblclick">
  3211. <![CDATA[
  3212. fOpenExcel(textarea55, srchfind2contnt35, "PTCS_CHOLANGIOGRAPHIC FINDINGS_3",model.getValue("/root/send/check/permission"));
  3213. model.setfocus("textarea56", true);
  3214. ]]>
  3215. </script>
  3216. </textarea>
  3217. <line id="line16" class="line_3" style="x1:3px; y1:172px; x2:906px; y2:172px; "/>
  3218. <textarea id="textarea56" ref="/root/main/examform/ptcs/therap" style="left:184px; top:396px; width:720px; height:38px; ">
  3219. <script type="javascript" ev:event="ondblclick">
  3220. <![CDATA[
  3221. fOpenExcel(textarea56, srchtherap5, "PTCS_THERAPEUTIC PROCEDURE",model.getValue("/root/send/check/permission"));
  3222. model.setfocus("textarea57", true);
  3223. ]]>
  3224. </script>
  3225. </textarea>
  3226. <caption id="caption103" class="cell_1" style="left:3px; top:396px; width:180px; height:38px; text-align:center; vertical-align:middle; ">
  3227. <![CDATA[THERAPEUTIC
  3228. PROCEDURE]]>
  3229. </caption>
  3230. <textarea id="textarea57" ref="/root/main/examform/ptcs/diag1" style="left:185px; top:436px; width:720px; height:80px; ">
  3231. <script type="javascript" ev:event="ondblclick">
  3232. <![CDATA[
  3233. fOpenExcel(textarea57, srchdiag15, "PTCS_DIAGNOSIS",model.getValue("/root/send/check/permission"));
  3234. model.setfocus("textarea58", true);
  3235. ]]>
  3236. </script>
  3237. </textarea>
  3238. <caption id="caption104" class="cell_1" style="left:3px; top:436px; width:180px; height:80px; text-align:center; vertical-align:middle; ">PTCS DIAGNOSIS</caption>
  3239. <line id="line17" class="line_3" style="x1:0px; y1:393px; x2:903px; y2:393px; "/>
  3240. <caption id="caption105" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3241. <button id="button5" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  3242. <caption>변경</caption>
  3243. <script type="javascript" ev:event="onclick">
  3244. <![CDATA[
  3245. ptcs_workdd.disabled = false ;
  3246. ]]>
  3247. </script>
  3248. </button>
  3249. <caption id="caption106" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3250. <caption id="caption107" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3251. <caption id="caption108" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  3252. <input id="ptcs_workdd" ref="/root/main/examform/ptcs/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  3253. <select1 id="combo14" ref="/root/main/examform/ptcs/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  3254. <choices>
  3255. <itemset nodeset="/root/main/execuserlist/item0">
  3256. <label ref="usernm"/>
  3257. <value ref="userid"/>
  3258. </itemset>
  3259. </choices>
  3260. </select1>
  3261. <caption id="caption109" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIST</caption>
  3262. <select1 id="combo15" ref="/root/main/examform/ptcs/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  3263. <choices>
  3264. <itemset nodeset="/root/main/execuserlist/item1">
  3265. <label ref="usernm"/>
  3266. <value ref="userid"/>
  3267. </itemset>
  3268. </choices>
  3269. </select1>
  3270. <select1 id="combo16" ref="/root/main/examform/ptcs/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  3271. <choices>
  3272. <itemset nodeset="/root/main/execuserlist/item0">
  3273. <label ref="usernm"/>
  3274. <value ref="userid"/>
  3275. </itemset>
  3276. </choices>
  3277. </select1>
  3278. <caption id="caption110" class="cell_1" style="left:3px; top:519px; width:180px; height:28px; text-align:center; vertical-align:middle; ">
  3279. <![CDATA[PROCEDURE-RELATED
  3280. COMPLICATION]]>
  3281. </caption>
  3282. <textarea id="textarea58" ref="/root/main/examform/ptcs/complic" style="left:185px; top:519px; width:720px; height:28px; ">
  3283. <script type="javascript" ev:event="ondblclick">
  3284. <![CDATA[
  3285. fOpenExcel(textarea58, srchcomplic5, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  3286. model.setfocus("input26", true);
  3287. ]]>
  3288. </script>
  3289. </textarea>
  3290. <input id="input26" ref="/root/main/examform/ptcs/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  3291. <script type="javascript" ev:event="ondblclick">
  3292. <![CDATA[
  3293. fOpenExcel(input26, srchrecommend5, "RECOMMEND",model.getValue("/root/send/check/permission"));
  3294. model.setfocus("input27", true);
  3295. ]]>
  3296. </script>
  3297. </input>
  3298. <caption id="caption111" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  3299. <input id="input27" ref="/root/main/examform/ptcs/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  3300. <script type="javascript" ev:event="ondblclick">
  3301. <![CDATA[
  3302. fOpenExcel(input27, srchremark5, "REMARK",model.getValue("/root/send/check/permission"));
  3303. model.setfocus("combo15", true);
  3304. ]]>
  3305. </script>
  3306. </input>
  3307. <caption id="caption112" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  3308. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  3309. </caption>
  3310. <textarea id="srchreason5" ref="/root/main/examform/ptcs/srchreason" visibility="hidden" style="left:795px; top:5px; width:85px; height:38px; "/>
  3311. <textarea id="srchdrug5" ref="/root/main/examform/ptcs/srchdrug" visibility="hidden" style="left:700px; top:30px; width:85px; height:38px; "/>
  3312. <textarea id="srchmedic5" ref="/root/main/examform/ptcs/srchmedic" visibility="hidden" style="left:805px; top:70px; width:85px; height:38px; "/>
  3313. <textarea id="srchprocedure5" ref="/root/main/examform/ptcs/srchprocedure" visibility="hidden" style="left:700px; top:145px; width:85px; height:38px; "/>
  3314. <textarea id="srchfind1contnt15" ref="/root/main/examform/ptcs/srchfind1contnt1" visibility="hidden" style="left:705px; top:200px; width:85px; height:38px; "/>
  3315. <textarea id="srchfind1contnt25" ref="/root/main/examform/ptcs/srchfind1contnt2" visibility="hidden" style="left:610px; top:230px; width:85px; height:38px; "/>
  3316. <textarea id="srchfind1contnt35" ref="/root/main/examform/ptcs/srchfind1contnt3" visibility="hidden" style="left:705px; top:260px; width:85px; height:38px; "/>
  3317. <textarea id="srchfind2contnt15" ref="/root/main/examform/ptcs/srchfind2contnt1" visibility="hidden" style="left:700px; top:310px; width:85px; height:38px; "/>
  3318. <textarea id="srchfind2contnt25" ref="/root/main/examform/ptcs/srchfind2contnt2" visibility="hidden" style="left:600px; top:335px; width:85px; height:38px; "/>
  3319. <textarea id="srchfind2contnt35" ref="/root/main/examform/ptcs/srchfind2contnt3" visibility="hidden" style="left:700px; top:350px; width:85px; height:38px; "/>
  3320. <textarea id="srchtherap5" ref="/root/main/examform/ptcs/srchtherap" visibility="hidden" style="left:705px; top:400px; width:85px; height:38px; "/>
  3321. <textarea id="srchdiag15" ref="/root/main/examform/ptcs/srchdiag1" visibility="hidden" style="left:700px; top:450px; width:85px; height:38px; "/>
  3322. <textarea id="srchcomplic5" ref="/root/main/examform/ptcs/srchcomplic" visibility="hidden" style="left:700px; top:505px; width:85px; height:38px; "/>
  3323. <textarea id="srchrecommend5" ref="/root/main/examform/ptcs/srchrecommend" visibility="hidden" style="left:380px; top:555px; width:85px; height:38px; "/>
  3324. <textarea id="srchremark5" ref="/root/main/examform/ptcs/srchremark" visibility="hidden" style="left:795px; top:550px; width:85px; height:38px; "/>
  3325. <select id="checkbox11" ref="/root/main/examform/ptcs/esdemryn" class="checkbox_search" visibility="hidden" overflow="hidden" appearance="full" checkvalue="Y,N" style="left:770px; top:120px; width:91px; height:20px; border-style:none; ">
  3326. <choices>
  3327. <item>
  3328. <label>ESD or EMR</label>
  3329. <value>Y</value>
  3330. </item>
  3331. </choices>
  3332. </select>
  3333. <select id="checkbox12" ref="/root/main/examform/ptcs/cultureyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:324px; top:93px; width:101px; height:20px; border-style:none; ">
  3334. <choices>
  3335. <item>
  3336. <label>Bile Culture</label>
  3337. <value>Y</value>
  3338. </item>
  3339. </choices>
  3340. </select>
  3341. <select id="checkbox20" ref="/root/main/examform/ptcs/ampullectomyyn" class="checkbox_search" visibility="hidden" overflow="hidden" appearance="full" checkvalue="Y,N" style="left:665px; top:120px; width:106px; height:20px; border-style:none; ">
  3342. <choices>
  3343. <item>
  3344. <label>Ampullectomy</label>
  3345. <value>Y</value>
  3346. </item>
  3347. </choices>
  3348. </select>
  3349. <select id="checkbox30" ref="/root/main/examform/ptcs/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:565px; top:120px; width:75px; height:20px; border-style:none; ">
  3350. <choices>
  3351. <item>
  3352. <label>Cytology</label>
  3353. <value>Y</value>
  3354. </item>
  3355. </choices>
  3356. </select>
  3357. <shape id="roundrect7" class="roundrect_example" appearance="roundrect" style="left:313px; top:114px; width:347px; height:30px; "/>
  3358. <caption id="caption148" class="cell_1" style="left:3px; top:288px; width:188px; height:20px; text-align:center; vertical-align:middle; ">CHOLANGIOGRAPHIC FINDINGS</caption>
  3359. <caption id="caption100" class="cell_1" style="left:3px; top:177px; width:188px; height:20px; text-align:center; vertical-align:middle; ">CHOLEDOCHOSCPIC FINDINGS</caption>
  3360. <caption id="caption96" class="cell_1" style="left:3px; top:311px; width:43px; height:79px; text-align:right; vertical-align:middle; "/>
  3361. <caption id="caption149" class="cell_1" style="left:3px; top:199px; width:43px; height:79px; text-align:right; vertical-align:middle; "/>
  3362. <line id="line2" class="line_3" style="x1:0px; y1:281px; x2:903px; y2:281px; "/>
  3363. <caption id="caption174" class="cell_1" style="left:202px; top:119px; width:103px; height:20px; ">Tissue Sampling</caption>
  3364. </case>
  3365. <case id="case9" style="left:0px; top:0px; width:990px; height:655px; ">
  3366. <caption id="caption113" class="cell_1" style="left:3px; top:94px; width:180px; height:77px; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  3367. <select id="checkbox48" ref="/root/main/examform/eus/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:322px; top:118px; width:95px; height:20px; border-style:none; ">
  3368. <choices>
  3369. <item>
  3370. <label>Forcep Biopsy</label>
  3371. <value>Y</value>
  3372. </item>
  3373. </choices>
  3374. </select>
  3375. <caption id="caption114" class="cell_1" style="left:3px; top:3px; width:180; height:19; text-align:center; vertical-align:middle; ">REASONS FOR EUS</caption>
  3376. <textarea id="textarea59" ref="/root/main/examform/eus/procedure" style="left:185px; top:146px; width:720; height:23px; ">
  3377. <script type="javascript" ev:event="ondblclick">
  3378. <![CDATA[
  3379. fOpenExcel(textarea59, srchprocedure6, "EUS_PROCEDURE",model.getValue("/root/send/check/permission"));
  3380. model.setfocus("textarea61", true);
  3381. ]]>
  3382. </script>
  3383. </textarea>
  3384. <caption id="caption115" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  3385. <select id="checkbox59" ref="/root/main/examform/eus/aspirationyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:500px; top:118px; width:101px; height:20px; border-style:none; ">
  3386. <choices>
  3387. <item>
  3388. <label>Aspiration</label>
  3389. <value>Y</value>
  3390. </item>
  3391. </choices>
  3392. </select>
  3393. <textarea id="textarea60" ref="/root/main/examform/eus/drug" style="left:185px; top:25px; width:720; height:38px; ">
  3394. <script type="javascript" ev:event="ondblclick">
  3395. <![CDATA[
  3396. fOpenExcel(textarea60, srchdrug6, "DRUG",model.getValue("/root/send/check/permission"));
  3397. model.setfocus("input29", true);
  3398. ]]>
  3399. </script>
  3400. </textarea>
  3401. <select id="checkbox62" ref="/root/main/examform/eus/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:65px; width:65px; height:20px; border-style:none; ">
  3402. <choices>
  3403. <item>
  3404. <label>수 면</label>
  3405. <value>Y</value>
  3406. </item>
  3407. </choices>
  3408. </select>
  3409. <input id="input28" ref="/root/main/examform/eus/reason" class="input_search" style="left:185px; top:3px; width:720; height:19px; ">
  3410. <script type="javascript" ev:event="ondblclick">
  3411. <![CDATA[
  3412. fOpenExcel(input28, srchreason6, "EUS_REASON",model.getValue("/root/send/check/permission"));
  3413. model.setfocus("textarea60", true);
  3414. ]]>
  3415. </script>
  3416. </input>
  3417. <input id="input29" ref="/root/main/examform/eus/medic" class="input_search" style="left:256px; top:65px; width:650px; height:19px; ">
  3418. <script type="javascript" ev:event="ondblclick">
  3419. <![CDATA[
  3420. fOpenExcel(input29, srchmedic6, "EUS_PREMEDICATION",model.getValue("/root/send/check/permission"));
  3421. model.setfocus("textarea59", true);
  3422. ]]>
  3423. </script>
  3424. </input>
  3425. <select id="checkbox63" ref="/root/main/examform/eus/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:244px; top:92px; width:70px; height:20px; border-style:none; ">
  3426. <choices>
  3427. <item>
  3428. <label>Video</label>
  3429. <value>Y</value>
  3430. </item>
  3431. </choices>
  3432. </select>
  3433. <select id="checkbox64" ref="/root/main/examform/eus/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:92px; width:55px; height:20px; border-style:none; ">
  3434. <choices>
  3435. <item>
  3436. <label>PACS</label>
  3437. <value>Y</value>
  3438. </item>
  3439. </choices>
  3440. </select>
  3441. <select id="checkbox66" ref="/root/main/examform/eus/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:419px; top:118px; width:75px; height:20px; border-style:none; ">
  3442. <choices>
  3443. <item>
  3444. <label>Cytology</label>
  3445. <value>Y</value>
  3446. </item>
  3447. </choices>
  3448. </select>
  3449. <caption id="caption116" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; text-align:center; vertical-align:middle; ">MEDICATION</caption>
  3450. <textarea id="textarea61" ref="/root/main/examform/eus/find1contnt1" style="left:185px; top:173px; width:720px; height:50; ">
  3451. <script type="javascript" ev:event="ondblclick">
  3452. <![CDATA[
  3453. fOpenExcel(textarea61, srchfind1contnt16, "EUS_ENDOSCOPIC FINDINGS",model.getValue("/root/send/check/permission"));
  3454. model.setfocus("textarea63", true);
  3455. ]]>
  3456. </script>
  3457. </textarea>
  3458. <caption id="caption117" class="cell_1" style="left:4px; top:174px; width:180px; height:50; text-align:center; vertical-align:middle; ">ENDOSCOPIC FINDINGS</caption>
  3459. <textarea id="textarea62" ref="/root/main/examform/eus/find2contnt2" style="left:185px; top:336px; width:720px; height:82px; ">
  3460. <script type="javascript" ev:event="ondblclick">
  3461. <![CDATA[
  3462. fOpenExcel(textarea62, srchfind2contnt26, "EUS_ENDOSONOGRAPHIC FINDINGS_2",model.getValue("/root/send/check/permission"));
  3463. model.setfocus("textarea64", true);
  3464. ]]>
  3465. </script>
  3466. </textarea>
  3467. <caption id="caption118" class="cell_1" style="left:48px; top:335px; width:135px; height:82px; text-align:left; vertical-align:middle; ">-EUS FINDINGS</caption>
  3468. <textarea id="textarea63" ref="/root/main/examform/eus/find2contnt1" style="left:185px; top:252px; width:720px; height:82; ">
  3469. <script type="javascript" ev:event="ondblclick">
  3470. <![CDATA[
  3471. fOpenExcel(textarea63, srchfind2contnt16, "EUS_ENDOSONOGRAPHIC FINDINGS_1",model.getValue("/root/send/check/permission"));
  3472. model.setfocus("textarea62", true);
  3473. ]]>
  3474. </script>
  3475. </textarea>
  3476. <line id="line19" class="line_3" style="x1:0px; y1:421px; x2:908px; y2:421px; "/>
  3477. <caption id="caption120" class="cell_1" style="left:48px; top:252px; width:135px; height:82; text-align:left; vertical-align:middle; ">-EUS PROCEDURE</caption>
  3478. <line id="line21" class="line_3" style="x1:0px; y1:227px; x2:908px; y2:227px; "/>
  3479. <caption id="caption121" class="cell_1" style="left:3px; top:424px; width:180px; height:50; text-align:center; vertical-align:middle; ">EUS THERAPEUTIC</caption>
  3480. <textarea id="textarea64" ref="/root/main/examform/eus/therap" style="left:186px; top:425px; width:720px; height:50px; ">
  3481. <script type="javascript" ev:event="ondblclick">
  3482. <![CDATA[
  3483. fOpenExcel(textarea64, srchtherap6, "EUS_THERAPEUTIC",model.getValue("/root/send/check/permission"));
  3484. model.setfocus("textarea65", true);
  3485. ]]>
  3486. </script>
  3487. </textarea>
  3488. <textarea id="textarea65" ref="/root/main/examform/eus/diag1" style="left:185px; top:477px; width:720px; height:50px; ">
  3489. <script type="javascript" ev:event="ondblclick">
  3490. <![CDATA[
  3491. fOpenExcel(textarea65, srchdiag16, "EUS_IMPRESSION",model.getValue("/root/send/check/permission"));
  3492. model.setfocus("textarea66", true);
  3493. ]]>
  3494. </script>
  3495. </textarea>
  3496. <caption id="caption122" class="cell_1" style="left:3px; top:477px; width:180px; height:50px; text-align:center; vertical-align:middle; ">EUS IMPRESSION</caption>
  3497. <textarea id="textarea66" ref="/root/main/examform/eus/complic" style="left:186px; top:530px; width:720px; height:28px; ">
  3498. <script type="javascript" ev:event="ondblclick">
  3499. <![CDATA[
  3500. fOpenExcel(textarea66, srchcomplic6, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  3501. model.setfocus("input33", true);
  3502. ]]>
  3503. </script>
  3504. </textarea>
  3505. <caption id="caption123" class="cell_1" style="left:3px; top:530px; width:180px; height:28px; text-align:center; vertical-align:middle; ">
  3506. <![CDATA[PROCEDURE-RELATED
  3507. COMPLICATION]]>
  3508. </caption>
  3509. <select1 id="combo17" ref="/root/main/examform/eus/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  3510. <choices>
  3511. <itemset nodeset="/root/main/execuserlist/item0">
  3512. <label ref="usernm"/>
  3513. <value ref="userid"/>
  3514. </itemset>
  3515. </choices>
  3516. </select1>
  3517. <caption id="caption124" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3518. <caption id="caption125" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3519. <caption id="caption126" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3520. <button id="eus_workdd" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  3521. <caption>변경</caption>
  3522. <script type="javascript" ev:event="onclick">
  3523. <![CDATA[
  3524. input30.disabled = false ;
  3525. ]]>
  3526. </script>
  3527. </button>
  3528. <caption id="caption127" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  3529. <caption id="caption128" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIST</caption>
  3530. <input id="input5" ref="/root/main/examform/eus/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  3531. <input id="input31" ref="/root/main/examform/eus/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; "/>
  3532. <input id="input32" ref="/root/main/examform/eus/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  3533. <script type="javascript" ev:event="ondblclick">
  3534. <![CDATA[
  3535. fOpenExcel(input32, srchremark6, "REMARK",model.getValue("/root/send/check/permission"));
  3536. model.setfocus("combo19", true);
  3537. ]]>
  3538. </script>
  3539. </input>
  3540. <select1 id="combo18" ref="/root/main/examform/eus/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  3541. <choices>
  3542. <itemset nodeset="/root/main/execuserlist/item0">
  3543. <label ref="usernm"/>
  3544. <value ref="userid"/>
  3545. </itemset>
  3546. </choices>
  3547. </select1>
  3548. <caption id="caption129" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  3549. <select1 id="combo19" ref="/root/main/examform/eus/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  3550. <choices>
  3551. <itemset nodeset="/root/main/execuserlist/item1">
  3552. <label ref="usernm"/>
  3553. <value ref="userid"/>
  3554. </itemset>
  3555. </choices>
  3556. </select1>
  3557. <caption id="caption130" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  3558. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  3559. </caption>
  3560. <input id="input33" ref="/root/main/examform/eus/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  3561. <script type="javascript" ev:event="ondblclick">
  3562. <![CDATA[
  3563. fOpenExcel(input33, srchrecommend6, "RECOMMEND",model.getValue("/root/send/check/permission"));
  3564. model.setfocus("input32", true);
  3565. ]]>
  3566. </script>
  3567. </input>
  3568. <caption id="caption136" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  3569. <caption id="caption137" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  3570. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  3571. </caption>
  3572. <textarea id="srchreason6" ref="/root/main/examform/eus/srchreason" visibility="hidden" style="left:690px; top:5px; width:85px; height:38px; "/>
  3573. <textarea id="srchdrug6" ref="/root/main/examform/eus/srchdrug" visibility="hidden" style="left:795px; top:10px; width:85px; height:38px; "/>
  3574. <textarea id="srchmedic6" ref="/root/main/examform/eus/srchmedic" visibility="hidden" style="left:710px; top:70px; width:85px; height:38px; "/>
  3575. <textarea id="srchprocedure6" ref="/root/main/examform/eus/srchprocedure" visibility="hidden" style="left:650px; top:155px; width:85px; height:38px; "/>
  3576. <textarea id="srchfind1contnt16" ref="/root/main/examform/eus/srchfind1contnt1" visibility="hidden" style="left:770px; top:190px; width:85px; height:38px; "/>
  3577. <textarea id="srchfind2contnt16" ref="/root/main/examform/eus/srchfind2contnt1" visibility="hidden" style="left:775px; top:275px; width:85px; height:38px; "/>
  3578. <textarea id="srchfind2contnt26" ref="/root/main/examform/eus/srchfind2contnt2" visibility="hidden" style="left:775px; top:315px; width:85px; height:38px; "/>
  3579. <textarea id="srchtherap6" ref="/root/main/examform/eus/srchtherap" visibility="hidden" style="left:775px; top:390px; width:85px; height:38px; "/>
  3580. <textarea id="srchcomplic6" ref="/root/main/examform/eus/srchcomplic" visibility="hidden" style="left:770px; top:505px; width:85px; height:38px; "/>
  3581. <textarea id="srchdiag16" ref="/root/main/examform/eus/srchdiag1" visibility="hidden" style="left:775px; top:450px; width:85px; height:38px; "/>
  3582. <textarea id="srchremark6" ref="/root/main/examform/eus/srchremark" visibility="hidden" style="left:775px; top:570px; width:85px; height:38px; "/>
  3583. <textarea id="srchrecommend6" ref="/root/main/examform/eus/srchrecommend" visibility="hidden" style="left:380px; top:540px; width:85px; height:38px; "/>
  3584. <shape id="roundrect8" class="roundrect_example" appearance="roundrect" style="left:309px; top:112px; width:406px; height:30px; "/>
  3585. <select id="checkbox31" ref="/root/main/examform/eus/cloyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:608px; top:118px; width:101px; height:20px; border-style:none; ">
  3586. <choices>
  3587. <item>
  3588. <label>CLO Test</label>
  3589. <value>Y</value>
  3590. </item>
  3591. </choices>
  3592. </select>
  3593. <caption id="caption147" class="cell_1" style="left:3px; top:231px; width:185px; height:19px; text-align:center; vertical-align:middle; ">ENDOSONOGRAPHIC FINDINGS</caption>
  3594. <caption id="caption119" class="cell_1" style="left:3px; top:252px; width:43px; height:168px; text-align:right; vertical-align:middle; "/>
  3595. <caption id="caption175" class="cell_1" style="left:200px; top:117px; width:103px; height:20px; ">Tissue Sampling</caption>
  3596. </case>
  3597. <case id="case10">
  3598. <caption id="caption131" class="cell_1" style="left:3px; top:3px; width:180; height:100; text-align:center; vertical-align:middle; ">REASONS FOR LIVER BIOPSY</caption>
  3599. <caption id="caption132" class="cell_1" style="left:3px; top:108px; width:180px; height:100px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  3600. <textarea id="textarea67" ref="/root/main/examform/lb/reason" style="left:185px; top:3px; width:720px; height:100; ">
  3601. <script type="javascript" ev:event="ondblclick">
  3602. <![CDATA[
  3603. fOpenExcel(textarea67, srchreason7, "LB_REASON",model.getValue("/root/send/check/permission"));
  3604. model.setfocus("textarea68", true);
  3605. ]]>
  3606. </script>
  3607. </textarea>
  3608. <textarea id="textarea68" ref="/root/main/examform/lb/drug" style="left:185px; top:108px; width:720px; height:100px; ">
  3609. <script type="javascript" ev:event="ondblclick">
  3610. <![CDATA[
  3611. fOpenExcel(textarea68, srchdrug7, "LB_DRUG",model.getValue("/root/send/check/permission"));
  3612. model.setfocus("textarea69", true);
  3613. ]]>
  3614. </script>
  3615. </textarea>
  3616. <textarea id="textarea69" ref="/root/main/examform/lb/medic" style="left:185px; top:215px; width:720px; height:100px; ">
  3617. <script type="javascript" ev:event="ondblclick">
  3618. <![CDATA[
  3619. fOpenExcel(textarea69, srchmedic7, "LB_PREMEDICATION",model.getValue("/root/send/check/permission"));
  3620. model.setfocus("textarea70", true);
  3621. ]]>
  3622. </script>
  3623. </textarea>
  3624. <caption id="caption133" class="cell_1" style="left:3px; top:212px; width:180px; height:100px; text-align:center; vertical-align:middle; ">PREMEDICATION</caption>
  3625. <textarea id="textarea70" ref="/root/main/examform/lb/procedure" style="left:185px; top:316px; width:720px; height:85; ">
  3626. <script type="javascript" ev:event="ondblclick">
  3627. <![CDATA[
  3628. fOpenExcel(textarea70, srchprocedure7, "LB_PROCEDURE",model.getValue("/root/send/check/permission"));
  3629. model.setfocus("textarea3", true);
  3630. ]]>
  3631. </script>
  3632. </textarea>
  3633. <caption id="caption134" class="cell_1" style="left:3px; top:316px; width:180px; height:85; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  3634. <textarea id="textarea71" ref="/root/main/examform/lb/complic" style="left:185px; top:505px; width:720px; height:30px; ">
  3635. <script type="javascript" ev:event="ondblclick">
  3636. <![CDATA[
  3637. fOpenExcel(textarea71, srchcomplic7, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  3638. model.setfocus("input35", true);
  3639. ]]>
  3640. </script>
  3641. </textarea>
  3642. <caption id="caption135" class="cell_1" style="left:3px; top:506px; width:180px; height:28px; text-align:center; vertical-align:middle; ">
  3643. <![CDATA[PROCEDURE-RELATED
  3644. COMPLICATION]]>
  3645. </caption>
  3646. <caption id="caption138" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  3647. <caption id="caption139" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  3648. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  3649. </caption>
  3650. <input id="input34" ref="/root/main/examform/lb/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  3651. <script type="javascript" ev:event="ondblclick">
  3652. <![CDATA[
  3653. fOpenExcel(input34, srchremark7, "REMARK",model.getValue("/root/send/check/permission"));
  3654. model.setfocus("combo22", true);
  3655. ]]>
  3656. </script>
  3657. </input>
  3658. <input id="input35" ref="/root/main/examform/lb/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  3659. <script type="javascript" ev:event="ondblclick">
  3660. <![CDATA[
  3661. fOpenExcel(input35, srchrecommend7, "RECOMMEND",model.getValue("/root/send/check/permission"));
  3662. model.setfocus("input34", true);
  3663. ]]>
  3664. </script>
  3665. </input>
  3666. <caption id="caption140" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3667. <caption id="caption141" style="left:420px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3668. <select1 id="combo20" ref="/root/main/examform/lb/readdrid2" appearance="minimal" style="left:318px; top:604px; width:100px; height:19px; ">
  3669. <choices>
  3670. <itemset nodeset="/root/main/execuserlist/item0">
  3671. <label ref="usernm"/>
  3672. <value ref="userid"/>
  3673. </itemset>
  3674. </choices>
  3675. </select1>
  3676. <caption id="caption142" style="left:555px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3677. <select1 id="combo21" ref="/root/main/examform/lb/readdrid3" appearance="minimal" style="left:454px; top:604px; width:100px; height:19px; ">
  3678. <choices>
  3679. <itemset nodeset="/root/main/execuserlist/item0">
  3680. <label ref="usernm"/>
  3681. <value ref="userid"/>
  3682. </itemset>
  3683. </choices>
  3684. </select1>
  3685. <input id="lb_workdd" ref="/root/main/examform/lb/workdd" class="input_search" inputtype="date" style="left:731px; top:604px; width:110px; height:19px; "/>
  3686. <caption id="caption143" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  3687. <select1 id="combo22" ref="/root/main/examform/lb/readdrid1" appearance="minimal" style="left:185px; top:604px; width:100px; height:19px; ">
  3688. <choices>
  3689. <itemset nodeset="/root/main/execuserlist/item1">
  3690. <label ref="usernm"/>
  3691. <value ref="userid"/>
  3692. </itemset>
  3693. </choices>
  3694. </select1>
  3695. <caption id="caption144" class="cell_1" style="left:3px; top:604px; width:180px; height:19px; text-align:center; vertical-align:middle; ">OPERATOR</caption>
  3696. <textarea id="srchreason7" ref="/root/main/examform/lb/srchreason" visibility="hidden" style="left:765px; top:30px; width:85px; height:38px; "/>
  3697. <textarea id="srchdrug7" ref="/root/main/examform/lb/srchdrug" visibility="hidden" style="left:775px; top:145px; width:85px; height:38px; "/>
  3698. <textarea id="srchmedic7" ref="/root/main/examform/lb/srchmedic" visibility="hidden" style="left:785px; top:245px; width:85px; height:38px; "/>
  3699. <textarea id="srchprocedure7" ref="/root/main/examform/lb/srchprocedure" visibility="hidden" style="left:785px; top:340px; width:85px; height:38px; "/>
  3700. <textarea id="srchcomplic7" ref="/root/main/examform/lb/srchcomplic" visibility="hidden" style="left:775px; top:475px; width:85px; height:38px; "/>
  3701. <textarea id="srchremark7" ref="/root/main/examform/lb/srchremark" visibility="hidden" style="left:820px; top:530px; width:85px; height:38px; "/>
  3702. <textarea id="srchrecommend7" ref="/root/main/examform/lb/srchrecommend" visibility="hidden" style="left:385px; top:535px; width:85px; height:38px; "/>
  3703. <button id="button7" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  3704. <caption>변경</caption>
  3705. <script type="javascript" ev:event="onclick">
  3706. <![CDATA[
  3707. lb_workdd.disabled = false ;
  3708. ]]>
  3709. </script>
  3710. </button>
  3711. <caption id="caption177" class="cell_1" style="left:2px; top:404px; width:180px; height:94; text-align:center; vertical-align:middle; ">CLINICAL DIAGNOSIS</caption>
  3712. <textarea id="textarea3" ref="/root/main/examform/lb/diag1" style="left:185px; top:405px; width:720px; height:94; ">
  3713. <script type="javascript" ev:event="ondblclick">
  3714. <![CDATA[
  3715. fOpenExcel(textarea3, srchdiag17,"LB_REASON",model.getValue("/root/send/check/permission"));
  3716. model.setfocus("textarea71", true);
  3717. ]]>
  3718. </script>
  3719. </textarea>
  3720. <textarea id="srchdiag17" ref="/root/main/examform/lb/srchdiag1" visibility="hidden" style="left:785px; top:395px; width:85px; height:38px; "/>
  3721. </case>
  3722. <case id="case11" style="left:0px; top:0px; width:910px; height:640px; ">
  3723. <textarea id="textarea144" ref="/root/main/examform/rs/bowelprep" style="left:183px; top:95px; width:720px; height:38px; ">
  3724. <script type="javascript" ev:event="ondblclick">
  3725. <![CDATA[
  3726. fOpenExcel(textarea144, srchbowelprep8, "BOWEL PREPARATION",model.getValue("/root/send/check/permission"));
  3727. model.setfocus("textarea162", true);
  3728. ]]>
  3729. </script>
  3730. </textarea>
  3731. <textarea id="srchbowelprep8" ref="/root/main/examform/fs/bowelprep" visibility="hidden" style="left:660px; top:100px; width:85px; height:38px; "/>
  3732. <select id="checkbox34" ref="/root/main/examform/rs/polypectyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:315px; top:165px; width:95px; height:20px; border-style:none; ">
  3733. <choices>
  3734. <item>
  3735. <label>Polypectomy</label>
  3736. <value>Y</value>
  3737. </item>
  3738. </choices>
  3739. </select>
  3740. <caption id="caption73" class="cell_1" style="left:3px; top:218px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DIGITAL RECTAL EXAM</caption>
  3741. <textarea id="textarea145" ref="/root/main/examform/rs/find1contnt1" style="left:184px; top:260px; width:720px; height:65px; ">
  3742. <script type="javascript" ev:event="ondblclick">
  3743. <![CDATA[
  3744. fOpenExcel(textarea145, srchfind1contnt18, "CF_ENDOSCOPIC FINDINGS",model.getValue("/root/send/check/permission"));
  3745. model.setfocus("textarea154", true);
  3746. ]]>
  3747. </script>
  3748. </textarea>
  3749. <caption id="caption154" class="cell_1" style="left:3px; top:3px; width:180; height:19; text-align:center; vertical-align:middle; ">REASONS FOR EXAM</caption>
  3750. <caption id="caption155" style="left:420px; top:609; width:30px; height:15px; ">M.D.</caption>
  3751. <caption id="caption156" class="cell_1" style="left:3px; top:66px; width:180px; height:25px; text-align:center; vertical-align:middle; ">PREMEDICATION</caption>
  3752. <select id="checkbox44" ref="/root/main/examform/rs/pacsyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:135px; width:65px; height:20px; border-style:none; ">
  3753. <choices>
  3754. <item>
  3755. <label>PACS</label>
  3756. <value>Y</value>
  3757. </item>
  3758. </choices>
  3759. </select>
  3760. <caption id="caption157" class="cell_1" style="left:5px; top:609; width:180px; height:19px; text-align:center; vertical-align:middle; ">ENDOSCOPIST</caption>
  3761. <select id="checkbox54" ref="/root/main/examform/rs/video" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:257px; top:135px; width:70px; height:20px; border-style:none; ">
  3762. <choices>
  3763. <item>
  3764. <label>Video</label>
  3765. <value>Y</value>
  3766. </item>
  3767. </choices>
  3768. </select>
  3769. <input id="input37" ref="/root/main/examform/rs/medic" class="input_search" style="left:256px; top:67px; width:650px; height:19px; ">
  3770. <script type="javascript" ev:event="ondblclick">
  3771. <![CDATA[
  3772. fOpenExcel(input37, srchmedic8, "CF_PREMEDICATION",model.getValue("/root/send/check/permission"));
  3773. model.setfocus("textarea144", true);
  3774. ]]>
  3775. </script>
  3776. </input>
  3777. <caption id="caption158" class="cell_1" style="left:1px; top:95px; width:180px; height:38px; text-align:center; vertical-align:middle; ">BOWEL PREPARATION</caption>
  3778. <input id="rs_workdd" ref="/root/main/examform/rs/workdd" class="input_search" inputtype="date" style="left:730px; top:604; width:110px; height:19px; "/>
  3779. <caption id="caption159" class="cell_1" style="left:3px; top:25px; width:180px; height:38px; text-align:center; vertical-align:middle; ">DRUG HISTORY</caption>
  3780. <select id="checkbox57" ref="/root/main/examform/rs/sleepyn" overflow="visible" appearance="full" checkvalue="Y,N" style="left:185px; top:67px; width:65px; height:20px; border-style:none; ">
  3781. <choices>
  3782. <item>
  3783. <label>수 면</label>
  3784. <value>Y</value>
  3785. </item>
  3786. </choices>
  3787. </select>
  3788. <caption id="caption160" class="cell_1" style="left:3px; top:260px; width:180px; height:65px; text-align:center; vertical-align:middle; ">ENDOSCOPIC FINDINGS</caption>
  3789. <textarea id="srchfind1contnt18" ref="/root/main/examform/fs/srchfind1contnt1" visibility="hidden" style="left:750px; top:270px; width:85px; height:38px; "/>
  3790. <input id="input39" ref="/root/main/examform/rs/recommend" class="input_search" style="left:185px; top:561px; width:290; height:19px; ">
  3791. <script type="javascript" ev:event="ondblclick">
  3792. <![CDATA[
  3793. fOpenExcel(input39, srchrecommend8, "RECOMMEND",model.getValue("/root/send/check/permission"));
  3794. model.setfocus("input40", true);
  3795. ]]>
  3796. </script>
  3797. </input>
  3798. <caption id="caption161" style="left:560px; top:609; width:30px; height:15px; ">M.D.</caption>
  3799. <select id="checkbox58" ref="/root/main/examform/egd/tissuesamplingyn" class="checkbox_search" visibility="hidden" overflow="visible" appearance="full" checkvalue="Y,N" style="left:545px; top:160px; width:122px; height:20px; border-style:none; ">
  3800. <choices>
  3801. <item>
  3802. <label>Forcep Biopsy</label>
  3803. <value>Y</value>
  3804. </item>
  3805. </choices>
  3806. </select>
  3807. <caption id="caption162" class="cell_1" style="left:3px; top:494px; width:180px; height:40px; text-align:center; vertical-align:middle; ">
  3808. <![CDATA[PROCEDURE-RELATED
  3809. COMPLICATION]]>
  3810. </caption>
  3811. <caption id="caption163" class="cell_1" style="left:3px; top:137px; width:180px; height:77px; text-align:center; vertical-align:middle; ">PROCEDURE</caption>
  3812. <caption id="caption164" class="cell_1" style="left:626px; top:604px; width:100px; height:19px; text-align:center; vertical-align:middle; ">작업일자</caption>
  3813. <select id="checkbox61" ref="/root/main/examform/rs/esdemryn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:425px; top:165px; width:91px; height:20px; border-style:none; ">
  3814. <choices>
  3815. <item>
  3816. <label>ESD or EMR</label>
  3817. <value>Y</value>
  3818. </item>
  3819. </choices>
  3820. </select>
  3821. <caption id="caption165" class="cell_1" style="left:493px; top:561px; width:100px; height:19px; text-align:center; vertical-align:middle; ">REMARK</caption>
  3822. <caption id="caption166" class="cell_1" style="left:3px; top:330px; width:180px; height:65px; text-align:center; vertical-align:middle; ">
  3823. <![CDATA[THERAPEUTIC
  3824. PROCEDURE]]>
  3825. </caption>
  3826. <textarea id="srchmedic8" ref="/root/main/examform/fs/srchmedic" visibility="hidden" style="left:755px; top:100px; width:85px; height:38px; "/>
  3827. <caption id="caption167" style="left:289px; top:609px; width:30px; height:15px; ">M.D.</caption>
  3828. <textarea id="textarea152" ref="/root/main/examform/rs/complic" style="left:185px; top:493px; width:720px; height:40px; ">
  3829. <script type="javascript" ev:event="ondblclick">
  3830. <![CDATA[
  3831. fOpenExcel(textarea152, srchcomplic8, "PROCEDURE-RELATED COMPLICATION",model.getValue("/root/send/check/permission"));
  3832. model.setfocus("input39", true);
  3833. ]]>
  3834. </script>
  3835. </textarea>
  3836. <select1 id="combo23" ref="/root/main/examform/rs/readdrid1" appearance="minimal" style="left:190px; top:609; width:100px; height:19px; ">
  3837. <choices>
  3838. <itemset nodeset="/root/main/execuserlist/item1">
  3839. <label ref="usernm"/>
  3840. <value ref="userid"/>
  3841. </itemset>
  3842. </choices>
  3843. </select1>
  3844. <textarea id="textarea154" ref="/root/main/examform/rs/therap" style="left:185px; top:330px; width:720px; height:65px; ">
  3845. <script type="javascript" ev:event="ondblclick">
  3846. <![CDATA[
  3847. fOpenExcel(textarea154, srchtherap8, "CF_THERAPEUTIC PROCEDURE",model.getValue("/root/send/check/permission"));
  3848. model.setfocus("textarea156", true);
  3849. ]]>
  3850. </script>
  3851. </textarea>
  3852. <button id="button8" class="btn3_letter2" style="left:850px; top:604px; width:56px; height:22px; ">
  3853. <caption>변경</caption>
  3854. <script type="javascript" ev:event="onclick">
  3855. <![CDATA[
  3856. rs_workdd.disabled = false ;
  3857. ]]>
  3858. </script>
  3859. </button>
  3860. <textarea id="srchrecommend8" ref="/root/main/examform/fs/srchrecommend" visibility="hidden" style="left:390px; top:520px; width:85px; height:38px; "/>
  3861. <select1 id="combo24" ref="/root/main/examform/rs/readdrid2" appearance="minimal" style="left:320px; top:609; width:100px; height:19px; ">
  3862. <choices>
  3863. <itemset nodeset="/root/main/execuserlist/item0">
  3864. <label ref="usernm"/>
  3865. <value ref="userid"/>
  3866. </itemset>
  3867. </choices>
  3868. </select1>
  3869. <textarea id="textarea156" ref="/root/main/examform/rs/diag1" style="left:185px; top:400px; width:720px; height:90px; ">
  3870. <script type="javascript" ev:event="ondblclick">
  3871. <![CDATA[
  3872. fOpenExcel(textarea156, srchdiag18, "CF_ENDOSCOPIC DIAGNOSIS",model.getValue("/root/send/check/permission"));
  3873. model.setfocus("textarea152", true);
  3874. ]]>
  3875. </script>
  3876. </textarea>
  3877. <input id="input40" ref="/root/main/examform/rs/remark" class="input_search" style="left:597px; top:561px; width:305; height:19px; ">
  3878. <script type="javascript" ev:event="ondblclick">
  3879. <![CDATA[
  3880. fOpenExcel(input40, srchremark8, "REMARK",model.getValue("/root/send/check/permission"));
  3881. model.setfocus("combo23", true);
  3882. ]]>
  3883. </script>
  3884. </input>
  3885. <textarea id="srchcomplic8" ref="/root/main/examform/fs/srchcomplic" visibility="hidden" style="left:705px; top:505px; width:85px; height:38px; "/>
  3886. <select1 id="combo25" ref="/root/main/examform/rs/readdrid3" appearance="minimal" style="left:450px; top:609; width:100px; height:19px; ">
  3887. <choices>
  3888. <itemset nodeset="/root/main/execuserlist/item0">
  3889. <label ref="usernm"/>
  3890. <value ref="userid"/>
  3891. </itemset>
  3892. </choices>
  3893. </select1>
  3894. <select id="checkbox67" ref="/root/main/examform/rs/cytologyyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:400px; top:135px; width:75px; height:20px; border-style:none; ">
  3895. <choices>
  3896. <item>
  3897. <label>Cytology</label>
  3898. <value>Y</value>
  3899. </item>
  3900. </choices>
  3901. </select>
  3902. <textarea id="textarea158" ref="/root/main/examform/rs/rectalexam" style="left:185px; top:218px; width:720px; height:38px; ">
  3903. <script type="javascript" ev:event="ondblclick">
  3904. <![CDATA[
  3905. fOpenExcel(textarea158, srchrectalexam8, "CF_DIGITAL RECTAL EXAM",model.getValue("/root/send/check/permission"));
  3906. model.setfocus("textarea145", true);
  3907. ]]>
  3908. </script>
  3909. </textarea>
  3910. <input id="input41" ref="/root/main/examform/rs/reason" class="input_search" style="left:185px; top:3px; width:720; height:19px; ">
  3911. <script type="javascript" ev:event="ondblclick">
  3912. <![CDATA[
  3913. fOpenExcel(input41, srchreason8, "CF_REASON",model.getValue("/root/send/check/permission"));
  3914. model.setfocus("textarea160", true);
  3915. ]]>
  3916. </script>
  3917. </input>
  3918. <textarea id="srchdiag18" ref="/root/main/examform/fs/srchdiag1" visibility="hidden" style="left:755px; top:415px; width:85px; height:38px; "/>
  3919. <caption id="caption168" class="cell_1" style="left:3px; top:561px; width:180px; height:19px; text-align:center; vertical-align:middle; ">
  3920. <![CDATA[RECOMMEND & FOLLOW-UP]]>
  3921. </caption>
  3922. <select id="checkbox68" ref="/root/main/examform/rs/samplingyn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:487px; top:135px; width:113px; height:20px; border-style:none; ">
  3923. <choices>
  3924. <item>
  3925. <label>Stool Samping</label>
  3926. <value>Y</value>
  3927. </item>
  3928. </choices>
  3929. </select>
  3930. <textarea id="textarea160" ref="/root/main/examform/rs/drug" style="left:185px; top:25px; width:720; height:38px; ">
  3931. <script type="javascript" ev:event="ondblclick">
  3932. <![CDATA[
  3933. fOpenExcel(textarea160, srchdrug8, "DRUG",model.getValue("/root/send/check/permission"));
  3934. model.setfocus("input37", true);
  3935. ]]>
  3936. </script>
  3937. </textarea>
  3938. <textarea id="srchtherap8" ref="/root/main/examform/fs/srchtherap" visibility="hidden" style="left:745px; top:340px; width:85px; height:38px; "/>
  3939. <textarea id="textarea162" ref="/root/main/examform/rs/procedure" style="left:185px; top:189px; width:720px; height:23px; ">
  3940. <script type="javascript" ev:event="ondblclick">
  3941. <![CDATA[
  3942. fOpenExcel(textarea162, srchprocedure8, "CF_PROCEDURE",model.getValue("/root/send/check/permission"));
  3943. model.setfocus("textarea158", true);
  3944. ]]>
  3945. </script>
  3946. </textarea>
  3947. <select id="checkbox69" ref="/root/main/examform/rs/biopsytn" class="checkbox_search" overflow="visible" appearance="full" checkvalue="Y,N" style="left:330px; top:135px; width:65px; height:20px; border-style:none; ">
  3948. <choices>
  3949. <item>
  3950. <label>Biopsy</label>
  3951. <value>Y</value>
  3952. </item>
  3953. </choices>
  3954. </select>
  3955. <caption id="caption169" class="cell_1" style="left:3px; top:400px; width:180px; height:90px; text-align:center; vertical-align:middle; ">ENDOSCOPIC DIAGNOSIS</caption>
  3956. <textarea id="srchreason8" ref="/root/main/examform/fs/srchreason" visibility="hidden" style="left:755px; top:10px; width:85px; height:38px; "/>
  3957. <textarea id="srchprocedure8" ref="/root/main/examform/fs/srchprocedure" visibility="hidden" style="left:750px; top:170px; width:85px; height:38px; "/>
  3958. <textarea id="srchrectalexam8" ref="/root/main/examform/fs/srchrectalexam" visibility="hidden" style="left:750px; top:215px; width:85px; height:38px; "/>
  3959. <textarea id="srchremark8" ref="/root/main/examform/fs/srchremark" visibility="hidden" style="left:805px; top:545px; width:85px; height:38px; "/>
  3960. <textarea id="srchdrug8" ref="/root/main/examform/fs/srchdrug" visibility="hidden" style="left:755px; top:55px; width:85px; height:38px; "/>
  3961. <shape id="roundrect9" class="roundrect_example" appearance="roundrect" style="left:303px; top:158px; width:227px; height:30px; "/>
  3962. <caption id="caption176" class="cell_1" style="left:191px; top:160px; width:103px; height:20px; ">Tissue Sampling</caption>
  3963. </case>
  3964. </switch>
  3965. <button id="btn_fs" class="btn_sw" group="tab" style="left:427px; top:78px; width:70px; height:35px; ">
  3966. <caption>FS</caption>
  3967. <script type="javascript" ev:event="onclick">
  3968. <![CDATA[
  3969. model.toggle("case6");
  3970. ]]>
  3971. </script>
  3972. </button>
  3973. <button id="btn_lb" class="btn_sw" group="tab" style="left:707px; top:78px; width:70px; height:35px; ">
  3974. <caption>LB</caption>
  3975. <script type="javascript" ev:event="onclick">
  3976. <![CDATA[
  3977. model.toggle("case10");
  3978. ]]>
  3979. </script>
  3980. </button>
  3981. <button id="btn_eus" class="btn_sw" group="tab" style="left:637px; top:78px; width:70px; height:35px; ">
  3982. <caption>EUS</caption>
  3983. <script type="javascript" ev:event="onclick">
  3984. <![CDATA[
  3985. model.toggle("case9");
  3986. ]]>
  3987. </script>
  3988. </button>
  3989. <button id="btn_ptcs" class="btn_sw" group="tab" style="left:567px; top:78px; width:70px; height:35px; ">
  3990. <caption>PTCS</caption>
  3991. <script type="javascript" ev:event="onclick">
  3992. <![CDATA[
  3993. model.toggle("case8");
  3994. ]]>
  3995. </script>
  3996. </button>
  3997. <button id="btn_ercp" class="btn_sw" group="tab" style="left:497px; top:78px; width:70px; height:35px; ">
  3998. <caption>ERCP</caption>
  3999. <script type="javascript" ev:event="onclick">
  4000. <![CDATA[
  4001. model.toggle("case7");
  4002. ]]>
  4003. </script>
  4004. </button>
  4005. <line id="line1" class="line_1" style="x1:285px; y1:100px; x2:1190px; y2:99px; "/>
  4006. <group id="group1" style="left:279px; top:22px; width:915px; height:53px; vertical-align:top; ">
  4007. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:1px; top:0px; width:914px; height:50px; background-color:#fffbf2; border-color:#ffd799; "/>
  4008. <output id="output1" ref="/root/main/exambaseinfo/pid" class="output_fix" style="left:99px; top:5px; width:105px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4009. <output id="output2" ref="/root/main/exambaseinfo/hngnm" class="output_fix" style="left:206px; top:5px; width:105px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4010. <caption id="caption5" class="search_name" style="left:637px; top:5px; width:92px; height:17px; ">검사일자 :</caption>
  4011. <output id="output3" ref="/root/main/exambaseinfo/excuexectodd" class="output_fix" format="yyyy-mm-dd" style="left:730px; top:5px; width:105px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4012. <output id="output4" ref="/root/main/exambaseinfo/sex" class="output_fix" style="left:312px; top:5px; width:71px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4013. <output id="output5" ref="/root/main/exambaseinfo/rrgstno" class="output_fix" style="left:385px; top:5px; width:198px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4014. <output id="output7" ref="/root/main/exambaseinfo/ioflag1" class="output_fix" style="left:319px; top:27px; width:47px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4015. <caption id="caption11" class="search_name" style="left:228px; top:29px; width:91px; height:17px; ">의뢰구분 :</caption>
  4016. <caption id="caption12" class="search_name" style="left:399px; top:30px; width:91px; height:17px; ">의뢰의사 :</caption>
  4017. <output id="output9" ref="/root/main/exambaseinfo/cnfmmannm" class="output_fix" style="left:704px; top:28px; width:110px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4018. <caption id="caption13" class="search_name" style="left:610px; top:30px; width:91px; height:17px; ">판독의사 :</caption>
  4019. <output id="output10" ref="/root/main/exambaseinfo/usernm" class="output_fix" style="left:490px; top:30px; width:95px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4020. <caption id="caption16" class="search_name" style="left:12px; top:30px; width:91px; height:17px; ">의뢰과 :</caption>
  4021. <output id="output6" ref="/root/main/exambaseinfo/depthngnm" class="output_fix" style="left:90px; top:30px; width:130px; height:19px; font-size:12pt; font-weight:bold; text-align:center; "/>
  4022. </group>
  4023. <caption id="caption1" class="search_name" style="left:289px; top:28px; width:91px; height:17px; ">환자정보 :</caption>
  4024. <button id="btn_cls" class="btn1_letter2" navindex="40" style="left:1140px; top:745px; width:56px; height:22px; ">
  4025. <caption>닫기</caption>
  4026. <script type="javascript" ev:event="DOMActivate">
  4027. <![CDATA[
  4028. model.close();
  4029. ]]>
  4030. </script>
  4031. </button>
  4032. <button id="btn_preview" class="btn4_letter4" style="left:786px; top:745px; width:80px; height:22px; ">
  4033. <caption>병리의뢰</caption>
  4034. <script type="javascript" ev:event="onclick">
  4035. <![CDATA[
  4036. var pid = model.getValue("root/main/exambaseinfo/pid");
  4037. if(pid == ""){
  4038. messageBox("대상 환자를", "C002");
  4039. return;
  4040. }else{
  4041. var xpath = fsetSeletedCase();
  4042. fsetpatholno(xpath);
  4043. }
  4044. ]]>
  4045. </script>
  4046. </button>
  4047. <button id="btn_save3" class="btn4_letter5" style="left:961px; top:745px; width:92px; height:22px; ">
  4048. <caption>저장(인증)</caption>
  4049. <script type="javascript" ev:event="DOMActivate">
  4050. <![CDATA[
  4051. var xpath = "";
  4052. if(btn_egd.selected == true){
  4053. xpath = "egd" ;
  4054. }else if (btn_cf.selected == true){
  4055. xpath = "cf" ;
  4056. } else if (btn_fs.selected == true){
  4057. xpath = "fs" ;
  4058. } else if (btn_ercp.selected == true){
  4059. xpath = "ercp" ;
  4060. } else if (btn_ptcs.selected == true){
  4061. xpath = "ptcs" ;
  4062. } else if (btn_eus.selected == true){
  4063. xpath = "eus" ;
  4064. } else if (btn_lb.selected == true){
  4065. xpath = "lb" ;
  4066. } else if (btn_rs.selected == true){
  4067. xpath = "rs" ;
  4068. }
  4069. if(model.getValue("root/main/exambaseinfo/pid") ==""){
  4070. messageBox("환자를 먼저 선택 하십시요.", "E999", "");
  4071. return false;
  4072. }else if(model.getValue("root/main/examform/"+xpath+"/readdrid1") == "" && model.getValue("root/main/examform/"+xpath+"/readdrid2") == "" ) {
  4073. messageBox("MD 는 반드시 입력 하셔야 합니다.", "E999", "");
  4074. return false;
  4075. }else if (model.getValue("root/main/examform/"+xpath+"/readdrid1") == "" ){
  4076. model.setValue("root/main/examform/"+xpath+"/readdrid1", "-");
  4077. }else if(model.getValue("root/main/examform/"+xpath+"/workdd") == "" ){
  4078. messageBox("작업일자를 기입해 주세요.", "E999", "");
  4079. return false;
  4080. }else{
  4081. fexecCert(xpath);
  4082. }
  4083. ]]>
  4084. </script>
  4085. </button>
  4086. <button id="btn_del2" class="btn4_letter4" style="left:1056px; top:745px; width:80px; height:22px; ">
  4087. <caption>확정삭제</caption>
  4088. <script type="javascript" ev:event="onclick">
  4089. <![CDATA[
  4090. fexecCnclCert();
  4091. ]]>
  4092. </script>
  4093. </button>
  4094. <button id="btn_rs" class="btn_sw" group="tab" style="left:778px; top:77px; width:70px; height:22px; ">
  4095. <caption>RS</caption>
  4096. <script type="javascript" ev:event="onclick">
  4097. <![CDATA[
  4098. model.toggle("case11");
  4099. ]]>
  4100. </script>
  4101. </button>
  4102. <button id="button3" class="btn4_letter5" style="left:867px; top:745px; width:92px; height:22px; ">
  4103. <caption>저장(임시)</caption>
  4104. <script type="javascript" ev:event="DOMActivate">
  4105. <![CDATA[
  4106. var xpath = fsetSeletedCase();
  4107. if(model.getValue("root/main/exambaseinfo/pid") ==""){
  4108. messageBox("환자를 먼저 선택 하십시요.", "E999", "");
  4109. return false;
  4110. }else if(model.getValue("root/main/examform/"+xpath+"/readdrid1") == "" && model.getValue("root/main/examform/"+xpath+"/readdrid2") == "" ) {
  4111. messageBox("MD 는 반드시 입력 하셔야 합니다.", "E999", "");
  4112. return false;
  4113. }else if (model.getValue("root/main/examform/"+xpath+"/readdrid1") == "" ){
  4114. model.setValue("root/main/examform/"+xpath+"/readdrid1", "-");
  4115. }else if(model.getValue("root/main/examform/"+xpath+"/workdd") == "" ){
  4116. messageBox("작업일자를 기입해 주세요.", "E999", "");
  4117. return false;
  4118. }else {
  4119. fselectKind(xpath);
  4120. fmakeTempData(xpath);
  4121. if(submit("TXAER15003",false)){
  4122. messageBox("정상적으로 처리되었습니다", "E999", "");
  4123. }
  4124. }
  4125. readFuncCheck();
  4126. ]]>
  4127. </script>
  4128. </button>
  4129. <button id="button10" class="btn1_letter3" style="left:715px; top:745px; width:68px; height:22px; ">
  4130. <caption>PACS</caption>
  4131. <script type="javascript" ev:event="DOMActivate">
  4132. <![CDATA[
  4133. var pid = model.getValue("root/main/exambaseinfo/pid");
  4134. if(pid == ""){
  4135. messageBox("대상 환자를", "C002");
  4136. return;
  4137. }else{
  4138. zepfpacsPatientID(pid);
  4139. }
  4140. ]]>
  4141. </script>
  4142. </button>
  4143. <button id="button9" class="btn1_letter6" style="left:607px; top:745px; width:104px; height:22px; ">
  4144. <caption>통합검사결과</caption>
  4145. <script type="javascript" ev:event="DOMActivate">
  4146. <![CDATA[
  4147. var pid = model.getValue("root/main/exambaseinfo/pid");
  4148. if(pid == ""){
  4149. messageBox("대상 환자를", "C002");
  4150. return;
  4151. }else{
  4152. open("SMAER00800", "","","", "SMAER00800", "root/main/exambaseinfo/pid","/root/send/data/singdata/srchpid");
  4153. }
  4154. ]]>
  4155. </script>
  4156. </button>
  4157. <button id="button11" class="btn1_letter6" style="left:501px; top:745px; width:104px; height:22px; ">
  4158. <caption>통합기록조회</caption>
  4159. <script type="javascript" ev:event="DOMActivate">
  4160. <![CDATA[
  4161. fTotalRprtSrch();
  4162. ]]>
  4163. </script>
  4164. </button>
  4165. <button id="button17" class="btn1_letter4" style="left:419px; top:745px; width:80px; height:22px; ">
  4166. <caption>병리결과</caption>
  4167. <script type="javascript" ev:event="DOMActivate">
  4168. <![CDATA[
  4169. var pid = model.getValue("root/main/exambaseinfo/pid");
  4170. if (pid != "") {
  4171. model.makevalue("/root/temp5/smaer00800/cond/srchdate1", getCurrentDate().toDate().getAddDate(-90,"D").getDateFormat("YYYYMMDD"));
  4172. model.makevalue("/root/temp5/smaer00800/cond/srchdate2", getCurrentDate());
  4173. model.makevalue("/root/temp5/smaer00800/cond/srchpid", pid);
  4174. model.makevalue("/root/temp5/smaer00800/cond/wardcd", "");
  4175. model.makevalue("/root/temp5/smaer00800/cond/roomcd", "");
  4176. model.makevalue("/root/temp5/smaer00800/cond/listflag", "B");
  4177. model.makevalue("/root/temp5/smaer00800/cond/deptcd", "");
  4178. model.makevalue("/root/temp5/smaer00800/cond/drid", "");
  4179. model.makevalue("/root/temp5/smaer00800/cond/chkcheck", "C");
  4180. model.makevalue("/root/temp5/smaer00800/cond/chkcheck1", "");
  4181. model.makevalue("/root/temp5/smaer00800/cond/chkcheck2", "");
  4182. model.makevalue("/root/temp5/smaer00800/cond/chkcheck3", "C");
  4183. model.makevalue("/root/temp5/smaer00800/cond/chkcheck4", "");
  4184. model.makevalue("/root/temp5/smaer00800/cond/chkcheck5", "");
  4185. model.makevalue("/root/temp5/smaer00800/cond/chkcheck6", "");
  4186. model.makevalue("/root/temp5/smaer00800/cond/chkcheck7", "");
  4187. model.makevalue("/root/temp5/smaer00800/cond/chkcheck8", "");
  4188. model.makevalue("/root/temp5/smaer00800/cond/tabflag", "");
  4189. model.makevalue("/root/temp5/smaer00800/cond/mdlcd", "");
  4190. model.makevalue("/root/temp5/smaer00800/cond/examgubun", "");
  4191. model.makevalue("/root/temp5/smaer00800/cond/srchflag", "B");
  4192. model.makevalue("/root/temp5/smaer00800/cond/hlaflag", "N");
  4193. model.makevalue("/root/temp5/smaer00800/cond/prntfrmflag", "");
  4194. open("SMAER00800" ,"", "10", "10", "SMAER00800", "/root/temp5/smaer00800/cond", "/root/send/data/singdata", "", "");
  4195. }else{
  4196. open("SMAER00800" ,"", "10", "10", "SMAER00800", "", "", "", "");
  4197. }
  4198. //setParameter("SMAER00800_patprcp","Y");
  4199. //open("SMAER00800" ,"", "10", "10", "SMAER00800", "/root/temp5/smaer00800/cond", "/root/send/data/singdata", "", "");
  4200. //aezfTopMost("SMAER00800","", "10", "10","SMAER00800","/root/temp5/smaer00800/cond","/root/send/data/singdata", "", "");
  4201. //alert("A");/*
  4202. /* open("SMAER00800", "","","", "SMAER00800", "/root/main/subordlist/subordlist1/pid","/root/send/data/singdata/srchpid");
  4203. var child = getChildWindow("SMAER00800");
  4204. if(child != null){
  4205. child.javascript.button19.dispatch("DOMActivate");
  4206. }*/
  4207. ]]>
  4208. </script>
  4209. </button>
  4210. </xhtml:body>
  4211. </xhtml:html>