SPMMB01100_사용자화면설정.xfdl 216 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMMB01100_사용자화면설정" classname="SPMMB01100_사용자화면설정" inheritanceid="" position="absolute 0 0 1129 367" titletext="사용자화면설정" oninit="SPMMB01100_oninit" onload="SPMMB01100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Tab id="Tab00" taborder="0" tabindex="3" scrollbars="autoboth" position="absolute 0 0 1129 332" anchor="all" onchanged="Tab00_onchanged">
  8. <Tabpages>
  9. <Tabpage id="out" text="외래">
  10. <Layouts>
  11. <Layout width="1129" height="305">
  12. <Grid id="grd_outpatlist_basic" taborder="1" useinputpanel="false" position="absolute 3 30 1127 97" anchor="left top right" binddataset="ds_basicOut" selecttype="multiarea" scrollpixel="all">
  13. <Formats>
  14. <Format id="default">
  15. <Columns>
  16. <Column size="20"/>
  17. <Column size="45"/>
  18. <Column size="70"/>
  19. <Column size="56"/>
  20. <Column size="55"/>
  21. <Column size="70"/>
  22. <Column size="75"/>
  23. <Column size="55"/>
  24. <Column size="70"/>
  25. <Column size="70"/>
  26. <Column size="80"/>
  27. <Column size="0"/>
  28. <Column size="65"/>
  29. <Column size="65"/>
  30. <Column size="146"/>
  31. <Column size="0"/>
  32. <Column size="55"/>
  33. <Column size="55"/>
  34. <Column size="75"/>
  35. <Column size="75"/>
  36. <Column size="75"/>
  37. <Column size="55"/>
  38. <Column size="75"/>
  39. <Column size="0"/>
  40. <Column size="60"/>
  41. <Column size="0"/>
  42. <Column size="100"/>
  43. <Column size="100"/>
  44. <Column size="100"/>
  45. <Column size="0"/>
  46. <Column size="85"/>
  47. <Column size="0"/>
  48. <Column size="77"/>
  49. <Column size="0"/>
  50. <Column size="0"/>
  51. <Column size="70"/>
  52. <Column size="79"/>
  53. <Column size="0"/>
  54. <Column size="0"/>
  55. <Column size="0"/>
  56. <Column size="0"/>
  57. <Column size="100"/>
  58. <Column size="100"/>
  59. <Column size="70"/>
  60. <Column size="0"/>
  61. <Column size="0"/>
  62. <Column size="0"/>
  63. <Column size="0"/>
  64. <Column size="0"/>
  65. <Column size="0"/>
  66. <Column size="0"/>
  67. <Column size="0"/>
  68. <Column size="0"/>
  69. <Column size="0"/>
  70. <Column size="0"/>
  71. <Column size="0"/>
  72. <Column size="0"/>
  73. <Column size="150"/>
  74. <Column size="0"/>
  75. <Column size="0"/>
  76. <Column size="0"/>
  77. <Column size="0"/>
  78. </Columns>
  79. <Rows>
  80. <Row size="24" band="head"/>
  81. <Row size="24"/>
  82. </Rows>
  83. <Band id="head">
  84. <Cell/>
  85. <Cell col="1" text="혈액형"/>
  86. <Cell col="2" text="질병군분류"/>
  87. <Cell col="3" text="구분"/>
  88. <Cell col="4" text="시간"/>
  89. <Cell col="5" text="성명"/>
  90. <Cell col="6" text="등록번호"/>
  91. <Cell col="7" text="S/A"/>
  92. <Cell col="8" text="의료협력"/>
  93. <Cell col="9" text="회신상태"/>
  94. <Cell col="10" text="센터"/>
  95. <Cell col="11" text="세부과"/>
  96. <Cell col="12" text="진료의"/>
  97. <Cell col="13" text="초재진"/>
  98. <Cell col="14" text="진단명"/>
  99. <Cell col="15" text="최근진단명"/>
  100. <Cell col="16" text="타과"/>
  101. <Cell col="17" text="특이"/>
  102. <Cell col="18" text="검사조회"/>
  103. <Cell col="19" text="예약구분"/>
  104. <Cell col="20" text="기타구분"/>
  105. <Cell col="21" text="중증"/>
  106. <Cell col="22" text="보험유형"/>
  107. <Cell col="23" text="오늘결과"/>
  108. <Cell col="24" text="직전검사"/>
  109. <Cell col="25" text="예약시간"/>
  110. <Cell col="26" text="환자도착시간"/>
  111. <Cell col="27" text="진료시작시간"/>
  112. <Cell col="28" text="진료종료시간"/>
  113. <Cell col="29" text="전달사항"/>
  114. <Cell col="30" text="관심"/>
  115. <Cell col="31" text="제한항생제"/>
  116. <Cell col="32" text="협진"/>
  117. <Cell col="33" text="CP여부"/>
  118. <Cell col="34" text="One Stop"/>
  119. <Cell col="35" text="Donor W/U"/>
  120. <Cell col="36" text="PreWork Up"/>
  121. <Cell col="37" text="BMT예정일"/>
  122. <Cell col="38" text="이식형태"/>
  123. <Cell col="39" text="BMT Day"/>
  124. <Cell col="40" text="Post Cx Day"/>
  125. <Cell col="41" text="사전심사"/>
  126. <Cell col="42" text="선택진료여부"/>
  127. <Cell col="43" text="진료상태"/>
  128. <Cell col="44" text="orddd"/>
  129. <Cell col="45" text="cretno"/>
  130. <Cell col="46" text="instcd"/>
  131. <Cell col="47" text="acptseqno"/>
  132. <Cell col="48" text="orgorddd"/>
  133. <Cell col="49" text="repltype"/>
  134. <Cell col="50" text="수납VIP사유코드"/>
  135. <Cell col="51" text="수납VIP사유"/>
  136. <Cell col="52" text="medamtpostyn"/>
  137. <Cell col="53" text="민원여부"/>
  138. <Cell col="54" text="color"/>
  139. <Cell col="55" text="orddrid"/>
  140. <Cell col="56" text="centcode"/>
  141. <Cell col="57" text="환자메모"/>
  142. <Cell col="58" text="다학제"/>
  143. <Cell col="59" text="POD"/>
  144. <Cell col="60" text="처방의"/>
  145. <Cell col="61" text="수혜자"/>
  146. </Band>
  147. <Band id="body">
  148. <Cell celltype="head" text="expr:currow + 1"/>
  149. <Cell col="1" text="bind:btype"/>
  150. <Cell col="2" text="bind:drginfo"/>
  151. <Cell col="3" text="bind:elbulbodstat"/>
  152. <Cell col="4" text="bind:ordtm"/>
  153. <Cell col="5" text="bind:hngnm"/>
  154. <Cell col="6" text="bind:pid"/>
  155. <Cell col="7" text="bind:sexage"/>
  156. <Cell col="8" text="bind:refer"/>
  157. <Cell col="9" text="bind:replstat"/>
  158. <Cell col="10" text="bind:centcd"/>
  159. <Cell col="11" text="bind:subdeptcd"/>
  160. <Cell col="12" text="bind:orddrnm"/>
  161. <Cell col="13" text="bind:fsexamflag"/>
  162. <Cell col="14" text="bind:diagnm"/>
  163. <Cell col="15" text="bind:recentdiagnm"/>
  164. <Cell col="16" text="bind:anodeptyn"/>
  165. <Cell col="17" text="bind:spclflag"/>
  166. <Cell col="18" text="bind:testrslt"/>
  167. <Cell col="19" text="bind:rsrvflag"/>
  168. <Cell col="20" text="bind:etcordflag"/>
  169. <Cell col="21" text="bind:serdiag"/>
  170. <Cell col="22" text="bind:insukind"/>
  171. <Cell col="23" text="bind:prcptdayaftrcptyn"/>
  172. <Cell col="24" text="bind:preexamyn"/>
  173. <Cell col="25" text="bind:rsrvordtm"/>
  174. <Cell col="26" text="bind:nursacptdt"/>
  175. <Cell col="27" text="bind:ordstartdt"/>
  176. <Cell col="28" text="bind:dracptdt"/>
  177. <Cell col="29" text="bind:trsmrem"/>
  178. <Cell col="30" text="bind:conctypenm"/>
  179. <Cell col="31" text="bind:antidrugflag"/>
  180. <Cell col="32" text="bind:coordflag"/>
  181. <Cell col="33" text="bind:cpyn"/>
  182. <Cell col="34" text="bind:onestop"/>
  183. <Cell col="35" text="bind:dnoracptyn"/>
  184. <Cell col="36" text="bind:preworkup"/>
  185. <Cell col="37" text="bind:hsctpreday"/>
  186. <Cell col="38" text="bind:transtype"/>
  187. <Cell col="39" text="bind:hsctday"/>
  188. <Cell col="40" text="bind:postcxday"/>
  189. <Cell col="41" text="bind:bfjudgvalue"/>
  190. <Cell col="42" text="bind:specordtype"/>
  191. <Cell col="43" text="bind:ordstate"/>
  192. <Cell col="44" text="bind:orddd"/>
  193. <Cell col="45" text="bind:cretno"/>
  194. <Cell col="46" text="bind:instcd"/>
  195. <Cell col="47" text="bind:acptseqno"/>
  196. <Cell col="48" text="bind:orgorddd"/>
  197. <Cell col="49" text="bind:repltype"/>
  198. <Cell col="50" text="bind:rcptvipresncd"/>
  199. <Cell col="51" text="bind:rcptvipetcresn"/>
  200. <Cell col="52" text="bind:medamtpostyn"/>
  201. <Cell col="53" text="bind:civilap"/>
  202. <Cell col="54" text="bind:color"/>
  203. <Cell col="55" text="bind:orddrid"/>
  204. <Cell col="56" text="bind:centcode"/>
  205. <Cell col="57" text="bind:patmemo"/>
  206. <Cell col="58" text="bind:multiord"/>
  207. <Cell col="59" text="bind:pod"/>
  208. <Cell col="60" text="bind:prcprgstnm"/>
  209. <Cell col="61" text="bind:recipient"/>
  210. </Band>
  211. </Format>
  212. </Formats>
  213. </Grid>
  214. <Grid id="grd_outpatlist" taborder="2" useinputpanel="false" position="absolute 3 132 1127 199" anchor="left top right" binddataset="ds_AllOut" selecttype="multiarea" onrbuttondown="Tab00_grd_onrbuttondown" ondrag="Tab00_grd_ondrag" ondragmove="Tab00_grd_ondragmove" scrollpixel="all" cellsizingtype="col">
  215. <Formats>
  216. <Format id="default">
  217. <Columns>
  218. <Column size="20"/>
  219. <Column size="45"/>
  220. <Column size="70"/>
  221. <Column size="56"/>
  222. <Column size="55"/>
  223. <Column size="70"/>
  224. <Column size="75"/>
  225. <Column size="55"/>
  226. <Column size="70"/>
  227. <Column size="70"/>
  228. <Column size="80"/>
  229. <Column size="0"/>
  230. <Column size="65"/>
  231. <Column size="65"/>
  232. <Column size="146"/>
  233. <Column size="146"/>
  234. <Column size="55"/>
  235. <Column size="55"/>
  236. <Column size="75"/>
  237. <Column size="75"/>
  238. <Column size="75"/>
  239. <Column size="50"/>
  240. <Column size="55"/>
  241. <Column size="75"/>
  242. <Column size="0"/>
  243. <Column size="60"/>
  244. <Column size="0"/>
  245. <Column size="100"/>
  246. <Column size="100"/>
  247. <Column size="100"/>
  248. <Column size="0"/>
  249. <Column size="85"/>
  250. <Column size="0"/>
  251. <Column size="77"/>
  252. <Column size="0"/>
  253. <Column size="0"/>
  254. <Column size="70"/>
  255. <Column size="79"/>
  256. <Column size="0"/>
  257. <Column size="0"/>
  258. <Column size="0"/>
  259. <Column size="0"/>
  260. <Column size="100"/>
  261. <Column size="100"/>
  262. <Column size="70"/>
  263. <Column size="0"/>
  264. <Column size="0"/>
  265. <Column size="0"/>
  266. <Column size="0"/>
  267. <Column size="0"/>
  268. <Column size="0"/>
  269. <Column size="0"/>
  270. <Column size="0"/>
  271. <Column size="0"/>
  272. <Column size="0"/>
  273. <Column size="0"/>
  274. <Column size="0"/>
  275. <Column size="0"/>
  276. <Column size="150"/>
  277. <Column size="50"/>
  278. <Column size="50"/>
  279. <Column size="70"/>
  280. <Column size="100"/>
  281. <Column size="40"/>
  282. </Columns>
  283. <Rows>
  284. <Row size="24" band="head"/>
  285. <Row size="24"/>
  286. </Rows>
  287. <Band id="head">
  288. <Cell/>
  289. <Cell col="1" text="혈액형"/>
  290. <Cell col="2" text="질병군분류"/>
  291. <Cell col="3" text="구분"/>
  292. <Cell col="4" text="시간"/>
  293. <Cell col="5" text="성명"/>
  294. <Cell col="6" text="등록번호"/>
  295. <Cell col="7" text="S/A"/>
  296. <Cell col="8" text="의료협력"/>
  297. <Cell col="9" text="회신상태"/>
  298. <Cell col="10" text="센터"/>
  299. <Cell col="11" text="세부과"/>
  300. <Cell col="12" text="진료의"/>
  301. <Cell col="13" text="초재진"/>
  302. <Cell col="14" text="진단명"/>
  303. <Cell col="15" text="최근진단명"/>
  304. <Cell col="16" text="타과"/>
  305. <Cell col="17" text="특이"/>
  306. <Cell col="18" text="검사조회"/>
  307. <Cell col="19" text="예약구분"/>
  308. <Cell col="20" text="기타구분"/>
  309. <Cell col="21" text="미수여부"/>
  310. <Cell col="22" text="중증"/>
  311. <Cell col="23" text="보험유형"/>
  312. <Cell col="24" text="오늘결과"/>
  313. <Cell col="25" text="직전검사"/>
  314. <Cell col="26" text="예약시간"/>
  315. <Cell col="27" text="환자도착시간"/>
  316. <Cell col="28" text="진료시작시간"/>
  317. <Cell col="29" text="진료종료시간"/>
  318. <Cell col="30" text="전달사항"/>
  319. <Cell col="31" text="관심"/>
  320. <Cell col="32" text="제한항생제"/>
  321. <Cell col="33" text="협진"/>
  322. <Cell col="34" text="CP여부"/>
  323. <Cell col="35" text="One Stop"/>
  324. <Cell col="36" text="Donor W/U"/>
  325. <Cell col="37" text="PreWork Up"/>
  326. <Cell col="38" text="BMT예정일"/>
  327. <Cell col="39" text="이식형태"/>
  328. <Cell col="40" text="BMT Day"/>
  329. <Cell col="41" text="Post Cx Day"/>
  330. <Cell col="42" text="사전심사"/>
  331. <Cell col="43" text="선택진료여부"/>
  332. <Cell col="44" text="진료상태"/>
  333. <Cell col="45" text="orddd"/>
  334. <Cell col="46" text="cretno"/>
  335. <Cell col="47" text="instcd"/>
  336. <Cell col="48" text="acptseqno"/>
  337. <Cell col="49" text="orgorddd"/>
  338. <Cell col="50" text="repltype"/>
  339. <Cell col="51" text="수납VIP사유코드"/>
  340. <Cell col="52" text="수납VIP사유"/>
  341. <Cell col="53" text="medamtpostyn"/>
  342. <Cell col="54" text="민원여부"/>
  343. <Cell col="55" text="color"/>
  344. <Cell col="56" text="orddrid"/>
  345. <Cell col="57" text="centcode"/>
  346. <Cell col="58" text="환자메모"/>
  347. <Cell col="59" text="다학제"/>
  348. <Cell col="60" text="POD"/>
  349. <Cell col="61" text="처방의"/>
  350. <Cell col="62" text="수혜자"/>
  351. <Cell col="63" text="치과&#13;&#10;통계"/>
  352. </Band>
  353. <Band id="body">
  354. <Cell celltype="head" text="expr:currow + 1"/>
  355. <Cell col="1" text="bind:btype"/>
  356. <Cell col="2" text="bind:drginfo"/>
  357. <Cell col="3" text="bind:elbulbodstat" tooltiptype="mouse,mouseleave" tooltiptext="예약 진행 상태(미접수, 접수, 대기, 완료)"/>
  358. <Cell col="4" text="bind:ordtm" tooltiptype="mouse,mouseleave" tooltiptext="외래 진료 예약시간"/>
  359. <Cell col="5" text="bind:hngnm" tooltiptype="mouse,mouseleave" tooltiptext="환자 성명"/>
  360. <Cell col="6" text="bind:pid" tooltiptype="mouse,mouseleave" tooltiptext="환자 차트번호"/>
  361. <Cell col="7" text="bind:sexage" tooltiptype="mouse,mouseleave" tooltiptext="성별/나이"/>
  362. <Cell col="8" text="bind:refer" tooltiptype="mouse,mouseleave" tooltiptext="협력의뢰 기관"/>
  363. <Cell col="9" text="bind:replstat" tooltiptype="mouse,mouseleave" tooltiptext="협력의뢰 회신상태"/>
  364. <Cell col="10" text="bind:centcd" tooltiptype="mouse,mouseleave" tooltiptext="진료 센터명"/>
  365. <Cell col="11" text="bind:subdeptcd"/>
  366. <Cell col="12" text="bind:orddrnm" tooltiptype="mouse,mouseleave" tooltiptext="진료 의사명"/>
  367. <Cell col="13" text="bind:fsexamflag" tooltiptype="mouse,mouseleave" tooltiptext="병원초진/과초진/재진 구분"/>
  368. <Cell col="14" text="bind:diagnm" tooltiptype="mouse,mouseleave" tooltiptext="당일 진단명"/>
  369. <Cell col="15" text="bind:recentdiagnm" tooltiptype="mouse,mouseleave" tooltiptext="최근 처방을 발행한 진료일의 진단명"/>
  370. <Cell col="16" text="bind:anodeptyn" tooltiptype="mouse,mouseleave" tooltiptext="당일 타과 진료여부"/>
  371. <Cell col="17" text="bind:spclflag" tooltiptype="mouse,mouseleave" tooltiptext="환자별 특이사항 존재 여부"/>
  372. <Cell col="18" text="bind:testrslt" tooltiptype="mouse,mouseleave" tooltiptext="당일 발생검사 중에서 검사결과가 있는지 여부"/>
  373. <Cell col="19" text="bind:rsrvflag" tooltiptype="mouse,mouseleave" tooltiptext="당일접수/과예약/방문예약/전화예약"/>
  374. <Cell col="20" text="bind:etcordflag" tooltiptype="mouse,mouseleave" tooltiptext="보호자대진/가정간호/물리치료/주사"/>
  375. <Cell col="21" text="bind:outmisu"/>
  376. <Cell col="22" text="bind:serdiag" tooltiptype="mouse,mouseleave" tooltiptext="중증적용여부"/>
  377. <Cell col="23" text="bind:insukind" tooltiptype="mouse,mouseleave" tooltiptext="보험유형"/>
  378. <Cell col="24" text="bind:prcptdayaftrcptyn"/>
  379. <Cell col="25" text="bind:preexamyn" tooltiptype="mouse,mouseleave" tooltiptext="이전 진료일에 검사처방 존재여부"/>
  380. <Cell col="26" text="bind:rsrvordtm" tooltiptype="mouse,mouseleave" tooltiptext="외래 진료 예약시간"/>
  381. <Cell col="27" text="bind:nursacptdt" tooltiptype="mouse,mouseleave" tooltiptext="외래 간호에서 환자 도착시간"/>
  382. <Cell col="28" text="bind:ordstartdt" tooltiptype="mouse,mouseleave" tooltiptext="진료대상자에서 환자를 선택한 시간"/>
  383. <Cell col="29" text="bind:dracptdt" tooltiptype="mouse,mouseleave" tooltiptext="진단 및 처방 최초 인증저장시간"/>
  384. <Cell col="30" text="bind:trsmrem"/>
  385. <Cell col="31" text="bind:conctypenm" tooltiptype="mouse,mouseleave" tooltiptext="진료과 및 의사별 관심환자정보"/>
  386. <Cell col="32" text="bind:antidrugflag"/>
  387. <Cell col="33" text="bind:coordflag" tooltiptype="mouse,mouseleave" tooltiptext="협진"/>
  388. <Cell col="34" text="bind:cpyn"/>
  389. <Cell col="35" text="bind:onestop"/>
  390. <Cell col="36" text="bind:dnoracptyn" tooltiptype="mouse,mouseleave" tooltiptext="장기이식 기증자 접수 여부"/>
  391. <Cell col="37" text="bind:preworkup" tooltiptype="mouse,mouseleave" tooltiptext="prework up 처방여부"/>
  392. <Cell col="38" text="bind:hsctpreday"/>
  393. <Cell col="39" text="bind:transtype"/>
  394. <Cell col="40" text="bind:hsctday"/>
  395. <Cell col="41" text="bind:postcxday"/>
  396. <Cell col="42" text="bind:bfjudgvalue" tooltiptype="mouse,mouseleave" tooltiptext="심사대기/수정요구/심사승인"/>
  397. <Cell col="43" text="bind:specordtype" tooltiptype="mouse,mouseleave" tooltiptext="일괄선택위임/부분선택위임"/>
  398. <Cell col="44" text="bind:ordstate" tooltiptype="mouse,mouseleave" tooltiptext="대기/처방없음/기록없음/완료"/>
  399. <Cell col="45" text="bind:orddd"/>
  400. <Cell col="46" text="bind:cretno"/>
  401. <Cell col="47" text="bind:instcd"/>
  402. <Cell col="48" text="bind:acptseqno"/>
  403. <Cell col="49" text="bind:orgorddd"/>
  404. <Cell col="50" text="bind:repltype"/>
  405. <Cell col="51" text="bind:rcptvipresncd"/>
  406. <Cell col="52" text="bind:rcptvipetcresn"/>
  407. <Cell col="53" text="bind:medamtpostyn"/>
  408. <Cell col="54" text="bind:civilap"/>
  409. <Cell col="55" text="bind:color"/>
  410. <Cell col="56" text="bind:orddrid"/>
  411. <Cell col="57" text="bind:centcode"/>
  412. <Cell col="58" text="bind:patmemo"/>
  413. <Cell col="59" text="bind:multiord"/>
  414. <Cell col="60" text="bind:pod"/>
  415. <Cell col="61" text="bind:prcprgstnm"/>
  416. <Cell col="62" text="bind:recipient"/>
  417. <Cell col="63" text="bind:handidentalimg"/>
  418. </Band>
  419. </Format>
  420. </Formats>
  421. </Grid>
  422. <Grid id="grd_outpatlist_resize" taborder="3" useinputpanel="false" position="absolute 3 234 1127 301" anchor="left top right" binddataset="ds_ResizeOut" selecttype="multiarea" onrbuttondown="Tab00_grd_resize_onrbuttondown" cellmovingtype="col" cellsizingtype="col" dragscrolltype="both" ondrop="Tab00_grd_resize_ondrop" ondragmove="Tab00_grd_resize_ondragmove" scrollpixel="all">
  423. <Formats>
  424. <Format id="default">
  425. <Columns>
  426. <Column size="20"/>
  427. <Column size="45"/>
  428. <Column size="70"/>
  429. <Column size="56"/>
  430. <Column size="55"/>
  431. <Column size="70"/>
  432. <Column size="75"/>
  433. <Column size="55"/>
  434. <Column size="70"/>
  435. <Column size="70"/>
  436. <Column size="80"/>
  437. <Column size="70"/>
  438. <Column size="65"/>
  439. <Column size="65"/>
  440. <Column size="146"/>
  441. <Column size="0"/>
  442. <Column size="55"/>
  443. <Column size="55"/>
  444. <Column size="75"/>
  445. <Column size="75"/>
  446. <Column size="75"/>
  447. <Column size="0"/>
  448. <Column size="55"/>
  449. <Column size="75"/>
  450. <Column size="0"/>
  451. <Column size="60"/>
  452. <Column size="0"/>
  453. <Column size="100"/>
  454. <Column size="100"/>
  455. <Column size="100"/>
  456. <Column size="0"/>
  457. <Column size="85"/>
  458. <Column size="0"/>
  459. <Column size="77"/>
  460. <Column size="0"/>
  461. <Column size="0"/>
  462. <Column size="70"/>
  463. <Column size="79"/>
  464. <Column size="0"/>
  465. <Column size="0"/>
  466. <Column size="0"/>
  467. <Column size="0"/>
  468. <Column size="100"/>
  469. <Column size="100"/>
  470. <Column size="70"/>
  471. <Column size="0"/>
  472. <Column size="0"/>
  473. <Column size="0"/>
  474. <Column size="0"/>
  475. <Column size="0"/>
  476. <Column size="0"/>
  477. <Column size="0"/>
  478. <Column size="0"/>
  479. <Column size="0"/>
  480. <Column size="0"/>
  481. <Column size="0"/>
  482. <Column size="0"/>
  483. <Column size="0"/>
  484. <Column size="150"/>
  485. <Column size="0"/>
  486. <Column size="0"/>
  487. <Column size="0"/>
  488. <Column size="0"/>
  489. <Column size="40"/>
  490. </Columns>
  491. <Rows>
  492. <Row size="24" band="head"/>
  493. <Row size="24"/>
  494. </Rows>
  495. <Band id="head">
  496. <Cell/>
  497. <Cell col="1" text="혈액형"/>
  498. <Cell col="2" text="질병군분류"/>
  499. <Cell col="3" text="구분"/>
  500. <Cell col="4" text="시간"/>
  501. <Cell col="5" text="성명"/>
  502. <Cell col="6" text="등록번호"/>
  503. <Cell col="7" text="S/A"/>
  504. <Cell col="8" text="의료협력"/>
  505. <Cell col="9" text="회신상태"/>
  506. <Cell col="10" text="센터"/>
  507. <Cell col="11" text="세부과"/>
  508. <Cell col="12" text="진료의"/>
  509. <Cell col="13" text="초재진"/>
  510. <Cell col="14" text="진단명"/>
  511. <Cell col="15" text="최근진단명"/>
  512. <Cell col="16" text="타과"/>
  513. <Cell col="17" text="특이"/>
  514. <Cell col="18" text="검사조회"/>
  515. <Cell col="19" text="예약구분"/>
  516. <Cell col="20" text="기타구분"/>
  517. <Cell col="21" text="미수여부"/>
  518. <Cell col="22" text="중증"/>
  519. <Cell col="23" text="보험유형"/>
  520. <Cell col="24" text="오늘결과"/>
  521. <Cell col="25" text="직전검사"/>
  522. <Cell col="26" text="예약시간"/>
  523. <Cell col="27" text="환자도착시간"/>
  524. <Cell col="28" text="진료시작시간"/>
  525. <Cell col="29" text="진료종료시간"/>
  526. <Cell col="30" text="전달사항"/>
  527. <Cell col="31" text="관심"/>
  528. <Cell col="32" text="제한항생제"/>
  529. <Cell col="33" text="협진"/>
  530. <Cell col="34" text="CP여부"/>
  531. <Cell col="35" text="One Stop"/>
  532. <Cell col="36" text="Donor W/U"/>
  533. <Cell col="37" text="PreWork Up"/>
  534. <Cell col="38" text="BMT예정일"/>
  535. <Cell col="39" text="이식형태"/>
  536. <Cell col="40" text="BMT Day"/>
  537. <Cell col="41" text="Post Cx Day"/>
  538. <Cell col="42" text="사전심사"/>
  539. <Cell col="43" text="선택진료여부"/>
  540. <Cell col="44" text="진료상태"/>
  541. <Cell col="45" text="orddd"/>
  542. <Cell col="46" text="cretno"/>
  543. <Cell col="47" text="instcd"/>
  544. <Cell col="48" text="acptseqno"/>
  545. <Cell col="49" text="orgorddd"/>
  546. <Cell col="50" text="repltype"/>
  547. <Cell col="51" text="수납VIP사유코드"/>
  548. <Cell col="52" text="수납VIP사유"/>
  549. <Cell col="53" text="medamtpostyn"/>
  550. <Cell col="54" text="민원여부"/>
  551. <Cell col="55" text="color"/>
  552. <Cell col="56" text="orddrid"/>
  553. <Cell col="57" text="centcode"/>
  554. <Cell col="58" text="환자메모"/>
  555. <Cell col="59" text="다학제"/>
  556. <Cell col="60" text="POD"/>
  557. <Cell col="61" text="처방의"/>
  558. <Cell col="62" text="수혜자"/>
  559. <Cell col="63" text="치과&#13;&#10;통계"/>
  560. </Band>
  561. <Band id="body">
  562. <Cell celltype="head" text="expr:currow + 1"/>
  563. <Cell col="1" text="bind:btype"/>
  564. <Cell col="2" text="bind:drginfo"/>
  565. <Cell col="3" text="bind:elbulbodstat"/>
  566. <Cell col="4" text="bind:ordtm"/>
  567. <Cell col="5" text="bind:hngnm"/>
  568. <Cell col="6" text="bind:pid"/>
  569. <Cell col="7" text="bind:sexage"/>
  570. <Cell col="8" text="bind:refer"/>
  571. <Cell col="9" text="bind:replstat"/>
  572. <Cell col="10" text="bind:centcd"/>
  573. <Cell col="11" text="bind:subdeptcd"/>
  574. <Cell col="12" text="bind:orddrnm"/>
  575. <Cell col="13" text="bind:fsexamflag"/>
  576. <Cell col="14" text="bind:diagnm"/>
  577. <Cell col="15" text="bind:recentdiagnm"/>
  578. <Cell col="16" text="bind:anodeptyn"/>
  579. <Cell col="17" text="bind:spclflag"/>
  580. <Cell col="18" text="bind:testrslt"/>
  581. <Cell col="19" text="bind:rsrvflag"/>
  582. <Cell col="20" text="bind:etcordflag"/>
  583. <Cell col="21" text="bind:outmisu"/>
  584. <Cell col="22" text="bind:serdiag"/>
  585. <Cell col="23" text="bind:insukind"/>
  586. <Cell col="24" text="bind:prcptdayaftrcptyn"/>
  587. <Cell col="25" text="bind:preexamyn"/>
  588. <Cell col="26" text="bind:rsrvordtm"/>
  589. <Cell col="27" text="bind:nursacptdt"/>
  590. <Cell col="28" text="bind:ordstartdt"/>
  591. <Cell col="29" text="bind:dracptdt"/>
  592. <Cell col="30" text="bind:trsmrem"/>
  593. <Cell col="31" text="bind:conctypenm"/>
  594. <Cell col="32" text="bind:antidrugflag"/>
  595. <Cell col="33" text="bind:coordflag"/>
  596. <Cell col="34" text="bind:cpyn"/>
  597. <Cell col="35" text="bind:onestop"/>
  598. <Cell col="36" text="bind:dnoracptyn"/>
  599. <Cell col="37" text="bind:preworkup"/>
  600. <Cell col="38" text="bind:hsctpreday"/>
  601. <Cell col="39" text="bind:transtype"/>
  602. <Cell col="40" text="bind:hsctday"/>
  603. <Cell col="41" text="bind:postcxday"/>
  604. <Cell col="42" text="bind:bfjudgvalue"/>
  605. <Cell col="43" text="bind:specordtype"/>
  606. <Cell col="44" text="bind:ordstate"/>
  607. <Cell col="45" text="bind:orddd"/>
  608. <Cell col="46" text="bind:cretno"/>
  609. <Cell col="47" text="bind:instcd"/>
  610. <Cell col="48" text="bind:acptseqno"/>
  611. <Cell col="49" text="bind:orgorddd"/>
  612. <Cell col="50" text="bind:repltype"/>
  613. <Cell col="51" text="bind:rcptvipresncd"/>
  614. <Cell col="52" text="bind:rcptvipetcresn"/>
  615. <Cell col="53" text="bind:medamtpostyn"/>
  616. <Cell col="54" text="bind:civilap"/>
  617. <Cell col="55" text="bind:color"/>
  618. <Cell col="56" text="bind:orddrid"/>
  619. <Cell col="57" text="bind:centcode"/>
  620. <Cell col="58" text="bind:patmemo"/>
  621. <Cell col="59" text="bind:multiord"/>
  622. <Cell col="60" text="bind:pod"/>
  623. <Cell col="61" text="bind:prcprgstnm"/>
  624. <Cell col="62" text="bind:recipient"/>
  625. <Cell col="63" text="bind:handidentalimg"/>
  626. </Band>
  627. </Format>
  628. </Formats>
  629. </Grid>
  630. </Layout>
  631. </Layouts>
  632. </Tabpage>
  633. <Tabpage id="in" text="입원">
  634. <Layouts>
  635. <Layout width="1129" height="305">
  636. <Grid id="grd_inpatlist_basic" taborder="1" useinputpanel="false" position="absolute 3 30 1127 97" anchor="left top right" binddataset="ds_basicIn" selecttype="multiarea">
  637. <Formats>
  638. <Format id="default">
  639. <Columns>
  640. <Column size="20"/>
  641. <Column size="0"/>
  642. <Column size="0"/>
  643. <Column size="0"/>
  644. <Column size="45"/>
  645. <Column size="70"/>
  646. <Column size="30"/>
  647. <Column size="55"/>
  648. <Column size="0"/>
  649. <Column size="0"/>
  650. <Column size="100"/>
  651. <Column size="65"/>
  652. <Column size="45"/>
  653. <Column size="35"/>
  654. <Column size="35"/>
  655. <Column size="75"/>
  656. <Column size="70"/>
  657. <Column size="65"/>
  658. <Column size="0"/>
  659. <Column size="90"/>
  660. <Column size="0"/>
  661. <Column size="55"/>
  662. <Column size="0"/>
  663. <Column size="55"/>
  664. <Column size="150"/>
  665. <Column size="100"/>
  666. <Column size="0"/>
  667. <Column size="39"/>
  668. <Column size="41"/>
  669. <Column size="55"/>
  670. <Column size="75"/>
  671. <Column size="50"/>
  672. <Column size="50"/>
  673. <Column size="63"/>
  674. <Column size="66"/>
  675. <Column size="64"/>
  676. <Column size="70"/>
  677. <Column size="70"/>
  678. <Column size="70"/>
  679. <Column size="76"/>
  680. <Column size="0"/>
  681. <Column size="64"/>
  682. <Column size="0"/>
  683. <Column size="0"/>
  684. <Column size="0"/>
  685. <Column size="0"/>
  686. <Column size="0"/>
  687. <Column size="0"/>
  688. <Column size="0"/>
  689. <Column size="0"/>
  690. <Column size="0"/>
  691. <Column size="0"/>
  692. <Column size="0"/>
  693. <Column size="0"/>
  694. <Column size="0"/>
  695. <Column size="0"/>
  696. </Columns>
  697. <Rows>
  698. <Row size="24" band="head"/>
  699. <Row size="24"/>
  700. </Rows>
  701. <Band id="head">
  702. <Cell/>
  703. <Cell col="1" text="indd"/>
  704. <Cell col="2" text="cretno"/>
  705. <Cell col="3" text="seqno"/>
  706. <Cell col="4" text="혈액형"/>
  707. <Cell col="5" text="질병군분류"/>
  708. <Cell col="6" text="메모"/>
  709. <Cell col="7" text="병실"/>
  710. <Cell col="8" text="color"/>
  711. <Cell col="9" text="성명"/>
  712. <Cell col="10" text="환자명"/>
  713. <Cell col="11" text="등록번호"/>
  714. <Cell col="12" text="S/A"/>
  715. <Cell col="13" text="HD"/>
  716. <Cell col="14" text="POD"/>
  717. <Cell col="15" text="AD"/>
  718. <Cell col="16" text="의료협력"/>
  719. <Cell col="17" text="회신상태"/>
  720. <Cell col="18" text="orddeptcd"/>
  721. <Cell col="19" text="진료과"/>
  722. <Cell col="20" text="세부과"/>
  723. <Cell col="21" text="전문의"/>
  724. <Cell col="22" text="MEDISPCLID"/>
  725. <Cell col="23" text="담당의"/>
  726. <Cell col="24" text="진단명"/>
  727. <Cell col="25" text="수술명"/>
  728. <Cell col="26" text="검사조회"/>
  729. <Cell col="27" text="의뢰"/>
  730. <Cell col="28" text="특이"/>
  731. <Cell col="29" text="익일정규"/>
  732. <Cell col="30" text="최종처방일"/>
  733. <Cell col="31" text="DRG"/>
  734. <Cell col="32" text="CP여부"/>
  735. <Cell col="33" text="보험유형"/>
  736. <Cell col="34" text="퇴원구분"/>
  737. <Cell col="35" text="관심"/>
  738. <Cell col="36" text="Transfer"/>
  739. <Cell col="37" text="협진팀"/>
  740. <Cell col="38" text="제한항생제"/>
  741. <Cell col="39" text="PreWork Up"/>
  742. <Cell col="40" text="BMT예정일"/>
  743. <Cell col="41" text="이식형태"/>
  744. <Cell col="42" text="BMT Day"/>
  745. <Cell col="43" text="Post Cx Day"/>
  746. <Cell col="44" text="선택진료여부"/>
  747. <Cell col="45" text="전일기록 SO"/>
  748. <Cell col="46" text="전일기록 A"/>
  749. <Cell col="47" text="전일기록 P"/>
  750. <Cell col="48" text="혈액"/>
  751. <Cell col="49" text="접촉"/>
  752. <Cell col="50" text="공기"/>
  753. <Cell col="51" text="비말"/>
  754. <Cell col="52" text="재태기간"/>
  755. <Cell col="53" text="중증"/>
  756. <Cell col="54" text="당직인계"/>
  757. <Cell col="55" text="Lab"/>
  758. </Band>
  759. <Band id="body">
  760. <Cell celltype="head" text="expr:currow + 1"/>
  761. <Cell col="1" text="bind:indd"/>
  762. <Cell col="2" text="bind:cretno"/>
  763. <Cell col="3" text="bind:seqno"/>
  764. <Cell col="4" text="bind:btype"/>
  765. <Cell col="5" text="bind:drginfo"/>
  766. <Cell col="6" class="text_center;" text="bind:memo"/>
  767. <Cell col="7" class="text_center;" text="bind:roomcd"/>
  768. <Cell col="8" text="bind:color"/>
  769. <Cell col="9" class="text_center;" text="bind:hngnm"/>
  770. <Cell col="10" class="text_center;" text="bind:dispnm2"/>
  771. <Cell col="11" class="text_center;" text="bind:pid"/>
  772. <Cell col="12" class="text_center;" text="bind:sa"/>
  773. <Cell col="13" class="text_center;" text="bind:hd"/>
  774. <Cell col="14" class="text_center;" text="bind:pod"/>
  775. <Cell col="15" class="text_center;" text="bind:ad"/>
  776. <Cell col="16" class="text_center;" text="bind:refer"/>
  777. <Cell col="17" class="text_center;" text="bind:replstat"/>
  778. <Cell col="18" text="bind:orddeptcd"/>
  779. <Cell col="19" class="text_center;" text="bind:deptnm"/>
  780. <Cell col="20" class="text_center;" text="bind:subdeptnm"/>
  781. <Cell col="21" class="text_center;" text="bind:medispclnm"/>
  782. <Cell col="22" text="bind:medispclid"/>
  783. <Cell col="23" class="text_center;" text="bind:atdoctnm"/>
  784. <Cell col="24" class="text_center;" text="bind:diagnm"/>
  785. <Cell col="25" class="text_center;" text="bind:opnm"/>
  786. <Cell col="26" text="bind:testrslt"/>
  787. <Cell col="27" class="text_center;" text="bind:cnst"/>
  788. <Cell col="28" text="bind:spclflag"/>
  789. <Cell col="29" text="bind:dayregular"/>
  790. <Cell col="30" class="text_center;" text="bind:lastprcpdd"/>
  791. <Cell col="31" class="text_center;" text="bind:drgyn"/>
  792. <Cell col="32" class="text_center;" text="bind:cpyn"/>
  793. <Cell col="33" class="text_center;" text="bind:insukind"/>
  794. <Cell col="34" class="text_center;" text="bind:dschnoti"/>
  795. <Cell col="35" text="bind:conctypenm"/>
  796. <Cell col="36" text="bind:transfer"/>
  797. <Cell col="37" text="bind:coopteamcd"/>
  798. <Cell col="38" text="bind:antidrugflag"/>
  799. <Cell col="39" text="bind:preworkup"/>
  800. <Cell col="40" text="bind:hsctpreday"/>
  801. <Cell col="41" text="bind:transtype"/>
  802. <Cell col="42" text="bind:hsctday"/>
  803. <Cell col="43" text="bind:postcxday"/>
  804. <Cell col="44" text="bind:specordtype"/>
  805. <Cell col="45" text="bind:recsubjective"/>
  806. <Cell col="46" text="bind:recaccess"/>
  807. <Cell col="47" text="bind:recplan"/>
  808. <Cell col="48" text="bind:disp1img"/>
  809. <Cell col="49" text="bind:disp2img"/>
  810. <Cell col="50" text="bind:disp3img"/>
  811. <Cell col="51" text="bind:disp4img"/>
  812. <Cell col="52" text="bind:prgweekcnt"/>
  813. <Cell col="53" text="bind:recovwardnm"/>
  814. <Cell col="54" text="bind:recnightduty"/>
  815. <Cell col="55" text="bind:childlab"/>
  816. </Band>
  817. </Format>
  818. </Formats>
  819. </Grid>
  820. <Grid id="grd_inpatlist" taborder="2" useinputpanel="false" position="absolute 3 132 1127 199" anchor="left top right" binddataset="ds_AllIn" selecttype="multiarea" onrbuttondown="Tab00_grd_onrbuttondown" selectbandtype="default" ondrag="Tab00_grd_ondrag" ondragmove="Tab00_grd_ondragmove" cellsizingtype="col">
  821. <Formats>
  822. <Format id="default">
  823. <Columns>
  824. <Column size="20"/>
  825. <Column size="0"/>
  826. <Column size="0"/>
  827. <Column size="0"/>
  828. <Column size="45"/>
  829. <Column size="70"/>
  830. <Column size="30"/>
  831. <Column size="55"/>
  832. <Column size="0"/>
  833. <Column size="0"/>
  834. <Column size="100"/>
  835. <Column size="65"/>
  836. <Column size="45"/>
  837. <Column size="35"/>
  838. <Column size="35"/>
  839. <Column size="75"/>
  840. <Column size="70"/>
  841. <Column size="65"/>
  842. <Column size="0"/>
  843. <Column size="90"/>
  844. <Column size="0"/>
  845. <Column size="55"/>
  846. <Column size="0"/>
  847. <Column size="55"/>
  848. <Column size="150"/>
  849. <Column size="100"/>
  850. <Column size="0"/>
  851. <Column size="39"/>
  852. <Column size="41"/>
  853. <Column size="55"/>
  854. <Column size="75"/>
  855. <Column size="50"/>
  856. <Column size="50"/>
  857. <Column size="63"/>
  858. <Column size="66"/>
  859. <Column size="64"/>
  860. <Column size="70"/>
  861. <Column size="70"/>
  862. <Column size="70"/>
  863. <Column size="76"/>
  864. <Column size="0"/>
  865. <Column size="64"/>
  866. <Column size="0"/>
  867. <Column size="0"/>
  868. <Column size="100"/>
  869. <Column size="115"/>
  870. <Column size="115"/>
  871. <Column size="115"/>
  872. <Column size="25"/>
  873. <Column size="25"/>
  874. <Column size="25"/>
  875. <Column size="25"/>
  876. <Column size="60"/>
  877. <Column size="35"/>
  878. <Column size="115"/>
  879. <Column size="200"/>
  880. </Columns>
  881. <Rows>
  882. <Row size="24" band="head"/>
  883. <Row size="24"/>
  884. </Rows>
  885. <Band id="head">
  886. <Cell/>
  887. <Cell col="1" text="indd"/>
  888. <Cell col="2" text="cretno"/>
  889. <Cell col="3" text="seqno"/>
  890. <Cell col="4" text="혈액형"/>
  891. <Cell col="5" text="질병군분류"/>
  892. <Cell col="6" text="메모"/>
  893. <Cell col="7" text="병실"/>
  894. <Cell col="8" text="color"/>
  895. <Cell col="9" text="성명"/>
  896. <Cell col="10" text="환자명"/>
  897. <Cell col="11" text="등록번호"/>
  898. <Cell col="12" text="S/A"/>
  899. <Cell col="13" text="HD"/>
  900. <Cell col="14" text="POD"/>
  901. <Cell col="15" text="AD"/>
  902. <Cell col="16" text="의료협력"/>
  903. <Cell col="17" text="회신상태"/>
  904. <Cell col="18" text="orddeptcd"/>
  905. <Cell col="19" text="진료과"/>
  906. <Cell col="20" text="세부과"/>
  907. <Cell col="21" text="전문의"/>
  908. <Cell col="22" text="MEDISPCLID"/>
  909. <Cell col="23" text="담당의"/>
  910. <Cell col="24" text="진단명"/>
  911. <Cell col="25" text="수술명"/>
  912. <Cell col="26" text="검사조회"/>
  913. <Cell col="27" text="의뢰"/>
  914. <Cell col="28" text="특이"/>
  915. <Cell col="29" text="익일정규"/>
  916. <Cell col="30" text="최종처방일"/>
  917. <Cell col="31" text="DRG"/>
  918. <Cell col="32" text="CP여부"/>
  919. <Cell col="33" text="보험유형"/>
  920. <Cell col="34" text="퇴원구분"/>
  921. <Cell col="35" text="관심"/>
  922. <Cell col="36" text="Transfer"/>
  923. <Cell col="37" text="협진팀"/>
  924. <Cell col="38" text="제한항생제"/>
  925. <Cell col="39" text="PreWork Up"/>
  926. <Cell col="40" text="BMT예정일"/>
  927. <Cell col="41" text="이식형태"/>
  928. <Cell col="42" text="BMT Day"/>
  929. <Cell col="43" text="Post Cx Day"/>
  930. <Cell col="44" text="선택진료여부"/>
  931. <Cell col="45" text="전일기록 SO"/>
  932. <Cell col="46" text="전일기록 A"/>
  933. <Cell col="47" text="전일기록 P"/>
  934. <Cell col="48" text="혈액"/>
  935. <Cell col="49" text="접촉"/>
  936. <Cell col="50" text="공기"/>
  937. <Cell col="51" text="비말"/>
  938. <Cell col="52" text="재태기간"/>
  939. <Cell col="53" text="중증"/>
  940. <Cell col="54" text="당직인계"/>
  941. <Cell col="55" text="Lab"/>
  942. </Band>
  943. <Band id="body">
  944. <Cell celltype="head" text="expr:currow + 1"/>
  945. <Cell col="1" text="bind:indd"/>
  946. <Cell col="2" text="bind:cretno"/>
  947. <Cell col="3" text="bind:seqno"/>
  948. <Cell col="4" text="bind:btype"/>
  949. <Cell col="5" text="bind:drginfo"/>
  950. <Cell col="6" class="text_center;" text="bind:memo"/>
  951. <Cell col="7" class="text_center;" text="bind:roomcd"/>
  952. <Cell col="8" text="bind:color"/>
  953. <Cell col="9" class="text_center;" text="bind:hngnm"/>
  954. <Cell col="10" class="text_center;" text="bind:dispnm2"/>
  955. <Cell col="11" class="text_center;" text="bind:pid"/>
  956. <Cell col="12" class="text_center;" text="bind:sa"/>
  957. <Cell col="13" class="text_center;" text="bind:hd"/>
  958. <Cell col="14" class="text_center;" text="bind:pod"/>
  959. <Cell col="15" class="text_center;" text="bind:ad"/>
  960. <Cell col="16" class="text_center;" text="bind:refer"/>
  961. <Cell col="17" class="text_center;" text="bind:replstat"/>
  962. <Cell col="18" text="bind:orddeptcd"/>
  963. <Cell col="19" class="text_center;" text="bind:deptnm"/>
  964. <Cell col="20" class="text_center;" text="bind:subdeptnm"/>
  965. <Cell col="21" class="text_center;" text="bind:medispclnm"/>
  966. <Cell col="22" text="bind:medispclid"/>
  967. <Cell col="23" class="text_center;" text="bind:atdoctnm"/>
  968. <Cell col="24" class="text_center;" text="bind:diagnm"/>
  969. <Cell col="25" class="text_center;" text="bind:opnm"/>
  970. <Cell col="26" text="bind:testrslt"/>
  971. <Cell col="27" class="text_center;" text="bind:cnst"/>
  972. <Cell col="28" text="bind:spclflag"/>
  973. <Cell col="29" text="bind:dayregular"/>
  974. <Cell col="30" class="text_center;" text="bind:lastprcpdd"/>
  975. <Cell col="31" class="text_center;" text="bind:drgyn"/>
  976. <Cell col="32" class="text_center;" text="bind:cpyn"/>
  977. <Cell col="33" class="text_center;" text="bind:insukind"/>
  978. <Cell col="34" class="text_center;" text="bind:dschnoti"/>
  979. <Cell col="35" text="bind:conctypenm"/>
  980. <Cell col="36" text="bind:transfer"/>
  981. <Cell col="37" text="bind:coopteamcd"/>
  982. <Cell col="38" text="bind:antidrugflag"/>
  983. <Cell col="39" text="bind:preworkup"/>
  984. <Cell col="40" text="bind:hsctpreday"/>
  985. <Cell col="41" text="bind:transtype"/>
  986. <Cell col="42" text="bind:hsctday"/>
  987. <Cell col="43" text="bind:postcxday"/>
  988. <Cell col="44" text="bind:specordtype"/>
  989. <Cell col="45" text="bind:recsubjective"/>
  990. <Cell col="46" text="bind:recaccess"/>
  991. <Cell col="47" text="bind:recplan"/>
  992. <Cell col="48" text="bind:disp1img"/>
  993. <Cell col="49" text="bind:disp2img"/>
  994. <Cell col="50" text="bind:disp3img"/>
  995. <Cell col="51" text="bind:disp4img"/>
  996. <Cell col="52" text="bind:prgweekcnt"/>
  997. <Cell col="53" text="bind:recovwardnm"/>
  998. <Cell col="54" text="bind:recnightduty"/>
  999. <Cell col="55" text="bind:childlab"/>
  1000. </Band>
  1001. </Format>
  1002. </Formats>
  1003. </Grid>
  1004. <Grid id="grd_inpatlist_resize" taborder="3" useinputpanel="false" position="absolute 3 234 1127 301" anchor="left top right" binddataset="ds_ResizeIn" selecttype="multiarea" onrbuttondown="Tab00_grd_resize_onrbuttondown" cellmovingtype="col" cellsizingtype="col" dragscrolltype="both" ondrop="Tab00_grd_resize_ondrop" ondragmove="Tab00_grd_resize_ondragmove">
  1005. <Formats>
  1006. <Format id="default">
  1007. <Columns>
  1008. <Column size="20"/>
  1009. <Column size="0"/>
  1010. <Column size="0"/>
  1011. <Column size="0"/>
  1012. <Column size="45"/>
  1013. <Column size="70"/>
  1014. <Column size="30"/>
  1015. <Column size="55"/>
  1016. <Column size="0"/>
  1017. <Column size="0"/>
  1018. <Column size="100"/>
  1019. <Column size="65"/>
  1020. <Column size="45"/>
  1021. <Column size="35"/>
  1022. <Column size="35"/>
  1023. <Column size="75"/>
  1024. <Column size="70"/>
  1025. <Column size="65"/>
  1026. <Column size="0"/>
  1027. <Column size="90"/>
  1028. <Column size="0"/>
  1029. <Column size="55"/>
  1030. <Column size="0"/>
  1031. <Column size="55"/>
  1032. <Column size="150"/>
  1033. <Column size="100"/>
  1034. <Column size="0"/>
  1035. <Column size="39"/>
  1036. <Column size="41"/>
  1037. <Column size="55"/>
  1038. <Column size="75"/>
  1039. <Column size="50"/>
  1040. <Column size="50"/>
  1041. <Column size="63"/>
  1042. <Column size="66"/>
  1043. <Column size="64"/>
  1044. <Column size="70"/>
  1045. <Column size="70"/>
  1046. <Column size="70"/>
  1047. <Column size="76"/>
  1048. <Column size="0"/>
  1049. <Column size="64"/>
  1050. <Column size="0"/>
  1051. <Column size="0"/>
  1052. <Column size="96"/>
  1053. <Column size="0"/>
  1054. <Column size="0"/>
  1055. <Column size="0"/>
  1056. <Column size="0"/>
  1057. <Column size="0"/>
  1058. <Column size="0"/>
  1059. <Column size="0"/>
  1060. <Column size="0"/>
  1061. <Column size="0"/>
  1062. <Column size="0"/>
  1063. <Column size="0"/>
  1064. </Columns>
  1065. <Rows>
  1066. <Row size="24" band="head"/>
  1067. <Row size="24"/>
  1068. </Rows>
  1069. <Band id="head">
  1070. <Cell/>
  1071. <Cell col="1" text="indd"/>
  1072. <Cell col="2" text="cretno"/>
  1073. <Cell col="3" text="seqno"/>
  1074. <Cell col="4" text="혈액형"/>
  1075. <Cell col="5" text="질병군분류"/>
  1076. <Cell col="6" text="메모"/>
  1077. <Cell col="7" text="병실"/>
  1078. <Cell col="8" text="color"/>
  1079. <Cell col="9" text="성명"/>
  1080. <Cell col="10" text="환자명"/>
  1081. <Cell col="11" text="등록번호"/>
  1082. <Cell col="12" text="S/A"/>
  1083. <Cell col="13" text="HD"/>
  1084. <Cell col="14" text="POD"/>
  1085. <Cell col="15" text="AD"/>
  1086. <Cell col="16" text="의료협력"/>
  1087. <Cell col="17" text="회신상태"/>
  1088. <Cell col="18" text="orddeptcd"/>
  1089. <Cell col="19" text="진료과"/>
  1090. <Cell col="20" text="세부과"/>
  1091. <Cell col="21" text="전문의"/>
  1092. <Cell col="22" text="MEDISPCLID"/>
  1093. <Cell col="23" text="담당의"/>
  1094. <Cell col="24" text="진단명"/>
  1095. <Cell col="25" text="수술명"/>
  1096. <Cell col="26" text="검사조회"/>
  1097. <Cell col="27" text="의뢰"/>
  1098. <Cell col="28" text="특이"/>
  1099. <Cell col="29" text="익일정규"/>
  1100. <Cell col="30" text="최종처방일"/>
  1101. <Cell col="31" text="DRG"/>
  1102. <Cell col="32" text="CP여부"/>
  1103. <Cell col="33" text="보험유형"/>
  1104. <Cell col="34" text="퇴원구분"/>
  1105. <Cell col="35" text="관심"/>
  1106. <Cell col="36" text="Transfer"/>
  1107. <Cell col="37" text="협진팀"/>
  1108. <Cell col="38" text="제한항생제"/>
  1109. <Cell col="39" text="PreWork Up"/>
  1110. <Cell col="40" text="BMT예정일"/>
  1111. <Cell col="41" text="이식형태"/>
  1112. <Cell col="42" text="BMT Day"/>
  1113. <Cell col="43" text="Post Cx Day"/>
  1114. <Cell col="44" text="선택진료여부"/>
  1115. <Cell col="45" text="전일기록 SO"/>
  1116. <Cell col="46" text="전일기록 A"/>
  1117. <Cell col="47" text="전일기록 P"/>
  1118. <Cell col="48" text="혈액"/>
  1119. <Cell col="49" text="접촉"/>
  1120. <Cell col="50" text="공기"/>
  1121. <Cell col="51" text="비말"/>
  1122. <Cell col="52" text="재태기간"/>
  1123. <Cell col="53" text="중증"/>
  1124. <Cell col="54" text="당직인계"/>
  1125. <Cell col="55" text="Lab"/>
  1126. </Band>
  1127. <Band id="body">
  1128. <Cell celltype="head" text="expr:currow + 1"/>
  1129. <Cell col="1" text="bind:indd"/>
  1130. <Cell col="2" text="bind:cretno"/>
  1131. <Cell col="3" text="bind:seqno"/>
  1132. <Cell col="4" text="bind:btype"/>
  1133. <Cell col="5" text="bind:drginfo"/>
  1134. <Cell col="6" class="text_center;" text="bind:memo"/>
  1135. <Cell col="7" class="text_center;" text="bind:roomcd"/>
  1136. <Cell col="8" text="bind:color"/>
  1137. <Cell col="9" class="text_center;" text="bind:hngnm"/>
  1138. <Cell col="10" class="text_center;" text="bind:dispnm2"/>
  1139. <Cell col="11" class="text_center;" text="bind:pid"/>
  1140. <Cell col="12" class="text_center;" text="bind:sa"/>
  1141. <Cell col="13" class="text_center;" text="bind:hd"/>
  1142. <Cell col="14" class="text_center;" text="bind:pod"/>
  1143. <Cell col="15" class="text_center;" text="bind:ad"/>
  1144. <Cell col="16" class="text_center;" text="bind:refer"/>
  1145. <Cell col="17" class="text_center;" text="bind:replstat"/>
  1146. <Cell col="18" text="bind:orddeptcd"/>
  1147. <Cell col="19" class="text_center;" text="bind:deptnm"/>
  1148. <Cell col="20" class="text_center;" text="bind:subdeptnm"/>
  1149. <Cell col="21" class="text_center;" text="bind:medispclnm"/>
  1150. <Cell col="22" text="bind:medispclid"/>
  1151. <Cell col="23" class="text_center;" text="bind:atdoctnm"/>
  1152. <Cell col="24" class="text_center;" text="bind:diagnm"/>
  1153. <Cell col="25" class="text_center;" text="bind:opnm"/>
  1154. <Cell col="26" text="bind:testrslt"/>
  1155. <Cell col="27" class="text_center;" text="bind:cnst"/>
  1156. <Cell col="28" text="bind:spclflag"/>
  1157. <Cell col="29" text="bind:dayregular"/>
  1158. <Cell col="30" class="text_center;" text="bind:lastprcpdd"/>
  1159. <Cell col="31" class="text_center;" text="bind:drgyn"/>
  1160. <Cell col="32" class="text_center;" text="bind:cpyn"/>
  1161. <Cell col="33" class="text_center;" text="bind:insukind"/>
  1162. <Cell col="34" class="text_center;" text="bind:dschnoti"/>
  1163. <Cell col="35" text="bind:conctypenm"/>
  1164. <Cell col="36" text="bind:transfer"/>
  1165. <Cell col="37" text="bind:coopteamcd"/>
  1166. <Cell col="38" text="bind:antidrugflag"/>
  1167. <Cell col="39" text="bind:preworkup"/>
  1168. <Cell col="40" text="bind:hsctpreday"/>
  1169. <Cell col="41" text="bind:transtype"/>
  1170. <Cell col="42" text="bind:hsctday"/>
  1171. <Cell col="43" text="bind:postcxday"/>
  1172. <Cell col="44" text="bind:specordtype"/>
  1173. <Cell col="45" text="bind:recsubjective"/>
  1174. <Cell col="46" text="bind:recaccess"/>
  1175. <Cell col="47" text="bind:recplan"/>
  1176. <Cell col="48" text="bind:disp1img"/>
  1177. <Cell col="49" text="bind:disp2img"/>
  1178. <Cell col="50" text="bind:disp3img"/>
  1179. <Cell col="51" text="bind:disp4img"/>
  1180. <Cell col="52" text="bind:prgweekcnt"/>
  1181. <Cell col="53" text="bind:recovwardnm"/>
  1182. <Cell col="54" text="bind:recnightduty"/>
  1183. <Cell col="55" text="bind:childlab"/>
  1184. </Band>
  1185. </Format>
  1186. </Formats>
  1187. </Grid>
  1188. </Layout>
  1189. </Layouts>
  1190. </Tabpage>
  1191. <Tabpage id="er" text="응급">
  1192. <Layouts>
  1193. <Layout>
  1194. <Grid id="grd_erpatlist_basic" taborder="1" useinputpanel="false" position="absolute 3 30 1127 97" anchor="left top right" binddataset="ds_basicEr" selecttype="multiarea">
  1195. <Formats>
  1196. <Format id="default">
  1197. <Columns>
  1198. <Column size="20"/>
  1199. <Column size="45"/>
  1200. <Column size="70"/>
  1201. <Column size="46"/>
  1202. <Column size="30"/>
  1203. <Column size="55"/>
  1204. <Column size="45"/>
  1205. <Column size="50"/>
  1206. <Column size="30"/>
  1207. <Column size="65"/>
  1208. <Column size="35"/>
  1209. <Column size="35"/>
  1210. <Column size="0"/>
  1211. <Column size="0"/>
  1212. <Column size="100"/>
  1213. <Column size="45"/>
  1214. <Column size="80"/>
  1215. <Column size="55"/>
  1216. <Column size="55"/>
  1217. <Column size="80"/>
  1218. <Column size="0"/>
  1219. <Column size="55"/>
  1220. <Column size="0"/>
  1221. <Column size="145"/>
  1222. <Column size="145"/>
  1223. <Column size="47"/>
  1224. <Column size="112"/>
  1225. <Column size="100"/>
  1226. <Column size="104"/>
  1227. <Column size="65"/>
  1228. <Column size="65"/>
  1229. <Column size="70"/>
  1230. <Column size="67"/>
  1231. <Column size="80"/>
  1232. <Column size="0"/>
  1233. <Column size="50"/>
  1234. <Column size="0"/>
  1235. <Column size="0"/>
  1236. <Column size="0"/>
  1237. <Column size="0"/>
  1238. <Column size="0"/>
  1239. <Column size="0"/>
  1240. <Column size="0"/>
  1241. <Column size="0"/>
  1242. <Column size="0"/>
  1243. <Column size="0"/>
  1244. <Column size="0"/>
  1245. <Column size="0"/>
  1246. <Column size="0"/>
  1247. <Column size="0"/>
  1248. <Column size="0"/>
  1249. <Column size="0"/>
  1250. <Column size="0"/>
  1251. <Column size="0"/>
  1252. </Columns>
  1253. <Rows>
  1254. <Row size="24" band="head"/>
  1255. <Row size="24"/>
  1256. </Rows>
  1257. <Band id="head">
  1258. <Cell/>
  1259. <Cell col="1" text="혈액형"/>
  1260. <Cell col="2" text="질병군분류"/>
  1261. <Cell col="3" text="BED"/>
  1262. <Cell col="4" text="특이"/>
  1263. <Cell col="5" text="의사결정"/>
  1264. <Cell col="6" text="입원장"/>
  1265. <Cell col="7" text="배정병실"/>
  1266. <Cell col="8" text="상태"/>
  1267. <Cell col="9" text="등록번호"/>
  1268. <Cell col="10" text="중증"/>
  1269. <Cell col="11" text="Triage"/>
  1270. <Cell col="12" text="성명"/>
  1271. <Cell col="13" text="KTAS"/>
  1272. <Cell col="14" text="환자명"/>
  1273. <Cell col="15" text="S/A"/>
  1274. <Cell col="16" text="진료과"/>
  1275. <Cell col="17" text="담당교수"/>
  1276. <Cell col="18" text="담당의"/>
  1277. <Cell col="19" text="호출진료과"/>
  1278. <Cell col="20" text="진료과코드"/>
  1279. <Cell col="21" text="호출의사"/>
  1280. <Cell col="22" text="의사번호"/>
  1281. <Cell col="23" text="진단명"/>
  1282. <Cell col="24" text="주호소"/>
  1283. <Cell col="25" text="병실"/>
  1284. <Cell col="26" text="Remark"/>
  1285. <Cell col="27" text="Remark2"/>
  1286. <Cell col="28" text="내원일시"/>
  1287. <Cell col="29" text="인턴1"/>
  1288. <Cell col="30" text="인턴2"/>
  1289. <Cell col="31" text="Call Time"/>
  1290. <Cell col="32" text="Visit Time"/>
  1291. <Cell col="33" text="체류시간"/>
  1292. <Cell col="34" text="선택진료여부"/>
  1293. <Cell col="35" text="DRG"/>
  1294. <Cell col="36" text="indd"/>
  1295. <Cell col="37" text="cretno"/>
  1296. <Cell col="38" text="orddeptcd"/>
  1297. <Cell col="39" text="visitno"/>
  1298. <Cell col="40" text="rrgstno1"/>
  1299. <Cell col="41" text="color"/>
  1300. <Cell col="42" text="adrvcolor"/>
  1301. <Cell col="43" text="recovwardcd"/>
  1302. <Cell col="44" text="actsymp"/>
  1303. <Cell col="45" text="dschdclrtyn"/>
  1304. <Cell col="46" text="tmcolorm"/>
  1305. <Cell col="47" text="staytime"/>
  1306. <Cell col="48" text="prcpcolor"/>
  1307. <Cell col="49" text="혈액"/>
  1308. <Cell col="50" text="접촉"/>
  1309. <Cell col="51" text="공기"/>
  1310. <Cell col="52" text="비말"/>
  1311. <Cell col="53" text="재내원"/>
  1312. </Band>
  1313. <Band id="body">
  1314. <Cell celltype="head" text="expr:currow + 1"/>
  1315. <Cell col="1" text="bind:btype"/>
  1316. <Cell col="2" text="bind:drginfo"/>
  1317. <Cell col="3" text="bind:bed"/>
  1318. <Cell col="4" text="bind:spclflag"/>
  1319. <Cell col="5" text="bind:adflag"/>
  1320. <Cell col="6" text="bind:adrvflag"/>
  1321. <Cell col="7" style="align:center middle;" text="bind:assgroom"/>
  1322. <Cell col="8" text="bind:patstat"/>
  1323. <Cell col="9" text="bind:pid"/>
  1324. <Cell col="10" text="bind:recovwardnm"/>
  1325. <Cell col="11" text="bind:serdiagflag"/>
  1326. <Cell col="12" text="bind:hngnm"/>
  1327. <Cell col="13" text="bind:serdiagflag2"/>
  1328. <Cell col="14" text="bind:dispnm2"/>
  1329. <Cell col="15" text="bind:sa"/>
  1330. <Cell col="16" text="bind:ordindeptnm"/>
  1331. <Cell col="17" text="bind:medispclnm"/>
  1332. <Cell col="18" text="bind:atdoctnm"/>
  1333. <Cell col="19" text="bind:orddeptnm"/>
  1334. <Cell col="20" text="bind:erorddeptcd"/>
  1335. <Cell col="21" text="bind:orddoctnm"/>
  1336. <Cell col="22" text="bind:orddoctid"/>
  1337. <Cell col="23" text="bind:diagnm"/>
  1338. <Cell col="24" text="bind:mainsynom"/>
  1339. <Cell col="25" text="bind:roomcd"/>
  1340. <Cell col="26" text="bind:remark1"/>
  1341. <Cell col="27" text="bind:remark2"/>
  1342. <Cell col="28" text="bind:chosdd"/>
  1343. <Cell col="29" text="bind:internnm1"/>
  1344. <Cell col="30" text="bind:internnm2"/>
  1345. <Cell col="31" text="bind:calltm"/>
  1346. <Cell col="32" text="bind:visttm"/>
  1347. <Cell col="33" text="bind:staytm"/>
  1348. <Cell col="34" text="bind:specordtype"/>
  1349. <Cell col="35" text="bind:drgyn"/>
  1350. <Cell col="36" text="bind:indd"/>
  1351. <Cell col="37" text="bind:cretno"/>
  1352. <Cell col="38" text="bind:orddeptcd"/>
  1353. <Cell col="39" text="bind:visitno"/>
  1354. <Cell col="40" text="bind:rrgstno1"/>
  1355. <Cell col="41" text="bind:color"/>
  1356. <Cell col="42" text="bind:adrvcolor"/>
  1357. <Cell col="43" text="bind:recovwardcd"/>
  1358. <Cell col="44" text="bind:actsymp"/>
  1359. <Cell col="45" text="bind:dschdclrtyn"/>
  1360. <Cell col="46" text="bind:tmcolor"/>
  1361. <Cell col="47" text="bind:staytime"/>
  1362. <Cell col="48" text="bind:prcpcolor"/>
  1363. <Cell col="49" text="bind:disp1img"/>
  1364. <Cell col="50" text="bind:disp2img"/>
  1365. <Cell col="51" text="bind:disp3img"/>
  1366. <Cell col="52" text="bind:disp4img"/>
  1367. <Cell col="53" text="bind:revisit"/>
  1368. </Band>
  1369. </Format>
  1370. </Formats>
  1371. </Grid>
  1372. <Grid id="grd_erpatlist" taborder="2" useinputpanel="false" position="absolute 3 132 1127 199" anchor="left top right" binddataset="ds_AllEr" selecttype="multiarea" onrbuttondown="Tab00_grd_onrbuttondown" selectbandtype="default" ondrag="Tab00_grd_ondrag" ondragmove="Tab00_grd_ondragmove" cellsizingtype="col">
  1373. <Formats>
  1374. <Format id="default">
  1375. <Columns>
  1376. <Column size="20"/>
  1377. <Column size="45"/>
  1378. <Column size="70"/>
  1379. <Column size="46"/>
  1380. <Column size="30"/>
  1381. <Column size="55"/>
  1382. <Column size="45"/>
  1383. <Column size="50"/>
  1384. <Column size="30"/>
  1385. <Column size="65"/>
  1386. <Column size="35"/>
  1387. <Column size="35"/>
  1388. <Column size="0"/>
  1389. <Column size="40"/>
  1390. <Column size="100"/>
  1391. <Column size="45"/>
  1392. <Column size="80"/>
  1393. <Column size="55"/>
  1394. <Column size="55"/>
  1395. <Column size="80"/>
  1396. <Column size="0"/>
  1397. <Column size="55"/>
  1398. <Column size="0"/>
  1399. <Column size="145"/>
  1400. <Column size="145"/>
  1401. <Column size="47"/>
  1402. <Column size="112"/>
  1403. <Column size="100"/>
  1404. <Column size="104"/>
  1405. <Column size="65"/>
  1406. <Column size="65"/>
  1407. <Column size="70"/>
  1408. <Column size="67"/>
  1409. <Column size="80"/>
  1410. <Column size="100"/>
  1411. <Column size="50"/>
  1412. <Column size="0"/>
  1413. <Column size="0"/>
  1414. <Column size="0"/>
  1415. <Column size="0"/>
  1416. <Column size="0"/>
  1417. <Column size="0"/>
  1418. <Column size="0"/>
  1419. <Column size="0"/>
  1420. <Column size="0"/>
  1421. <Column size="0"/>
  1422. <Column size="0"/>
  1423. <Column size="0"/>
  1424. <Column size="0"/>
  1425. <Column size="25"/>
  1426. <Column size="25"/>
  1427. <Column size="25"/>
  1428. <Column size="25"/>
  1429. <Column size="40"/>
  1430. <Column size="30"/>
  1431. <Column size="40"/>
  1432. </Columns>
  1433. <Rows>
  1434. <Row size="24" band="head"/>
  1435. <Row size="24"/>
  1436. </Rows>
  1437. <Band id="head">
  1438. <Cell/>
  1439. <Cell col="1" text="혈액형"/>
  1440. <Cell col="2" text="질병군분류"/>
  1441. <Cell col="3" text="BED"/>
  1442. <Cell col="4" text="특이"/>
  1443. <Cell col="5" text="의사결정"/>
  1444. <Cell col="6" text="입원장"/>
  1445. <Cell col="7" text="배정병실"/>
  1446. <Cell col="8" text="상태"/>
  1447. <Cell col="9" text="등록번호"/>
  1448. <Cell col="10" text="중증"/>
  1449. <Cell col="11" text="Triage"/>
  1450. <Cell col="12" text="성명"/>
  1451. <Cell col="13" text="KTAS"/>
  1452. <Cell col="14" text="환자명"/>
  1453. <Cell col="15" text="S/A"/>
  1454. <Cell col="16" text="진료과"/>
  1455. <Cell col="17" text="담당교수"/>
  1456. <Cell col="18" text="담당의"/>
  1457. <Cell col="19" text="호출진료과"/>
  1458. <Cell col="20" text="진료과코드"/>
  1459. <Cell col="21" text="호출의사"/>
  1460. <Cell col="22" text="의사번호"/>
  1461. <Cell col="23" text="진단명"/>
  1462. <Cell col="24" text="주호소"/>
  1463. <Cell col="25" text="병실"/>
  1464. <Cell col="26" text="Remark"/>
  1465. <Cell col="27" text="Remark2"/>
  1466. <Cell col="28" text="내원일시"/>
  1467. <Cell col="29" text="인턴1"/>
  1468. <Cell col="30" text="인턴2"/>
  1469. <Cell col="31" text="Call Time"/>
  1470. <Cell col="32" text="Visit Time"/>
  1471. <Cell col="33" text="체류시간"/>
  1472. <Cell col="34" text="선택진료여부"/>
  1473. <Cell col="35" text="DRG"/>
  1474. <Cell col="36" text="indd"/>
  1475. <Cell col="37" text="cretno"/>
  1476. <Cell col="38" text="orddeptcd"/>
  1477. <Cell col="39" text="visitno"/>
  1478. <Cell col="40" text="rrgstno1"/>
  1479. <Cell col="41" text="color"/>
  1480. <Cell col="42" text="adrvcolor"/>
  1481. <Cell col="43" text="recovwardcd"/>
  1482. <Cell col="44" text="actsymp"/>
  1483. <Cell col="45" text="dschdclrtyn"/>
  1484. <Cell col="46" text="tmcolorm"/>
  1485. <Cell col="47" text="staytime"/>
  1486. <Cell col="48" text="prcpcolor"/>
  1487. <Cell col="49" text="혈액"/>
  1488. <Cell col="50" text="접촉"/>
  1489. <Cell col="51" text="공기"/>
  1490. <Cell col="52" text="비말"/>
  1491. <Cell col="53" text="재내원"/>
  1492. <Cell col="54" text="호출"/>
  1493. <Cell col="55" text="COVID"/>
  1494. </Band>
  1495. <Band id="body">
  1496. <Cell celltype="head" text="expr:currow + 1"/>
  1497. <Cell col="1" text="bind:btype"/>
  1498. <Cell col="2" text="bind:drginfo"/>
  1499. <Cell col="3" text="bind:bed"/>
  1500. <Cell col="4" text="bind:spclflag"/>
  1501. <Cell col="5" text="bind:adflag"/>
  1502. <Cell col="6" text="bind:adrvflag"/>
  1503. <Cell col="7" style="align:center middle;" text="bind:assgroom"/>
  1504. <Cell col="8" text="bind:patstat"/>
  1505. <Cell col="9" text="bind:pid"/>
  1506. <Cell col="10" text="bind:recovwardnm"/>
  1507. <Cell col="11" text="bind:serdiagflag"/>
  1508. <Cell col="12" text="bind:hngnm"/>
  1509. <Cell col="13" text="bind:serdiagflag2"/>
  1510. <Cell col="14" text="bind:dispnm2"/>
  1511. <Cell col="15" text="bind:sa"/>
  1512. <Cell col="16" text="bind:ordindeptnm"/>
  1513. <Cell col="17" text="bind:medispclnm"/>
  1514. <Cell col="18" text="bind:atdoctnm"/>
  1515. <Cell col="19" text="bind:orddeptnm"/>
  1516. <Cell col="20" text="bind:erorddeptcd"/>
  1517. <Cell col="21" text="bind:orddoctnm"/>
  1518. <Cell col="22" text="bind:orddoctid"/>
  1519. <Cell col="23" text="bind:diagnm"/>
  1520. <Cell col="24" text="bind:mainsynom"/>
  1521. <Cell col="25" text="bind:roomcd"/>
  1522. <Cell col="26" text="bind:remark1"/>
  1523. <Cell col="27" text="bind:remark2"/>
  1524. <Cell col="28" text="bind:chosdd"/>
  1525. <Cell col="29" text="bind:internnm1"/>
  1526. <Cell col="30" text="bind:internnm2"/>
  1527. <Cell col="31" text="bind:calltm"/>
  1528. <Cell col="32" text="bind:visttm"/>
  1529. <Cell col="33" text="bind:staytm"/>
  1530. <Cell col="34" text="bind:specordtype"/>
  1531. <Cell col="35" text="bind:drgyn"/>
  1532. <Cell col="36" text="bind:indd"/>
  1533. <Cell col="37" text="bind:cretno"/>
  1534. <Cell col="38" text="bind:orddeptcd"/>
  1535. <Cell col="39" text="bind:visitno"/>
  1536. <Cell col="40" text="bind:rrgstno1"/>
  1537. <Cell col="41" text="bind:color"/>
  1538. <Cell col="42" text="bind:adrvcolor"/>
  1539. <Cell col="43" text="bind:recovwardcd"/>
  1540. <Cell col="44" text="bind:actsymp"/>
  1541. <Cell col="45" text="bind:dschdclrtyn"/>
  1542. <Cell col="46" text="bind:tmcolor"/>
  1543. <Cell col="47" text="bind:staytime"/>
  1544. <Cell col="48" text="bind:prcpcolor"/>
  1545. <Cell col="49" text="bind:disp1img"/>
  1546. <Cell col="50" text="bind:disp2img"/>
  1547. <Cell col="51" text="bind:disp3img"/>
  1548. <Cell col="52" text="bind:disp4img"/>
  1549. <Cell col="53" text="bind:revisit"/>
  1550. <Cell col="54" text="bind:ercallstatus"/>
  1551. <Cell col="55" text="bind:covidlis"/>
  1552. </Band>
  1553. </Format>
  1554. </Formats>
  1555. </Grid>
  1556. <Grid id="grd_erpatlist_resize" taborder="3" useinputpanel="false" position="absolute 3 234 1127 301" anchor="left top right" binddataset="ds_ResizeEr" selecttype="multiarea" onrbuttondown="Tab00_grd_resize_onrbuttondown" cellmovingtype="col" cellsizingtype="col" dragscrolltype="both" ondrop="Tab00_grd_resize_ondrop" ondragmove="Tab00_grd_resize_ondragmove">
  1557. <Formats>
  1558. <Format id="default">
  1559. <Columns>
  1560. <Column size="20"/>
  1561. <Column size="45"/>
  1562. <Column size="70"/>
  1563. <Column size="46"/>
  1564. <Column size="30"/>
  1565. <Column size="55"/>
  1566. <Column size="45"/>
  1567. <Column size="30"/>
  1568. <Column size="65"/>
  1569. <Column size="35"/>
  1570. <Column size="35"/>
  1571. <Column size="0"/>
  1572. <Column size="0"/>
  1573. <Column size="100"/>
  1574. <Column size="45"/>
  1575. <Column size="80"/>
  1576. <Column size="55"/>
  1577. <Column size="55"/>
  1578. <Column size="80"/>
  1579. <Column size="0"/>
  1580. <Column size="55"/>
  1581. <Column size="0"/>
  1582. <Column size="145"/>
  1583. <Column size="145"/>
  1584. <Column size="47"/>
  1585. <Column size="112"/>
  1586. <Column size="100"/>
  1587. <Column size="104"/>
  1588. <Column size="65"/>
  1589. <Column size="65"/>
  1590. <Column size="70"/>
  1591. <Column size="67"/>
  1592. <Column size="80"/>
  1593. <Column size="100"/>
  1594. <Column size="50"/>
  1595. <Column size="0"/>
  1596. <Column size="0"/>
  1597. <Column size="0"/>
  1598. <Column size="0"/>
  1599. <Column size="0"/>
  1600. <Column size="0"/>
  1601. <Column size="0"/>
  1602. <Column size="0"/>
  1603. <Column size="0"/>
  1604. <Column size="0"/>
  1605. <Column size="0"/>
  1606. <Column size="0"/>
  1607. <Column size="0"/>
  1608. <Column size="0"/>
  1609. <Column size="0"/>
  1610. <Column size="0"/>
  1611. <Column size="0"/>
  1612. <Column size="0"/>
  1613. <Column size="50"/>
  1614. <Column size="30"/>
  1615. <Column size="40"/>
  1616. </Columns>
  1617. <Rows>
  1618. <Row size="24" band="head"/>
  1619. <Row size="24"/>
  1620. </Rows>
  1621. <Band id="head">
  1622. <Cell/>
  1623. <Cell col="1" text="혈액형"/>
  1624. <Cell col="2" text="질병군분류"/>
  1625. <Cell col="3" text="BED"/>
  1626. <Cell col="4" text="특이"/>
  1627. <Cell col="5" text="의사결정"/>
  1628. <Cell col="6" text="입원장"/>
  1629. <Cell col="7" text="상태"/>
  1630. <Cell col="8" text="등록번호"/>
  1631. <Cell col="9" text="중증"/>
  1632. <Cell col="10" text="Triage"/>
  1633. <Cell col="11" text="성명"/>
  1634. <Cell col="12" text="KTAS"/>
  1635. <Cell col="13" text="환자명"/>
  1636. <Cell col="14" text="S/A"/>
  1637. <Cell col="15" text="진료과"/>
  1638. <Cell col="16" text="담당교수"/>
  1639. <Cell col="17" text="담당의"/>
  1640. <Cell col="18" text="호출진료과"/>
  1641. <Cell col="19" text="진료과코드"/>
  1642. <Cell col="20" text="호출의사"/>
  1643. <Cell col="21" text="의사번호"/>
  1644. <Cell col="22" text="진단명"/>
  1645. <Cell col="23" text="주호소"/>
  1646. <Cell col="24" text="병실"/>
  1647. <Cell col="25" text="Remark"/>
  1648. <Cell col="26" text="Remark2"/>
  1649. <Cell col="27" text="내원일시"/>
  1650. <Cell col="28" text="인턴1"/>
  1651. <Cell col="29" text="인턴2"/>
  1652. <Cell col="30" text="Call Time"/>
  1653. <Cell col="31" text="Visit Time"/>
  1654. <Cell col="32" text="체류시간"/>
  1655. <Cell col="33" text="선택진료여부"/>
  1656. <Cell col="34" text="DRG"/>
  1657. <Cell col="35" text="indd"/>
  1658. <Cell col="36" text="cretno"/>
  1659. <Cell col="37" text="orddeptcd"/>
  1660. <Cell col="38" text="visitno"/>
  1661. <Cell col="39" text="rrgstno1"/>
  1662. <Cell col="40" text="color"/>
  1663. <Cell col="41" text="adrvcolor"/>
  1664. <Cell col="42" text="recovwardcd"/>
  1665. <Cell col="43" text="actsymp"/>
  1666. <Cell col="44" text="dschdclrtyn"/>
  1667. <Cell col="45" text="tmcolorm"/>
  1668. <Cell col="46" text="staytime"/>
  1669. <Cell col="47" text="prcpcolor"/>
  1670. <Cell col="48" text="혈액"/>
  1671. <Cell col="49" text="접촉"/>
  1672. <Cell col="50" text="공기"/>
  1673. <Cell col="51" text="비말"/>
  1674. <Cell col="52" text="재내원"/>
  1675. <Cell col="53" text="배정병실"/>
  1676. <Cell col="54" text="호출"/>
  1677. <Cell col="55" text="COVID"/>
  1678. </Band>
  1679. <Band id="body">
  1680. <Cell celltype="head" text="expr:currow + 1"/>
  1681. <Cell col="1" text="bind:btype"/>
  1682. <Cell col="2" text="bind:drginfo"/>
  1683. <Cell col="3" text="bind:bed"/>
  1684. <Cell col="4" text="bind:spclflag"/>
  1685. <Cell col="5" text="bind:adflag"/>
  1686. <Cell col="6" text="bind:adrvflag"/>
  1687. <Cell col="7" text="bind:patstat"/>
  1688. <Cell col="8" text="bind:pid"/>
  1689. <Cell col="9" text="bind:recovwardnm"/>
  1690. <Cell col="10" text="bind:serdiagflag"/>
  1691. <Cell col="11" text="bind:hngnm"/>
  1692. <Cell col="12" text="bind:serdiagflag2"/>
  1693. <Cell col="13" text="bind:dispnm2"/>
  1694. <Cell col="14" text="bind:sa"/>
  1695. <Cell col="15" text="bind:ordindeptnm"/>
  1696. <Cell col="16" text="bind:medispclnm"/>
  1697. <Cell col="17" text="bind:atdoctnm"/>
  1698. <Cell col="18" text="bind:orddeptnm"/>
  1699. <Cell col="19" text="bind:erorddeptcd"/>
  1700. <Cell col="20" text="bind:orddoctnm"/>
  1701. <Cell col="21" text="bind:orddoctid"/>
  1702. <Cell col="22" text="bind:diagnm"/>
  1703. <Cell col="23" text="bind:mainsynom"/>
  1704. <Cell col="24" text="bind:roomcd"/>
  1705. <Cell col="25" text="bind:remark1"/>
  1706. <Cell col="26" text="bind:remark2"/>
  1707. <Cell col="27" text="bind:chosdd"/>
  1708. <Cell col="28" text="bind:internnm1"/>
  1709. <Cell col="29" text="bind:internnm2"/>
  1710. <Cell col="30" text="bind:calltm"/>
  1711. <Cell col="31" text="bind:visttm"/>
  1712. <Cell col="32" text="bind:staytm"/>
  1713. <Cell col="33" text="bind:specordtype"/>
  1714. <Cell col="34" text="bind:drgyn"/>
  1715. <Cell col="35" text="bind:indd"/>
  1716. <Cell col="36" text="bind:cretno"/>
  1717. <Cell col="37" text="bind:orddeptcd"/>
  1718. <Cell col="38" text="bind:visitno"/>
  1719. <Cell col="39" text="bind:rrgstno1"/>
  1720. <Cell col="40" text="bind:color"/>
  1721. <Cell col="41" text="bind:adrvcolor"/>
  1722. <Cell col="42" text="bind:recovwardcd"/>
  1723. <Cell col="43" text="bind:actsymp"/>
  1724. <Cell col="44" text="bind:dschdclrtyn"/>
  1725. <Cell col="45" text="bind:tmcolor"/>
  1726. <Cell col="46" text="bind:staytime"/>
  1727. <Cell col="47" text="bind:prcpcolor"/>
  1728. <Cell col="48" text="bind:disp1img"/>
  1729. <Cell col="49" text="bind:disp2img"/>
  1730. <Cell col="50" text="bind:disp3img"/>
  1731. <Cell col="51" text="bind:disp4img"/>
  1732. <Cell col="52" text="bind:revisit"/>
  1733. <Cell col="53" style="align:center middle;" text="bind:assgroom"/>
  1734. <Cell col="54" text="bind:ercallstatus"/>
  1735. <Cell col="55" text="bind:covidlis"/>
  1736. </Band>
  1737. </Format>
  1738. </Formats>
  1739. </Grid>
  1740. </Layout>
  1741. </Layouts>
  1742. </Tabpage>
  1743. <Tabpage id="op" text="수술">
  1744. <Layouts>
  1745. <Layout width="1129" height="305">
  1746. <Grid id="grd_oppatlist_basic" taborder="1" useinputpanel="false" position="absolute 3 30 1127 97" anchor="left top right" binddataset="ds_basicOp" selecttype="multiarea">
  1747. <Formats>
  1748. <Format id="default">
  1749. <Columns>
  1750. <Column size="20"/>
  1751. <Column size="45"/>
  1752. <Column size="70"/>
  1753. <Column size="49"/>
  1754. <Column size="70"/>
  1755. <Column size="55"/>
  1756. <Column size="55"/>
  1757. <Column size="55"/>
  1758. <Column size="55"/>
  1759. <Column size="80"/>
  1760. <Column size="80"/>
  1761. <Column size="65"/>
  1762. <Column size="0"/>
  1763. <Column size="100"/>
  1764. <Column size="45"/>
  1765. <Column size="120"/>
  1766. <Column size="100"/>
  1767. <Column size="50"/>
  1768. <Column size="40"/>
  1769. <Column size="50"/>
  1770. <Column size="60"/>
  1771. <Column size="55"/>
  1772. <Column size="67"/>
  1773. <Column size="55"/>
  1774. <Column size="0"/>
  1775. <Column size="80"/>
  1776. <Column size="40"/>
  1777. <Column size="75"/>
  1778. <Column size="0"/>
  1779. <Column size="0"/>
  1780. <Column size="0"/>
  1781. <Column size="0"/>
  1782. <Column size="0"/>
  1783. <Column size="0"/>
  1784. <Column size="50"/>
  1785. <Column size="50"/>
  1786. <Column size="50"/>
  1787. <Column size="0"/>
  1788. <Column size="0"/>
  1789. <Column size="0"/>
  1790. <Column size="0"/>
  1791. <Column size="0"/>
  1792. <Column size="0"/>
  1793. <Column size="0"/>
  1794. <Column size="0"/>
  1795. <Column size="0"/>
  1796. <Column size="0"/>
  1797. <Column size="0"/>
  1798. <Column size="0"/>
  1799. <Column size="0"/>
  1800. </Columns>
  1801. <Rows>
  1802. <Row size="24" band="head"/>
  1803. <Row size="24"/>
  1804. </Rows>
  1805. <Band id="head">
  1806. <Cell/>
  1807. <Cell col="1" text="혈액형"/>
  1808. <Cell col="2" text="질병군분류"/>
  1809. <Cell col="3" text="상태"/>
  1810. <Cell col="4" text="수술방"/>
  1811. <Cell col="5" text="입실"/>
  1812. <Cell col="6" text="시작시간"/>
  1813. <Cell col="7" text="종료시간"/>
  1814. <Cell col="8" text="소요시간"/>
  1815. <Cell col="9" text="진료과"/>
  1816. <Cell col="10" text="집도과"/>
  1817. <Cell col="11" text="등록번호"/>
  1818. <Cell col="12" text="성명"/>
  1819. <Cell col="13" text="환자명"/>
  1820. <Cell col="14" text="S/A"/>
  1821. <Cell col="15" text="수술명"/>
  1822. <Cell col="16" text="진단명"/>
  1823. <Cell col="17" text="병실"/>
  1824. <Cell col="18" text="CP"/>
  1825. <Cell col="19" text="DRG"/>
  1826. <Cell col="20" text="마취종류"/>
  1827. <Cell col="21" text="마취의"/>
  1828. <Cell col="22" text="환자상태"/>
  1829. <Cell col="23" text="집도의"/>
  1830. <Cell col="24" text="대기시간"/>
  1831. <Cell col="25" text="관심"/>
  1832. <Cell col="26" text="특이"/>
  1833. <Cell col="27" text="PreWork Up"/>
  1834. <Cell col="28" text="BMT예정일"/>
  1835. <Cell col="29" text="이식형태"/>
  1836. <Cell col="30" text="BMT day"/>
  1837. <Cell col="31" text="instcd"/>
  1838. <Cell col="32" text="Post Cx Day"/>
  1839. <Cell col="33" text="선택진료여부"/>
  1840. <Cell col="34" text="PCA"/>
  1841. <Cell col="35" text="키"/>
  1842. <Cell col="36" text="몸무게"/>
  1843. <Cell col="37" text="무통마취여부"/>
  1844. <Cell col="38" text="퇴실"/>
  1845. <Cell col="39" text="oprsrvno"/>
  1846. <Cell col="40" text="ophistno"/>
  1847. <Cell col="41" text="opcnfmdd"/>
  1848. <Cell col="42" text="perfdeptcd"/>
  1849. <Cell col="43" text="perfdrid"/>
  1850. <Cell col="44" text="c-line"/>
  1851. <Cell col="45" text="외상"/>
  1852. <Cell col="46" text="혈액"/>
  1853. <Cell col="47" text="접촉"/>
  1854. <Cell col="48" text="공기"/>
  1855. <Cell col="49" text="비말"/>
  1856. </Band>
  1857. <Band id="body">
  1858. <Cell celltype="head" text="expr:currow + 1"/>
  1859. <Cell col="1" text="bind:btype"/>
  1860. <Cell col="2" text="bind:drginfo"/>
  1861. <Cell col="3" text="bind:ioflag"/>
  1862. <Cell col="4" text="bind:oproomnm"/>
  1863. <Cell col="5" text="bind:patinroomdt"/>
  1864. <Cell col="6" text="bind:opfromtmcd"/>
  1865. <Cell col="7" text="bind:opendtmcd"/>
  1866. <Cell col="8" text="bind:opusetm"/>
  1867. <Cell col="9" text="bind:orddeptcd"/>
  1868. <Cell col="10" text="bind:perfdeptnm"/>
  1869. <Cell col="11" text="bind:pid"/>
  1870. <Cell col="12" text="bind:hngnm"/>
  1871. <Cell col="13" text="bind:dispnm2"/>
  1872. <Cell col="14" text="bind:sa"/>
  1873. <Cell col="15" text="bind:opnm"/>
  1874. <Cell col="16" text="bind:diagnm"/>
  1875. <Cell col="17" text="bind:roomcd"/>
  1876. <Cell col="18" text="bind:cpflag"/>
  1877. <Cell col="19" text="bind:drgyn"/>
  1878. <Cell col="20" text="bind:anstreqflag"/>
  1879. <Cell col="21" text="bind:anstdrnm"/>
  1880. <Cell col="22" text="bind:opstatcd"/>
  1881. <Cell col="23" text="bind:perfdrnm"/>
  1882. <Cell col="24" text="bind:waittime"/>
  1883. <Cell col="25" text="bind:conctypenm"/>
  1884. <Cell col="26" text="bind:spclflag"/>
  1885. <Cell col="27" text="bind:preworkup"/>
  1886. <Cell col="28" text="bind:hsctpreday"/>
  1887. <Cell col="29" text="bind:trsntype"/>
  1888. <Cell col="30" text="bind:hsctday"/>
  1889. <Cell col="31" text="bind:instcd"/>
  1890. <Cell col="32" text="bind:postcxday"/>
  1891. <Cell col="33" text="bind:specordtype"/>
  1892. <Cell col="34" text="bind:pcaflag"/>
  1893. <Cell col="35" text="bind:height"/>
  1894. <Cell col="36" text="bind:weight"/>
  1895. <Cell col="37" text="bind:painlessflag"/>
  1896. <Cell col="38" text="bind:patoutroomdt"/>
  1897. <Cell col="39" text="bind:oprsrvno"/>
  1898. <Cell col="40" text="bind:ophistno"/>
  1899. <Cell col="41" text="bind:opcnfmdd"/>
  1900. <Cell col="42" text="bind:perfdeptcd"/>
  1901. <Cell col="43" text="bind:perfdrid"/>
  1902. <Cell col="44" text="bind:veininfo"/>
  1903. <Cell col="45" text="bind:trpatyn"/>
  1904. <Cell col="46" text="bind:disp1img"/>
  1905. <Cell col="47" text="bind:disp2img"/>
  1906. <Cell col="48" text="bind:disp3img"/>
  1907. <Cell col="49" text="bind:disp4img"/>
  1908. </Band>
  1909. </Format>
  1910. </Formats>
  1911. </Grid>
  1912. <Grid id="grd_oppatlist" taborder="2" useinputpanel="false" position="absolute 3 132 1127 199" anchor="left top right" binddataset="ds_AllOp" selecttype="multiarea" onrbuttondown="Tab00_grd_onrbuttondown" selectbandtype="default" ondrag="Tab00_grd_ondrag" ondragmove="Tab00_grd_ondragmove" cellsizingtype="col">
  1913. <Formats>
  1914. <Format id="default">
  1915. <Columns>
  1916. <Column size="20"/>
  1917. <Column size="45"/>
  1918. <Column size="70"/>
  1919. <Column size="49"/>
  1920. <Column size="70"/>
  1921. <Column size="55"/>
  1922. <Column size="55"/>
  1923. <Column size="55"/>
  1924. <Column size="55"/>
  1925. <Column size="80"/>
  1926. <Column size="80"/>
  1927. <Column size="65"/>
  1928. <Column size="0"/>
  1929. <Column size="100"/>
  1930. <Column size="45"/>
  1931. <Column size="120"/>
  1932. <Column size="100"/>
  1933. <Column size="50"/>
  1934. <Column size="40"/>
  1935. <Column size="50"/>
  1936. <Column size="60"/>
  1937. <Column size="55"/>
  1938. <Column size="67"/>
  1939. <Column size="55"/>
  1940. <Column size="0"/>
  1941. <Column size="80"/>
  1942. <Column size="40"/>
  1943. <Column size="75"/>
  1944. <Column size="0"/>
  1945. <Column size="0"/>
  1946. <Column size="0"/>
  1947. <Column size="0"/>
  1948. <Column size="0"/>
  1949. <Column size="100"/>
  1950. <Column size="50"/>
  1951. <Column size="50"/>
  1952. <Column size="50"/>
  1953. <Column size="0"/>
  1954. <Column size="0"/>
  1955. <Column size="0"/>
  1956. <Column size="0"/>
  1957. <Column size="0"/>
  1958. <Column size="0"/>
  1959. <Column size="100"/>
  1960. <Column size="60"/>
  1961. <Column size="55"/>
  1962. <Column size="25"/>
  1963. <Column size="25"/>
  1964. <Column size="25"/>
  1965. <Column size="25"/>
  1966. <Column size="60"/>
  1967. <Column size="60"/>
  1968. <Column size="100"/>
  1969. <Column size="100"/>
  1970. <Column size="100"/>
  1971. </Columns>
  1972. <Rows>
  1973. <Row size="24" band="head"/>
  1974. <Row size="24"/>
  1975. </Rows>
  1976. <Band id="head">
  1977. <Cell/>
  1978. <Cell col="1" text="혈액형"/>
  1979. <Cell col="2" text="질병군분류"/>
  1980. <Cell col="3" text="상태"/>
  1981. <Cell col="4" text="수술방"/>
  1982. <Cell col="5" text="입실"/>
  1983. <Cell col="6" text="시작시간"/>
  1984. <Cell col="7" text="종료시간"/>
  1985. <Cell col="8" text="소요시간"/>
  1986. <Cell col="9" text="진료과"/>
  1987. <Cell col="10" text="집도과"/>
  1988. <Cell col="11" text="등록번호"/>
  1989. <Cell col="12" text="성명"/>
  1990. <Cell col="13" text="환자명"/>
  1991. <Cell col="14" text="S/A"/>
  1992. <Cell col="15" text="수술명"/>
  1993. <Cell col="16" text="진단명"/>
  1994. <Cell col="17" text="병실"/>
  1995. <Cell col="18" text="CP"/>
  1996. <Cell col="19" text="DRG"/>
  1997. <Cell col="20" text="마취종류"/>
  1998. <Cell col="21" text="마취의"/>
  1999. <Cell col="22" text="환자상태"/>
  2000. <Cell col="23" text="집도의"/>
  2001. <Cell col="24" text="대기시간"/>
  2002. <Cell col="25" text="관심"/>
  2003. <Cell col="26" text="특이"/>
  2004. <Cell col="27" text="PreWork Up"/>
  2005. <Cell col="28" text="BMT예정일"/>
  2006. <Cell col="29" text="이식형태"/>
  2007. <Cell col="30" text="BMT day"/>
  2008. <Cell col="31" text="instcd"/>
  2009. <Cell col="32" text="Post Cx Day"/>
  2010. <Cell col="33" text="선택진료여부"/>
  2011. <Cell col="34" text="PCA"/>
  2012. <Cell col="35" text="키"/>
  2013. <Cell col="36" text="몸무게"/>
  2014. <Cell col="37" text="무통마취여부"/>
  2015. <Cell col="38" text="oprsrvno"/>
  2016. <Cell col="39" text="ophistno"/>
  2017. <Cell col="40" text="opcnfmdd"/>
  2018. <Cell col="41" text="perfdeptcd"/>
  2019. <Cell col="42" text="perfdrid"/>
  2020. <Cell col="43" text="c-line"/>
  2021. <Cell col="44" text="외상"/>
  2022. <Cell col="45" text="퇴실"/>
  2023. <Cell col="46" text="혈액"/>
  2024. <Cell col="47" text="접촉"/>
  2025. <Cell col="48" text="공기"/>
  2026. <Cell col="49" text="비말"/>
  2027. <Cell col="50" text="환자분류1"/>
  2028. <Cell col="51" text="환자분류2"/>
  2029. <Cell col="52" text="마취 코멘트"/>
  2030. <Cell col="53" text="마취계획"/>
  2031. <Cell col="54" text="마취과전달사항"/>
  2032. </Band>
  2033. <Band id="body">
  2034. <Cell celltype="head" text="expr:currow + 1"/>
  2035. <Cell col="1" text="bind:btype"/>
  2036. <Cell col="2" text="bind:drginfo"/>
  2037. <Cell col="3" text="bind:ioflag"/>
  2038. <Cell col="4" text="bind:oproomnm"/>
  2039. <Cell col="5" text="bind:patinroomdt"/>
  2040. <Cell col="6" text="bind:opfromtmcd"/>
  2041. <Cell col="7" text="bind:opendtmcd"/>
  2042. <Cell col="8" text="bind:opusetm"/>
  2043. <Cell col="9" text="bind:orddeptcd"/>
  2044. <Cell col="10" text="bind:perfdeptnm"/>
  2045. <Cell col="11" text="bind:pid"/>
  2046. <Cell col="12" text="bind:hngnm"/>
  2047. <Cell col="13" text="bind:dispnm2"/>
  2048. <Cell col="14" text="bind:sa"/>
  2049. <Cell col="15" text="bind:opnm"/>
  2050. <Cell col="16" text="bind:diagnm"/>
  2051. <Cell col="17" text="bind:roomcd"/>
  2052. <Cell col="18" text="bind:cpflag"/>
  2053. <Cell col="19" text="bind:drgyn"/>
  2054. <Cell col="20" text="bind:anstreqflag"/>
  2055. <Cell col="21" text="bind:anstdrnm"/>
  2056. <Cell col="22" text="bind:opstatcd"/>
  2057. <Cell col="23" text="bind:perfdrnm"/>
  2058. <Cell col="24" text="bind:waittime"/>
  2059. <Cell col="25" text="bind:conctypenm"/>
  2060. <Cell col="26" text="bind:spclflag"/>
  2061. <Cell col="27" text="bind:preworkup"/>
  2062. <Cell col="28" text="bind:hsctpreday"/>
  2063. <Cell col="29" text="bind:trsntype"/>
  2064. <Cell col="30" text="bind:hsctday"/>
  2065. <Cell col="31" text="bind:instcd"/>
  2066. <Cell col="32" text="bind:postcxday"/>
  2067. <Cell col="33" text="bind:specordtype"/>
  2068. <Cell col="34" text="bind:pcaflag"/>
  2069. <Cell col="35" text="bind:height"/>
  2070. <Cell col="36" text="bind:weight"/>
  2071. <Cell col="37" text="bind:painlessflag"/>
  2072. <Cell col="38" text="bind:oprsrvno"/>
  2073. <Cell col="39" text="bind:ophistno"/>
  2074. <Cell col="40" text="bind:opcnfmdd"/>
  2075. <Cell col="41" text="bind:perfdeptcd"/>
  2076. <Cell col="42" text="bind:perfdrid"/>
  2077. <Cell col="43" style="align:center middle;" text="bind:veininfo"/>
  2078. <Cell col="44" style="align:center middle;" text="bind:trpatyn"/>
  2079. <Cell col="45" text="bind:patoutroomdt"/>
  2080. <Cell col="46" text="bind:disp1img"/>
  2081. <Cell col="47" text="bind:disp2img"/>
  2082. <Cell col="48" text="bind:disp3img"/>
  2083. <Cell col="49" text="bind:disp4img"/>
  2084. <Cell col="50" text="bind:anstclassify1"/>
  2085. <Cell col="51" text="bind:anstclassify2"/>
  2086. <Cell col="52" style="align:left top;" text="bind:anstcmt"/>
  2087. <Cell col="53" style="align:left top;" text="bind:anstplan"/>
  2088. <Cell col="54" style="align:left top;" text="bind:anstdelivefact"/>
  2089. </Band>
  2090. </Format>
  2091. </Formats>
  2092. </Grid>
  2093. <Grid id="grd_oppatlist_resize" taborder="3" useinputpanel="false" position="absolute 3 234 1127 301" anchor="left top right" binddataset="ds_ResizeOp" selecttype="multiarea" onrbuttondown="Tab00_grd_resize_onrbuttondown" cellmovingtype="col" cellsizingtype="col" dragscrolltype="both" ondrop="Tab00_grd_resize_ondrop" ondragmove="Tab00_grd_resize_ondragmove">
  2094. <Formats>
  2095. <Format id="default">
  2096. <Columns>
  2097. <Column size="20"/>
  2098. <Column size="45"/>
  2099. <Column size="70"/>
  2100. <Column size="49"/>
  2101. <Column size="70"/>
  2102. <Column size="55"/>
  2103. <Column size="55"/>
  2104. <Column size="55"/>
  2105. <Column size="55"/>
  2106. <Column size="80"/>
  2107. <Column size="80"/>
  2108. <Column size="65"/>
  2109. <Column size="0"/>
  2110. <Column size="100"/>
  2111. <Column size="45"/>
  2112. <Column size="120"/>
  2113. <Column size="100"/>
  2114. <Column size="50"/>
  2115. <Column size="40"/>
  2116. <Column size="50"/>
  2117. <Column size="60"/>
  2118. <Column size="55"/>
  2119. <Column size="67"/>
  2120. <Column size="55"/>
  2121. <Column size="0"/>
  2122. <Column size="80"/>
  2123. <Column size="40"/>
  2124. <Column size="75"/>
  2125. <Column size="0"/>
  2126. <Column size="0"/>
  2127. <Column size="0"/>
  2128. <Column size="0"/>
  2129. <Column size="0"/>
  2130. <Column size="0"/>
  2131. <Column size="50"/>
  2132. <Column size="50"/>
  2133. <Column size="50"/>
  2134. <Column size="0"/>
  2135. <Column size="0"/>
  2136. <Column size="0"/>
  2137. <Column size="0"/>
  2138. <Column size="0"/>
  2139. <Column size="0"/>
  2140. <Column size="0"/>
  2141. <Column size="0"/>
  2142. <Column size="0"/>
  2143. <Column size="0"/>
  2144. <Column size="0"/>
  2145. <Column size="0"/>
  2146. <Column size="0"/>
  2147. <Column size="60"/>
  2148. <Column size="60"/>
  2149. <Column size="100"/>
  2150. <Column size="100"/>
  2151. <Column size="100"/>
  2152. </Columns>
  2153. <Rows>
  2154. <Row size="24" band="head"/>
  2155. <Row size="24"/>
  2156. </Rows>
  2157. <Band id="head">
  2158. <Cell/>
  2159. <Cell col="1" text="혈액형"/>
  2160. <Cell col="2" text="질병군분류"/>
  2161. <Cell col="3" text="상태"/>
  2162. <Cell col="4" text="수술방"/>
  2163. <Cell col="5" text="입실"/>
  2164. <Cell col="6" text="시작시간"/>
  2165. <Cell col="7" text="종료시간"/>
  2166. <Cell col="8" text="소요시간"/>
  2167. <Cell col="9" text="진료과"/>
  2168. <Cell col="10" text="집도과"/>
  2169. <Cell col="11" text="등록번호"/>
  2170. <Cell col="12" text="성명"/>
  2171. <Cell col="13" text="환자명"/>
  2172. <Cell col="14" text="S/A"/>
  2173. <Cell col="15" text="수술명"/>
  2174. <Cell col="16" text="진단명"/>
  2175. <Cell col="17" text="병실"/>
  2176. <Cell col="18" text="CP"/>
  2177. <Cell col="19" text="DRG"/>
  2178. <Cell col="20" text="마취종류"/>
  2179. <Cell col="21" text="마취의"/>
  2180. <Cell col="22" text="환자상태"/>
  2181. <Cell col="23" text="집도의"/>
  2182. <Cell col="24" text="대기시간"/>
  2183. <Cell col="25" text="관심"/>
  2184. <Cell col="26" text="특이"/>
  2185. <Cell col="27" text="PreWork Up"/>
  2186. <Cell col="28" text="BMT예정일"/>
  2187. <Cell col="29" text="이식형태"/>
  2188. <Cell col="30" text="BMT day"/>
  2189. <Cell col="31" text="instcd"/>
  2190. <Cell col="32" text="Post Cx Day"/>
  2191. <Cell col="33" text="선택진료여부"/>
  2192. <Cell col="34" text="PCA"/>
  2193. <Cell col="35" text="키"/>
  2194. <Cell col="36" text="몸무게"/>
  2195. <Cell col="37" text="무통마취여부"/>
  2196. <Cell col="38" text="퇴실"/>
  2197. <Cell col="39" text="oprsrvno"/>
  2198. <Cell col="40" text="ophistno"/>
  2199. <Cell col="41" text="opcnfmdd"/>
  2200. <Cell col="42" text="perfdeptcd"/>
  2201. <Cell col="43" text="perfdrid"/>
  2202. <Cell col="44" text="c-line"/>
  2203. <Cell col="45" text="외상"/>
  2204. <Cell col="46" text="혈액"/>
  2205. <Cell col="47" text="접촉"/>
  2206. <Cell col="48" text="공기"/>
  2207. <Cell col="49" text="비말"/>
  2208. <Cell col="50" text="환자분류1"/>
  2209. <Cell col="51" text="환자분류2"/>
  2210. <Cell col="52" text="마취 코멘트"/>
  2211. <Cell col="53" text="마취계획"/>
  2212. <Cell col="54" text="마취과 전달사항"/>
  2213. </Band>
  2214. <Band id="body">
  2215. <Cell celltype="head" text="expr:currow + 1"/>
  2216. <Cell col="1" text="bind:btype"/>
  2217. <Cell col="2" text="bind:drginfo"/>
  2218. <Cell col="3" text="bind:ioflag"/>
  2219. <Cell col="4" text="bind:oproomnm"/>
  2220. <Cell col="5" text="bind:patinroomdt"/>
  2221. <Cell col="6" text="bind:opfromtmcd"/>
  2222. <Cell col="7" text="bind:opendtmcd"/>
  2223. <Cell col="8" text="bind:opusetm"/>
  2224. <Cell col="9" text="bind:orddeptcd"/>
  2225. <Cell col="10" text="bind:perfdeptnm"/>
  2226. <Cell col="11" text="bind:pid"/>
  2227. <Cell col="12" text="bind:hngnm"/>
  2228. <Cell col="13" text="bind:dispnm2"/>
  2229. <Cell col="14" text="bind:sa"/>
  2230. <Cell col="15" text="bind:opnm"/>
  2231. <Cell col="16" text="bind:diagnm"/>
  2232. <Cell col="17" text="bind:roomcd"/>
  2233. <Cell col="18" text="bind:cpflag"/>
  2234. <Cell col="19" text="bind:drgyn"/>
  2235. <Cell col="20" text="bind:anstreqflag"/>
  2236. <Cell col="21" text="bind:anstdrnm"/>
  2237. <Cell col="22" text="bind:opstatcd"/>
  2238. <Cell col="23" text="bind:perfdrnm"/>
  2239. <Cell col="24" text="bind:waittime"/>
  2240. <Cell col="25" text="bind:conctypenm"/>
  2241. <Cell col="26" text="bind:spclflag"/>
  2242. <Cell col="27" text="bind:preworkup"/>
  2243. <Cell col="28" text="bind:hsctpreday"/>
  2244. <Cell col="29" text="bind:trsntype"/>
  2245. <Cell col="30" text="bind:hsctday"/>
  2246. <Cell col="31" text="bind:instcd"/>
  2247. <Cell col="32" text="bind:postcxday"/>
  2248. <Cell col="33" text="bind:specordtype"/>
  2249. <Cell col="34" text="bind:pcaflag"/>
  2250. <Cell col="35" text="bind:height"/>
  2251. <Cell col="36" text="bind:weight"/>
  2252. <Cell col="37" text="bind:painlessflag"/>
  2253. <Cell col="38" text="bind:patoutroomdt"/>
  2254. <Cell col="39" text="bind:oprsrvno"/>
  2255. <Cell col="40" text="bind:ophistno"/>
  2256. <Cell col="41" text="bind:opcnfmdd"/>
  2257. <Cell col="42" text="bind:perfdeptcd"/>
  2258. <Cell col="43" text="bind:perfdrid"/>
  2259. <Cell col="44" text="bind:veininfo"/>
  2260. <Cell col="45" text="bind:trpatyn"/>
  2261. <Cell col="46" text="bind:disp1img"/>
  2262. <Cell col="47" text="bind:disp2img"/>
  2263. <Cell col="48" text="bind:disp3img"/>
  2264. <Cell col="49" text="bind:disp3img"/>
  2265. <Cell col="50" text="bind:anstclassify1"/>
  2266. <Cell col="51" text="bind:anstclassify2"/>
  2267. <Cell col="52" style="align:left top;" text="bind:anstcmt"/>
  2268. <Cell col="53" style="align:left top;" text="bind:anstplan"/>
  2269. <Cell col="54" style="align:left top;" text="bind:anstdelivefact"/>
  2270. </Band>
  2271. </Format>
  2272. </Formats>
  2273. </Grid>
  2274. </Layout>
  2275. </Layouts>
  2276. </Tabpage>
  2277. <Tabpage id="srch" text="환자검색">
  2278. <Layouts>
  2279. <Layout>
  2280. <Grid id="grd_srchpatlist_basic" taborder="1" useinputpanel="false" position="absolute 3 30 1127 97" anchor="left top right" binddataset="ds_basicSrch" selecttype="multiarea">
  2281. <Formats>
  2282. <Format id="default">
  2283. <Columns>
  2284. <Column size="20"/>
  2285. <Column size="0"/>
  2286. <Column size="0"/>
  2287. <Column size="0"/>
  2288. <Column size="0"/>
  2289. <Column size="0"/>
  2290. <Column size="0"/>
  2291. <Column size="65"/>
  2292. <Column size="0"/>
  2293. <Column size="100"/>
  2294. <Column size="45"/>
  2295. <Column size="85"/>
  2296. <Column size="100"/>
  2297. <Column size="95"/>
  2298. <Column size="0"/>
  2299. <Column size="55"/>
  2300. <Column size="55"/>
  2301. <Column size="200"/>
  2302. <Column size="70"/>
  2303. <Column size="60"/>
  2304. <Column size="55"/>
  2305. <Column size="65"/>
  2306. <Column size="65"/>
  2307. <Column size="35"/>
  2308. <Column size="70"/>
  2309. <Column size="0"/>
  2310. <Column size="0"/>
  2311. <Column size="0"/>
  2312. <Column size="0"/>
  2313. </Columns>
  2314. <Rows>
  2315. <Row size="24" band="head"/>
  2316. <Row size="24"/>
  2317. </Rows>
  2318. <Band id="head">
  2319. <Cell/>
  2320. <Cell col="1" text="caption1"/>
  2321. <Cell col="2" text="caption2"/>
  2322. <Cell col="3" text="caption3"/>
  2323. <Cell col="4" text="caption4"/>
  2324. <Cell col="5" text="caption5"/>
  2325. <Cell col="6" text="caption7"/>
  2326. <Cell col="7" text="등록번호"/>
  2327. <Cell col="8" text="성명"/>
  2328. <Cell col="9" text="환자명"/>
  2329. <Cell col="10" text="S/A"/>
  2330. <Cell col="11" text="진료(입원)일"/>
  2331. <Cell col="12" text="센터"/>
  2332. <Cell col="13" text="진료과"/>
  2333. <Cell col="14" text="세부과"/>
  2334. <Cell col="15" text="진료의"/>
  2335. <Cell col="16" text="병실"/>
  2336. <Cell col="17" text="진단명"/>
  2337. <Cell col="18" text="보험유형"/>
  2338. <Cell col="19" text="예약"/>
  2339. <Cell col="20" text="의뢰"/>
  2340. <Cell col="21" text="상태"/>
  2341. <Cell col="22" text="관심"/>
  2342. <Cell col="23" text="특이"/>
  2343. <Cell col="24" text="PreWork Up"/>
  2344. <Cell col="25" text="BMT예정일"/>
  2345. <Cell col="26" text="이식형태"/>
  2346. <Cell col="27" text="BMT Day"/>
  2347. <Cell col="28" text="Post Cx Day"/>
  2348. </Band>
  2349. <Band id="body">
  2350. <Cell celltype="head" text="expr:currow + 1"/>
  2351. <Cell col="1" text="bind:cretno"/>
  2352. <Cell col="2" text="bind:ioflag"/>
  2353. <Cell col="3" text="bind:instcd"/>
  2354. <Cell col="4" text="bind:ordtype"/>
  2355. <Cell col="5" text="bind:rrgstno1"/>
  2356. <Cell col="6" text="bind:orddrid"/>
  2357. <Cell col="7" text="bind:pid"/>
  2358. <Cell col="8" text="bind:hngnm"/>
  2359. <Cell col="9" text="bind:dispnm2"/>
  2360. <Cell col="10" text="bind:sa"/>
  2361. <Cell col="11" text="bind:orddd"/>
  2362. <Cell col="12" text="bind:centcd"/>
  2363. <Cell col="13" text="bind:orddeptcd"/>
  2364. <Cell col="14" text="bind:subdeptcd"/>
  2365. <Cell col="15" text="bind:orddrnm"/>
  2366. <Cell col="16" text="bind:roomcd"/>
  2367. <Cell col="17" text="bind:diagnm"/>
  2368. <Cell col="18" text="bind:insukind"/>
  2369. <Cell col="19" text="bind:rsrv"/>
  2370. <Cell col="20" text="bind:cnst"/>
  2371. <Cell col="21" text="bind:stat"/>
  2372. <Cell col="22" text="bind:conctypenm"/>
  2373. <Cell col="23" text="bind:spclflag"/>
  2374. <Cell col="24" text="bind:preworkup"/>
  2375. <Cell col="25" text="bind:hsctpredd"/>
  2376. <Cell col="26" text="bind:trnpttype"/>
  2377. <Cell col="27" text="bind:hsctday"/>
  2378. <Cell col="28" text="bind:postcxday"/>
  2379. </Band>
  2380. </Format>
  2381. </Formats>
  2382. </Grid>
  2383. <Grid id="grd_srchpatlist" taborder="2" useinputpanel="false" position="absolute 3 132 1127 199" anchor="left top right" binddataset="ds_AllSrch" selecttype="multiarea" onrbuttondown="Tab00_grd_onrbuttondown" selectbandtype="default" ondrag="Tab00_grd_ondrag" ondragmove="Tab00_grd_ondragmove" cellsizingtype="col">
  2384. <Formats>
  2385. <Format id="default">
  2386. <Columns>
  2387. <Column size="20"/>
  2388. <Column size="0"/>
  2389. <Column size="0"/>
  2390. <Column size="0"/>
  2391. <Column size="0"/>
  2392. <Column size="0"/>
  2393. <Column size="0"/>
  2394. <Column size="65"/>
  2395. <Column size="0"/>
  2396. <Column size="100"/>
  2397. <Column size="45"/>
  2398. <Column size="85"/>
  2399. <Column size="100"/>
  2400. <Column size="95"/>
  2401. <Column size="0"/>
  2402. <Column size="55"/>
  2403. <Column size="55"/>
  2404. <Column size="200"/>
  2405. <Column size="70"/>
  2406. <Column size="60"/>
  2407. <Column size="55"/>
  2408. <Column size="65"/>
  2409. <Column size="65"/>
  2410. <Column size="35"/>
  2411. <Column size="70"/>
  2412. <Column size="0"/>
  2413. <Column size="0"/>
  2414. <Column size="0"/>
  2415. <Column size="0"/>
  2416. </Columns>
  2417. <Rows>
  2418. <Row size="24" band="head"/>
  2419. <Row size="24"/>
  2420. </Rows>
  2421. <Band id="head">
  2422. <Cell/>
  2423. <Cell col="1" text="caption1"/>
  2424. <Cell col="2" text="caption2"/>
  2425. <Cell col="3" text="caption3"/>
  2426. <Cell col="4" text="caption4"/>
  2427. <Cell col="5" text="caption5"/>
  2428. <Cell col="6" text="caption7"/>
  2429. <Cell col="7" text="등록번호"/>
  2430. <Cell col="8" text="성명"/>
  2431. <Cell col="9" text="환자명"/>
  2432. <Cell col="10" text="S/A"/>
  2433. <Cell col="11" text="진료(입원)일"/>
  2434. <Cell col="12" text="센터"/>
  2435. <Cell col="13" text="진료과"/>
  2436. <Cell col="14" text="세부과"/>
  2437. <Cell col="15" text="진료의"/>
  2438. <Cell col="16" text="병실"/>
  2439. <Cell col="17" text="진단명"/>
  2440. <Cell col="18" text="보험유형"/>
  2441. <Cell col="19" text="예약"/>
  2442. <Cell col="20" text="의뢰"/>
  2443. <Cell col="21" text="상태"/>
  2444. <Cell col="22" text="관심"/>
  2445. <Cell col="23" text="특이"/>
  2446. <Cell col="24" text="PreWork Up"/>
  2447. <Cell col="25" text="BMT예정일"/>
  2448. <Cell col="26" text="이식형태"/>
  2449. <Cell col="27" text="BMT Day"/>
  2450. <Cell col="28" text="Post Cx Day"/>
  2451. </Band>
  2452. <Band id="body">
  2453. <Cell celltype="head" text="expr:currow + 1"/>
  2454. <Cell col="1" text="bind:cretno"/>
  2455. <Cell col="2" text="bind:ioflag"/>
  2456. <Cell col="3" text="bind:instcd"/>
  2457. <Cell col="4" text="bind:ordtype"/>
  2458. <Cell col="5" text="bind:rrgstno1"/>
  2459. <Cell col="6" text="bind:orddrid"/>
  2460. <Cell col="7" text="bind:pid"/>
  2461. <Cell col="8" text="bind:hngnm"/>
  2462. <Cell col="9" text="bind:dispnm2"/>
  2463. <Cell col="10" text="bind:sa"/>
  2464. <Cell col="11" text="bind:orddd"/>
  2465. <Cell col="12" text="bind:centcd"/>
  2466. <Cell col="13" text="bind:orddeptcd"/>
  2467. <Cell col="14" text="bind:subdeptcd"/>
  2468. <Cell col="15" text="bind:orddrnm"/>
  2469. <Cell col="16" text="bind:roomcd"/>
  2470. <Cell col="17" text="bind:diagnm"/>
  2471. <Cell col="18" text="bind:insukind"/>
  2472. <Cell col="19" text="bind:rsrv"/>
  2473. <Cell col="20" text="bind:cnst"/>
  2474. <Cell col="21" text="bind:stat"/>
  2475. <Cell col="22" text="bind:conctypenm"/>
  2476. <Cell col="23" text="bind:spclflag"/>
  2477. <Cell col="24" text="bind:preworkup"/>
  2478. <Cell col="25" text="bind:hsctpredd"/>
  2479. <Cell col="26" text="bind:trnpttype"/>
  2480. <Cell col="27" text="bind:hsctday"/>
  2481. <Cell col="28" text="bind:postcxday"/>
  2482. </Band>
  2483. </Format>
  2484. </Formats>
  2485. </Grid>
  2486. <Grid id="grd_srchpatlist_resize" taborder="3" useinputpanel="false" position="absolute 3 234 1127 301" anchor="left top right" binddataset="ds_ResizeSrch" selecttype="multiarea" onrbuttondown="Tab00_grd_resize_onrbuttondown" cellmovingtype="col" cellsizingtype="col" dragscrolltype="both" ondrop="Tab00_grd_resize_ondrop" ondragmove="Tab00_grd_resize_ondragmove">
  2487. <Formats>
  2488. <Format id="default">
  2489. <Columns>
  2490. <Column size="20"/>
  2491. <Column size="0"/>
  2492. <Column size="0"/>
  2493. <Column size="0"/>
  2494. <Column size="0"/>
  2495. <Column size="0"/>
  2496. <Column size="0"/>
  2497. <Column size="65"/>
  2498. <Column size="0"/>
  2499. <Column size="100"/>
  2500. <Column size="45"/>
  2501. <Column size="85"/>
  2502. <Column size="100"/>
  2503. <Column size="95"/>
  2504. <Column size="0"/>
  2505. <Column size="55"/>
  2506. <Column size="55"/>
  2507. <Column size="200"/>
  2508. <Column size="70"/>
  2509. <Column size="60"/>
  2510. <Column size="55"/>
  2511. <Column size="65"/>
  2512. <Column size="65"/>
  2513. <Column size="35"/>
  2514. <Column size="70"/>
  2515. <Column size="0"/>
  2516. <Column size="0"/>
  2517. <Column size="0"/>
  2518. <Column size="0"/>
  2519. </Columns>
  2520. <Rows>
  2521. <Row size="24" band="head"/>
  2522. <Row size="24"/>
  2523. </Rows>
  2524. <Band id="head">
  2525. <Cell/>
  2526. <Cell col="1" text="caption1"/>
  2527. <Cell col="2" text="caption2"/>
  2528. <Cell col="3" text="caption3"/>
  2529. <Cell col="4" text="caption4"/>
  2530. <Cell col="5" text="caption5"/>
  2531. <Cell col="6" text="caption7"/>
  2532. <Cell col="7" text="등록번호"/>
  2533. <Cell col="8" text="성명"/>
  2534. <Cell col="9" text="환자명"/>
  2535. <Cell col="10" text="S/A"/>
  2536. <Cell col="11" text="진료(입원)일"/>
  2537. <Cell col="12" text="센터"/>
  2538. <Cell col="13" text="진료과"/>
  2539. <Cell col="14" text="세부과"/>
  2540. <Cell col="15" text="진료의"/>
  2541. <Cell col="16" text="병실"/>
  2542. <Cell col="17" text="진단명"/>
  2543. <Cell col="18" text="보험유형"/>
  2544. <Cell col="19" text="예약"/>
  2545. <Cell col="20" text="의뢰"/>
  2546. <Cell col="21" text="상태"/>
  2547. <Cell col="22" text="관심"/>
  2548. <Cell col="23" text="특이"/>
  2549. <Cell col="24" text="PreWork Up"/>
  2550. <Cell col="25" text="BMT예정일"/>
  2551. <Cell col="26" text="이식형태"/>
  2552. <Cell col="27" text="BMT Day"/>
  2553. <Cell col="28" text="Post Cx Day"/>
  2554. </Band>
  2555. <Band id="body">
  2556. <Cell celltype="head" text="expr:currow + 1"/>
  2557. <Cell col="1" text="bind:cretno"/>
  2558. <Cell col="2" text="bind:ioflag"/>
  2559. <Cell col="3" text="bind:instcd"/>
  2560. <Cell col="4" text="bind:ordtype"/>
  2561. <Cell col="5" text="bind:rrgstno1"/>
  2562. <Cell col="6" text="bind:orddrid"/>
  2563. <Cell col="7" text="bind:pid"/>
  2564. <Cell col="8" text="bind:hngnm"/>
  2565. <Cell col="9" text="bind:dispnm2"/>
  2566. <Cell col="10" text="bind:sa"/>
  2567. <Cell col="11" text="bind:orddd"/>
  2568. <Cell col="12" text="bind:centcd"/>
  2569. <Cell col="13" text="bind:orddeptcd"/>
  2570. <Cell col="14" text="bind:subdeptcd"/>
  2571. <Cell col="15" text="bind:orddrnm"/>
  2572. <Cell col="16" text="bind:roomcd"/>
  2573. <Cell col="17" text="bind:diagnm"/>
  2574. <Cell col="18" text="bind:insukind"/>
  2575. <Cell col="19" text="bind:rsrv"/>
  2576. <Cell col="20" text="bind:cnst"/>
  2577. <Cell col="21" text="bind:stat"/>
  2578. <Cell col="22" text="bind:conctypenm"/>
  2579. <Cell col="23" text="bind:spclflag"/>
  2580. <Cell col="24" text="bind:preworkup"/>
  2581. <Cell col="25" text="bind:hsctpredd"/>
  2582. <Cell col="26" text="bind:trnpttype"/>
  2583. <Cell col="27" text="bind:hsctday"/>
  2584. <Cell col="28" text="bind:postcxday"/>
  2585. </Band>
  2586. </Format>
  2587. </Formats>
  2588. </Grid>
  2589. </Layout>
  2590. </Layouts>
  2591. </Tabpage>
  2592. <Tabpage id="cnst" text="의뢰">
  2593. <Layouts>
  2594. <Layout>
  2595. <Grid id="grd_cnstpatlist_basic" taborder="0" binddataset="ds_basicCnst" useinputpanel="false" selecttype="multiarea" position="absolute 3 30 1127 97" anchor="left top right">
  2596. <Formats>
  2597. <Format id="default">
  2598. <Columns>
  2599. <Column size="20"/>
  2600. <Column size="45"/>
  2601. <Column size="75"/>
  2602. <Column size="0"/>
  2603. <Column size="100"/>
  2604. <Column size="45"/>
  2605. <Column size="60"/>
  2606. <Column size="131"/>
  2607. <Column size="110"/>
  2608. <Column size="50"/>
  2609. <Column size="60"/>
  2610. <Column size="110"/>
  2611. <Column size="285"/>
  2612. <Column size="60"/>
  2613. <Column size="0"/>
  2614. <Column size="0"/>
  2615. <Column size="0"/>
  2616. <Column size="0"/>
  2617. <Column size="0"/>
  2618. <Column size="0"/>
  2619. </Columns>
  2620. <Rows>
  2621. <Row size="24" band="head"/>
  2622. <Row size="24"/>
  2623. </Rows>
  2624. <Band id="head">
  2625. <Cell/>
  2626. <Cell col="1" text="응급"/>
  2627. <Cell col="2" text="등록번호"/>
  2628. <Cell col="3" text="성명"/>
  2629. <Cell col="4" text="환자명"/>
  2630. <Cell col="5" text="S/A"/>
  2631. <Cell col="6" text="의뢰의사"/>
  2632. <Cell col="7" text="의뢰과"/>
  2633. <Cell col="8" text="의뢰일시"/>
  2634. <Cell col="9" text="병실"/>
  2635. <Cell col="10" text="회신여부"/>
  2636. <Cell col="11" text="회신일시"/>
  2637. <Cell col="12" text="진단명"/>
  2638. <Cell col="13" text="회신의사"/>
  2639. <Cell col="14" text="formrecseq"/>
  2640. <Cell col="15" text="acptorddd"/>
  2641. <Cell col="16" text="acptcretno"/>
  2642. <Cell col="17" text="orddd"/>
  2643. <Cell col="18" text="cretno"/>
  2644. <Cell col="19" text="ioflag"/>
  2645. </Band>
  2646. <Band id="body">
  2647. <Cell celltype="head" text="expr:currow + 1"/>
  2648. <Cell col="1" text="bind:eryn"/>
  2649. <Cell col="2" text="bind:pid"/>
  2650. <Cell col="3" text="bind:hngnm"/>
  2651. <Cell col="4" text="bind:dispnm2"/>
  2652. <Cell col="5" text="bind:sa"/>
  2653. <Cell col="6" text="bind:requsernm"/>
  2654. <Cell col="7" text="bind:reqdeptnm"/>
  2655. <Cell col="8" text="bind:reqdt"/>
  2656. <Cell col="9" text="bind:roomcd"/>
  2657. <Cell col="10" text="bind:replyn"/>
  2658. <Cell col="11" text="bind:recvtm"/>
  2659. <Cell col="12" text="bind:termengnm"/>
  2660. <Cell col="13" text="bind:recvusernm"/>
  2661. <Cell col="14" text="bind:formrecseq"/>
  2662. <Cell col="15" text="bind:acptorddd"/>
  2663. <Cell col="16" text="bind:acptcretno"/>
  2664. <Cell col="17" text="bind:orddd"/>
  2665. <Cell col="18" text="bind:cretno"/>
  2666. <Cell col="19" text="bind:ioflag"/>
  2667. </Band>
  2668. </Format>
  2669. </Formats>
  2670. </Grid>
  2671. <Grid id="grd_cnstpatlist" taborder="1" binddataset="ds_AllCnst" useinputpanel="false" selecttype="multiarea" onrbuttondown="Tab00_grd_onrbuttondown" ondrag="Tab00_grd_ondrag" ondragmove="Tab00_grd_ondragmove" position="absolute 3 132 1127 199" anchor="left top right" cellsizingtype="col">
  2672. <Formats>
  2673. <Format id="default">
  2674. <Columns>
  2675. <Column size="20"/>
  2676. <Column size="45"/>
  2677. <Column size="75"/>
  2678. <Column size="0"/>
  2679. <Column size="100"/>
  2680. <Column size="45"/>
  2681. <Column size="60"/>
  2682. <Column size="131"/>
  2683. <Column size="110"/>
  2684. <Column size="50"/>
  2685. <Column size="60"/>
  2686. <Column size="110"/>
  2687. <Column size="285"/>
  2688. <Column size="60"/>
  2689. <Column size="0"/>
  2690. <Column size="0"/>
  2691. <Column size="0"/>
  2692. <Column size="0"/>
  2693. <Column size="0"/>
  2694. <Column size="0"/>
  2695. </Columns>
  2696. <Rows>
  2697. <Row size="24" band="head"/>
  2698. <Row size="24"/>
  2699. </Rows>
  2700. <Band id="head">
  2701. <Cell/>
  2702. <Cell col="1" text="응급"/>
  2703. <Cell col="2" text="등록번호"/>
  2704. <Cell col="3" text="성명"/>
  2705. <Cell col="4" text="환자명"/>
  2706. <Cell col="5" text="S/A"/>
  2707. <Cell col="6" text="의뢰의사"/>
  2708. <Cell col="7" text="의뢰과"/>
  2709. <Cell col="8" text="의뢰일시"/>
  2710. <Cell col="9" text="병실"/>
  2711. <Cell col="10" text="회신여부"/>
  2712. <Cell col="11" text="회신일시"/>
  2713. <Cell col="12" text="진단명"/>
  2714. <Cell col="13" text="회신의사"/>
  2715. <Cell col="14" text="formrecseq"/>
  2716. <Cell col="15" text="acptorddd"/>
  2717. <Cell col="16" text="acptcretno"/>
  2718. <Cell col="17" text="orddd"/>
  2719. <Cell col="18" text="cretno"/>
  2720. <Cell col="19" text="ioflag"/>
  2721. </Band>
  2722. <Band id="body">
  2723. <Cell celltype="head" text="expr:currow + 1"/>
  2724. <Cell col="1" text="bind:eryn"/>
  2725. <Cell col="2" text="bind:pid"/>
  2726. <Cell col="3" text="bind:hngnm"/>
  2727. <Cell col="4" text="bind:dispnm2"/>
  2728. <Cell col="5" text="bind:sa"/>
  2729. <Cell col="6" text="bind:requsernm"/>
  2730. <Cell col="7" text="bind:reqdeptnm"/>
  2731. <Cell col="8" text="bind:reqdt"/>
  2732. <Cell col="9" text="bind:roomcd"/>
  2733. <Cell col="10" text="bind:replyn"/>
  2734. <Cell col="11" text="bind:recvtm"/>
  2735. <Cell col="12" text="bind:termengnm"/>
  2736. <Cell col="13" text="bind:recvusernm"/>
  2737. <Cell col="14" text="bind:formrecseq"/>
  2738. <Cell col="15" text="bind:acptorddd"/>
  2739. <Cell col="16" text="bind:acptcretno"/>
  2740. <Cell col="17" text="bind:orddd"/>
  2741. <Cell col="18" text="bind:cretno"/>
  2742. <Cell col="19" text="bind:ioflag"/>
  2743. </Band>
  2744. </Format>
  2745. </Formats>
  2746. </Grid>
  2747. <Grid id="grd_cnstpatlist_resize" taborder="2" binddataset="ds_ResizeCnst" useinputpanel="false" selecttype="multiarea" cellsizingtype="col" cellmovingtype="col" onrbuttondown="Tab00_grd_resize_onrbuttondown" ondragmove="Tab00_grd_resize_ondragmove" ondrop="Tab00_grd_resize_ondrop" position="absolute 3 234 1127 301" anchor="left top right">
  2748. <Formats>
  2749. <Format id="default">
  2750. <Columns>
  2751. <Column size="20"/>
  2752. <Column size="45"/>
  2753. <Column size="75"/>
  2754. <Column size="0"/>
  2755. <Column size="100"/>
  2756. <Column size="45"/>
  2757. <Column size="60"/>
  2758. <Column size="131"/>
  2759. <Column size="110"/>
  2760. <Column size="50"/>
  2761. <Column size="60"/>
  2762. <Column size="110"/>
  2763. <Column size="285"/>
  2764. <Column size="60"/>
  2765. <Column size="0"/>
  2766. <Column size="0"/>
  2767. <Column size="0"/>
  2768. <Column size="0"/>
  2769. <Column size="0"/>
  2770. <Column size="0"/>
  2771. </Columns>
  2772. <Rows>
  2773. <Row size="24" band="head"/>
  2774. <Row size="24"/>
  2775. </Rows>
  2776. <Band id="head">
  2777. <Cell/>
  2778. <Cell col="1" text="응급"/>
  2779. <Cell col="2" text="등록번호"/>
  2780. <Cell col="3" text="성명"/>
  2781. <Cell col="4" text="환자명"/>
  2782. <Cell col="5" text="S/A"/>
  2783. <Cell col="6" text="의뢰의사"/>
  2784. <Cell col="7" text="의뢰과"/>
  2785. <Cell col="8" text="의뢰일시"/>
  2786. <Cell col="9" text="병실"/>
  2787. <Cell col="10" text="회신여부"/>
  2788. <Cell col="11" text="회신일시"/>
  2789. <Cell col="12" text="진단명"/>
  2790. <Cell col="13" text="회신의사"/>
  2791. <Cell col="14" text="formrecseq"/>
  2792. <Cell col="15" text="acptorddd"/>
  2793. <Cell col="16" text="acptcretno"/>
  2794. <Cell col="17" text="orddd"/>
  2795. <Cell col="18" text="cretno"/>
  2796. <Cell col="19" text="ioflag"/>
  2797. </Band>
  2798. <Band id="body">
  2799. <Cell celltype="head" text="expr:currow + 1"/>
  2800. <Cell col="1" text="bind:eryn"/>
  2801. <Cell col="2" text="bind:pid"/>
  2802. <Cell col="3" text="bind:hngnm"/>
  2803. <Cell col="4" text="bind:dispnm2"/>
  2804. <Cell col="5" text="bind:sa"/>
  2805. <Cell col="6" text="bind:requsernm"/>
  2806. <Cell col="7" text="bind:reqdeptnm"/>
  2807. <Cell col="8" text="bind:reqdt"/>
  2808. <Cell col="9" text="bind:roomcd"/>
  2809. <Cell col="10" text="bind:replyn"/>
  2810. <Cell col="11" text="bind:recvtm"/>
  2811. <Cell col="12" text="bind:termengnm"/>
  2812. <Cell col="13" text="bind:recvusernm"/>
  2813. <Cell col="14" text="bind:formrecseq"/>
  2814. <Cell col="15" text="bind:acptorddd"/>
  2815. <Cell col="16" text="bind:acptcretno"/>
  2816. <Cell col="17" text="bind:orddd"/>
  2817. <Cell col="18" text="bind:cretno"/>
  2818. <Cell col="19" text="bind:ioflag"/>
  2819. </Band>
  2820. </Format>
  2821. </Formats>
  2822. </Grid>
  2823. </Layout>
  2824. </Layouts>
  2825. </Tabpage>
  2826. </Tabpages>
  2827. </Tab>
  2828. <Static id="Static00" text="기본설정" position="absolute 5 37 85 57" class="tit_2"/>
  2829. <Static id="Static01" text="전체설정" class="tit_2" position="absolute 5 138 85 158"/>
  2830. <Static id="Static02" text="컬럼추가(먼저 데이터영역을 선택한 후 마우스 오른쪽 버튼을 눌러 컬럼추가 또는 사용자 설정으로 마우스 드레그)가 가능 합니다." position="absolute 130 138 840 158"/>
  2831. <Static id="Static03" text="사용자설정" class="tit_2" position="absolute 5 239 101 259"/>
  2832. <Static id="Static04" text="컬럼삭제, 컬럼고정(데이터 영역에서 마우스 오른쪽버튼), 컬럼 순서변경(원하는 위치로 제목 드레그), 컬럼 사이즈변경(컬럼 사이의 분리선 드레그)이 가능 합니다." position="absolute 130 239 1024 259"/>
  2833. <Button id="Button00" taborder="1" text="전체설정" position="absolute 832 341 912 361" class="btn4" anchor="right bottom" onclick="Button00_onclick"/>
  2834. <Button id="Button01" taborder="2" text="기본설정" class="btn4" position="absolute 916 341 996 361" anchor="right bottom" onclick="Button01_onclick"/>
  2835. <Button id="Button02" taborder="3" text="저장" class="btn4" position="absolute 1000 341 1056 361" anchor="right bottom" onclick="Button02_onclick"/>
  2836. <Button id="Button03" taborder="4" text="취소" class="btn3" position="absolute 1060 341 1116 361" anchor="right bottom" onclick="Button03_onclick"/>
  2837. <Static id="Static05" text="컬럼고정 기능은 왼쪽부터 ☜ 표시 된 컬럼까지 고정 됩니다." position="absolute 122 347 492 367" anchor="right bottom"/>
  2838. <PopupMenu id="pmn_menu1" position="absolute 1144 159 1212 185" innerdataset="@ds_menu1" idcolumn="hardcd" captioncolumn="hardcdnm" levelcolumn="level" onmenuclick="pmn_menu1_onmenuclick"/>
  2839. <PopupMenu id="pmn_menu2" position="absolute 1144 262 1232 330" innerdataset="@ds_menu2" idcolumn="hardcd" levelcolumn="level" captioncolumn="hardcdnm" onmenuclick="pmn_menu2_onmenuclick"/>
  2840. </Layout>
  2841. </Layouts>
  2842. <Objects>
  2843. <Dataset id="ds_cond" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2844. <ColumnInfo>
  2845. <Column id="scrnid" type="STRING" size="256"/>
  2846. <Column id="grdid" type="STRING" size="256"/>
  2847. <Column id="caseid" type="STRING" size="256"/>
  2848. </ColumnInfo>
  2849. <Rows>
  2850. <Row>
  2851. <Col id="scrnid"/>
  2852. <Col id="grdid"/>
  2853. <Col id="caseid"/>
  2854. </Row>
  2855. </Rows>
  2856. </Dataset>
  2857. <Dataset id="ds_reqBasic" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2858. <ColumnInfo>
  2859. <Column id="scrnid" type="STRING" size="256" sumtext="화면ID"/>
  2860. <Column id="compscd" type="STRING" size="256" sumtext="화면ID"/>
  2861. <Column id="userid" type="STRING" size="256" sumtext="사용자ID"/>
  2862. </ColumnInfo>
  2863. </Dataset>
  2864. <Dataset id="ds_gridseqBasic" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2865. <ColumnInfo>
  2866. <Column id="compscd" type="STRING" size="256" sumtext="구성코드"/>
  2867. <Column id="compscnts" type="STRING" size="256" sumtext="구성내용"/>
  2868. <Column id="frozencol" type="STRING" size="256" sumtext="컬럼고정필드명"/>
  2869. <Column id="compsrefcnts" type="STRING" size="256" sumtext="구성참조내용"/>
  2870. <Column id="compssizecnts" type="STRING" size="256" sumtext="구성크기내용"/>
  2871. </ColumnInfo>
  2872. </Dataset>
  2873. <Dataset id="ds_reqResize" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2874. <ColumnInfo>
  2875. <Column id="scrnid" type="STRING" size="256" sumtext="화면ID"/>
  2876. <Column id="compscd" type="STRING" size="256" sumtext="화면ID"/>
  2877. <Column id="userid" type="STRING" size="256" sumtext="사용자ID"/>
  2878. </ColumnInfo>
  2879. </Dataset>
  2880. <Dataset id="ds_gridseqResize" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2881. <ColumnInfo>
  2882. <Column id="compscd" type="STRING" size="256" sumtext="구성코드"/>
  2883. <Column id="compscnts" type="STRING" size="256" sumtext="구성내용"/>
  2884. <Column id="frozencol" type="STRING" size="256" sumtext="컬럼고정필드명"/>
  2885. <Column id="compsrefcnts" type="STRING" size="256" sumtext="구성참조내용"/>
  2886. <Column id="compssizecnts" type="STRING" size="256" sumtext="구성크기내용"/>
  2887. </ColumnInfo>
  2888. </Dataset>
  2889. <Dataset id="ds_menu1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2890. <ColumnInfo>
  2891. <Column id="hardcd" type="STRING" size="256"/>
  2892. <Column id="hardcdnm" type="STRING" size="256"/>
  2893. <Column id="level" type="STRING" size="256"/>
  2894. </ColumnInfo>
  2895. <Rows>
  2896. <Row>
  2897. <Col id="hardcd">fAddColOfGrd</Col>
  2898. <Col id="hardcdnm">컬럼 추가</Col>
  2899. <Col id="level">0</Col>
  2900. </Row>
  2901. </Rows>
  2902. </Dataset>
  2903. <Dataset id="ds_menu2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2904. <ColumnInfo>
  2905. <Column id="hardcd" type="STRING" size="256"/>
  2906. <Column id="hardcdnm" type="STRING" size="256"/>
  2907. <Column id="level" type="STRING" size="256"/>
  2908. </ColumnInfo>
  2909. <Rows>
  2910. <Row>
  2911. <Col id="hardcd">fDelColOfGrd</Col>
  2912. <Col id="hardcdnm">컬럼 삭제</Col>
  2913. <Col id="level">0</Col>
  2914. </Row>
  2915. <Row>
  2916. <Col id="hardcdnm">-</Col>
  2917. <Col id="level">0</Col>
  2918. <Col id="hardcd"/>
  2919. </Row>
  2920. <Row>
  2921. <Col id="hardcdnm">컬럼고정 설정</Col>
  2922. <Col id="hardcd">fSetFrozenColOfGrd</Col>
  2923. <Col id="level">0</Col>
  2924. </Row>
  2925. <Row>
  2926. <Col id="hardcdnm">컬럼고정 취소</Col>
  2927. <Col id="hardcd">fCancelFrozenColOfGrd</Col>
  2928. <Col id="level">0</Col>
  2929. </Row>
  2930. </Rows>
  2931. </Dataset>
  2932. <Dataset id="ds_listval" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2933. <ColumnInfo>
  2934. <Column id="refdata" type="STRING" size="256"/>
  2935. <Column id="sizedata" type="STRING" size="256"/>
  2936. <Column id="frozencol" type="STRING" size="256"/>
  2937. </ColumnInfo>
  2938. <Rows>
  2939. <Row/>
  2940. </Rows>
  2941. </Dataset>
  2942. <Dataset id="ds_savedata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2943. <ColumnInfo>
  2944. <Column id="compscd" type="STRING" size="256" sumtext="구성코드"/>
  2945. <Column id="compscnts" type="STRING" size="256" sumtext="구성내용"/>
  2946. <Column id="compsrefcnts" type="STRING" size="256" sumtext="구성참조내용"/>
  2947. <Column id="compssizecnts" type="STRING" size="256" sumtext="구성크기내용"/>
  2948. <Column id="scrnid" type="STRING" size="256" sumtext="화면ID"/>
  2949. <Column id="frozencol" type="STRING" size="256" sumtext="고정컬럼"/>
  2950. </ColumnInfo>
  2951. </Dataset>
  2952. <Dataset id="ds_basicOut" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2953. <ColumnInfo>
  2954. <Column id="elbulbodstat" type="STRING" size="256"/>
  2955. <Column id="ordtm" type="STRING" size="256"/>
  2956. <Column id="hngnm" type="STRING" size="256"/>
  2957. <Column id="pid" type="STRING" size="256"/>
  2958. <Column id="sexage" type="STRING" size="256"/>
  2959. <Column id="refer" type="STRING" size="256"/>
  2960. <Column id="replstat" type="STRING" size="256"/>
  2961. <Column id="centcd" type="STRING" size="256"/>
  2962. <Column id="subdeptcd" type="STRING" size="256"/>
  2963. <Column id="orddrnm" type="STRING" size="256"/>
  2964. <Column id="fsexamflag" type="STRING" size="256"/>
  2965. <Column id="diagnm" type="STRING" size="256"/>
  2966. <Column id="recentdiagnm" type="STRING" size="256"/>
  2967. <Column id="anodeptyn" type="STRING" size="256"/>
  2968. <Column id="spclflag" type="STRING" size="256"/>
  2969. <Column id="testrslt" type="STRING" size="256"/>
  2970. <Column id="rsrvflag" type="STRING" size="256"/>
  2971. <Column id="etcordflag" type="STRING" size="256"/>
  2972. <Column id="serdiag" type="STRING" size="256"/>
  2973. <Column id="insukind" type="STRING" size="256"/>
  2974. <Column id="prcptdayaftrcptyn" type="STRING" size="256"/>
  2975. <Column id="preexamyn" type="STRING" size="256"/>
  2976. <Column id="rsrvordtm" type="STRING" size="256"/>
  2977. <Column id="nursacptdt" type="STRING" size="256"/>
  2978. <Column id="ordstartdt" type="STRING" size="256"/>
  2979. <Column id="dracptdt" type="STRING" size="256"/>
  2980. <Column id="trsmrem" type="STRING" size="256"/>
  2981. <Column id="conctypenm" type="STRING" size="256"/>
  2982. <Column id="antidrugflag" type="STRING" size="256"/>
  2983. <Column id="coordflag" type="STRING" size="256"/>
  2984. <Column id="cpyn" type="STRING" size="256"/>
  2985. <Column id="onestop" type="STRING" size="256"/>
  2986. <Column id="dnoracptyn" type="STRING" size="256"/>
  2987. <Column id="preworkup" type="STRING" size="256"/>
  2988. <Column id="hsctpreday" type="STRING" size="256"/>
  2989. <Column id="transtype" type="STRING" size="256"/>
  2990. <Column id="hsctday" type="STRING" size="256"/>
  2991. <Column id="postcxday" type="STRING" size="256"/>
  2992. <Column id="bfjudgvalue" type="STRING" size="256"/>
  2993. <Column id="specordtype" type="STRING" size="256"/>
  2994. <Column id="ordstate" type="STRING" size="256"/>
  2995. <Column id="patmemo" type="STRING" size="4000" sumtext="환자메모"/>
  2996. <Column id="orddd" type="STRING" size="256"/>
  2997. <Column id="cretno" type="STRING" size="256"/>
  2998. <Column id="instcd" type="STRING" size="256"/>
  2999. <Column id="acptseqno" type="STRING" size="256"/>
  3000. <Column id="orgorddd" type="STRING" size="256"/>
  3001. <Column id="repltype" type="STRING" size="256"/>
  3002. <Column id="rcptvipresncd" type="STRING" size="256"/>
  3003. <Column id="rcptvipetcresn" type="STRING" size="256"/>
  3004. <Column id="medamtpostyn" type="STRING" size="256"/>
  3005. <Column id="civilap" type="STRING" size="256"/>
  3006. <Column id="color" type="STRING" size="256"/>
  3007. <Column id="orddrid" type="STRING" size="256"/>
  3008. <Column id="centcode" type="STRING" size="256"/>
  3009. <Column id="multiord" type="STRING" size="256"/>
  3010. <Column id="pod" type="STRING" size="256"/>
  3011. <Column id="prcprgstnm" type="STRING" size="256" sumtext="처방의"/>
  3012. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3013. <Column id="recipient" type="STRING" size="256" sumtext="수혜자"/>
  3014. <Column id="drginfo" type="STRING" size="256" sumtext="질병군분류"/>
  3015. </ColumnInfo>
  3016. <Rows>
  3017. <Row/>
  3018. </Rows>
  3019. </Dataset>
  3020. <Dataset id="ds_AllOut" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3021. <ColumnInfo>
  3022. <Column id="elbulbodstat" type="STRING" size="256"/>
  3023. <Column id="ordtm" type="STRING" size="256"/>
  3024. <Column id="hngnm" type="STRING" size="256"/>
  3025. <Column id="pid" type="STRING" size="256"/>
  3026. <Column id="sexage" type="STRING" size="256"/>
  3027. <Column id="refer" type="STRING" size="256"/>
  3028. <Column id="replstat" type="STRING" size="256"/>
  3029. <Column id="centcd" type="STRING" size="256"/>
  3030. <Column id="subdeptcd" type="STRING" size="256"/>
  3031. <Column id="orddrnm" type="STRING" size="256"/>
  3032. <Column id="fsexamflag" type="STRING" size="256"/>
  3033. <Column id="diagnm" type="STRING" size="256"/>
  3034. <Column id="recentdiagnm" type="STRING" size="256"/>
  3035. <Column id="anodeptyn" type="STRING" size="256"/>
  3036. <Column id="spclflag" type="STRING" size="256"/>
  3037. <Column id="testrslt" type="STRING" size="256"/>
  3038. <Column id="rsrvflag" type="STRING" size="256"/>
  3039. <Column id="etcordflag" type="STRING" size="256"/>
  3040. <Column id="serdiag" type="STRING" size="256"/>
  3041. <Column id="insukind" type="STRING" size="256"/>
  3042. <Column id="prcptdayaftrcptyn" type="STRING" size="256"/>
  3043. <Column id="preexamyn" type="STRING" size="256"/>
  3044. <Column id="rsrvordtm" type="STRING" size="256"/>
  3045. <Column id="nursacptdt" type="STRING" size="256"/>
  3046. <Column id="ordstartdt" type="STRING" size="256"/>
  3047. <Column id="dracptdt" type="STRING" size="256"/>
  3048. <Column id="trsmrem" type="STRING" size="256"/>
  3049. <Column id="conctypenm" type="STRING" size="256"/>
  3050. <Column id="antidrugflag" type="STRING" size="256"/>
  3051. <Column id="coordflag" type="STRING" size="256"/>
  3052. <Column id="cpyn" type="STRING" size="256"/>
  3053. <Column id="onestop" type="STRING" size="256"/>
  3054. <Column id="dnoracptyn" type="STRING" size="256"/>
  3055. <Column id="preworkup" type="STRING" size="256"/>
  3056. <Column id="hsctpreday" type="STRING" size="256"/>
  3057. <Column id="transtype" type="STRING" size="256"/>
  3058. <Column id="hsctday" type="STRING" size="256"/>
  3059. <Column id="postcxday" type="STRING" size="256"/>
  3060. <Column id="bfjudgvalue" type="STRING" size="256"/>
  3061. <Column id="specordtype" type="STRING" size="256"/>
  3062. <Column id="ordstate" type="STRING" size="256"/>
  3063. <Column id="patmemo" type="STRING" size="4000" sumtext="환자메모"/>
  3064. <Column id="orddd" type="STRING" size="256"/>
  3065. <Column id="cretno" type="STRING" size="256"/>
  3066. <Column id="instcd" type="STRING" size="256"/>
  3067. <Column id="acptseqno" type="STRING" size="256"/>
  3068. <Column id="orgorddd" type="STRING" size="256"/>
  3069. <Column id="repltype" type="STRING" size="256"/>
  3070. <Column id="rcptvipresncd" type="STRING" size="256"/>
  3071. <Column id="rcptvipetcresn" type="STRING" size="256"/>
  3072. <Column id="medamtpostyn" type="STRING" size="256"/>
  3073. <Column id="civilap" type="STRING" size="256"/>
  3074. <Column id="color" type="STRING" size="256"/>
  3075. <Column id="orddrid" type="STRING" size="256"/>
  3076. <Column id="centcode" type="STRING" size="256"/>
  3077. <Column id="multiord" type="STRING" size="256"/>
  3078. <Column id="pod" type="STRING" size="256"/>
  3079. <Column id="prcprgstnm" type="STRING" size="256" sumtext="처방의"/>
  3080. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3081. <Column id="recipient" type="STRING" size="256" sumtext="수혜자"/>
  3082. <Column id="outmisu" type="STRING" size="256"/>
  3083. <Column id="handidentalimg" type="STRING" size="256"/>
  3084. <Column id="drginfo" type="STRING" size="256" sumtext="질병군분류"/>
  3085. </ColumnInfo>
  3086. <Rows>
  3087. <Row/>
  3088. </Rows>
  3089. </Dataset>
  3090. <Dataset id="ds_ResizeOut" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3091. <ColumnInfo>
  3092. <Column id="elbulbodstat" type="STRING" size="256"/>
  3093. <Column id="ordtm" type="STRING" size="256"/>
  3094. <Column id="hngnm" type="STRING" size="256"/>
  3095. <Column id="pid" type="STRING" size="256"/>
  3096. <Column id="sexage" type="STRING" size="256"/>
  3097. <Column id="refer" type="STRING" size="256"/>
  3098. <Column id="replstat" type="STRING" size="256"/>
  3099. <Column id="centcd" type="STRING" size="256"/>
  3100. <Column id="subdeptcd" type="STRING" size="256"/>
  3101. <Column id="orddrnm" type="STRING" size="256"/>
  3102. <Column id="fsexamflag" type="STRING" size="256"/>
  3103. <Column id="diagnm" type="STRING" size="256"/>
  3104. <Column id="recentdiagnm" type="STRING" size="256"/>
  3105. <Column id="anodeptyn" type="STRING" size="256"/>
  3106. <Column id="spclflag" type="STRING" size="256"/>
  3107. <Column id="testrslt" type="STRING" size="256"/>
  3108. <Column id="rsrvflag" type="STRING" size="256"/>
  3109. <Column id="etcordflag" type="STRING" size="256"/>
  3110. <Column id="serdiag" type="STRING" size="256"/>
  3111. <Column id="insukind" type="STRING" size="256"/>
  3112. <Column id="prcptdayaftrcptyn" type="STRING" size="256"/>
  3113. <Column id="preexamyn" type="STRING" size="256"/>
  3114. <Column id="rsrvordtm" type="STRING" size="256"/>
  3115. <Column id="nursacptdt" type="STRING" size="256"/>
  3116. <Column id="ordstartdt" type="STRING" size="256"/>
  3117. <Column id="dracptdt" type="STRING" size="256"/>
  3118. <Column id="trsmrem" type="STRING" size="256"/>
  3119. <Column id="conctypenm" type="STRING" size="256"/>
  3120. <Column id="antidrugflag" type="STRING" size="256"/>
  3121. <Column id="coordflag" type="STRING" size="256"/>
  3122. <Column id="cpyn" type="STRING" size="256"/>
  3123. <Column id="onestop" type="STRING" size="256"/>
  3124. <Column id="dnoracptyn" type="STRING" size="256"/>
  3125. <Column id="preworkup" type="STRING" size="256"/>
  3126. <Column id="hsctpreday" type="STRING" size="256"/>
  3127. <Column id="transtype" type="STRING" size="256"/>
  3128. <Column id="hsctday" type="STRING" size="256"/>
  3129. <Column id="postcxday" type="STRING" size="256"/>
  3130. <Column id="bfjudgvalue" type="STRING" size="256"/>
  3131. <Column id="specordtype" type="STRING" size="256"/>
  3132. <Column id="ordstate" type="STRING" size="256"/>
  3133. <Column id="patmemo" type="STRING" size="4000" sumtext="환자메모"/>
  3134. <Column id="orddd" type="STRING" size="256"/>
  3135. <Column id="cretno" type="STRING" size="256"/>
  3136. <Column id="instcd" type="STRING" size="256"/>
  3137. <Column id="acptseqno" type="STRING" size="256"/>
  3138. <Column id="orgorddd" type="STRING" size="256"/>
  3139. <Column id="repltype" type="STRING" size="256"/>
  3140. <Column id="rcptvipresncd" type="STRING" size="256"/>
  3141. <Column id="rcptvipetcresn" type="STRING" size="256"/>
  3142. <Column id="medamtpostyn" type="STRING" size="256"/>
  3143. <Column id="civilap" type="STRING" size="256"/>
  3144. <Column id="color" type="STRING" size="256"/>
  3145. <Column id="orddrid" type="STRING" size="256"/>
  3146. <Column id="centcode" type="STRING" size="256"/>
  3147. <Column id="multiord" type="STRING" size="256"/>
  3148. <Column id="pod" type="STRING" size="256"/>
  3149. <Column id="prcprgstnm" type="STRING" size="256" sumtext="처방의"/>
  3150. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3151. <Column id="recipient" type="STRING" size="256" sumtext="수혜자"/>
  3152. <Column id="outmisu" type="STRING" size="256"/>
  3153. <Column id="handidentalimg" type="STRING" size="256"/>
  3154. <Column id="drginfo" type="STRING" size="256" sumtext="질병군분류"/>
  3155. </ColumnInfo>
  3156. <Rows>
  3157. <Row/>
  3158. </Rows>
  3159. </Dataset>
  3160. <Dataset id="ds_basicIn" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3161. <ColumnInfo>
  3162. <Column id="indd" type="STRING"/>
  3163. <Column id="cretno" type="STRING"/>
  3164. <Column id="seqno" type="STRING"/>
  3165. <Column id="memo" type="STRING"/>
  3166. <Column id="roomcd" type="STRING"/>
  3167. <Column id="color" type="STRING"/>
  3168. <Column id="hngnm" type="STRING"/>
  3169. <Column id="dispnm2" type="STRING"/>
  3170. <Column id="pid" type="STRING"/>
  3171. <Column id="sa" type="STRING"/>
  3172. <Column id="hd" type="STRING"/>
  3173. <Column id="pod" type="STRING"/>
  3174. <Column id="ad" type="STRING"/>
  3175. <Column id="refer" type="STRING"/>
  3176. <Column id="replstat" type="STRING"/>
  3177. <Column id="orddeptcd" type="STRING"/>
  3178. <Column id="deptnm" type="STRING"/>
  3179. <Column id="subdeptnm" type="STRING"/>
  3180. <Column id="medispclnm" type="STRING"/>
  3181. <Column id="medispclid" type="STRING"/>
  3182. <Column id="atdoctnm" type="STRING"/>
  3183. <Column id="diagnm" type="STRING"/>
  3184. <Column id="opnm" type="STRING"/>
  3185. <Column id="testrslt" type="STRING"/>
  3186. <Column id="cnst" type="STRING"/>
  3187. <Column id="spclflag" type="STRING"/>
  3188. <Column id="dayregular" type="STRING"/>
  3189. <Column id="lastprcpdd" type="STRING"/>
  3190. <Column id="drgyn" type="STRING"/>
  3191. <Column id="cpyn" type="STRING"/>
  3192. <Column id="insukind" type="STRING"/>
  3193. <Column id="dschnoti" type="STRING"/>
  3194. <Column id="conctypenm" type="STRING"/>
  3195. <Column id="transfer" type="STRING"/>
  3196. <Column id="coopteamcd" type="STRING"/>
  3197. <Column id="antidrugflag" type="STRING"/>
  3198. <Column id="preworkup" type="STRING"/>
  3199. <Column id="hsctpreday" type="STRING"/>
  3200. <Column id="transtype" type="STRING"/>
  3201. <Column id="hsctday" type="STRING"/>
  3202. <Column id="postcxday" type="STRING"/>
  3203. <Column id="specordtype" type="STRING"/>
  3204. <Column id="ordtype" type="STRING"/>
  3205. <Column id="recsubjective" type="STRING"/>
  3206. <Column id="recaccess" type="STRING"/>
  3207. <Column id="recplan" type="STRING"/>
  3208. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3209. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3210. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3211. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3212. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3213. <Column id="prgweekcnt" type="STRING" size="256" sumtext="재태기간"/>
  3214. <Column id="recovwardnm" type="STRING" size="256" sumtext="중증응급"/>
  3215. <Column id="recnightduty" type="STRING" size="256" sumtext="당직인계"/>
  3216. <Column id="childlab" type="STRING" size="256" sumtext="소아혈종LAB"/>
  3217. </ColumnInfo>
  3218. <Rows>
  3219. <Row/>
  3220. </Rows>
  3221. </Dataset>
  3222. <Dataset id="ds_AllIn" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3223. <ColumnInfo>
  3224. <Column id="indd" type="STRING"/>
  3225. <Column id="cretno" type="STRING"/>
  3226. <Column id="seqno" type="STRING"/>
  3227. <Column id="memo" type="STRING"/>
  3228. <Column id="roomcd" type="STRING"/>
  3229. <Column id="color" type="STRING"/>
  3230. <Column id="hngnm" type="STRING"/>
  3231. <Column id="dispnm2" type="STRING"/>
  3232. <Column id="pid" type="STRING"/>
  3233. <Column id="sa" type="STRING"/>
  3234. <Column id="hd" type="STRING"/>
  3235. <Column id="pod" type="STRING"/>
  3236. <Column id="ad" type="STRING"/>
  3237. <Column id="refer" type="STRING"/>
  3238. <Column id="replstat" type="STRING"/>
  3239. <Column id="orddeptcd" type="STRING"/>
  3240. <Column id="deptnm" type="STRING"/>
  3241. <Column id="subdeptnm" type="STRING"/>
  3242. <Column id="medispclnm" type="STRING"/>
  3243. <Column id="medispclid" type="STRING"/>
  3244. <Column id="atdoctnm" type="STRING"/>
  3245. <Column id="diagnm" type="STRING"/>
  3246. <Column id="opnm" type="STRING"/>
  3247. <Column id="testrslt" type="STRING"/>
  3248. <Column id="cnst" type="STRING"/>
  3249. <Column id="spclflag" type="STRING"/>
  3250. <Column id="dayregular" type="STRING"/>
  3251. <Column id="lastprcpdd" type="STRING"/>
  3252. <Column id="drgyn" type="STRING"/>
  3253. <Column id="cpyn" type="STRING"/>
  3254. <Column id="insukind" type="STRING"/>
  3255. <Column id="dschnoti" type="STRING"/>
  3256. <Column id="conctypenm" type="STRING"/>
  3257. <Column id="transfer" type="STRING"/>
  3258. <Column id="coopteamcd" type="STRING"/>
  3259. <Column id="antidrugflag" type="STRING"/>
  3260. <Column id="preworkup" type="STRING"/>
  3261. <Column id="hsctpreday" type="STRING"/>
  3262. <Column id="transtype" type="STRING"/>
  3263. <Column id="hsctday" type="STRING"/>
  3264. <Column id="postcxday" type="STRING"/>
  3265. <Column id="specordtype" type="STRING"/>
  3266. <Column id="ordtype" type="STRING"/>
  3267. <Column id="recsubjective" type="STRING"/>
  3268. <Column id="recaccess" type="STRING"/>
  3269. <Column id="recplan" type="STRING"/>
  3270. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3271. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3272. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3273. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3274. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3275. <Column id="prgweekcnt" type="STRING" size="256" sumtext="재태기간"/>
  3276. <Column id="recovwardnm" type="STRING" size="256" sumtext="중증응급"/>
  3277. <Column id="recnightduty" type="STRING" size="256" sumtext="당직인계"/>
  3278. <Column id="childlab" type="STRING" size="256" sumtext="소아혈종LAB"/>
  3279. </ColumnInfo>
  3280. <Rows>
  3281. <Row/>
  3282. </Rows>
  3283. </Dataset>
  3284. <Dataset id="ds_ResizeIn" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3285. <ColumnInfo>
  3286. <Column id="indd" type="STRING"/>
  3287. <Column id="cretno" type="STRING"/>
  3288. <Column id="seqno" type="STRING"/>
  3289. <Column id="memo" type="STRING"/>
  3290. <Column id="roomcd" type="STRING"/>
  3291. <Column id="color" type="STRING"/>
  3292. <Column id="hngnm" type="STRING"/>
  3293. <Column id="dispnm2" type="STRING"/>
  3294. <Column id="pid" type="STRING"/>
  3295. <Column id="sa" type="STRING"/>
  3296. <Column id="hd" type="STRING"/>
  3297. <Column id="pod" type="STRING"/>
  3298. <Column id="ad" type="STRING"/>
  3299. <Column id="refer" type="STRING"/>
  3300. <Column id="replstat" type="STRING"/>
  3301. <Column id="orddeptcd" type="STRING"/>
  3302. <Column id="deptnm" type="STRING"/>
  3303. <Column id="subdeptnm" type="STRING"/>
  3304. <Column id="medispclnm" type="STRING"/>
  3305. <Column id="medispclid" type="STRING"/>
  3306. <Column id="atdoctnm" type="STRING"/>
  3307. <Column id="diagnm" type="STRING"/>
  3308. <Column id="opnm" type="STRING"/>
  3309. <Column id="testrslt" type="STRING"/>
  3310. <Column id="cnst" type="STRING"/>
  3311. <Column id="spclflag" type="STRING"/>
  3312. <Column id="dayregular" type="STRING"/>
  3313. <Column id="lastprcpdd" type="STRING"/>
  3314. <Column id="drgyn" type="STRING"/>
  3315. <Column id="cpyn" type="STRING"/>
  3316. <Column id="insukind" type="STRING"/>
  3317. <Column id="dschnoti" type="STRING"/>
  3318. <Column id="conctypenm" type="STRING"/>
  3319. <Column id="transfer" type="STRING"/>
  3320. <Column id="coopteamcd" type="STRING"/>
  3321. <Column id="antidrugflag" type="STRING"/>
  3322. <Column id="preworkup" type="STRING"/>
  3323. <Column id="hsctpreday" type="STRING"/>
  3324. <Column id="transtype" type="STRING"/>
  3325. <Column id="hsctday" type="STRING"/>
  3326. <Column id="postcxday" type="STRING"/>
  3327. <Column id="specordtype" type="STRING"/>
  3328. <Column id="ordtype" type="STRING"/>
  3329. <Column id="recsubjective" type="STRING"/>
  3330. <Column id="recaccess" type="STRING"/>
  3331. <Column id="recplan" type="STRING"/>
  3332. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3333. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3334. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3335. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3336. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3337. <Column id="prgweekcnt" type="STRING" size="256" sumtext="재태기간"/>
  3338. <Column id="recovwardnm" type="STRING" size="256" sumtext="중증응급"/>
  3339. <Column id="recnightduty" type="STRING" size="256" sumtext="당직인계"/>
  3340. <Column id="childlab" type="STRING" size="256" sumtext="소아혈종LAB"/>
  3341. </ColumnInfo>
  3342. <Rows>
  3343. <Row/>
  3344. </Rows>
  3345. </Dataset>
  3346. <Dataset id="ds_basicEr" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3347. <ColumnInfo>
  3348. <Column id="bed" type="STRING"/>
  3349. <Column id="spclflag" type="STRING"/>
  3350. <Column id="adflag" type="STRING"/>
  3351. <Column id="adrvflag" type="STRING"/>
  3352. <Column id="patstat" type="STRING"/>
  3353. <Column id="pid" type="STRING"/>
  3354. <Column id="recovwardnm" type="STRING"/>
  3355. <Column id="serdiagflag" type="STRING"/>
  3356. <Column id="serdiagflag2" type="STRING"/>
  3357. <Column id="hngnm" type="STRING"/>
  3358. <Column id="dispnm2" type="STRING"/>
  3359. <Column id="sa" type="STRING"/>
  3360. <Column id="ordindeptnm" type="STRING"/>
  3361. <Column id="medispclnm" type="STRING"/>
  3362. <Column id="atdoctnm" type="STRING"/>
  3363. <Column id="orddeptnm" type="STRING"/>
  3364. <Column id="erorddeptcd" type="STRING"/>
  3365. <Column id="orddoctnm" type="STRING"/>
  3366. <Column id="orddoctid" type="STRING"/>
  3367. <Column id="diagnm" type="STRING"/>
  3368. <Column id="mainsynom" type="STRING"/>
  3369. <Column id="roomcd" type="STRING"/>
  3370. <Column id="remark1" type="STRING"/>
  3371. <Column id="remark2" type="STRING"/>
  3372. <Column id="chosdd" type="STRING"/>
  3373. <Column id="internnm1" type="STRING"/>
  3374. <Column id="internnm2" type="STRING"/>
  3375. <Column id="calltm" type="STRING"/>
  3376. <Column id="visttm" type="STRING"/>
  3377. <Column id="staytm" type="STRING"/>
  3378. <Column id="specordtype" type="STRING"/>
  3379. <Column id="drgyn" type="STRING"/>
  3380. <Column id="indd" type="STRING"/>
  3381. <Column id="cretno" type="STRING"/>
  3382. <Column id="orddeptcd" type="STRING"/>
  3383. <Column id="visitno" type="STRING"/>
  3384. <Column id="rrgstno1" type="STRING"/>
  3385. <Column id="color" type="STRING"/>
  3386. <Column id="adrvcolor" type="STRING"/>
  3387. <Column id="recovwardcd" type="STRING"/>
  3388. <Column id="actsymp" type="STRING"/>
  3389. <Column id="dschdclrtyn" type="STRING"/>
  3390. <Column id="tmcolor" type="STRING"/>
  3391. <Column id="staytime" type="STRING"/>
  3392. <Column id="prcpcolor" type="STRING"/>
  3393. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3394. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3395. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3396. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3397. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3398. <Column id="revisit" type="STRING" size="256" sumtext="재내원"/>
  3399. <Column id="assgroom" type="STRING" size="256" sumtext="압원의뢰서 배정 병실"/>
  3400. </ColumnInfo>
  3401. <Rows>
  3402. <Row/>
  3403. </Rows>
  3404. </Dataset>
  3405. <Dataset id="ds_AllEr" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3406. <ColumnInfo>
  3407. <Column id="bed" type="STRING"/>
  3408. <Column id="spclflag" type="STRING"/>
  3409. <Column id="adflag" type="STRING"/>
  3410. <Column id="adrvflag" type="STRING"/>
  3411. <Column id="patstat" type="STRING"/>
  3412. <Column id="pid" type="STRING"/>
  3413. <Column id="recovwardnm" type="STRING"/>
  3414. <Column id="serdiagflag" type="STRING"/>
  3415. <Column id="serdiagflag2" type="STRING"/>
  3416. <Column id="hngnm" type="STRING"/>
  3417. <Column id="dispnm2" type="STRING"/>
  3418. <Column id="sa" type="STRING"/>
  3419. <Column id="ordindeptnm" type="STRING"/>
  3420. <Column id="medispclnm" type="STRING"/>
  3421. <Column id="atdoctnm" type="STRING"/>
  3422. <Column id="orddeptnm" type="STRING"/>
  3423. <Column id="erorddeptcd" type="STRING"/>
  3424. <Column id="orddoctnm" type="STRING"/>
  3425. <Column id="orddoctid" type="STRING"/>
  3426. <Column id="diagnm" type="STRING"/>
  3427. <Column id="mainsynom" type="STRING"/>
  3428. <Column id="roomcd" type="STRING"/>
  3429. <Column id="remark1" type="STRING"/>
  3430. <Column id="remark2" type="STRING"/>
  3431. <Column id="chosdd" type="STRING"/>
  3432. <Column id="internnm1" type="STRING"/>
  3433. <Column id="internnm2" type="STRING"/>
  3434. <Column id="calltm" type="STRING"/>
  3435. <Column id="visttm" type="STRING"/>
  3436. <Column id="staytm" type="STRING"/>
  3437. <Column id="specordtype" type="STRING"/>
  3438. <Column id="drgyn" type="STRING"/>
  3439. <Column id="indd" type="STRING"/>
  3440. <Column id="cretno" type="STRING"/>
  3441. <Column id="orddeptcd" type="STRING"/>
  3442. <Column id="visitno" type="STRING"/>
  3443. <Column id="rrgstno1" type="STRING"/>
  3444. <Column id="color" type="STRING"/>
  3445. <Column id="adrvcolor" type="STRING"/>
  3446. <Column id="recovwardcd" type="STRING"/>
  3447. <Column id="actsymp" type="STRING"/>
  3448. <Column id="dschdclrtyn" type="STRING"/>
  3449. <Column id="tmcolor" type="STRING"/>
  3450. <Column id="staytime" type="STRING"/>
  3451. <Column id="prcpcolor" type="STRING"/>
  3452. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3453. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3454. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3455. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3456. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3457. <Column id="revisit" type="STRING" size="256" sumtext="재내원"/>
  3458. <Column id="assgroom" type="STRING" size="256" sumtext="입원의뢰서 배정 병실"/>
  3459. <Column id="ercallstatus" type="STRING" size="256" sumtext="응급실 호출 상태"/>
  3460. <Column id="covidlis" type="STRING" size="256" sumtext="코로나 검사"/>
  3461. </ColumnInfo>
  3462. <Rows>
  3463. <Row/>
  3464. </Rows>
  3465. </Dataset>
  3466. <Dataset id="ds_ResizeEr" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3467. <ColumnInfo>
  3468. <Column id="bed" type="STRING"/>
  3469. <Column id="spclflag" type="STRING"/>
  3470. <Column id="adflag" type="STRING"/>
  3471. <Column id="adrvflag" type="STRING"/>
  3472. <Column id="patstat" type="STRING"/>
  3473. <Column id="pid" type="STRING"/>
  3474. <Column id="recovwardnm" type="STRING"/>
  3475. <Column id="serdiagflag" type="STRING"/>
  3476. <Column id="serdiagflag2" type="STRING"/>
  3477. <Column id="hngnm" type="STRING"/>
  3478. <Column id="dispnm2" type="STRING"/>
  3479. <Column id="sa" type="STRING"/>
  3480. <Column id="ordindeptnm" type="STRING"/>
  3481. <Column id="medispclnm" type="STRING"/>
  3482. <Column id="atdoctnm" type="STRING"/>
  3483. <Column id="orddeptnm" type="STRING"/>
  3484. <Column id="erorddeptcd" type="STRING"/>
  3485. <Column id="orddoctnm" type="STRING"/>
  3486. <Column id="orddoctid" type="STRING"/>
  3487. <Column id="diagnm" type="STRING"/>
  3488. <Column id="mainsynom" type="STRING"/>
  3489. <Column id="roomcd" type="STRING"/>
  3490. <Column id="remark1" type="STRING"/>
  3491. <Column id="remark2" type="STRING"/>
  3492. <Column id="chosdd" type="STRING"/>
  3493. <Column id="internnm1" type="STRING"/>
  3494. <Column id="internnm2" type="STRING"/>
  3495. <Column id="calltm" type="STRING"/>
  3496. <Column id="visttm" type="STRING"/>
  3497. <Column id="staytm" type="STRING"/>
  3498. <Column id="specordtype" type="STRING"/>
  3499. <Column id="drgyn" type="STRING"/>
  3500. <Column id="indd" type="STRING"/>
  3501. <Column id="cretno" type="STRING"/>
  3502. <Column id="orddeptcd" type="STRING"/>
  3503. <Column id="visitno" type="STRING"/>
  3504. <Column id="rrgstno1" type="STRING"/>
  3505. <Column id="color" type="STRING"/>
  3506. <Column id="adrvcolor" type="STRING"/>
  3507. <Column id="recovwardcd" type="STRING"/>
  3508. <Column id="actsymp" type="STRING"/>
  3509. <Column id="dschdclrtyn" type="STRING"/>
  3510. <Column id="tmcolor" type="STRING"/>
  3511. <Column id="staytime" type="STRING"/>
  3512. <Column id="prcpcolor" type="STRING"/>
  3513. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3514. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3515. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3516. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3517. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3518. <Column id="revisit" type="STRING" size="256" sumtext="재내원"/>
  3519. <Column id="assgroom" type="STRING" size="256" sumtext="입원의뢰서 배정 병실"/>
  3520. <Column id="ercallstatus" type="STRING" size="256" sumtext="응급실 호출 상태"/>
  3521. <Column id="covidlis" type="STRING" size="256" sumtext="코로나 검사"/>
  3522. </ColumnInfo>
  3523. <Rows>
  3524. <Row/>
  3525. </Rows>
  3526. </Dataset>
  3527. <Dataset id="ds_basicOp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3528. <ColumnInfo>
  3529. <Column id="ioflag" type="STRING"/>
  3530. <Column id="oproomnm" type="STRING"/>
  3531. <Column id="patinroomdt" type="STRING"/>
  3532. <Column id="patoutroomdt" type="STRING"/>
  3533. <Column id="opfromtmcd" type="STRING"/>
  3534. <Column id="opendtmcd" type="STRING"/>
  3535. <Column id="opusetm" type="STRING"/>
  3536. <Column id="orddeptcd" type="STRING"/>
  3537. <Column id="perfdeptnm" type="STRING"/>
  3538. <Column id="pid" type="STRING"/>
  3539. <Column id="hngnm" type="STRING"/>
  3540. <Column id="dispnm2" type="STRING"/>
  3541. <Column id="sa" type="STRING"/>
  3542. <Column id="opnm" type="STRING"/>
  3543. <Column id="diagnm" type="STRING"/>
  3544. <Column id="roomcd" type="STRING"/>
  3545. <Column id="cpflag" type="STRING"/>
  3546. <Column id="drgyn" type="STRING"/>
  3547. <Column id="anstreqflag" type="STRING"/>
  3548. <Column id="anstdrnm" type="STRING"/>
  3549. <Column id="opstatcd" type="STRING"/>
  3550. <Column id="perfdrnm" type="STRING"/>
  3551. <Column id="waittime" type="STRING"/>
  3552. <Column id="conctypenm" type="STRING"/>
  3553. <Column id="spclflag" type="STRING"/>
  3554. <Column id="preworkup" type="STRING"/>
  3555. <Column id="hsctpreday" type="STRING"/>
  3556. <Column id="trsntype" type="STRING"/>
  3557. <Column id="hsctday" type="STRING"/>
  3558. <Column id="instcd" type="STRING"/>
  3559. <Column id="postcxday" type="STRING"/>
  3560. <Column id="specordtype" type="STRING"/>
  3561. <Column id="pcaflag" type="STRING"/>
  3562. <Column id="height" type="STRING"/>
  3563. <Column id="weight" type="STRING"/>
  3564. <Column id="painlessflag" type="STRING"/>
  3565. <Column id="oprsrvno" type="STRING"/>
  3566. <Column id="ophistno" type="STRING"/>
  3567. <Column id="opcnfmdd" type="STRING"/>
  3568. <Column id="perfdeptcd" type="STRING"/>
  3569. <Column id="perfdrid" type="STRING"/>
  3570. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3571. <Column id="veininfo" type="STRING" size="256" sumtext="중심정맥삽관동의서상태"/>
  3572. <Column id="trpatyn" type="STRING" size="256" sumtext="외상횐자여부"/>
  3573. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3574. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3575. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3576. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3577. </ColumnInfo>
  3578. <Rows>
  3579. <Row/>
  3580. </Rows>
  3581. </Dataset>
  3582. <Dataset id="ds_AllOp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3583. <ColumnInfo>
  3584. <Column id="ioflag" type="STRING"/>
  3585. <Column id="oproomnm" type="STRING"/>
  3586. <Column id="patinroomdt" type="STRING"/>
  3587. <Column id="patoutroomdt" type="STRING"/>
  3588. <Column id="opfromtmcd" type="STRING"/>
  3589. <Column id="opendtmcd" type="STRING"/>
  3590. <Column id="opusetm" type="STRING"/>
  3591. <Column id="orddeptcd" type="STRING"/>
  3592. <Column id="perfdeptnm" type="STRING"/>
  3593. <Column id="pid" type="STRING"/>
  3594. <Column id="hngnm" type="STRING"/>
  3595. <Column id="dispnm2" type="STRING"/>
  3596. <Column id="sa" type="STRING"/>
  3597. <Column id="opnm" type="STRING"/>
  3598. <Column id="diagnm" type="STRING"/>
  3599. <Column id="roomcd" type="STRING"/>
  3600. <Column id="cpflag" type="STRING"/>
  3601. <Column id="drgyn" type="STRING"/>
  3602. <Column id="anstreqflag" type="STRING"/>
  3603. <Column id="anstdrnm" type="STRING"/>
  3604. <Column id="opstatcd" type="STRING"/>
  3605. <Column id="perfdrnm" type="STRING"/>
  3606. <Column id="waittime" type="STRING"/>
  3607. <Column id="conctypenm" type="STRING"/>
  3608. <Column id="spclflag" type="STRING"/>
  3609. <Column id="preworkup" type="STRING"/>
  3610. <Column id="hsctpreday" type="STRING"/>
  3611. <Column id="trsntype" type="STRING"/>
  3612. <Column id="hsctday" type="STRING"/>
  3613. <Column id="instcd" type="STRING"/>
  3614. <Column id="postcxday" type="STRING"/>
  3615. <Column id="specordtype" type="STRING"/>
  3616. <Column id="pcaflag" type="STRING"/>
  3617. <Column id="height" type="STRING"/>
  3618. <Column id="weight" type="STRING"/>
  3619. <Column id="painlessflag" type="STRING"/>
  3620. <Column id="oprsrvno" type="STRING"/>
  3621. <Column id="ophistno" type="STRING"/>
  3622. <Column id="opcnfmdd" type="STRING"/>
  3623. <Column id="perfdeptcd" type="STRING"/>
  3624. <Column id="perfdrid" type="STRING"/>
  3625. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3626. <Column id="veininfo" type="STRING" size="256" sumtext="중심정맥삽관동의서상태"/>
  3627. <Column id="trpatyn" type="STRING" size="256" sumtext="외상횐자여부"/>
  3628. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3629. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3630. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3631. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3632. <Column id="anstcmt" type="STRING" size="256" sumtext="마취과 코멘트"/>
  3633. <Column id="anstplan" type="STRING" size="256" sumtext="마취계획"/>
  3634. <Column id="anstdelivefact" type="STRING" size="256" sumtext="마취과전달사항"/>
  3635. </ColumnInfo>
  3636. <Rows>
  3637. <Row/>
  3638. </Rows>
  3639. </Dataset>
  3640. <Dataset id="ds_ResizeOp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3641. <ColumnInfo>
  3642. <Column id="ioflag" type="STRING"/>
  3643. <Column id="oproomnm" type="STRING"/>
  3644. <Column id="patinroomdt" type="STRING"/>
  3645. <Column id="patoutroomdt" type="STRING"/>
  3646. <Column id="opfromtmcd" type="STRING"/>
  3647. <Column id="opendtmcd" type="STRING"/>
  3648. <Column id="opusetm" type="STRING"/>
  3649. <Column id="orddeptcd" type="STRING"/>
  3650. <Column id="perfdeptnm" type="STRING"/>
  3651. <Column id="pid" type="STRING"/>
  3652. <Column id="hngnm" type="STRING"/>
  3653. <Column id="dispnm2" type="STRING"/>
  3654. <Column id="sa" type="STRING"/>
  3655. <Column id="opnm" type="STRING"/>
  3656. <Column id="diagnm" type="STRING"/>
  3657. <Column id="roomcd" type="STRING"/>
  3658. <Column id="cpflag" type="STRING"/>
  3659. <Column id="drgyn" type="STRING"/>
  3660. <Column id="anstreqflag" type="STRING"/>
  3661. <Column id="anstdrnm" type="STRING"/>
  3662. <Column id="opstatcd" type="STRING"/>
  3663. <Column id="perfdrnm" type="STRING"/>
  3664. <Column id="waittime" type="STRING"/>
  3665. <Column id="conctypenm" type="STRING"/>
  3666. <Column id="spclflag" type="STRING"/>
  3667. <Column id="preworkup" type="STRING"/>
  3668. <Column id="hsctpreday" type="STRING"/>
  3669. <Column id="trsntype" type="STRING"/>
  3670. <Column id="hsctday" type="STRING"/>
  3671. <Column id="instcd" type="STRING"/>
  3672. <Column id="postcxday" type="STRING"/>
  3673. <Column id="specordtype" type="STRING"/>
  3674. <Column id="pcaflag" type="STRING"/>
  3675. <Column id="height" type="STRING"/>
  3676. <Column id="weight" type="STRING"/>
  3677. <Column id="painlessflag" type="STRING"/>
  3678. <Column id="oprsrvno" type="STRING"/>
  3679. <Column id="ophistno" type="STRING"/>
  3680. <Column id="opcnfmdd" type="STRING"/>
  3681. <Column id="perfdeptcd" type="STRING"/>
  3682. <Column id="perfdrid" type="STRING"/>
  3683. <Column id="drginfo" type="STRING" size="256" sumtext="DRG구분"/>
  3684. <Column id="veininfo" type="STRING" size="256" sumtext="중심정맥삽관동의서상태"/>
  3685. <Column id="trpatyn" type="STRING" size="256" sumtext="외상횐자여부"/>
  3686. <Column id="btype" type="STRING" size="256" sumtext="혈액형"/>
  3687. <Column id="disp1img" type="STRING" size="256" sumtext="혈액주의"/>
  3688. <Column id="disp2img" type="STRING" size="256" sumtext="접촉주의"/>
  3689. <Column id="disp3img" type="STRING" size="256" sumtext="호흡기주의"/>
  3690. <Column id="anstcmt" type="STRING" size="256"/>
  3691. <Column id="anstplan" type="STRING" size="256"/>
  3692. <Column id="anstdelivefact" type="STRING" size="256"/>
  3693. </ColumnInfo>
  3694. <Rows>
  3695. <Row/>
  3696. </Rows>
  3697. </Dataset>
  3698. <Dataset id="ds_basicSrch" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3699. <ColumnInfo>
  3700. <Column id="cretno" type="STRING"/>
  3701. <Column id="ioflag" type="STRING"/>
  3702. <Column id="instcd" type="STRING"/>
  3703. <Column id="ordtype" type="STRING"/>
  3704. <Column id="rrgstno1" type="STRING"/>
  3705. <Column id="orddrid" type="STRING"/>
  3706. <Column id="pid" type="STRING"/>
  3707. <Column id="hngnm" type="STRING"/>
  3708. <Column id="dispnm2" type="STRING"/>
  3709. <Column id="sa" type="STRING"/>
  3710. <Column id="orddd" type="STRING"/>
  3711. <Column id="centcd" type="STRING"/>
  3712. <Column id="orddeptcd" type="STRING"/>
  3713. <Column id="subdeptcd" type="STRING"/>
  3714. <Column id="orddrnm" type="STRING"/>
  3715. <Column id="roomcd" type="STRING"/>
  3716. <Column id="diagnm" type="STRING"/>
  3717. <Column id="insukind" type="STRING"/>
  3718. <Column id="rsrv" type="STRING"/>
  3719. <Column id="cnst" type="STRING"/>
  3720. <Column id="stat" type="STRING"/>
  3721. <Column id="conctypenm" type="STRING"/>
  3722. <Column id="spclflag" type="STRING"/>
  3723. <Column id="preworkup" type="STRING"/>
  3724. <Column id="hsctpredd" type="STRING"/>
  3725. <Column id="trnpttype" type="STRING"/>
  3726. <Column id="hsctday" type="STRING"/>
  3727. <Column id="postcxday" type="STRING"/>
  3728. </ColumnInfo>
  3729. <Rows>
  3730. <Row/>
  3731. </Rows>
  3732. </Dataset>
  3733. <Dataset id="ds_AllSrch" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3734. <ColumnInfo>
  3735. <Column id="cretno" type="STRING"/>
  3736. <Column id="ioflag" type="STRING"/>
  3737. <Column id="instcd" type="STRING"/>
  3738. <Column id="ordtype" type="STRING"/>
  3739. <Column id="rrgstno1" type="STRING"/>
  3740. <Column id="orddrid" type="STRING"/>
  3741. <Column id="pid" type="STRING"/>
  3742. <Column id="hngnm" type="STRING"/>
  3743. <Column id="dispnm2" type="STRING"/>
  3744. <Column id="sa" type="STRING"/>
  3745. <Column id="orddd" type="STRING"/>
  3746. <Column id="centcd" type="STRING"/>
  3747. <Column id="orddeptcd" type="STRING"/>
  3748. <Column id="subdeptcd" type="STRING"/>
  3749. <Column id="orddrnm" type="STRING"/>
  3750. <Column id="roomcd" type="STRING"/>
  3751. <Column id="diagnm" type="STRING"/>
  3752. <Column id="insukind" type="STRING"/>
  3753. <Column id="rsrv" type="STRING"/>
  3754. <Column id="cnst" type="STRING"/>
  3755. <Column id="stat" type="STRING"/>
  3756. <Column id="conctypenm" type="STRING"/>
  3757. <Column id="spclflag" type="STRING"/>
  3758. <Column id="preworkup" type="STRING"/>
  3759. <Column id="hsctpredd" type="STRING"/>
  3760. <Column id="trnpttype" type="STRING"/>
  3761. <Column id="hsctday" type="STRING"/>
  3762. <Column id="postcxday" type="STRING"/>
  3763. </ColumnInfo>
  3764. <Rows>
  3765. <Row/>
  3766. </Rows>
  3767. </Dataset>
  3768. <Dataset id="ds_ResizeSrch" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3769. <ColumnInfo>
  3770. <Column id="cretno" type="STRING"/>
  3771. <Column id="ioflag" type="STRING"/>
  3772. <Column id="instcd" type="STRING"/>
  3773. <Column id="ordtype" type="STRING"/>
  3774. <Column id="rrgstno1" type="STRING"/>
  3775. <Column id="orddrid" type="STRING"/>
  3776. <Column id="pid" type="STRING"/>
  3777. <Column id="hngnm" type="STRING"/>
  3778. <Column id="dispnm2" type="STRING"/>
  3779. <Column id="sa" type="STRING"/>
  3780. <Column id="orddd" type="STRING"/>
  3781. <Column id="centcd" type="STRING"/>
  3782. <Column id="orddeptcd" type="STRING"/>
  3783. <Column id="subdeptcd" type="STRING"/>
  3784. <Column id="orddrnm" type="STRING"/>
  3785. <Column id="roomcd" type="STRING"/>
  3786. <Column id="diagnm" type="STRING"/>
  3787. <Column id="insukind" type="STRING"/>
  3788. <Column id="rsrv" type="STRING"/>
  3789. <Column id="cnst" type="STRING"/>
  3790. <Column id="stat" type="STRING"/>
  3791. <Column id="conctypenm" type="STRING"/>
  3792. <Column id="spclflag" type="STRING"/>
  3793. <Column id="preworkup" type="STRING"/>
  3794. <Column id="hsctpredd" type="STRING"/>
  3795. <Column id="trnpttype" type="STRING"/>
  3796. <Column id="hsctday" type="STRING"/>
  3797. <Column id="postcxday" type="STRING"/>
  3798. </ColumnInfo>
  3799. <Rows>
  3800. <Row/>
  3801. </Rows>
  3802. </Dataset>
  3803. <Dataset id="ds_basicCnst" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3804. <ColumnInfo>
  3805. <Column id="eryn" type="STRING"/>
  3806. <Column id="pid" type="STRING"/>
  3807. <Column id="hngnm" type="STRING"/>
  3808. <Column id="dispnm2" type="STRING"/>
  3809. <Column id="sa" type="STRING"/>
  3810. <Column id="requsernm" type="STRING"/>
  3811. <Column id="reqdeptnm" type="STRING"/>
  3812. <Column id="reqdt" type="STRING"/>
  3813. <Column id="roomcd" type="STRING"/>
  3814. <Column id="replyn" type="STRING"/>
  3815. <Column id="recvtm" type="STRING"/>
  3816. <Column id="termengnm" type="STRING"/>
  3817. <Column id="recvusernm" type="STRING"/>
  3818. <Column id="formrecseq" type="STRING"/>
  3819. <Column id="acptorddd" type="STRING"/>
  3820. <Column id="acptcretno" type="STRING"/>
  3821. <Column id="orddd" type="STRING"/>
  3822. <Column id="cretno" type="STRING"/>
  3823. <Column id="ioflag" type="STRING"/>
  3824. </ColumnInfo>
  3825. <Rows>
  3826. <Row/>
  3827. </Rows>
  3828. </Dataset>
  3829. <Dataset id="ds_AllCnst" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3830. <ColumnInfo>
  3831. <Column id="eryn" type="STRING"/>
  3832. <Column id="pid" type="STRING"/>
  3833. <Column id="hngnm" type="STRING"/>
  3834. <Column id="dispnm2" type="STRING"/>
  3835. <Column id="sa" type="STRING"/>
  3836. <Column id="requsernm" type="STRING"/>
  3837. <Column id="reqdeptnm" type="STRING"/>
  3838. <Column id="reqdt" type="STRING"/>
  3839. <Column id="roomcd" type="STRING"/>
  3840. <Column id="replyn" type="STRING"/>
  3841. <Column id="recvtm" type="STRING"/>
  3842. <Column id="termengnm" type="STRING"/>
  3843. <Column id="recvusernm" type="STRING"/>
  3844. <Column id="formrecseq" type="STRING"/>
  3845. <Column id="acptorddd" type="STRING"/>
  3846. <Column id="acptcretno" type="STRING"/>
  3847. <Column id="orddd" type="STRING"/>
  3848. <Column id="cretno" type="STRING"/>
  3849. <Column id="ioflag" type="STRING"/>
  3850. </ColumnInfo>
  3851. <Rows>
  3852. <Row/>
  3853. </Rows>
  3854. </Dataset>
  3855. <Dataset id="ds_ResizeCnst" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  3856. <ColumnInfo>
  3857. <Column id="eryn" type="STRING"/>
  3858. <Column id="pid" type="STRING"/>
  3859. <Column id="hngnm" type="STRING"/>
  3860. <Column id="dispnm2" type="STRING"/>
  3861. <Column id="sa" type="STRING"/>
  3862. <Column id="requsernm" type="STRING"/>
  3863. <Column id="reqdeptnm" type="STRING"/>
  3864. <Column id="reqdt" type="STRING"/>
  3865. <Column id="roomcd" type="STRING"/>
  3866. <Column id="replyn" type="STRING"/>
  3867. <Column id="recvtm" type="STRING"/>
  3868. <Column id="termengnm" type="STRING"/>
  3869. <Column id="recvusernm" type="STRING"/>
  3870. <Column id="formrecseq" type="STRING"/>
  3871. <Column id="acptorddd" type="STRING"/>
  3872. <Column id="acptcretno" type="STRING"/>
  3873. <Column id="orddd" type="STRING"/>
  3874. <Column id="cretno" type="STRING"/>
  3875. <Column id="ioflag" type="STRING"/>
  3876. </ColumnInfo>
  3877. <Rows>
  3878. <Row/>
  3879. </Rows>
  3880. </Dataset>
  3881. </Objects>
  3882. <Script type="xscript4.0"><![CDATA[/*
  3883. - ▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩
  3884. 진료대상자 화면설정 ( SPMMB01100_진료대상자 화면설정.xfdl - JScript )
  3885. - ▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩
  3886. */
  3887. include "com_commonxp::comm_main.xjs";
  3888. include "emr_prcpmngtxp::MMO001.xjs";
  3889. include "emr_prcpmngtxp::SPMMB01100.xjs";
  3890. function SPMMB01100_oninit(obj:Form, e:InitEventInfo)
  3891. {
  3892. frmf_initForm(obj);
  3893. }
  3894. function SPMMB01100_onload(obj:Form, e:LoadEventInfo)
  3895. {
  3896. fInitialize_SPMMB01100();
  3897. }
  3898. function Tab00_onchanged(obj:Tab, e:TabIndexChangeEventInfo)
  3899. {
  3900. switch(obj.tabindex) {
  3901. case 0:
  3902. default:
  3903. fClkBtnOfTopTab("out", "grd_outpatlist", "SMMMO04200");
  3904. break;
  3905. case 1:
  3906. fClkBtnOfTopTab("in", "grd_inpatlist", "SMMMO04300");
  3907. break;
  3908. case 2:
  3909. fClkBtnOfTopTab("er", "grd_erpatlist", "SMMMO04400");
  3910. break;
  3911. case 3:
  3912. fClkBtnOfTopTab("op", "grd_oppatlist", "SMMMO04500");
  3913. break;
  3914. case 4:
  3915. fClkBtnOfTopTab("srch", "grd_srchpatlist", "SMMMO04700");
  3916. break;
  3917. case 5:
  3918. fClkBtnOfTopTab("cnst", "grd_cnstpatlist", "SMMMO04800");
  3919. break;
  3920. }
  3921. }
  3922. function pmn_menu1_onmenuclick(obj:PopupMenu, e:MenuClickEventInfo)
  3923. {
  3924. eval(e.id + "()");
  3925. }
  3926. function pmn_menu2_onmenuclick(obj:PopupMenu, e:MenuClickEventInfo)
  3927. {
  3928. eval(e.id + "()");
  3929. }
  3930. function Tab00_grd_ondrag(obj:Grid, e:GridDragEventInfo)
  3931. {
  3932. if(e.row < 0 || e.col < 0) return false;
  3933. fAddColDragStart(obj, e);
  3934. return true;
  3935. }
  3936. function Tab00_grd_ondragmove(obj:Grid, e:GridDragEventInfo)
  3937. {
  3938. fAddColDragOver(obj, e);
  3939. }
  3940. function Tab00_grd_onrbuttondown(obj:Grid, e:GridMouseEventInfo)
  3941. {
  3942. if(e.row < 0) return;
  3943. grdf_setSelectedCell(obj, e);
  3944. pmn_menu1.trackPopup(e.screenX,e.screenY);
  3945. }
  3946. function Tab00_grd_resize_ondragmove(obj:Grid, e:GridDragEventInfo)
  3947. {
  3948. fAddColDragOver(obj, e);
  3949. }
  3950. function Tab00_grd_resize_ondrop(obj:Grid, e:GridDragEventInfo)
  3951. {
  3952. if(e.row < 0 || e.col < 0) return;
  3953. eval(getCurrentGridId(e.sourceobject.name)).style.cursor = obj.style.cursor = "auto";
  3954. fAddColDrop(obj, e);
  3955. }
  3956. function Tab00_grd_resize_onrbuttondown(obj:Grid, e:GridMouseEventInfo)
  3957. {
  3958. if(e.row < 0) return;
  3959. grdf_setSelectedCell(obj, e);
  3960. pmn_menu2.trackPopup(e.screenX,e.screenY);
  3961. }
  3962. function Button00_onclick(obj:Button, e:ClickEventInfo)
  3963. {
  3964. fAppOrderOfCol("ALL");
  3965. }
  3966. function Button01_onclick(obj:Button, e:ClickEventInfo)
  3967. {
  3968. fAppOrderOfCol("BASIC");
  3969. }
  3970. function Button02_onclick(obj:Button, e:ClickEventInfo)
  3971. {
  3972. fSaveOrderInfoCol();
  3973. opener.frmf_setParameter("SPMMB01100_rtn_useyn", "Y");
  3974. close();
  3975. }
  3976. function Button03_onclick(obj:Button, e:ClickEventInfo)
  3977. {
  3978. opener.frmf_setParameter("SPMMB01100_rtn_useyn", "N");
  3979. close();
  3980. }
  3981. function getCurrentGridId (sGrdid) {
  3982. var caseid = ds_cond.getColumn(0, "caseid");
  3983. var grdid = (utlf_isNull(sGrdid)) ? ds_cond.getColumn(0, "grdid") : sGrdid;
  3984. return "Tab00." + caseid + "." + grdid;
  3985. }]]></Script>
  3986. </Form>
  3987. </FDL>