SMMRD00100_암환자관리.xfdl 284 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMMRD00100" position="absolute 0 0 1195 805" titletext="암환자관리" oninit="SMMRD00100_oninit" onload="SMMRD00100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Tab position="absolute 0 26 1190 799" id="switch1" onchanged="switch1_onchanged">
  8. <Tabpages>
  9. <Tabpage text="암등록환자조회" id="case1">
  10. <Layouts>
  11. <Layout>
  12. <Shape position="absolute 0 5 1185 65" id="roundrect2" type="roundrectangle"/>
  13. <Button position="absolute 1120 25 1176 47" id="button2" class="btn1" text="조회" onclick="switch1_case1_button2_onclick"/>
  14. <Combo position="absolute 725 13 825 32" id="cmb_srchcncrrgst" class="combo_search" innerdataset="@ds_init_srchcncrrgst_deptinfo" datacolumn="depthngnm" codecolumn="deptcd" onitemchanged="switch1_case1_cmb_srchcncrrgst_onitemchanged"/>
  15. <Combo position="absolute 945 13 1045 32" id="cmb_drinfo" class="combo_search" innerdataset="@ds_init_srchcncrrgst_drinfo" datacolumn="drnm" codecolumn="drid"/>
  16. <Calendar position="absolute 385 13 485 32" id="input13" class="input_search" autoselect="true"/>
  17. <Static text="내원구분 :" position="absolute 20 14 106 31" id="caption56" class="search_name"/>
  18. <Calendar position="absolute 500 13 600 32" id="input14" class="input_search" autoselect="true"/>
  19. <Static text="진료과 :" position="absolute 650 14 736 31" id="cap_orddept" class="search_name"/>
  20. <Static text="담당교수 :" position="absolute 870 14 956 31" id="caption59" class="search_name"/>
  21. <Radio position="absolute 107 13 245 33" id="rdo_ordtype" class="radio_search" columncount="-1" rowcount="-1" codecolumn="codecolumn" datacolumn="datacolumn" onitemchanged="switch1_case1_rdo_ordtype_onitemchanged">
  22. <Dataset id="innerdataset">
  23. <ColumnInfo>
  24. <Column id="codecolumn"/>
  25. <Column id="datacolumn"/>
  26. </ColumnInfo>
  27. <Rows>
  28. <Row>
  29. <Col id="codecolumn">A</Col>
  30. <Col id="datacolumn">전체</Col>
  31. </Row>
  32. <Row>
  33. <Col id="codecolumn">O</Col>
  34. <Col id="datacolumn">외래</Col>
  35. </Row>
  36. <Row>
  37. <Col id="codecolumn">I</Col>
  38. <Col id="datacolumn">퇴원</Col>
  39. </Row>
  40. </Rows>
  41. </Dataset>
  42. </Radio>
  43. <Shape position="absolute 1096 18 1102 55" linetype="vertical" id="line4" class="line_4"/>
  44. <Grid position="absolute 0 90 1185 740" id="grd_cncrrgstlist" binddataset="ds_main_cncrrgstpatlist_list" oncelldblclick="switch1_case1_grd_cncrrgstlist_oncelldblclick" autoenter="key" selecttype="multirow">
  45. <Formats>
  46. <Format id="default">
  47. <Columns>
  48. <Column size="24"/>
  49. <Column size="59"/>
  50. <Column size="70"/>
  51. <Column size="66"/>
  52. <Column size="0"/>
  53. <Column size="0"/>
  54. <Column size="68"/>
  55. <Column size="80"/>
  56. <Column size="0"/>
  57. <Column size="120"/>
  58. <Column size="0"/>
  59. <Column size="60"/>
  60. <Column size="90"/>
  61. <Column size="90"/>
  62. <Column size="90"/>
  63. <Column size="60"/>
  64. <Column size="285"/>
  65. <Column size="80"/>
  66. <Column size="80"/>
  67. <Column size="80"/>
  68. </Columns>
  69. <Rows>
  70. <Row size="24" band="head"/>
  71. <Row size="24"/>
  72. </Rows>
  73. <Band id="head">
  74. <Cell/>
  75. <Cell col="1" text="내원구분"/>
  76. <Cell col="2" text="초재진"/>
  77. <Cell col="3" text="등록번호"/>
  78. <Cell col="4" text="생성번호"/>
  79. <Cell col="5" text="내원일자"/>
  80. <Cell col="6" text="성명"/>
  81. <Cell col="7" text="진료일"/>
  82. <Cell col="8" text="진료과코드"/>
  83. <Cell col="9" text="진료과"/>
  84. <Cell col="10" text="담당교수ID"/>
  85. <Cell col="11" text="진단코드"/>
  86. <Cell col="12" text="암등록번호"/>
  87. <Cell col="13" text="ICD10"/>
  88. <Cell col="14" text="중증등록코드" wordwrap="word"/>
  89. <Cell col="15" text="대상제외"/>
  90. <Cell col="16" text="대상제외사유"/>
  91. <Cell col="17" text="사망일자"/>
  92. <Cell col="18" text="사망장소"/>
  93. <Cell col="19" text="사망원인"/>
  94. </Band>
  95. <Band id="body">
  96. <Cell celltype="head" expr="expr:currow + 1"/>
  97. <Cell col="1" displaytype="combo" edittype="combo" style="padding:1 2 1 2;" text="bind:ordtype" combodataset="ds_cbo_ordtype" combocodecol="value" combodatacol="label" enable="false"/>
  98. <Cell col="2" text="bind:fsexam"/>
  99. <Cell col="3" text="bind:pid"/>
  100. <Cell col="4" text="bind:cretno"/>
  101. <Cell col="5" displaytype="date" edittype="date" text="bind:orddd"/>
  102. <Cell col="6" text="bind:patnm"/>
  103. <Cell col="7" displaytype="date" text="bind:dschdd" calendardisplaynulltype="none" enable="false"/>
  104. <Cell col="8" text="bind:orddeptcd"/>
  105. <Cell col="9" text="bind:orddeptnm"/>
  106. <Cell col="10" text="bind:orddrid"/>
  107. <Cell col="11" style="align:left top;padding:5 2 1 2;" text="bind:diagcd" wordwrap="word"/>
  108. <Cell col="12" style="align:left top;padding:5 2 1 2;" text="bind:cncr_histno" wordwrap="word"/>
  109. <Cell col="13" style="align:left top;padding:5 2 1 2;" text="bind:icd10cd" wordwrap="word"/>
  110. <Cell col="14" style="align:left top;padding:5 2 1 2;" text="bind:serdiagno" wordwrap="word"/>
  111. <Cell col="15" displaytype="combo" edittype="combo" style="padding:1 2 1 2;" text="bind:cncrexptflag" combodataset="ds_cbo_cncrexptflag" combocodecol="value" combodatacol="label"/>
  112. <Cell col="16" displaytype="text" edittype="text" style="align:left top;padding:5 2 1 2;" text="bind:cncrexpt" wordwrap="word" editautoselect="true"/>
  113. <Cell col="17" displaytype="date" text="bind:dethdd" calendardisplaynulltype="none"/>
  114. <Cell col="18" displaytype="combo" text="bind:dethplcecd" combodataset="ds_main_common_M0173" combocodecol="cdid" combodatacol="cdnm"/>
  115. <Cell col="19" text="bind:dethcause"/>
  116. </Band>
  117. </Format>
  118. </Formats>
  119. </Grid>
  120. <Static text="~" position="absolute 486 14 498 31" id="caption60" class="search_no_b"/>
  121. <Radio position="absolute 107 39 537 56" id="radio1" class="radio_search" columncount="-1" rowcount="-1" codecolumn="codecolumn" datacolumn="datacolumn" style="textpadding:0 5 0 3;" onitemchanged="switch1_case1_radio1_onitemchanged">
  122. <Dataset id="innerdataset">
  123. <ColumnInfo>
  124. <Column id="codecolumn"/>
  125. <Column id="datacolumn"/>
  126. </ColumnInfo>
  127. <Rows>
  128. <Row>
  129. <Col id="codecolumn">1</Col>
  130. <Col id="datacolumn">암등록대상 LIST 조회</Col>
  131. </Row>
  132. <Row>
  133. <Col id="codecolumn">2</Col>
  134. <Col id="datacolumn">암등록환자조회</Col>
  135. </Row>
  136. <Row>
  137. <Col id="codecolumn">3</Col>
  138. <Col id="datacolumn">미등록자료</Col>
  139. </Row>
  140. <Row>
  141. <Col id="codecolumn">4</Col>
  142. <Col id="datacolumn">대상제외자료</Col>
  143. </Row>
  144. </Rows>
  145. </Dataset>
  146. </Radio>
  147. <Static text="조회옵션 :" position="absolute 20 40 106 57" id="caption49" class="search_name"/>
  148. <Button position="absolute 1072 68 1127 89" id="button15" class="btn7" text="엑셀" onclick="switch1_case1_button15_onclick"/>
  149. <Button position="absolute 1129 67 1185 89" id="button16" class="btn4" text="저장" onclick="switch1_case1_button16_onclick"/>
  150. <Static id="caption67" text="사망일자 :" class="search_name" position="absolute 650 38 736 55"/>
  151. <Calendar id="input29" taborder="1" class="input_search" position="absolute 740 37 840 56" autoselect="true"/>
  152. <Static id="caption66" text="~" class="search_no_b" position="absolute 843 38 855 55"/>
  153. <Calendar id="input30" taborder="2" class="input_search" position="absolute 855 37 955 56" autoselect="true"/>
  154. <CheckBox id="checkbox1" taborder="3" position="absolute 543 37 616 57" text="사망환자" onclick="switch1_case1_checkbox1_onclick"/>
  155. <Static id="cap_orddd" text="진료일자 :" class="search_name" position="absolute 284 14 370 31"/>
  156. </Layout>
  157. </Layouts>
  158. </Tabpage>
  159. <Tabpage text="암환자등록" position="absolute 0 0 1190 745" id="case2">
  160. <Layouts>
  161. <Layout>
  162. <Combo position="absolute 164 667 302 686" align="align:left middle;" id="cmb_regimen1" class="combo_default" innerdataset="@ds_main_common_M0182" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_regimen1_onitemchanged"/>
  163. <Edit position="absolute 97 111 140 130" id="ipt_sex" class="input_default" autoselect="true"/>
  164. <Button position="absolute 1155 92 1171 108" id="button26" class="icon_search" text="" onclick="switch1_case2_button26_onclick"/>
  165. <Static text="진단일자" position="absolute 400 382 493 401" align="align:center middle;" id="caption223" class="cell_1"/>
  166. <Static text="암번호별 이력조회(History)" position="absolute 1 219 187 236" id="caption234" class="tit_2"/>
  167. <Edit position="absolute 143 111 186 130" id="ipt_age" class="input_default" autoselect="true"/>
  168. <Static text="진단병원" position="absolute 400 404 493 423" align="align:center middle;" id="caption224" class="cell_1"/>
  169. <Combo position="absolute 112 426 202 445" align="align:left middle;" id="cmb_sickstat" class="combo_essential" innerdataset="@ds_main_common_M0172" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_sickstat_onitemchanged"/>
  170. <Combo position="absolute 164 689 302 708" align="align:left middle;" id="cmb_regimen2" class="combo_default" innerdataset="@ds_hidden_cncrpatrgst_rerntmetstaspart_regimen2" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_regimen2_onitemchanged"/>
  171. <Edit position="absolute 567 111 622 130" id="ipt_zipcode1" class="input_default" autoselect="true"/>
  172. <Static text="기타진단병원" position="absolute 400 426 493 445" align="align:center middle;" id="caption225" class="cell_1"/>
  173. <Static text="직업" position="absolute 0 155 95 196" align="align:center middle;" id="caption40" class="cell_1"/>
  174. <Edit position="absolute 687 448 777 467" id="ipt_icd10cd" class="input_essential" autoselect="true" onkeydown="switch1_case2_ipt_icd10cd_onkeydown"/>
  175. <Edit position="absolute 624 111 679 130" id="ipt_zipcode2" class="input_default" autoselect="true"/>
  176. <Static text="M-Code" position="absolute 595 404 685 423" align="align:center middle;" id="caption41" class="cell_1"/>
  177. <Static text="퇴원일자" position="absolute 235 67 330 86" align="align:center middle;" id="caption30" class="cell_1"/>
  178. <Edit position="absolute 705 111 937 130" id="ipt_addr" class="input_default" autoselect="true"/>
  179. <Static text="환자상태 정보" position="absolute 1 361 147 378" id="caption216" class="tit_2"/>
  180. <Edit position="absolute 495 426 592 445" id="ipt_etcdiaghospnm" class="input_default" autoselect="true"/>
  181. <Static text="ECOG" position="absolute 0 645 110 664" align="align:center middle;" id="caption31" class="cell_1"/>
  182. <Edit position="absolute 567 177 702 196" id="ipt_hometel" class="input_default" autoselect="true"/>
  183. <Edit position="absolute 332 133 467 152" id="ipt_totinhospdayno" class="input_default" autoselect="true"/>
  184. <Static text="사망원인" position="absolute 205 426 305 445" align="align:center middle;" id="caption20" class="cell_1"/>
  185. <Edit position="absolute 1037 89 1092 108" id="input1" class="input_default" autoselect="true"/>
  186. <Shape position="absolute 598 550 1178 556" linetype="horizontal" id="line78" class="line_10"/>
  187. <Static text="M" position="absolute 972 426 1062 445" align="align:center middle;" id="caption32" class="cell_1"/>
  188. <Edit position="absolute 940 133 1172 152" id="ipt_detaddr" class="input_default" autoselect="true"/>
  189. <Static text="입원과담당교수" position="absolute 705 89 800 108" align="align:center middle;" id="caption21" class="cell_1"/>
  190. <Static text="전화번호" position="absolute 470 177 565 196" align="align:center middle;" id="caption10" class="cell_1"/>
  191. <Static text="N" position="absolute 972 404 1062 423" align="align:center middle;" id="caption1" class="cell_1"/>
  192. <Edit position="absolute 97 45 192 64" id="ipt_pid" class="input_essential" taborder="1" autoselect="true" onkeydown="switch1_case2_ipt_pid_onkeydown"/>
  193. <Static text="성명" position="absolute 0 67 95 86" align="align:center middle;" id="caption190" class="cell_1"/>
  194. <Edit position="absolute 1094 89 1149 108" id="input5" class="input_default" autoselect="true"/>
  195. <Edit position="absolute 940 111 1172 130" id="input8" class="input_default" autoselect="true"/>
  196. <Shape position="absolute 0 377 202 383" linetype="horizontal" id="line79" class="line_10"/>
  197. <Static text="전이부위2" position="absolute 0 579 110 598" align="align:center middle;" id="caption229" class="cell_1"/>
  198. <Static text="기타병기구분" position="absolute 972 470 1062 489" align="align:center middle;" id="caption44" class="cell_1"/>
  199. <Static text="입원일자" position="absolute 235 89 330 108" align="align:center middle;" id="caption33" class="cell_1"/>
  200. <Edit position="absolute 307 426 397 445" id="ipt_dethcascd" class="input_default" autoselect="true"/>
  201. <Static text="생존기간(년/월)" position="absolute 205 448 305 467" align="align:center middle;" id="caption22" class="cell_1"/>
  202. <Static text="사망일자" position="absolute 205 404 305 423" align="align:center middle;" id="caption11" class="cell_1"/>
  203. <Static text="외래진료과" position="absolute 470 45 565 64" align="align:center middle;" id="caption2" class="cell_1"/>
  204. <Shape position="absolute 0 40 937 46" linetype="horizontal" id="line69" class="line_10"/>
  205. <Static text="주민번호" position="absolute 0 89 95 108" align="align:center middle;" id="caption191" class="cell_1"/>
  206. <Edit position="absolute 97 89 162 108" id="ipt_rrgstno1" class="input_essential" autoselect="true"/>
  207. <Static text="다발성원발암 여부" position="absolute 0 404 111 423" align="align:center middle;" id="caption219" class="cell_1"/>
  208. <Static text="병기" position="absolute 972 448 1062 467" align="align:center middle;" id="caption34" class="cell_1"/>
  209. <Edit position="absolute 567 155 702 174" id="ipt_mpphontel" class="input_default" autoselect="true"/>
  210. <Edit position="absolute 687 404 757 423" id="ipt_morphcd1" class="input_essential" autoselect="true" onkeydown="switch1_case2_ipt_morphcd1_onkeydown"/>
  211. <Calendar position="absolute 307 404 397 423" id="ipt_dethdd" class="input_default" autoselect="true" onchanged="switch1_case2_ipt_dethdd_onchanged"/>
  212. <Static text="재원일수" position="absolute 235 133 330 152" align="align:center middle;" id="caption23" class="cell_1"/>
  213. <Static text="분화도" position="absolute 595 470 685 489" align="align:center middle;" id="caption12" class="cell_1"/>
  214. <Combo position="absolute 567 67 702 86" id="cmb_dschorddept" class="combo_default" innerdataset="ds_main_common_dsch_dschdeptlist_dept" datacolumn="depthngnm" codecolumn="deptcd" onitemchanged="switch1_case2_cmb_dschorddept_onitemchanged"/>
  215. <Static text="휴대전화" position="absolute 940 155 1035 174" align="align:center middle;" id="caption3" class="cell_1"/>
  216. <Static text="성별/나이/연대" position="absolute 0 111 95 130" align="align:center middle;" id="caption192" class="cell_1"/>
  217. <Combo position="absolute 112 404 202 423" id="cmb_prmycncryn" class="combo_default" codecolumn="codecolumn" datacolumn="datacolumn" onitemchanged="switch1_case2_cmb_prmycncryn_onitemchanged">
  218. <Dataset id="innerdataset">
  219. <ColumnInfo>
  220. <Column id="codecolumn"/>
  221. <Column id="datacolumn"/>
  222. </ColumnInfo>
  223. <Rows>
  224. <Row>
  225. <Col id="codecolumn">Y</Col>
  226. <Col id="datacolumn">Y</Col>
  227. </Row>
  228. <Row>
  229. <Col id="codecolumn">N</Col>
  230. <Col id="datacolumn">N</Col>
  231. </Row>
  232. </Rows>
  233. </Dataset>
  234. </Combo>
  235. <Static text="입원회차" position="absolute 235 111 330 130" align="align:center middle;" id="caption35" class="cell_1"/>
  236. <Static text="결혼" position="absolute 0 133 95 152" align="align:center middle;" id="caption24" class="cell_1"/>
  237. <Combo position="absolute 1084 382 1173 401" align="align:left middle;" id="cmb_t" class="combo_default" innerdataset="@ds_main_common_M0174" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_t_onitemchanged"/>
  238. <Edit position="absolute 687 382 757 401" id="ipt_tophcd" class="input_essential" autoselect="true" onkeydown="switch1_case2_ipt_tophcd_onkeydown"/>
  239. <Static text="최종진단방법" position="absolute 0 490 111 509" align="align:center middle;" id="caption13" class="cell_1"/>
  240. <Static text="ICD-10" position="absolute 595 448 685 467" align="align:center middle;" id="caption4" class="cell_1"/>
  241. <Edit position="absolute 1037 177 1172 196" id="input9" class="input_default" autoselect="true"/>
  242. <Edit position="absolute 112 382 202 401" id="ipt_cncrno" class="input_default" autoselect="true"/>
  243. <Edit position="absolute 332 111 467 130" id="ipt_indg" class="input_default" autoselect="true"/>
  244. <Static text="외국인여부" position="absolute 235 155 330 174" align="align:center middle;" id="caption25" class="cell_1"/>
  245. <Combo position="absolute 1084 404 1173 423" align="align:left middle;" id="cmb_n" class="combo_default" innerdataset="@ds_main_common_M0393" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_n_onitemchanged"/>
  246. <Static text="외래진료의" position="absolute 705 45 800 64" align="align:center middle;" id="caption5" class="cell_1"/>
  247. <Static text="주소" position="absolute 470 111 565 152" align="align:center middle;" id="caption194" class="cell_1"/>
  248. <Combo position="absolute 567 45 702 64" id="cmb_outorddept" class="combo_default" innerdataset="ds_main_common_out_outdeptlist_dept" datacolumn="depthngnm" codecolumn="deptcd" onitemchanged="switch1_case2_cmb_outorddept_onitemchanged"/>
  249. <Static text="Regimen1" position="absolute 0 667 110 686" align="align:center middle;" id="caption26" class="cell_1"/>
  250. <Combo position="absolute 1084 426 1173 445" align="align:left middle;" id="cmb_m" class="combo_default" innerdataset="@ds_main_common_M0175" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_m_onitemchanged"/>
  251. <Static text="입원과" position="absolute 470 89 565 108" align="align:center middle;" id="caption15" class="cell_1"/>
  252. <Static text="T" position="absolute 972 382 1062 401" align="align:center middle;" id="caption38" class="cell_1"/>
  253. <Combo position="absolute 802 45 937 64" id="cmb_outorddr" class="combo_default" innerdataset="ds_hidden_pathumtrainfo_cncrpatinfo_outorddr_user" datacolumn="usernm" codecolumn="userid"/>
  254. <Static text="Seer" position="absolute 595 492 685 511" align="align:center middle;" id="caption27" class="cell_1"/>
  255. <Combo position="absolute 97 155 232 174" id="cmb_job1" class="combo_default" innerdataset="@ds_main_common_M0149" datacolumn="cdnm" codecolumn="cdid"/>
  256. <Edit position="absolute 567 133 937 152" id="input10" class="input_default" autoselect="true"/>
  257. <Static text="휴대전화" position="absolute 470 155 565 174" align="align:center middle;" id="caption16" class="cell_1"/>
  258. <Static text="사망장소" position="absolute 205 382 305 401" align="align:center middle;" id="caption7" class="cell_1"/>
  259. <Calendar position="absolute 495 382 592 401" id="ipt_diagdd" class="input_essential" autoselect="true" onchanged="switch1_case2_ipt_diagdd_onchanged"/>
  260. <Static text="행려환자" position="absolute 235 177 330 196" align="align:center middle;" id="caption39" class="cell_1"/>
  261. <Combo position="absolute 567 89 702 108" id="cmb_inorddept" class="combo_default" innerdataset="ds_main_common_in_indeptlist_dept" datacolumn="depthngnm" codecolumn="deptcd" onitemchanged="switch1_case2_cmb_inorddept_onitemchanged"/>
  262. <Static text="외래진료일자" position="absolute 235 45 330 64" align="align:center middle;" id="caption28" class="cell_1"/>
  263. <Edit position="absolute 1037 155 1172 174" id="input11" class="input_default" autoselect="true"/>
  264. <Combo position="absolute 1084 448 1173 467" align="align:left middle;" id="cmb_staging" class="combo_default" innerdataset="@ds_main_common_M0176" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_staging_onitemchanged"/>
  265. <Calendar position="absolute 112 448 202 467" id="ipt_cureopendd" class="input_default" autoselect="true" onchanged="switch1_case2_ipt_cureopendd_onchanged"/>
  266. <Static text="치료개시일자" position="absolute 0 448 111 467" align="align:center middle;" id="caption17" class="cell_1"/>
  267. <Static text="T-Code" position="absolute 595 382 685 401" align="align:center middle;" id="caption8" class="cell_1"/>
  268. <Static text="전이부위3" position="absolute 0 601 110 620" align="align:center middle;" id="caption230" class="cell_1"/>
  269. <Static text="본원치료방법" position="absolute 598 534 780 550" id="caption241" class="tit_2"/>
  270. <Combo position="absolute 802 89 937 108" id="cmb_inorddr" class="combo_default" innerdataset="ds_hidden_pathumtrainfo_cncrpatinfo_inorddr_user" datacolumn="usernm" codecolumn="userid"/>
  271. <Static text="Regimen2" position="absolute 0 689 110 708" align="align:center middle;" id="caption29" class="cell_1"/>
  272. <Combo position="absolute 802 67 937 86" id="cmb_dschorddr" class="combo_default" innerdataset="ds_hidden_pathumtrainfo_cncrpatinfo_dschorddr_user" datacolumn="usernm" codecolumn="userid"/>
  273. <Static text="퇴원과" position="absolute 470 67 565 86" align="align:center middle;" id="caption9" class="cell_1"/>
  274. <Static text="환자정보" position="absolute 1 24 96 41" id="caption187" class="tit_2"/>
  275. <Edit position="absolute 97 67 232 86" id="ipt_patnm" class="input_essential" autoselect="true"/>
  276. <Static text="암등록번호" position="absolute 0 382 111 401" align="align:center middle;" id="caption220" class="cell_1"/>
  277. <Static text="전이부위4" position="absolute 0 623 110 642" align="align:center middle;" id="caption231" class="cell_1"/>
  278. <Shape position="absolute 0 235 593 241" linetype="horizontal" id="line81" class="line_10"/>
  279. <Combo position="absolute 164 645 302 664" align="align:left middle;" id="cmb_ecog" class="combo_default" innerdataset="@ds_main_common_M0320" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_ecog_onitemchanged"/>
  280. <Static text="퇴원과담당교수" position="absolute 705 67 800 86" align="align:center middle;" id="caption19" class="cell_1"/>
  281. <Edit position="absolute 307 448 352 467" id="ipt_yearcnt" class="input_default" autoselect="true"/>
  282. <Static text="원격전이부위" position="absolute 1 536 182 553" id="caption188" class="tit_2"/>
  283. <Button position="absolute 214 47 230 63" id="btn_rgstpid" class="icon_search" text="" onclick="switch1_case2_btn_rgstpid_onclick"/>
  284. <Static text="등록시 질병상태" position="absolute 0 426 111 445" align="align:center middle;" id="caption221" class="cell_1"/>
  285. <Combo position="absolute 332 155 467 174" id="cmb_forgnerflag" class="combo_default" codecolumn="codecolumn" datacolumn="datacolumn">
  286. <Dataset id="innerdataset">
  287. <ColumnInfo>
  288. <Column id="codecolumn"/>
  289. <Column id="datacolumn"/>
  290. </ColumnInfo>
  291. <Rows>
  292. <Row>
  293. <Col id="codecolumn">N</Col>
  294. <Col id="datacolumn">내국인</Col>
  295. </Row>
  296. <Row>
  297. <Col id="codecolumn">Y</Col>
  298. <Col id="datacolumn">외국인</Col>
  299. </Row>
  300. <Row>
  301. <Col id="codecolumn">X</Col>
  302. <Col id="datacolumn">불명</Col>
  303. </Row>
  304. </Rows>
  305. </Dataset>
  306. </Combo>
  307. <Grid position="absolute 0 240 593 340" id="grd_cncrhist" binddataset="ds_main_humaninfo_cncrhist_histlist" oncelldblclick="switch1_case2_grd_cncrhist_oncelldblclick" cellclickbound="control">
  308. <Formats>
  309. <Format id="default">
  310. <Columns>
  311. <Column size="24"/>
  312. <Column size="0"/>
  313. <Column size="0"/>
  314. <Column size="0"/>
  315. <Column size="100"/>
  316. <Column size="0"/>
  317. <Column size="0"/>
  318. <Column size="0"/>
  319. <Column size="70"/>
  320. <Column size="100"/>
  321. <Column size="100"/>
  322. <Column size="100"/>
  323. <Column size="100"/>
  324. <Column size="100"/>
  325. <Column size="100"/>
  326. <Column size="100"/>
  327. <Column size="0"/>
  328. <Column size="0"/>
  329. <Column size="0"/>
  330. <Column size="0"/>
  331. <Column size="0"/>
  332. <Column size="0"/>
  333. <Column size="0"/>
  334. <Column size="0"/>
  335. <Column size="0"/>
  336. <Column size="0"/>
  337. <Column size="0"/>
  338. <Column size="0"/>
  339. <Column size="0"/>
  340. <Column size="0"/>
  341. <Column size="0"/>
  342. <Column size="0"/>
  343. <Column size="0"/>
  344. <Column size="0"/>
  345. <Column size="0"/>
  346. <Column size="0"/>
  347. <Column size="0"/>
  348. <Column size="0"/>
  349. <Column size="0"/>
  350. <Column size="0"/>
  351. <Column size="0"/>
  352. <Column size="0"/>
  353. <Column size="0"/>
  354. <Column size="0"/>
  355. <Column size="0"/>
  356. <Column size="0"/>
  357. <Column size="0"/>
  358. <Column size="0"/>
  359. <Column size="0"/>
  360. <Column size="0"/>
  361. <Column size="0"/>
  362. <Column size="0"/>
  363. <Column size="0"/>
  364. <Column size="0"/>
  365. <Column size="0"/>
  366. <Column size="0"/>
  367. <Column size="0"/>
  368. <Column size="0"/>
  369. <Column size="0"/>
  370. <Column size="0"/>
  371. <Column size="0"/>
  372. <Column size="0"/>
  373. <Column size="0"/>
  374. <Column size="0"/>
  375. <Column size="0"/>
  376. <Column size="0"/>
  377. <Column size="0"/>
  378. <Column size="0"/>
  379. <Column size="0"/>
  380. <Column size="0"/>
  381. <Column size="0"/>
  382. <Column size="0"/>
  383. <Column size="0"/>
  384. <Column size="0"/>
  385. <Column size="0"/>
  386. <Column size="0"/>
  387. <Column size="0"/>
  388. <Column size="0"/>
  389. <Column size="0"/>
  390. <Column size="0"/>
  391. <Column size="0"/>
  392. <Column size="0"/>
  393. <Column size="0"/>
  394. <Column size="0"/>
  395. <Column size="0"/>
  396. <Column size="0"/>
  397. <Column size="0"/>
  398. <Column size="0"/>
  399. <Column size="0"/>
  400. <Column size="0"/>
  401. <Column size="0"/>
  402. <Column size="0"/>
  403. <Column size="0"/>
  404. <Column size="0"/>
  405. <Column size="0"/>
  406. <Column size="0"/>
  407. <Column size="0"/>
  408. <Column size="0"/>
  409. <Column size="0"/>
  410. <Column size="0"/>
  411. </Columns>
  412. <Rows>
  413. <Row size="24" band="head"/>
  414. <Row size="24"/>
  415. </Rows>
  416. <Band id="head">
  417. <Cell/>
  418. <Cell col="1" text="암등록번호"/>
  419. <Cell col="2" text="암등록이력번호"/>
  420. <Cell col="3" text="이력번호"/>
  421. <Cell col="4" text="암등록번호"/>
  422. <Cell col="5" text="기관코드"/>
  423. <Cell col="6" text="등록번호"/>
  424. <Cell col="7" text="생성번호"/>
  425. <Cell col="8" text="내원구분"/>
  426. <Cell col="9" text="T-CODE"/>
  427. <Cell col="10" text="M-CODE1"/>
  428. <Cell col="11" text="M-CODE2"/>
  429. <Cell col="12" text="진단일자"/>
  430. <Cell col="13" text="ICD-10"/>
  431. <Cell col="14" text="퇴원일자"/>
  432. <Cell col="15" text="외래진료일자"/>
  433. <Cell col="16" text="입원회차"/>
  434. <Cell col="17" text="재원일수"/>
  435. <Cell col="18" text="환자이름"/>
  436. <Cell col="19" text="주민번호1"/>
  437. <Cell col="20" text="주민번호2"/>
  438. <Cell col="21" text="연대"/>
  439. <Cell col="22" text="성별"/>
  440. <Cell col="23" text="나이"/>
  441. <Cell col="24" text="전화번호"/>
  442. <Cell col="25" text="휴대전화"/>
  443. <Cell col="26" text="우편번호1"/>
  444. <Cell col="27" text="우편번호2"/>
  445. <Cell col="28" text="주소"/>
  446. <Cell col="29" text="상세주소"/>
  447. <Cell col="30" text="결혼여부"/>
  448. <Cell col="31" text="외국인여부"/>
  449. <Cell col="32" text="직업1"/>
  450. <Cell col="33" text="기타직업"/>
  451. <Cell col="34" text="연고자성명"/>
  452. <Cell col="35" text="관계"/>
  453. <Cell col="36" text="연고자우편번호1"/>
  454. <Cell col="37" text="연고자우편번호2"/>
  455. <Cell col="38" text="연고자주소"/>
  456. <Cell col="39" text="연고자상세주소"/>
  457. <Cell col="40" text="연고자전화번호"/>
  458. <Cell col="41" text="연고자휴대전화"/>
  459. <Cell col="42" text="행려환자구분"/>
  460. <Cell col="43" text="다발성원발암여부"/>
  461. <Cell col="44" text="질병상태"/>
  462. <Cell col="45" text="치료개시일자"/>
  463. <Cell col="46" text="사망장소"/>
  464. <Cell col="47" text="사망일자"/>
  465. <Cell col="48" text="사망원인"/>
  466. <Cell col="49" text="생존기간(년)"/>
  467. <Cell col="50" text="생존기간(월)"/>
  468. <Cell col="51" text="진단병원"/>
  469. <Cell col="52" text="기타진단병원"/>
  470. <Cell col="53" text="진단담당의ID"/>
  471. <Cell col="54" text="진단담당의"/>
  472. <Cell col="55" text="최종진단방법"/>
  473. <Cell col="56" text="임상검사"/>
  474. <Cell col="57" text="임상검사기타내용"/>
  475. <Cell col="58" text="외래진료과"/>
  476. <Cell col="59" text="외래진료의"/>
  477. <Cell col="60" text="입원일자"/>
  478. <Cell col="61" text="입원진료과"/>
  479. <Cell col="62" text="입원진료의"/>
  480. <Cell col="63" text="퇴원과"/>
  481. <Cell col="64" text="퇴원진료의"/>
  482. <Cell col="65" text="T-SEQNO"/>
  483. <Cell col="66" text="T-CODENM"/>
  484. <Cell col="67" text="M-SEQNO1"/>
  485. <Cell col="68" text="M-CODE1NM"/>
  486. <Cell col="69" text="M-SEQNO2"/>
  487. <Cell col="70" text="M-CODE2NM"/>
  488. <Cell col="71" text="ICD10명"/>
  489. <Cell col="72" text="분화도"/>
  490. <Cell col="73" text="SEER"/>
  491. <Cell col="74" text="T"/>
  492. <Cell col="75" text="N"/>
  493. <Cell col="76" text="M"/>
  494. <Cell col="77" text="병기"/>
  495. <Cell col="78" text="기타병기구분"/>
  496. <Cell col="79" text="기타병기내용"/>
  497. <Cell col="80" text="전이부위1"/>
  498. <Cell col="81" text="전이부위순번1"/>
  499. <Cell col="82" text="전이부위2"/>
  500. <Cell col="83" text="전이부위순번2"/>
  501. <Cell col="84" text="전이부위3"/>
  502. <Cell col="85" text="전위부위순번3"/>
  503. <Cell col="86" text="전이부위4"/>
  504. <Cell col="87" text="전이부위순번4"/>
  505. <Cell col="88" text="ECOG"/>
  506. <Cell col="89" text="REGIMEN1"/>
  507. <Cell col="90" text="REGIMEN2"/>
  508. <Cell col="91" text="최초등록자ID"/>
  509. <Cell col="92" text="최초등록자"/>
  510. <Cell col="93" text="최초등록일시"/>
  511. <Cell col="94" text="최종등록자ID"/>
  512. <Cell col="95" text="최종등록자"/>
  513. <Cell col="96" text="최종수정일시"/>
  514. <Cell col="97" text="진단경로"/>
  515. <Cell col="98" text="편측성"/>
  516. <Cell col="99" text="진단명(기타)"/>
  517. </Band>
  518. <Band id="body">
  519. <Cell celltype="head" expr="expr:currow + 1"/>
  520. <Cell col="1" text="bind:cncrno" enable="false"/>
  521. <Cell col="2" text="bind:cncrhistno" enable="false"/>
  522. <Cell col="3" text="bind:seqno" enable="false"/>
  523. <Cell col="4" style="align:left middle;" text="bind:cncr_histno" enable="false"/>
  524. <Cell col="5" text="bind:instcd" enable="false"/>
  525. <Cell col="6" text="bind:pid" enable="false"/>
  526. <Cell col="7" text="bind:cretno" enable="false"/>
  527. <Cell col="8" displaytype="combo" edittype="combo" style="padding:1 2 1 2;" text="bind:ordtype" combodataset="ds_cbo_ordtype2" combocodecol="value" combodatacol="label" enable="false"/>
  528. <Cell col="9" style="align:left top;padding:5 2 1 2;" text="bind:tophcd" wordwrap="word" enable="false"/>
  529. <Cell col="10" style="align:left top;padding:5 2 1 2;" text="bind:morphcd1" wordwrap="word" enable="false"/>
  530. <Cell col="11" style="align:left top;padding:5 2 1 2;" text="bind:morphcd2" wordwrap="word" enable="false"/>
  531. <Cell col="12" displaytype="date" text="bind:diagdd" calendardisplaynulltype="none" enable="false"/>
  532. <Cell col="13" style="align:left top;padding:5 2 1 2;" text="bind:icd10cd" wordwrap="word" enable="false"/>
  533. <Cell col="14" displaytype="date" text="bind:dschdd" calendardisplaynulltype="none" enable="false"/>
  534. <Cell col="15" displaytype="date" text="bind:orddd" calendardisplaynulltype="none" enable="false"/>
  535. <Cell col="16" text="bind:indg" enable="false"/>
  536. <Cell col="17" text="bind:totinhospdayno" enable="false"/>
  537. <Cell col="18" text="bind:pnm" enable="false"/>
  538. <Cell col="19" text="bind:rrgstno1" enable="false"/>
  539. <Cell col="20" text="bind:rrgstno2" enable="false"/>
  540. <Cell col="21" text="bind:epoch" enable="false"/>
  541. <Cell col="22" text="bind:sex" enable="false"/>
  542. <Cell col="23" text="bind:age" enable="false"/>
  543. <Cell col="24" text="bind:hometel" enable="false"/>
  544. <Cell col="25" text="bind:mpphontel" enable="false"/>
  545. <Cell col="26" text="bind:zipcode1" enable="false"/>
  546. <Cell col="27" text="bind:zipcode2" enable="false"/>
  547. <Cell col="28" text="bind:addr" enable="false"/>
  548. <Cell col="29" text="bind:detaddr" enable="false"/>
  549. <Cell col="30" displaytype="combo" edittype="combo" text="bind:maryflag" enable="false"/>
  550. <Cell col="31" text="bind:forgnerflag" enable="false"/>
  551. <Cell col="32" text="bind:job1" enable="false"/>
  552. <Cell col="33" text="bind:etcjob" enable="false"/>
  553. <Cell col="34" text="bind:reluserhngnm" enable="false"/>
  554. <Cell col="35" text="bind:relation" enable="false"/>
  555. <Cell col="36" text="bind:relzipcd1" enable="false"/>
  556. <Cell col="37" text="bind:relzipcd2" enable="false"/>
  557. <Cell col="38" text="bind:refaddr" enable="false"/>
  558. <Cell col="39" text="bind:reldetaddr" enable="false"/>
  559. <Cell col="40" text="bind:relhometel" enable="false"/>
  560. <Cell col="41" text="bind:relmpphontel" enable="false"/>
  561. <Cell col="42" text="bind:travoflag" enable="false"/>
  562. <Cell col="43" text="bind:prmycncryn" enable="false"/>
  563. <Cell col="44" text="bind:sickstatcd" enable="false"/>
  564. <Cell col="45" text="bind:cureopendd" mask="yyyy-mm-dd" enable="false"/>
  565. <Cell col="46" text="bind:dethplcecd" enable="false"/>
  566. <Cell col="47" text="bind:dethdd" mask="yyyy-mm-dd" enable="false"/>
  567. <Cell col="48" text="bind:dethcause" enable="false"/>
  568. <Cell col="49" text="bind:yearcnt" enable="false"/>
  569. <Cell col="50" text="bind:monthcnt" enable="false"/>
  570. <Cell col="51" text="bind:diaghospcd" enable="false"/>
  571. <Cell col="52" text="bind:etcdiaghospnm" enable="false"/>
  572. <Cell col="53" text="bind:diagdrid" enable="false"/>
  573. <Cell col="54" text="bind:diagdrnm" enable="false"/>
  574. <Cell col="55" text="bind:lastdiagmthdcd" enable="false"/>
  575. <Cell col="56" text="bind:clinical" enable="false"/>
  576. <Cell col="57" text="bind:etcclinical" enable="false"/>
  577. <Cell col="58" text="bind:outorddept" enable="false"/>
  578. <Cell col="59" text="bind:outorddr" enable="false"/>
  579. <Cell col="60" text="bind:indd" mask="yyyy-mm-dd" enable="false"/>
  580. <Cell col="61" text="bind:inorddept" enable="false"/>
  581. <Cell col="62" text="bind:inorddr" enable="false"/>
  582. <Cell col="63" text="bind:dschorddept" enable="false"/>
  583. <Cell col="64" text="bind:dschorddr" enable="false"/>
  584. <Cell col="65" text="bind:tophseqno" enable="false"/>
  585. <Cell col="66" text="bind:tophnm" enable="false"/>
  586. <Cell col="67" text="bind:morphseqno1" enable="false"/>
  587. <Cell col="68" text="bind:morphnm1" enable="false"/>
  588. <Cell col="69" text="bind:morphseqno2" enable="false"/>
  589. <Cell col="70" text="bind:morphnm2" enable="false"/>
  590. <Cell col="71" text="bind:icd10nm" enable="false"/>
  591. <Cell col="72" text="bind:difrntgrdecd" enable="false"/>
  592. <Cell col="73" text="bind:seer" enable="false"/>
  593. <Cell col="74" text="bind:t" enable="false"/>
  594. <Cell col="75" text="bind:n" enable="false"/>
  595. <Cell col="76" text="bind:m" enable="false"/>
  596. <Cell col="77" text="bind:stagingcd" enable="false"/>
  597. <Cell col="78" text="bind:etcstagflagcd" enable="false"/>
  598. <Cell col="79" text="bind:etcstagcnts" enable="false"/>
  599. <Cell col="80" text="bind:rerntmetstaspartcd1" enable="false"/>
  600. <Cell col="81" text="bind:rerntmetstaspartseq1" enable="false"/>
  601. <Cell col="82" text="bind:rerntmetstaspartcd2" enable="false"/>
  602. <Cell col="83" text="bind:rerntmetstaspartseq2" enable="false"/>
  603. <Cell col="84" text="bind:rerntmetstaspartcd3" enable="false"/>
  604. <Cell col="85" text="bind:rerntmetstaspartseq3" enable="false"/>
  605. <Cell col="86" text="bind:rerntmetstaspartcd4" enable="false"/>
  606. <Cell col="87" text="bind:rerntmetstaspartseq4" enable="false"/>
  607. <Cell col="88" text="bind:ecog" enable="false"/>
  608. <Cell col="89" text="bind:regimen1" enable="false"/>
  609. <Cell col="90" text="bind:regimen2" enable="false"/>
  610. <Cell col="91" text="bind:fstrgstrid" enable="false"/>
  611. <Cell col="92" text="bind:fstrgstrnm" enable="false"/>
  612. <Cell col="93" text="bind:fstrgstdt" mask="yyyy-mm-dd hh:mi:ss" enable="false"/>
  613. <Cell col="94" text="bind:lastupdtrid" enable="false"/>
  614. <Cell col="95" text="bind:lastrgstrnm" enable="false"/>
  615. <Cell col="96" text="bind:lastupdtdt" enable="false"/>
  616. <Cell col="97" text="bind:diagroute" enable="false"/>
  617. <Cell col="98" text="bind:laterality" enable="false"/>
  618. <Cell col="99" text="bind:etcdiagroute" enable="false"/>
  619. </Band>
  620. </Format>
  621. </Formats>
  622. </Grid>
  623. <Static text="등록번호" position="absolute 0 45 95 64" align="align:center middle;" id="caption189" class="cell_1"/>
  624. <Static text="연고자주소" position="absolute 940 89 1035 108" align="align:center middle;" id="caption200" class="cell_1"/>
  625. <Button position="absolute 683 114 699 130" id="button25" class="icon_search" text="" onclick="switch1_case2_button25_onclick"/>
  626. <Static text="전화번호" position="absolute 940 177 1035 196" align="align:center middle;" id="caption211" class="cell_1"/>
  627. <Static text="전이부위1" position="absolute 0 557 110 576" align="align:center middle;" id="caption233" class="cell_1"/>
  628. <Shape position="absolute 0 552 302 558" linetype="horizontal" id="line83" class="line_10"/>
  629. <Button position="absolute 1059 1 1115 23" id="button5" class="btn4" text="삭제" onclick="switch1_case2_button5_onclick"/>
  630. <Static text="중증등록환자정보" position="absolute 595 219 741 237" id="caption45" class="tit_2"/>
  631. <Edit position="absolute 1037 45 1172 64" id="ipt_relausernm" class="input_default" autoselect="true"/>
  632. <Static text="연고자성명" position="absolute 940 45 1035 64" align="align:center middle;" id="caption101" class="cell_1"/>
  633. <Static text="관계" position="absolute 940 67 1035 86" align="align:center middle;" id="caption102" class="cell_1"/>
  634. <Combo position="absolute 1037 67 1172 86" id="cmb_relation" class="combo_default" innerdataset="@ds_main_common_M0072" datacolumn="cdnm" codecolumn="cdid"/>
  635. <Combo position="absolute 739 492 969 511" align="align:left middle;" id="cmb_seer" class="combo_essential" innerdataset="@ds_main_common_M0184" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_seer_onitemchanged"/>
  636. <Combo position="absolute 739 470 969 489" align="align:left middle;" id="cmb_difrntgrde" class="input_essential" innerdataset="@ds_main_common_M0183" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_difrntgrde_onitemchanged"/>
  637. <Combo position="absolute 307 382 397 401" align="align:left middle;" id="cmb_dethplce" class="combo_default" innerdataset="@ds_main_common_M0173" datacolumn="cdnm" codecolumn="cdid"/>
  638. <Combo position="absolute 112 490 202 509" id="cmb_lastdiagmthd" class="combo_essential" innerdataset="@ds_main_common_M0179" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_lastdiagmthd_onitemchanged"/>
  639. <Shape position="absolute 596 235 1180 241" linetype="horizontal" id="line6" class="line_10"/>
  640. <Shape position="absolute 205 377 397 383" linetype="horizontal" id="line7" class="line_10"/>
  641. <Static text="등록구분" position="absolute 0 470 111 489" align="align:center middle;" id="caption97" class="cell_1"/>
  642. <Edit position="absolute 352 448 397 467" id="ipt_monthcnt" class="input_default" autoselect="true"/>
  643. <Static text="사망정보" position="absolute 205 361 351 378" id="caption98" class="tit_2"/>
  644. <Static text="진단정보" position="absolute 400 361 546 378" id="caption99" class="tit_2"/>
  645. <Static text="M-Code2" position="absolute 595 511 685 530" align="align:center middle;" id="caption100" class="cell_1" visible="false"/>
  646. <Edit position="absolute 687 511 757 530" id="ipt_morphcd2" class="input_essential" visible="false" autoselect="true" onkeydown="switch1_case2_ipt_morphcd2_onkeydown"/>
  647. <Shape position="absolute 400 377 1173 383" linetype="horizontal" id="line9" class="line_10"/>
  648. <Static text="기타병기내용" position="absolute 972 492 1062 511" align="align:center middle;" id="caption103" class="cell_1"/>
  649. <Static text="내원전치료" position="absolute 307 534 488 550" id="caption113" class="tit_2"/>
  650. <Shape position="absolute 306 550 594 556" linetype="horizontal" id="line8" class="line_10"/>
  651. <Edit position="absolute 779 448 969 467" id="ipt_icd10nm" class="input_essential" autoselect="true"/>
  652. <Edit position="absolute 687 470 737 489" id="ipt_difrntgrdecd" class="input_essential" autoselect="true" onkeydown="switch1_case2_ipt_difrntgrdecd_onkeydown"/>
  653. <Edit position="absolute 687 492 737 511" id="ipt_seercd" class="input_essential" autoselect="true" onkeydown="switch1_case2_ipt_seercd_onkeydown"/>
  654. <Edit position="absolute 1063 382 1083 401" id="ipt_tcd" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_tcd_onkeydown"/>
  655. <Edit position="absolute 1063 404 1083 423" id="ipt_ncd" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_ncd_onkeydown"/>
  656. <Edit position="absolute 1063 426 1083 445" id="ipt_mcd" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_mcd_onkeydown"/>
  657. <Edit position="absolute 1063 448 1083 467" id="ipt_stagcd" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_stagcd_onkeydown"/>
  658. <Edit position="absolute 1063 470 1083 489" id="ipt_etcstagflagcd" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_etcstagflagcd_onkeydown"/>
  659. <Edit position="absolute 1063 492 1173 511" id="ipt_etcstagcnts" class="input_default" autoselect="true"/>
  660. <Edit position="absolute 112 557 162 576" id="ipt_rerntmetstaspartcd1" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_rerntmetstaspartcd1_onkeydown"/>
  661. <Edit position="absolute 112 579 162 598" id="ipt_rerntmetstaspartcd2" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_rerntmetstaspartcd2_onkeydown"/>
  662. <Edit position="absolute 112 601 162 620" id="ipt_rerntmetstaspartcd3" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_rerntmetstaspartcd3_onkeydown"/>
  663. <Edit position="absolute 112 623 162 642" id="ipt_rerntmetstaspartcd4" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_rerntmetstaspartcd4_onkeydown"/>
  664. <Edit position="absolute 112 645 162 664" id="ipt_ecogcd" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_ecogcd_onkeydown"/>
  665. <Edit position="absolute 112 667 162 686" id="ipt_regimencd1" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_regimencd1_onkeydown"/>
  666. <Edit position="absolute 112 689 162 708" id="ipt_regimencd2" class="input_default" autoselect="true" onkeydown="switch1_case2_ipt_regimencd2_onkeydown"/>
  667. <Radio position="absolute 112 470 200 490" id="rdo_flag" columncount="3" rowcount="1" codecolumn="codecolumn" datacolumn="datacolumn" onitemchanged="switch1_case2_rdo_flag_onitemchanged">
  668. <Dataset id="innerdataset">
  669. <ColumnInfo>
  670. <Column id="codecolumn"/>
  671. <Column id="datacolumn"/>
  672. </ColumnInfo>
  673. <Rows>
  674. <Row>
  675. <Col id="codecolumn">1</Col>
  676. <Col id="datacolumn">1차</Col>
  677. </Row>
  678. <Row>
  679. <Col id="codecolumn">2</Col>
  680. <Col id="datacolumn">추적</Col>
  681. </Row>
  682. </Rows>
  683. </Dataset>
  684. </Radio>
  685. <Button position="absolute 1117 1 1173 23" id="button1" class="btn4" text="저장" onclick="switch1_case2_button1_onclick"/>
  686. <Button position="absolute 987 1 1055 23" id="button3" class="btn4" text="초기화" onclick="switch1_case2_button3_onclick"/>
  687. <Static text="연고자정보" position="absolute 940 24 1054 42" id="caption14" class="tit_2"/>
  688. <Shape position="absolute 940 40 1172 46" linetype="horizontal" id="line1" class="line_10"/>
  689. <Grid position="absolute 595 240 1180 340" id="datagrid2" binddataset="ds_main_humaninfo_doainfo_list" cellclickbound="control" selecttype="row" autoenter="none" readonly="false">
  690. <Formats>
  691. <Format id="default">
  692. <Columns>
  693. <Column size="24"/>
  694. <Column size="79"/>
  695. <Column size="70"/>
  696. <Column size="54"/>
  697. <Column size="159"/>
  698. <Column size="100"/>
  699. <Column size="100"/>
  700. <Column size="100"/>
  701. <Column size="100"/>
  702. <Column size="100"/>
  703. </Columns>
  704. <Rows>
  705. <Row size="24" band="head"/>
  706. <Row size="24"/>
  707. </Rows>
  708. <Band id="head">
  709. <Cell/>
  710. <Cell col="1" text="중증등록번호"/>
  711. <Cell col="2" text="등록번호"/>
  712. <Cell col="3" text="환자명"/>
  713. <Cell col="4" text="중증진단방법"/>
  714. <Cell col="5" text="의사주상병"/>
  715. <Cell col="6" text="의료정보상병"/>
  716. <Cell col="7" text="청구상병"/>
  717. <Cell col="8" text="등록요청일"/>
  718. <Cell col="9" text="진단확정일"/>
  719. </Band>
  720. <Band id="body">
  721. <Cell celltype="head" expr="expr:currow + 1"/>
  722. <Cell col="1" style="align:left top;padding:5 2 1 2;" text="bind:serdiagno"/>
  723. <Cell col="2" displaytype="text" edittype="none" text="bind:pid"/>
  724. <Cell col="3" edittype="none" text="bind:hngnm"/>
  725. <Cell col="4" style="align:left top;padding:5 2 1 2;" text="bind:strcnfmmthd" wordwrap="word"/>
  726. <Cell col="5" style="align:left top;padding:5 2 1 2;" text="bind:maindiagcd" wordwrap="word"/>
  727. <Cell col="6" style="align:left top;padding:5 2 1 2;" text="bind:healcarediagcd" wordwrap="word"/>
  728. <Cell col="7" style="align:left top;padding:5 2 1 2;" text="bind:edidiagcd" wordwrap="word"/>
  729. <Cell col="8" displaytype="date" text="bind:genrdd" calendardisplaynulltype="none"/>
  730. <Cell col="9" displaytype="date" text="bind:cncrdiagcnfmdd" calendardisplaynulltype="none"/>
  731. </Band>
  732. </Format>
  733. </Formats>
  734. </Grid>
  735. <Edit position="absolute 164 89 232 108" id="ipt_rrgstno2" class="input_essential" autoselect="true" onkillfocus="switch1_case2_ipt_rrgstno2_onkillfocus"/>
  736. <Radio position="absolute 332 177 467 196" id="rdo_travoflag" columncount="2" rowcount="1" codecolumn="codecolumn" datacolumn="datacolumn">
  737. <Dataset id="innerdataset">
  738. <ColumnInfo>
  739. <Column id="codecolumn"/>
  740. <Column id="datacolumn"/>
  741. </ColumnInfo>
  742. <Rows>
  743. <Row>
  744. <Col id="codecolumn">Y</Col>
  745. <Col id="datacolumn">Y</Col>
  746. </Row>
  747. <Row>
  748. <Col id="codecolumn">N</Col>
  749. <Col id="datacolumn">N</Col>
  750. </Row>
  751. </Rows>
  752. </Dataset>
  753. </Radio>
  754. <Grid position="absolute 600 205 1180 265" id="datagrid4" visible="false" binddataset="ds_main_humaninfo_outpatinfo_patlist">
  755. <Formats>
  756. <Format id="default">
  757. <Columns>
  758. <Column size="24"/>
  759. <Column size="50"/>
  760. <Column size="50"/>
  761. <Column size="50"/>
  762. <Column size="50"/>
  763. <Column size="49"/>
  764. <Column size="50"/>
  765. <Column size="50"/>
  766. <Column size="50"/>
  767. <Column size="50"/>
  768. <Column size="0"/>
  769. <Column size="50"/>
  770. <Column size="50"/>
  771. <Column size="50"/>
  772. <Column size="50"/>
  773. <Column size="50"/>
  774. <Column size="50"/>
  775. <Column size="50"/>
  776. <Column size="50"/>
  777. <Column size="50"/>
  778. <Column size="50"/>
  779. </Columns>
  780. <Rows>
  781. <Row size="24" band="head"/>
  782. <Row size="24"/>
  783. </Rows>
  784. <Band id="head">
  785. <Cell/>
  786. <Cell col="1" text="등록번호"/>
  787. <Cell col="2" text="생성번호"/>
  788. <Cell col="3" text="성명"/>
  789. <Cell col="4" text="주민번호1"/>
  790. <Cell col="5" text="주민번호2"/>
  791. <Cell col="6" text="성별"/>
  792. <Cell col="7" text="나이"/>
  793. <Cell col="8" text="결혼"/>
  794. <Cell col="9" text="우편번호1"/>
  795. <Cell col="10" text="우편번호2"/>
  796. <Cell col="11" text="주소1"/>
  797. <Cell col="12" text="주소2"/>
  798. <Cell col="13" text="전화번호"/>
  799. <Cell col="14" text="휴대전화"/>
  800. <Cell col="15" text="외래진료일자"/>
  801. <Cell col="16" text="외래진료과"/>
  802. <Cell col="17" text="외래진료의"/>
  803. <Cell col="18" text="외국인여부"/>
  804. <Cell col="19" text="행려환자"/>
  805. <Cell col="20" text="직업1"/>
  806. </Band>
  807. <Band id="body">
  808. <Cell celltype="head" expr="expr:currow + 1"/>
  809. <Cell col="1" text="bind:pid"/>
  810. <Cell col="2" text="bind:cretno"/>
  811. <Cell col="3" text="bind:pnm"/>
  812. <Cell col="4" text="bind:rrgstno1"/>
  813. <Cell col="5" text="bind:rrgstno2"/>
  814. <Cell col="6" text="bind:sex"/>
  815. <Cell col="7" text="bind:age"/>
  816. <Cell col="8" text="bind:maryflag"/>
  817. <Cell col="9" text="bind:zipcode1"/>
  818. <Cell col="10" text="bind:zipcode2"/>
  819. <Cell col="11" text="bind:addr"/>
  820. <Cell col="12" text="bind:detaddr"/>
  821. <Cell col="13" text="bind:hometel"/>
  822. <Cell col="14" text="bind:mpphontel"/>
  823. <Cell col="15" text="bind:orddd"/>
  824. <Cell col="16" text="bind:outorddept"/>
  825. <Cell col="17" text="bind:outorddr"/>
  826. <Cell col="18" text="bind:forgnerflag"/>
  827. <Cell col="19" text="bind:travoflag"/>
  828. <Cell col="20" text="bind:job1"/>
  829. </Band>
  830. </Format>
  831. </Formats>
  832. </Grid>
  833. <Grid position="absolute 70 210 580 275" id="datagrid5" visible="false" binddataset="ds_main_humaninfo_inpatinfo_patlist">
  834. <Formats>
  835. <Format id="default">
  836. <Columns>
  837. <Column size="24"/>
  838. <Column size="50"/>
  839. <Column size="50"/>
  840. <Column size="50"/>
  841. <Column size="50"/>
  842. <Column size="50"/>
  843. <Column size="50"/>
  844. <Column size="50"/>
  845. <Column size="50"/>
  846. <Column size="50"/>
  847. <Column size="50"/>
  848. <Column size="50"/>
  849. <Column size="50"/>
  850. <Column size="50"/>
  851. <Column size="50"/>
  852. <Column size="50"/>
  853. <Column size="50"/>
  854. <Column size="50"/>
  855. <Column size="50"/>
  856. <Column size="50"/>
  857. <Column size="50"/>
  858. <Column size="50"/>
  859. <Column size="50"/>
  860. <Column size="50"/>
  861. <Column size="50"/>
  862. <Column size="50"/>
  863. <Column size="100"/>
  864. </Columns>
  865. <Rows>
  866. <Row size="24" band="head"/>
  867. <Row size="24"/>
  868. </Rows>
  869. <Band id="head">
  870. <Cell/>
  871. <Cell col="1" text="등록번호"/>
  872. <Cell col="2" text="생성번호"/>
  873. <Cell col="3" text="성명"/>
  874. <Cell col="4" text="주민번호1"/>
  875. <Cell col="5" text="주민번호2"/>
  876. <Cell col="6" text="성별"/>
  877. <Cell col="7" text="나이"/>
  878. <Cell col="8" text="결혼"/>
  879. <Cell col="9" text="우편번호1"/>
  880. <Cell col="10" text="우편번호2"/>
  881. <Cell col="11" text="주소1"/>
  882. <Cell col="12" text="주소2"/>
  883. <Cell col="13" text="전화번호"/>
  884. <Cell col="14" text="휴대전화"/>
  885. <Cell col="15" text="입원일자"/>
  886. <Cell col="16" text="입원진료과"/>
  887. <Cell col="17" text="입원진료의"/>
  888. <Cell col="18" text="입원회차"/>
  889. <Cell col="19" text="재원일수"/>
  890. <Cell col="20" text="퇴원일자"/>
  891. <Cell col="21" text="퇴원과"/>
  892. <Cell col="22" text="퇴원담당교수"/>
  893. <Cell col="23" text="외국인여부"/>
  894. <Cell col="24" text="행려환자"/>
  895. <Cell col="25" text="직업1"/>
  896. <Cell col="26" text="기타직업"/>
  897. </Band>
  898. <Band id="body">
  899. <Cell celltype="head" expr="expr:currow + 1"/>
  900. <Cell col="1" text="bind:pid"/>
  901. <Cell col="2" text="bind:cretno"/>
  902. <Cell col="3" text="bind:pnm"/>
  903. <Cell col="4" text="bind:rrgstno1"/>
  904. <Cell col="5" text="bind:rrgstno2"/>
  905. <Cell col="6" text="bind:sex"/>
  906. <Cell col="7" text="bind:age"/>
  907. <Cell col="8" text="bind:maryflag"/>
  908. <Cell col="9" text="bind:zipcode1"/>
  909. <Cell col="10" text="bind:zipcode2"/>
  910. <Cell col="11" text="bind:addr"/>
  911. <Cell col="12" text="bind:detaddr"/>
  912. <Cell col="13" text="bind:hometel"/>
  913. <Cell col="14" text="bind:mpphontel"/>
  914. <Cell col="15" text="bind:indd"/>
  915. <Cell col="16" text="bind:inorddept"/>
  916. <Cell col="17" text="bind:inorddr"/>
  917. <Cell col="18" text="bind:indg"/>
  918. <Cell col="19" text="bind:totinhospdayno"/>
  919. <Cell col="20" text="bind:dschdd"/>
  920. <Cell col="21" text="bind:dschorddept"/>
  921. <Cell col="22" text="bind:dschorddr"/>
  922. <Cell col="23" text="bind:forgnerflag"/>
  923. <Cell col="24" text="bind:travoflag"/>
  924. <Cell col="25" text="bind:job1"/>
  925. <Cell col="26" text="bind:etcjob"/>
  926. </Band>
  927. </Format>
  928. </Formats>
  929. </Grid>
  930. <Combo position="absolute 332 45 467 64" id="cmb_outorddd" class="combo_default" innerdataset="@ds_main_humaninfo_outpatinfo_patlist" datacolumn="disporddd" codecolumn="code" onitemchanged="switch1_case2_cmb_outorddd_onitemchanged"/>
  931. <Combo position="absolute 332 89 467 108" id="cmb_indd" class="combo_default" innerdataset="@ds_main_humaninfo_inpatinfo_patlist" datacolumn="dispindd" codecolumn="indd" onitemchanged="switch1_case2_cmb_indd_onitemchanged"/>
  932. <Combo position="absolute 332 67 467 86" id="cmb_dschdd" class="combo_default" innerdataset="@ds_main_humaninfo_inpatinfo_patlist" datacolumn="dispdschdd" codecolumn="dschdd" onitemchanged="switch1_case2_cmb_dschdd_onitemchanged"/>
  933. <Grid position="absolute 306 555 594 715" id="grd_bfiocure" binddataset="ds_main_cncrpatrgst_cureinfo_chosbfcuremthd" autoenter="select" cellclickbound="control" oncloseup="switch1_case2_grd_bfiocure_oncloseup">
  934. <Formats>
  935. <Format id="default">
  936. <Columns>
  937. <Column size="24"/>
  938. <Column size="30"/>
  939. <Column size="135"/>
  940. <Column size="100"/>
  941. </Columns>
  942. <Rows>
  943. <Row size="24" band="head"/>
  944. <Row size="24"/>
  945. </Rows>
  946. <Band id="head">
  947. <Cell/>
  948. <Cell col="1" text="코드"/>
  949. <Cell col="2" text="내원전치료방법"/>
  950. <Cell col="3" text="치료일자"/>
  951. </Band>
  952. <Band id="body">
  953. <Cell celltype="head" expr="expr:currow + 1"/>
  954. <Cell col="1" displaytype="text" edittype="text" text="bind:code"/>
  955. <Cell col="2" displaytype="combo" edittype="combo" style="padding:1 2 1 2;" text="bind:chosbfcuremthd" combodataset="ds_main_common_M0177" combocodecol="cdid" combodatacol="cdnm" combodisplayrowcount="20"/>
  956. <Cell col="3" displaytype="date" edittype="date" text="bind:chosbfcuredd" editautoselect="true" calendardisplaynulltype="none"/>
  957. </Band>
  958. </Format>
  959. </Formats>
  960. </Grid>
  961. <Grid position="absolute 598 555 887 715" id="grd_prmypart" binddataset="ds_main_cncrpatrgst_cureinfo_prmypart" autoenter="select" oncloseup="switch1_case2_grd_prmypart_oncloseup">
  962. <Formats>
  963. <Format id="default">
  964. <Columns>
  965. <Column size="30"/>
  966. <Column size="155"/>
  967. <Column size="100"/>
  968. </Columns>
  969. <Rows>
  970. <Row size="24" band="head"/>
  971. <Row size="24"/>
  972. </Rows>
  973. <Band id="head">
  974. <Cell text="코드"/>
  975. <Cell col="1" text="원발부위치료방법"/>
  976. <Cell col="2" text="치료일자"/>
  977. </Band>
  978. <Band id="body">
  979. <Cell displaytype="text" edittype="text" text="bind:code"/>
  980. <Cell col="1" displaytype="combo" edittype="combo" style="align:left middle;padding:1 2 1 2;" text="bind:prmypartcd" wordwrap="none" combodataset="ds_main_common_M0394" combocodecol="cdid" combodatacol="cdnm" combodisplayrowcount="20"/>
  981. <Cell col="2" displaytype="date" edittype="date" text="bind:prmypartcuredd" editautoselect="true" calendardisplaynulltype="none"/>
  982. </Band>
  983. </Format>
  984. </Formats>
  985. </Grid>
  986. <Grid position="absolute 889 555 1178 715" id="grd_metstaspart" binddataset="ds_main_cncrpatrgst_cureinfo_metstaspart" autoenter="select" oncloseup="switch1_case2_grd_metstaspart_oncloseup">
  987. <Formats>
  988. <Format id="default">
  989. <Columns>
  990. <Column size="30"/>
  991. <Column size="155"/>
  992. <Column size="100"/>
  993. </Columns>
  994. <Rows>
  995. <Row size="24" band="head"/>
  996. <Row size="24"/>
  997. </Rows>
  998. <Band id="head">
  999. <Cell text="코드"/>
  1000. <Cell col="1" text="전이부위치료방법"/>
  1001. <Cell col="2" text="치료일자"/>
  1002. </Band>
  1003. <Band id="body">
  1004. <Cell displaytype="text" edittype="text" text="bind:code"/>
  1005. <Cell col="1" displaytype="combo" edittype="combo" style="padding:1 2 1 2;" text="bind:metstaspartcd" combodataset="ds_main_common_M0394" combocodecol="cdid" combodatacol="cdnm" combodisplayrowcount="20"/>
  1006. <Cell col="2" displaytype="date" edittype="date" text="bind:metstaspartdd" editautoselect="true" calendardisplaynulltype="none"/>
  1007. </Band>
  1008. </Format>
  1009. </Formats>
  1010. </Grid>
  1011. <Combo position="absolute 495 404 592 423" id="cmb_diaghospinfo" class="combo_default" innerdataset="@ds_main_common_Z0007" datacolumn="cdnm" codecolumn="cdid"/>
  1012. <Combo position="absolute 97 133 232 152" id="cmb_maryflag" class="combo_default" innerdataset="@ds_main_common_M0151" datacolumn="cdnm" codecolumn="cdid"/>
  1013. <Combo position="absolute 1084 470 1173 489" align="align:left middle;" id="cmb_etcstagflag" class="combo_default" innerdataset="@ds_main_common_M0395" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_cmb_etcstagflag_onitemchanged"/>
  1014. <Edit position="absolute 189 111 232 130" id="ipt_epoch" class="input_default" autoselect="true"/>
  1015. <Shape position="absolute 0 195 1172 201" linetype="horizontal" id="line2" class="line_3"/>
  1016. <Edit position="absolute 97 177 232 196" id="cmb_etcjob" class="input_default" autoselect="true"/>
  1017. <Edit position="absolute 495 490 592 509" id="ipt_clin" class="input_default" enable="false" autoselect="true"/>
  1018. <Static text="임상검사(기타)" position="absolute 400 490 493 509" align="align:center middle;" id="caption48" class="cell_1"/>
  1019. <Shape position="absolute 0 510 1172 516" linetype="horizontal" id="line3" class="line_3"/>
  1020. <Edit position="absolute 310 515 400 534" id="input12" class="input_default" visible="false" autoselect="true"/>
  1021. <Static text="* 암등록자 :" position="absolute 248 720 328 740" id="caption54" style="font:Dotum,9,bold;"/>
  1022. <Static text="* 암등록일시 :" position="absolute 3 720 96 740" id="caption55" style="font:Dotum,9,bold;"/>
  1023. <Static position="absolute 95 720 240 740" id="cap_rgstdt" mask="yyyy-mm-dd hh:mm:ss"/>
  1024. <Static position="absolute 325 720 605 740" id="cap_rgstrnm"/>
  1025. <Button position="absolute 765 1 881 23" id="button19" class="btn3" text="질병및수술분류" onclick="switch1_case2_button19_onclick"/>
  1026. <Button position="absolute 599 1 679 23" id="button6" class="btn3" text="퇴원분석" onclick="switch1_case2_button6_onclick"/>
  1027. <Button position="absolute 683 1 763 23" id="button7" class="btn3" text="미비관리" onclick="switch1_case2_button7_onclick"/>
  1028. <Button position="absolute 387 1 491 23" id="button8" class="btn3" text="통합기록조회" onclick="switch1_case2_button8_onclick"/>
  1029. <Button position="absolute 480 530 533 549" id="button11" class="btn2" text="행추가" onclick="switch1_case2_button11_onclick"/>
  1030. <Button position="absolute 540 530 593 549" id="button9" class="btn2" text="행삭제" onclick="switch1_case2_button9_onclick"/>
  1031. <Button position="absolute 835 530 888 549" id="button10" class="btn2" text="행삭제" onclick="switch1_case2_button10_onclick"/>
  1032. <Button position="absolute 775 530 828 549" id="button12" class="btn2" text="행추가" onclick="switch1_case2_button12_onclick"/>
  1033. <Button position="absolute 1120 530 1173 549" id="button13" class="btn2" text="행삭제" onclick="switch1_case2_button13_onclick"/>
  1034. <Button position="absolute 1065 530 1116 549" id="button14" class="btn2" text="행추가" onclick="switch1_case2_button14_onclick"/>
  1035. <Edit position="absolute 670 382 685 401" id="input15" class="input_default" visible="false" autoselect="true"/>
  1036. <Edit position="absolute 759 382 969 401" id="ipt_tophinfo" class="input_essential" autoselect="true"/>
  1037. <Edit position="absolute 759 404 969 423" id="ipt_morphinfo1" class="input_essential" autoselect="true"/>
  1038. <Edit position="absolute 670 404 685 423" id="input19" class="input_default" visible="false" autoselect="true"/>
  1039. <Edit position="absolute 759 511 969 530" id="ipt_morphinfo2" class="input_essential" visible="false" autoselect="true"/>
  1040. <Edit position="absolute 670 511 685 530" id="input21" class="input_default" visible="false"/>
  1041. <Edit position="absolute 96 557 111 576" id="input22" class="input_default" visible="false" autoselect="true"/>
  1042. <Edit position="absolute 164 557 302 576" id="ipt_rerntmetstaspart1" class="input_default" autoselect="true"/>
  1043. <Edit position="absolute 96 579 111 598" id="input24" class="input_default" visible="false" autoselect="true"/>
  1044. <Edit position="absolute 164 579 302 598" id="ipt_rerntmetstaspart2" class="input_default" autoselect="true"/>
  1045. <Edit position="absolute 96 601 111 620" id="input26" class="input_default" visible="false" autoselect="true"/>
  1046. <Edit position="absolute 164 601 302 620" id="ipt_rerntmetstaspart3" class="input_default" autoselect="true"/>
  1047. <Edit position="absolute 96 623 111 642" id="input28" class="input_default" visible="false" autoselect="true"/>
  1048. <Edit position="absolute 164 623 302 642" id="ipt_rerntmetstaspart4" class="input_default" autoselect="true"/>
  1049. <Shape position="absolute 0 400 1174 406" linetype="horizontal" id="line5" class="line_2"/>
  1050. <Shape position="absolute 0 422 1174 428" linetype="horizontal" id="line10" class="line_2"/>
  1051. <Shape position="absolute 0 444 1174 450" linetype="horizontal" id="line12" class="line_2"/>
  1052. <Shape position="absolute 0 466 1174 472" linetype="horizontal" id="line13" class="line_2"/>
  1053. <Shape position="absolute 400 487 1173 493" linetype="horizontal" id="line14" class="line_2"/>
  1054. <Shape position="absolute 0 575 301 581" linetype="horizontal" id="line15" class="line_2"/>
  1055. <Shape position="absolute 0 597 301 603" linetype="horizontal" id="line16" class="line_2"/>
  1056. <Shape position="absolute 0 619 301 625" linetype="horizontal" id="line17" class="line_2"/>
  1057. <Shape position="absolute 0 641 301 647" linetype="horizontal" id="line18" class="line_2"/>
  1058. <Shape position="absolute 0 663 301 669" linetype="horizontal" id="line19" class="line_2"/>
  1059. <Shape position="absolute 0 685 301 691" linetype="horizontal" id="line20" class="line_2"/>
  1060. <Shape position="absolute 0 63 1174 69" linetype="horizontal" id="line21" class="line_2"/>
  1061. <Shape position="absolute 0 85 1174 91" linetype="horizontal" id="line22" class="line_2"/>
  1062. <Shape position="absolute 0 107 1174 113" linetype="horizontal" id="line23" class="line_2"/>
  1063. <Shape position="absolute 0 129 467 135" linetype="horizontal" id="line24" class="line_2"/>
  1064. <Shape position="absolute 568 129 1171 135" linetype="horizontal" id="line25" class="line_2"/>
  1065. <Shape position="absolute 0 151 1174 157" linetype="horizontal" id="line26" class="line_2"/>
  1066. <Shape position="absolute 97 173 1171 179" linetype="horizontal" id="line27" class="line_2"/>
  1067. <Shape position="absolute 0 707 302 713" linetype="horizontal" id="line28" class="line_3"/>
  1068. <Button position="absolute 492 1 596 23" id="button17" class="btn3" text="통합결과조회" onclick="switch1_case2_button17_onclick"/>
  1069. <CheckBox position="absolute 194 46 211 66" id="chk_cretchknum" truevalue="true" falsevalue="false"/>
  1070. <Button position="absolute 882 1 986 23" id="button18" class="btn3" text="CA등록번호" onclick="switch1_case2_button18_onclick"/>
  1071. <Static text="진단담당의" position="absolute 400 513 493 532" align="align:center middle;" id="caption57" class="cell_1" visible="false"/>
  1072. <Edit position="absolute 495 513 592 532" id="ipt_diagdrid" class="input_default" visible="false" autoselect="true"/>
  1073. <Static text="진단경로" position="absolute 400 447 493 466" align="align:center middle;" id="caption58" class="cell_1" visible="true"/>
  1074. <Combo position="absolute 495 447 592 466" align="align:left middle;" id="combo1" class="combo_essential" innerdataset="@ds_main_common_M0740" datacolumn="cdnm" codecolumn="cdid" onitemchanged="switch1_case2_combo1_onitemchanged"/>
  1075. <Static text="편측성" position="absolute 595 426 685 445" align="align:center middle;" id="caption61" class="cell_1"/>
  1076. <Combo position="absolute 688 426 970 445" align="align:left middle;" id="combo2" class="combo_essential" enable="false" innerdataset="ds_main_common_M0750" datacolumn="cdnm" codecolumn="cdid" autoselect="true"/>
  1077. <Static text="진단경로(기타)" position="absolute 205 470 305 489" align="align:center middle;" id="caption62" class="cell_1"/>
  1078. <Edit position="absolute 309 470 592 489" id="ipt_etcdiagroute" class="input_default" enable="false" autoselect="true"/>
  1079. <cp_checkboxList id="chk_clin" titletext="CheckBox List" taborder="2" text="cp_checkboxList00" scrollbars="none" position="absolute 205 490 398 510" style="background:transparent; " col="1" row="1" cellspacing="2" vcellspacing="0" itemWidth="100" itemHeight="20" overflow="visible" enable="false"/>
  1080. </Layout>
  1081. </Layouts>
  1082. </Tabpage>
  1083. <Tabpage text="암환자통계관리" id="case3">
  1084. <Layouts>
  1085. <Layout>
  1086. <Shape position="absolute 0 5 1185 90" id="roundrect1" type="roundrectangle"/>
  1087. <Combo position="absolute 944 15 1029 34" id="cmb_orddrlist" class="combo_search" innerdataset="@ds_hidden_cncrpatref_orddrinfo_drlist" datacolumn="drnm" codecolumn="drid"/>
  1088. <Edit position="absolute 941 40 986 59" id="input7" class="input_search" autoselect="true" onkeydown="switch1_case3_input7_onkeydown"/>
  1089. <Static text="등록번호 :" position="absolute 310 93 398 110" id="caption50" class="search_name" visible="false"/>
  1090. <Static text="성 명 :" position="absolute 535 93 625 110" id="caption51" class="search_name" visible="false"/>
  1091. <Static text="내원구분 :" position="absolute 7 15 95 32" id="caption96" class="search_name"/>
  1092. <Shape position="absolute 1106 22 1112 74" linetype="vertical" id="line11" class="line_4"/>
  1093. <Edit position="absolute 606 93 691 112" id="input42" class="input_search" visible="false" autoselect="true" onkeydown="switch1_case3_input42_onkeydown"/>
  1094. <Static text="주민번호 :" position="absolute 775 93 865 110" id="caption52" class="search_name" visible="false"/>
  1095. <Button position="absolute 953 93 969 109" id="btn_rgstsrch" class="icon_search" visible="false" text="" onclick="switch1_case3_btn_rgstsrch_onclick"/>
  1096. <Static text="~" position="absolute 232 39 244 56" id="caption42" class="search_no_b"/>
  1097. <Static text="나이 :" position="absolute 140 40 200 57" id="caption53" class="search_name"/>
  1098. <Button position="absolute 1125 37 1181 59" id="btn_r_cncrlist" class="btn1" text="조회" onclick="switch1_case3_btn_r_cncrlist_onclick"/>
  1099. <Button position="absolute 486 93 502 109" id="btn_pidsrch" class="icon_search" visible="false" text="" onclick="switch1_case3_btn_pidsrch_onclick"/>
  1100. <MaskEdit position="absolute 863 93 948 112" id="input43" class="input_search" visible="false" mask="999999-9999999" autoselect="true" onkeydown="switch1_case3_input43_onkeydown"/>
  1101. <Static text="ICD10 :" position="absolute 870 40 945 57" id="caption43" class="search_name"/>
  1102. <Combo position="absolute 671 15 806 34" id="cmb_srchdept" class="combo_search" innerdataset="@ds_hidden_cncrpatref_orddeptinfo_orddeptlist" datacolumn="depthngnm" codecolumn="deptcd" onitemchanged="switch1_case3_cmb_srchdept_onitemchanged"/>
  1103. <Grid position="absolute 0 115 1186 740" id="grd_cncrpatlist" binddataset="ds_main_cncrpatlist_list" oncelldblclick="switch1_case3_grd_cncrpatlist_oncelldblclick">
  1104. <Formats>
  1105. <Format id="default">
  1106. <Columns>
  1107. <Column size="24"/>
  1108. <Column size="70"/>
  1109. <Column size="80"/>
  1110. <Column size="50"/>
  1111. <Column size="100"/>
  1112. <Column size="100"/>
  1113. <Column size="50"/>
  1114. <Column size="65"/>
  1115. <Column size="65"/>
  1116. <Column size="65"/>
  1117. <Column size="100"/>
  1118. <Column size="100"/>
  1119. <Column size="200"/>
  1120. <Column size="150"/>
  1121. <Column size="80"/>
  1122. <Column size="80"/>
  1123. <Column size="90"/>
  1124. <Column size="58"/>
  1125. <Column size="100"/>
  1126. <Column size="100"/>
  1127. <Column size="200"/>
  1128. <Column size="86"/>
  1129. <Column size="54"/>
  1130. <Column size="100"/>
  1131. <Column size="200"/>
  1132. <Column size="100"/>
  1133. <Column size="90"/>
  1134. <Column size="70"/>
  1135. <Column size="70"/>
  1136. <Column size="150"/>
  1137. <Column size="150"/>
  1138. <Column size="80"/>
  1139. <Column size="82"/>
  1140. <Column size="51"/>
  1141. <Column size="70"/>
  1142. <Column size="90"/>
  1143. <Column size="90"/>
  1144. <Column size="120"/>
  1145. <Column size="80"/>
  1146. <Column size="84"/>
  1147. <Column size="90"/>
  1148. <Column size="70"/>
  1149. <Column size="80"/>
  1150. <Column size="200"/>
  1151. <Column size="100"/>
  1152. <Column size="150"/>
  1153. <Column size="200"/>
  1154. <Column size="75"/>
  1155. <Column size="100"/>
  1156. <Column size="70"/>
  1157. <Column size="100"/>
  1158. <Column size="72"/>
  1159. <Column size="100"/>
  1160. <Column size="70"/>
  1161. <Column size="100"/>
  1162. <Column size="116"/>
  1163. <Column size="129"/>
  1164. <Column size="70"/>
  1165. <Column size="114"/>
  1166. <Column size="128"/>
  1167. <Column size="114"/>
  1168. <Column size="100"/>
  1169. <Column size="70"/>
  1170. <Column size="70"/>
  1171. <Column size="100"/>
  1172. <Column size="100"/>
  1173. <Column size="109"/>
  1174. <Column size="145"/>
  1175. <Column size="100"/>
  1176. <Column size="100"/>
  1177. <Column size="100"/>
  1178. <Column size="100"/>
  1179. <Column size="100"/>
  1180. <Column size="124"/>
  1181. <Column size="120"/>
  1182. <Column size="100"/>
  1183. <Column size="100"/>
  1184. <Column size="100"/>
  1185. <Column size="90"/>
  1186. <Column size="100"/>
  1187. <Column size="100"/>
  1188. <Column size="100"/>
  1189. <Column size="100"/>
  1190. <Column size="100"/>
  1191. <Column size="100"/>
  1192. <Column size="100"/>
  1193. <Column size="100"/>
  1194. <Column size="100"/>
  1195. <Column size="100"/>
  1196. <Column size="100"/>
  1197. <Column size="100"/>
  1198. <Column size="100"/>
  1199. <Column size="100"/>
  1200. <Column size="100"/>
  1201. <Column size="100"/>
  1202. <Column size="100"/>
  1203. <Column size="100"/>
  1204. <Column size="100"/>
  1205. <Column size="100"/>
  1206. <Column size="100"/>
  1207. <Column size="100"/>
  1208. <Column size="100"/>
  1209. <Column size="0"/>
  1210. <Column size="0"/>
  1211. <Column size="0"/>
  1212. <Column size="0"/>
  1213. <Column size="0"/>
  1214. <Column size="0"/>
  1215. <Column size="0"/>
  1216. <Column size="100"/>
  1217. <Column size="0"/>
  1218. <Column size="100"/>
  1219. <Column size="0"/>
  1220. </Columns>
  1221. <Rows>
  1222. <Row size="26" band="head"/>
  1223. <Row size="24"/>
  1224. </Rows>
  1225. <Band id="head">
  1226. <Cell/>
  1227. <Cell col="1" text="병원코드"/>
  1228. <Cell col="2" text="등록번호"/>
  1229. <Cell col="3" text="나이1"/>
  1230. <Cell col="4" text="주민등록번호"/>
  1231. <Cell col="5" text="성명"/>
  1232. <Cell col="6" text="성별"/>
  1233. <Cell col="7" text="외국인"/>
  1234. <Cell col="8" text="행려환자"/>
  1235. <Cell col="9" text="직업분류"/>
  1236. <Cell col="10" text="직업2"/>
  1237. <Cell col="11" text="직업기술"/>
  1238. <Cell col="12" text="주소지"/>
  1239. <Cell col="13" text="세부주소"/>
  1240. <Cell col="14" text="지역구분"/>
  1241. <Cell col="15" text="우편번호"/>
  1242. <Cell col="16" text="초진년월일"/>
  1243. <Cell col="17" text="진단경로"/>
  1244. <Cell col="18" text="진단경로(기타)"/>
  1245. <Cell col="19" text="원발부위코드"/>
  1246. <Cell col="20" text="원발부위설명"/>
  1247. <Cell col="21" text="원발부위"/>
  1248. <Cell col="22" text="편측성"/>
  1249. <Cell col="23" text="조직학코드"/>
  1250. <Cell col="24" text="조직학설명"/>
  1251. <Cell col="25" text="조직학"/>
  1252. <Cell col="26" text="분화도"/>
  1253. <Cell col="27" text="사망일자"/>
  1254. <Cell col="28" text="사망원인"/>
  1255. <Cell col="29" text="진단방법"/>
  1256. <Cell col="30" text="진단방법1"/>
  1257. <Cell col="31" text="진단방법2"/>
  1258. <Cell col="32" text="치료시행여부"/>
  1259. <Cell col="33" text="요법"/>
  1260. <Cell col="34" text="기타치료"/>
  1261. <Cell col="35" text="출생연대"/>
  1262. <Cell col="36" text="입원(외래)일자"/>
  1263. <Cell col="37" text="퇴원일자"/>
  1264. <Cell col="38" text="자료등록년도"/>
  1265. <Cell col="39" text="입력일자"/>
  1266. <Cell col="40" text="입력자"/>
  1267. <Cell col="41" text="면허번호"/>
  1268. <Cell col="42" text="SeerCode"/>
  1269. <Cell col="43" text="Seer 설명"/>
  1270. <Cell col="44" text="기타병기구분"/>
  1271. <Cell col="45" text="STAGE"/>
  1272. <Cell col="46" text="병기"/>
  1273. <Cell col="47" text="기타병기내용" wordwrap="none"/>
  1274. <Cell col="48" text="전이부위1"/>
  1275. <Cell col="49" text="전위부위설명1" wordwrap="word"/>
  1276. <Cell col="50" text="전위부위2"/>
  1277. <Cell col="51" text="전위부위설명2"/>
  1278. <Cell col="52" text="전위부위3"/>
  1279. <Cell col="53" text="전위부위설명3"/>
  1280. <Cell col="54" text="전위부위4"/>
  1281. <Cell col="55" text="전위부위설명4"/>
  1282. <Cell col="56" text="CA등록번호"/>
  1283. <Cell col="57" text="다발성원발암"/>
  1284. <Cell col="58" text="나이2"/>
  1285. <Cell col="59" text="입원(외래)과"/>
  1286. <Cell col="60" text="입원(외래)과담당교수"/>
  1287. <Cell col="61" text="퇴원과"/>
  1288. <Cell col="62" text="퇴원과담당교수"/>
  1289. <Cell col="63" text="입원회차"/>
  1290. <Cell col="64" text="재원일수"/>
  1291. <Cell col="65" text="결혼코드"/>
  1292. <Cell col="66" text="초재진구분"/>
  1293. <Cell col="67" text="등록당시 질병상태"/>
  1294. <Cell col="68" text="최초진단병원"/>
  1295. <Cell col="69" text="기타진단병원"/>
  1296. <Cell col="70" text="최초진단의"/>
  1297. <Cell col="71" text="사망장소"/>
  1298. <Cell col="72" text="ICD-10(T-Code)"/>
  1299. <Cell col="73" text="ICD-10(M-Code)"/>
  1300. <Cell col="74" text="ICD-O-3(M-Code)"/>
  1301. <Cell col="75" text="순서(ICD-O-3)"/>
  1302. <Cell col="76" text="ECOG"/>
  1303. <Cell col="77" text="Regimen1"/>
  1304. <Cell col="78" text="Regimen2"/>
  1305. <Cell col="79" text="치료개시일"/>
  1306. <Cell col="80" text="내원전치료1"/>
  1307. <Cell col="81" text="치료일자1"/>
  1308. <Cell col="82" text="내원전치료2"/>
  1309. <Cell col="83" text="치료일자2"/>
  1310. <Cell col="84" text="내원전치료3"/>
  1311. <Cell col="85" text="치료일자3"/>
  1312. <Cell col="86" text="본원치료(원발)1"/>
  1313. <Cell col="87" text="치료일자4"/>
  1314. <Cell col="88" text="본원치료(원발)2"/>
  1315. <Cell col="89" text="치료일자5"/>
  1316. <Cell col="90" text="본원치료(원발)3"/>
  1317. <Cell col="91" text="치료일자6"/>
  1318. <Cell col="92" text="본원치료(원발)4"/>
  1319. <Cell col="93" text="치료일자7"/>
  1320. <Cell col="94" text="본원치료(전이)1"/>
  1321. <Cell col="95" text="치료일자8"/>
  1322. <Cell col="96" text="본원치료(전이)2"/>
  1323. <Cell col="97" text="치료일자9"/>
  1324. <Cell col="98" text="본원치료(전이)3"/>
  1325. <Cell col="99" text="치료일자10"/>
  1326. <Cell col="100" text="본원치료(전이)4"/>
  1327. <Cell col="101" text="치료일자11"/>
  1328. <Cell col="102" text="연고자(성명)"/>
  1329. <Cell col="103" text="연고자(관계)"/>
  1330. <Cell col="104" text="연고자(우편번호)"/>
  1331. <Cell col="105" text="연고자(주소)"/>
  1332. <Cell col="106" text="연고자(상세주소)"/>
  1333. <Cell col="107" text="연고자(휴대전화)"/>
  1334. <Cell col="108" text="연고자(전화번호)"/>
  1335. <Cell col="109" text="내원구분"/>
  1336. <Cell col="110" text="cncr_histno"/>
  1337. <Cell col="111" text="생존기간"/>
  1338. <Cell col="112" text="전화번호"/>
  1339. </Band>
  1340. <Band id="body">
  1341. <Cell celltype="head" expr="expr:currow + 1"/>
  1342. <Cell col="1" text="bind:hospcd" enable="false"/>
  1343. <Cell col="2" text="bind:pid"/>
  1344. <Cell col="3" text="bind:age"/>
  1345. <Cell col="4" text="bind:rrgstno"/>
  1346. <Cell col="5" text="bind:hngnm"/>
  1347. <Cell col="6" text="bind:sex"/>
  1348. <Cell col="7" text="bind:forgneryn"/>
  1349. <Cell col="8" text="bind:wandereryn"/>
  1350. <Cell col="9" text="bind:jobcd1"/>
  1351. <Cell col="10" style="align:left top;padding:5 2 1 2;" text="bind:jobcd2" wordwrap="word"/>
  1352. <Cell col="11" style="align:left top;padding:5 2 1 2;" text="bind:jobetc" wordwrap="word"/>
  1353. <Cell col="12" style="align:left top;padding:5 2 1 2;" text="bind:addr" wordwrap="word"/>
  1354. <Cell col="13" style="align:left top;padding:5 2 1 2;" text="bind:detaddr" wordwrap="word"/>
  1355. <Cell col="14" text="bind:area"/>
  1356. <Cell col="15" text="bind:zipcd"/>
  1357. <Cell col="16" text="bind:diagdd"/>
  1358. <Cell col="17" text="bind:diagroute"/>
  1359. <Cell col="18" text="bind:etcdiagroute"/>
  1360. <Cell col="19" style="align:left top;padding:5 2 1 2;" text="bind:tophcd" wordwrap="word"/>
  1361. <Cell col="20" style="align:left top;padding:5 2 1 2;" text="bind:topengnm" wordwrap="word"/>
  1362. <Cell col="21" style="align:left top;padding:5 2 1 2;" text="bind:topblank" wordwrap="word"/>
  1363. <Cell col="22" text="bind:laterality"/>
  1364. <Cell col="23" style="align:left top;padding:5 2 1 2;" text="bind:morphcd" wordwrap="word"/>
  1365. <Cell col="24" style="align:left top;padding:5 2 1 2;" text="bind:morphengnm" wordwrap="word"/>
  1366. <Cell col="25" text="bind:morphblack"/>
  1367. <Cell col="26" text="bind:difrntgrdecd"/>
  1368. <Cell col="27" displaytype="date" text="bind:dethdd" calendardisplaynulltype="none"/>
  1369. <Cell col="28" text="bind:dethcause"/>
  1370. <Cell col="29" text="bind:lastdiagmthdcd"/>
  1371. <Cell col="30" text="bind:clinical"/>
  1372. <Cell col="31" text="bind:etcclinical"/>
  1373. <Cell col="32" text="bind:remedychk"/>
  1374. <Cell col="33" text="bind:remedy"/>
  1375. <Cell col="34" text="bind:etccure"/>
  1376. <Cell col="35" text="bind:brithyear"/>
  1377. <Cell col="36" text="bind:orddd"/>
  1378. <Cell col="37" text="bind:dschdd"/>
  1379. <Cell col="38" text="bind:cncryear"/>
  1380. <Cell col="39" text="bind:lastdt"/>
  1381. <Cell col="40" text="bind:lastusernm"/>
  1382. <Cell col="41" text="bind:licenceno"/>
  1383. <Cell col="42" text="bind:seer"/>
  1384. <Cell col="43" style="align:left top;padding:5 2 1 2;" text="bind:seernm" wordwrap="word"/>
  1385. <Cell col="44" displaytype="combo" edittype="combo" style="padding:1 2 1 2;" text="bind:etcstagflagcd" wordwrap="none" combodataset="ds_main_common_M0395" combocodecol="cdid" combodatacol="cdnm"/>
  1386. <Cell col="45" style="align:left top;padding:5 2 1 2;" text="bind:stage" wordwrap="word"/>
  1387. <Cell col="46" style="align:left top;padding:5 2 1 2;" text="bind:stagingcd" wordwrap="word"/>
  1388. <Cell col="47" style="align:left top;padding:5 2 1 2;" text="bind:etcstagcnts" wordwrap="word"/>
  1389. <Cell col="48" style="align:left top;padding:5 2 1 2;" text="bind:rerntmetstaspartcd1" wordwrap="word"/>
  1390. <Cell col="49" style="align:left top;padding:5 2 1 2;" text="bind:tplengnm1" wordwrap="word"/>
  1391. <Cell col="50" style="align:left top;padding:5 2 1 2;" text="bind:rerntmetstaspartcd2" wordwrap="word"/>
  1392. <Cell col="51" style="align:left top;padding:5 2 1 2;" text="bind:tplengnm2" wordwrap="word"/>
  1393. <Cell col="52" style="align:left top;padding:5 2 1 2;" text="bind:rerntmetstaspartcd3" wordwrap="word"/>
  1394. <Cell col="53" style="align:left top;padding:5 2 1 2;" text="bind:tplengnm3" wordwrap="word"/>
  1395. <Cell col="54" style="align:left top;padding:5 2 1 2;" text="bind:rerntmetstaspartcd4" wordwrap="word"/>
  1396. <Cell col="55" style="align:left top;padding:5 2 1 2;" text="bind:tplengnm4" wordwrap="word"/>
  1397. <Cell col="56" text="bind:cncrno"/>
  1398. <Cell col="57" text="bind:prmycncryn"/>
  1399. <Cell col="58" text="bind:age2"/>
  1400. <Cell col="59" text="bind:orddeptnm"/>
  1401. <Cell col="60" text="bind:orddrnm"/>
  1402. <Cell col="61" text="bind:dschdeptnm"/>
  1403. <Cell col="62" text="bind:dschdrnm"/>
  1404. <Cell col="63" text="bind:indg"/>
  1405. <Cell col="64" text="bind:totinhospdayno"/>
  1406. <Cell col="65" text="bind:maryflag"/>
  1407. <Cell col="66" text="bind:fsexamflag"/>
  1408. <Cell col="67" text="bind:sickstatcd"/>
  1409. <Cell col="68" text="bind:diaghospcd"/>
  1410. <Cell col="69" text="bind:etcdiaghospnm"/>
  1411. <Cell col="70" text="bind:diagdrid"/>
  1412. <Cell col="71" text="bind:dethplcecd"/>
  1413. <Cell col="72" text="bind:icd10cd"/>
  1414. <Cell col="73" text="bind:morphcd2"/>
  1415. <Cell col="74" text="bind:morphcd1"/>
  1416. <Cell col="75" text="bind:morphseqno1"/>
  1417. <Cell col="76" text="bind:ecog"/>
  1418. <Cell col="77" text="bind:regimen1"/>
  1419. <Cell col="78" text="bind:regimen2"/>
  1420. <Cell col="79" displaytype="date" text="bind:cureopendd" calendardisplaynulltype="none"/>
  1421. <Cell col="80" text="bind:chosbfcurecd1"/>
  1422. <Cell col="81" text="bind:chosbfcuredd1"/>
  1423. <Cell col="82" text="bind:chosbfcurecd2"/>
  1424. <Cell col="83" text="bind:chosbfcuredd2"/>
  1425. <Cell col="84" text="bind:chosbfcurecd3"/>
  1426. <Cell col="85" text="bind:chosbfcuredd3"/>
  1427. <Cell col="86" text="bind:prmypartcurecd1"/>
  1428. <Cell col="87" text="bind:prmypartcuredd1"/>
  1429. <Cell col="88" text="bind:prmypartcurecd2"/>
  1430. <Cell col="89" text="bind:prmypartcuredd2"/>
  1431. <Cell col="90" text="bind:prmypartcurecd3"/>
  1432. <Cell col="91" text="bind:prmypartcuredd3"/>
  1433. <Cell col="92" text="bind:prmypartcurecd4"/>
  1434. <Cell col="93" text="bind:prmypartcuredd4"/>
  1435. <Cell col="94" text="bind:metstaspartcurecd1"/>
  1436. <Cell col="95" text="bind:metstaspartcuredd1"/>
  1437. <Cell col="96" text="bind:metstaspartcurecd2"/>
  1438. <Cell col="97" text="bind:metstaspartcuredd2"/>
  1439. <Cell col="98" text="bind:metstaspartcurecd3"/>
  1440. <Cell col="99" text="bind:metstaspartcuredd3"/>
  1441. <Cell col="100" text="bind:metstaspartcurecd4"/>
  1442. <Cell col="101" text="bind:metstaspartcuredd4"/>
  1443. <Cell col="102" text="bind:reluserhngnm"/>
  1444. <Cell col="103" text="bind:relation"/>
  1445. <Cell col="104" text="bind:relzipcd"/>
  1446. <Cell col="105" text="bind:reladdr"/>
  1447. <Cell col="106" text="bind:reldetaddr"/>
  1448. <Cell col="107" text="bind:relmpphontel"/>
  1449. <Cell col="108" text="bind:relhometel"/>
  1450. <Cell col="109" text="bind:ordtype"/>
  1451. <Cell col="110" text="bind:cncr_histno"/>
  1452. <Cell col="111" text="bind:dethmonth"/>
  1453. <Cell col="112" text="bind:phontel"/>
  1454. </Band>
  1455. </Format>
  1456. </Formats>
  1457. </Grid>
  1458. <Static text="~" position="absolute 452 17 464 34" id="caption46" class="search_no_b"/>
  1459. <Button position="absolute 1135 93 1186 114" id="btn_excel" class="btn7" text="엑셀" onclick="switch1_case3_btn_excel_onclick"/>
  1460. <Static text="통계자료검색 :" position="absolute 7 65 119 82" id="caption47" class="search_name"/>
  1461. <Static text="M-CODE :" position="absolute 590 40 686 57" id="caption36" class="search_name"/>
  1462. <Combo position="absolute 67 40 132 59" id="combo4" class="combo_search" codecolumn="codecolumn" datacolumn="datacolumn">
  1463. <Dataset id="innerdataset">
  1464. <ColumnInfo>
  1465. <Column id="codecolumn"/>
  1466. <Column id="datacolumn"/>
  1467. </ColumnInfo>
  1468. <Rows>
  1469. <Row>
  1470. <Col id="codecolumn">A</Col>
  1471. <Col id="datacolumn">전체</Col>
  1472. </Row>
  1473. <Row>
  1474. <Col id="codecolumn">M</Col>
  1475. <Col id="datacolumn">남자</Col>
  1476. </Row>
  1477. <Row>
  1478. <Col id="codecolumn">F</Col>
  1479. <Col id="datacolumn">여자</Col>
  1480. </Row>
  1481. </Rows>
  1482. </Dataset>
  1483. </Combo>
  1484. <Button position="absolute 695 93 711 109" id="btn_patnmsrch" class="icon_search" visible="false" text="" onclick="switch1_case3_btn_patnmsrch_onclick"/>
  1485. <Static text="T-CODE :" position="absolute 305 40 400 57" id="caption37" class="search_name"/>
  1486. <Static text="진료과 :" position="absolute 591 15 665 32" id="cap_dept" class="search_name"/>
  1487. <Static text="담당교수 :" position="absolute 870 15 944 32" id="cap_dr" class="search_name"/>
  1488. <Edit position="absolute 200 40 230 59" id="input2" class="input_search" autoselect="true"/>
  1489. <Edit position="absolute 247 40 277 59" id="input4" class="input_search" autoselect="true"/>
  1490. <Radio position="absolute 94 15 231 32" id="radio3" columncount="-1" rowcount="-1" codecolumn="codecolumn" datacolumn="datacolumn" onitemchanged="switch1_case3_radio3_onitemchanged">
  1491. <Dataset id="innerdataset">
  1492. <ColumnInfo>
  1493. <Column id="codecolumn"/>
  1494. <Column id="datacolumn"/>
  1495. </ColumnInfo>
  1496. <Rows>
  1497. <Row>
  1498. <Col id="codecolumn">A</Col>
  1499. <Col id="datacolumn">전체</Col>
  1500. </Row>
  1501. <Row>
  1502. <Col id="codecolumn">I</Col>
  1503. <Col id="datacolumn">퇴원</Col>
  1504. </Row>
  1505. <Row>
  1506. <Col id="codecolumn">O</Col>
  1507. <Col id="datacolumn">외래</Col>
  1508. </Row>
  1509. </Rows>
  1510. </Dataset>
  1511. </Radio>
  1512. <Edit position="absolute 398 40 450 59" id="input3" class="input_search" autoselect="true" onkeydown="switch1_case3_input3_onkeydown"/>
  1513. <Static text="성별 :" position="absolute 7 40 67 57" id="caption18" class="search_name"/>
  1514. <Edit position="absolute 398 93 483 112" id="ipt_appmanid01" class="input_search" visible="false" autoselect="true" onkeydown="switch1_case3_ipt_appmanid01_onkeydown"/>
  1515. <Calendar position="absolute 361 15 449 34" id="ipt_fromdd" class="input_essential" autoselect="true"/>
  1516. <Calendar position="absolute 464 15 552 34" id="ipt_todd" class="input_essential" autoselect="true"/>
  1517. <Edit position="absolute 686 40 738 59" id="input6" class="input_search" autoselect="true" onkeydown="switch1_case3_input6_onkeydown"/>
  1518. <Edit position="absolute 562 40 589 59" id="input16" class="input_search" visible="false" autoselect="true"/>
  1519. <Edit position="absolute 452 40 567 59" id="input17" class="input_search" autoselect="true"/>
  1520. <Edit position="absolute 841 40 868 59" id="input18" class="input_search" visible="false" autoselect="true" onkeydown="switch1_case3_input18_onkeydown"/>
  1521. <Edit position="absolute 740 40 855 59" id="input20" class="input_search" autoselect="true"/>
  1522. <Edit position="absolute 988 40 1103 59" id="input23" class="input_search" autoselect="true"/>
  1523. <Static text="암등록번호 :" position="absolute 306 65 410 82" id="caption63" class="search_name"/>
  1524. <Edit position="absolute 408 65 473 84" align="align:center middle;" id="input25" class="input_search" autoselect="true"/>
  1525. <Edit position="absolute 493 65 558 84" align="align:center middle;" id="input27" class="input_search" autoselect="true"/>
  1526. <Static text="~" position="absolute 478 65 490 82" id="caption64" class="search_no_b"/>
  1527. <Static text="* 암등록번호는 뒷 네자리만 입력하십시요. (ex. 2014-0101 -&gt; 0101로 검색)" position="absolute 565 67 973 87" id="caption65"/>
  1528. <cp_checkboxList id="checkbox2" titletext="CheckBox List" taborder="1" text="cp_checkboxList00" scrollbars="none" position="absolute 113 63 301 83" style="background:transparent; " col="1" row="1" cellspacing="2" vcellspacing="0" itemWidth="100" itemHeight="20" overflow="visible"/>
  1529. <Combo id="Combo00" taborder="2" position="absolute 273 15 358 35" codecolumn="codecolumn" datacolumn="datacolumn" index="-1">
  1530. <Dataset id="innerdataset">
  1531. <ColumnInfo>
  1532. <Column id="codecolumn" size="256"/>
  1533. <Column id="datacolumn" size="256"/>
  1534. </ColumnInfo>
  1535. <Rows>
  1536. <Row>
  1537. <Col id="codecolumn">A</Col>
  1538. <Col id="datacolumn">진료일자</Col>
  1539. </Row>
  1540. <Row>
  1541. <Col id="codecolumn">B</Col>
  1542. <Col id="datacolumn">등록일자</Col>
  1543. </Row>
  1544. </Rows>
  1545. </Dataset>
  1546. </Combo>
  1547. </Layout>
  1548. </Layouts>
  1549. </Tabpage>
  1550. </Tabpages>
  1551. </Tab>
  1552. <Static id="caption6" text="암환자관리" class="tit_1" position="absolute 0 0 189 25"/>
  1553. </Layout>
  1554. </Layouts>
  1555. <Objects>
  1556. <Dataset id="ds_main_cncrpatref" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1557. <ColumnInfo>
  1558. <Column id="ioflag" type="STRING" size="256"/>
  1559. <Column id="sexflag" type="STRING" size="256"/>
  1560. <Column id="fromdd" type="STRING" size="256"/>
  1561. <Column id="todd" type="STRING" size="256"/>
  1562. <Column id="pid" type="STRING" size="256"/>
  1563. <Column id="pnm" type="STRING" size="256"/>
  1564. <Column id="prgstno" type="STRING" size="256"/>
  1565. <Column id="refopt" type="STRING" size="256"/>
  1566. <Column id="srchflag" type="STRING" size="256"/>
  1567. <Column id="tophcd" type="STRING" size="256"/>
  1568. <Column id="tophnm" type="STRING" size="256"/>
  1569. <Column id="tophseq" type="STRING" size="256"/>
  1570. <Column id="morphcd" type="STRING" size="256"/>
  1571. <Column id="morphnm" type="STRING" size="256"/>
  1572. <Column id="morphseq" type="STRING" size="256"/>
  1573. <Column id="icd10cd" type="STRING" size="256"/>
  1574. <Column id="icd10nm" type="STRING" size="256"/>
  1575. <Column id="fromage" type="STRING" size="256"/>
  1576. <Column id="toage" type="STRING" size="256"/>
  1577. <Column id="cncrnofrdd" type="STRING" size="256"/>
  1578. <Column id="cncrnotodd" type="STRING" size="256"/>
  1579. <Column id="skind" type="STRING" size="256"/>
  1580. </ColumnInfo>
  1581. <Rows>
  1582. <Row>
  1583. <Col id="ioflag">A</Col>
  1584. <Col id="sexflag">A</Col>
  1585. <Col id="fromdd"/>
  1586. <Col id="todd"/>
  1587. <Col id="pid"/>
  1588. <Col id="pnm"/>
  1589. <Col id="prgstno"/>
  1590. <Col id="refopt"/>
  1591. <Col id="srchflag"/>
  1592. <Col id="tophcd"/>
  1593. <Col id="tophnm"/>
  1594. <Col id="tophseq"/>
  1595. <Col id="morphcd"/>
  1596. <Col id="morphnm"/>
  1597. <Col id="morphseq"/>
  1598. <Col id="icd10cd"/>
  1599. <Col id="icd10nm"/>
  1600. <Col id="fromage"/>
  1601. <Col id="toage"/>
  1602. <Col id="cncrnofrdd"/>
  1603. <Col id="cncrnotodd"/>
  1604. </Row>
  1605. </Rows>
  1606. </Dataset>
  1607. <Dataset id="ds_main_cncrpatref_orddrinfo_drlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1608. <ColumnInfo>
  1609. <Column id="drid" type="STRING" size="256"/>
  1610. <Column id="drnm" type="STRING" size="256"/>
  1611. </ColumnInfo>
  1612. <Rows>
  1613. <Row>
  1614. <Col id="drid"/>
  1615. <Col id="drnm"/>
  1616. </Row>
  1617. </Rows>
  1618. </Dataset>
  1619. <Dataset id="ds_main_cncrpatref_orddeptinfo_orddeptlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1620. <ColumnInfo>
  1621. <Column id="depthngnm" type="STRING" size="256"/>
  1622. <Column id="deptcd" type="STRING" size="256"/>
  1623. </ColumnInfo>
  1624. <Rows>
  1625. <Row>
  1626. <Col id="depthngnm"/>
  1627. <Col id="deptcd"/>
  1628. </Row>
  1629. </Rows>
  1630. </Dataset>
  1631. <Dataset id="ds_main_pathumtrainfo_cncrpatinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1632. <ColumnInfo>
  1633. <Column id="pid" type="STRING" size="256"/>
  1634. <Column id="pnm" type="STRING" size="256"/>
  1635. <Column id="cretno" type="STRING" size="256"/>
  1636. <Column id="ordtype" type="STRING" size="256"/>
  1637. <Column id="rrgstno1" type="STRING" size="256"/>
  1638. <Column id="rrgstno2" type="STRING" size="256"/>
  1639. <Column id="job1" type="STRING" size="256"/>
  1640. <Column id="etcjob" type="STRING" size="256"/>
  1641. <Column id="forgnerflag" type="STRING" size="256"/>
  1642. <Column id="hometel" type="STRING" size="256"/>
  1643. <Column id="mpphontel" type="STRING" size="256"/>
  1644. <Column id="sex" type="STRING" size="256"/>
  1645. <Column id="age" type="STRING" size="256"/>
  1646. <Column id="maryflag" type="STRING" size="256"/>
  1647. <Column id="zipcode1" type="STRING" size="256"/>
  1648. <Column id="zipcode2" type="STRING" size="256"/>
  1649. <Column id="addr" type="STRING" size="256"/>
  1650. <Column id="detaddr" type="STRING" size="256"/>
  1651. <Column id="orddd" type="STRING" size="256"/>
  1652. <Column id="outorddept" type="STRING" size="256"/>
  1653. <Column id="outorddr" type="STRING" size="256"/>
  1654. <Column id="dschdd" type="STRING" size="256"/>
  1655. <Column id="dschorddept" type="STRING" size="256"/>
  1656. <Column id="dschorddr" type="STRING" size="256"/>
  1657. <Column id="indd" type="STRING" size="256"/>
  1658. <Column id="inorddept" type="STRING" size="256"/>
  1659. <Column id="inorddr" type="STRING" size="256"/>
  1660. <Column id="indg" type="STRING" size="256"/>
  1661. <Column id="totinhospdayno" type="STRING" size="256"/>
  1662. <Column id="travoflag" type="STRING" size="256"/>
  1663. <Column id="epoch" type="STRING" size="256"/>
  1664. <Column id="code" type="STRING" size="256"/>
  1665. </ColumnInfo>
  1666. <Rows>
  1667. <Row>
  1668. <Col id="pid"/>
  1669. <Col id="pnm"/>
  1670. <Col id="cretno"/>
  1671. <Col id="ordtype"/>
  1672. <Col id="rrgstno1"/>
  1673. <Col id="rrgstno2"/>
  1674. <Col id="job1"/>
  1675. <Col id="etcjob"/>
  1676. <Col id="forgnerflag"/>
  1677. <Col id="hometel"/>
  1678. <Col id="mpphontel"/>
  1679. <Col id="sex"/>
  1680. <Col id="age"/>
  1681. <Col id="maryflag"/>
  1682. <Col id="zipcode1"/>
  1683. <Col id="zipcode2"/>
  1684. <Col id="addr"/>
  1685. <Col id="detaddr"/>
  1686. <Col id="orddd"/>
  1687. <Col id="outorddept"/>
  1688. <Col id="outorddr"/>
  1689. <Col id="dschdd"/>
  1690. <Col id="dschorddept"/>
  1691. <Col id="dschorddr"/>
  1692. <Col id="indd"/>
  1693. <Col id="inorddept"/>
  1694. <Col id="inorddr"/>
  1695. <Col id="indg"/>
  1696. <Col id="totinhospdayno"/>
  1697. <Col id="travoflag"/>
  1698. <Col id="epoch"/>
  1699. <Col id="code"/>
  1700. </Row>
  1701. </Rows>
  1702. </Dataset>
  1703. <Dataset id="ds_main_pathumtrainfo_relationinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1704. <ColumnInfo>
  1705. <Column id="relausernm" type="STRING" size="256"/>
  1706. <Column id="relation" type="STRING" size="256"/>
  1707. <Column id="zipcode1" type="STRING" size="256"/>
  1708. <Column id="zipcode2" type="STRING" size="256"/>
  1709. <Column id="addr" type="STRING" size="256"/>
  1710. <Column id="detaddr" type="STRING" size="256"/>
  1711. <Column id="hometel" type="STRING" size="256"/>
  1712. <Column id="mpphontel" type="STRING" size="256"/>
  1713. </ColumnInfo>
  1714. <Rows>
  1715. <Row>
  1716. <Col id="relausernm"/>
  1717. <Col id="relation"/>
  1718. <Col id="zipcode1"/>
  1719. <Col id="zipcode2"/>
  1720. <Col id="addr"/>
  1721. <Col id="detaddr"/>
  1722. <Col id="hometel"/>
  1723. <Col id="mpphontel"/>
  1724. </Row>
  1725. </Rows>
  1726. </Dataset>
  1727. <Dataset id="ds_main_cncrpatrgst_regstatus" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1728. <ColumnInfo>
  1729. <Column id="flag" type="STRING" size="256"/>
  1730. <Column id="prmycncryn" type="STRING" size="256"/>
  1731. <Column id="sickstat" type="STRING" size="256"/>
  1732. <Column id="cureopendd" type="STRING" size="256"/>
  1733. <Column id="seqno" type="STRING" size="256"/>
  1734. </ColumnInfo>
  1735. <Rows>
  1736. <Row>
  1737. <Col id="flag"/>
  1738. <Col id="prmycncryn"/>
  1739. <Col id="sickstat"/>
  1740. <Col id="cureopendd"/>
  1741. <Col id="seqno"/>
  1742. </Row>
  1743. </Rows>
  1744. </Dataset>
  1745. <Dataset id="ds_main_cncrpatrgst_regstatus_cncrnoinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1746. <ColumnInfo>
  1747. <Column id="cncrno" type="STRING" size="256"/>
  1748. </ColumnInfo>
  1749. <Rows>
  1750. <Row>
  1751. <Col id="cncrno"/>
  1752. </Row>
  1753. </Rows>
  1754. </Dataset>
  1755. <Dataset id="ds_main_cncrpatrgst_rerntmetstaspart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1756. <ColumnInfo>
  1757. <Column id="rerntmetstaspartcd1" type="STRING" size="256"/>
  1758. <Column id="rerntmetstaspartnm1" type="STRING" size="256"/>
  1759. <Column id="rerntmetstaspart1" type="STRING" size="256"/>
  1760. <Column id="rerntmetstaspartcd2" type="STRING" size="256"/>
  1761. <Column id="rerntmetstaspartnm2" type="STRING" size="256"/>
  1762. <Column id="rerntmetstaspart2" type="STRING" size="256"/>
  1763. <Column id="rerntmetstaspartcd3" type="STRING" size="256"/>
  1764. <Column id="rerntmetstaspartnm3" type="STRING" size="256"/>
  1765. <Column id="rerntmetstaspart3" type="STRING" size="256"/>
  1766. <Column id="rerntmetstaspartcd4" type="STRING" size="256"/>
  1767. <Column id="rerntmetstaspartnm4" type="STRING" size="256"/>
  1768. <Column id="rerntmetstaspart4" type="STRING" size="256"/>
  1769. <Column id="ecogcd" type="STRING" size="256"/>
  1770. <Column id="ecog" type="STRING" size="256"/>
  1771. <Column id="regimencd1" type="STRING" size="256"/>
  1772. <Column id="regimen1" type="STRING" size="256"/>
  1773. <Column id="regimencd2" type="STRING" size="256"/>
  1774. <Column id="regimen2" type="STRING" size="256"/>
  1775. </ColumnInfo>
  1776. <Rows>
  1777. <Row>
  1778. <Col id="rerntmetstaspartcd1"/>
  1779. <Col id="rerntmetstaspartnm1"/>
  1780. <Col id="rerntmetstaspart1"/>
  1781. <Col id="rerntmetstaspartcd2"/>
  1782. <Col id="rerntmetstaspartnm2"/>
  1783. <Col id="rerntmetstaspart2"/>
  1784. <Col id="rerntmetstaspartcd3"/>
  1785. <Col id="rerntmetstaspartnm3"/>
  1786. <Col id="rerntmetstaspart3"/>
  1787. <Col id="rerntmetstaspartcd4"/>
  1788. <Col id="rerntmetstaspartnm4"/>
  1789. <Col id="rerntmetstaspart4"/>
  1790. <Col id="ecogcd"/>
  1791. <Col id="ecog"/>
  1792. <Col id="regimencd1"/>
  1793. <Col id="regimen1"/>
  1794. <Col id="regimencd2"/>
  1795. <Col id="regimen2"/>
  1796. </Row>
  1797. </Rows>
  1798. </Dataset>
  1799. <Dataset id="ds_main_cncrpatrgst_dethinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1800. <ColumnInfo>
  1801. <Column id="dethplce" type="STRING" size="256"/>
  1802. <Column id="dethdd" type="STRING" size="256"/>
  1803. <Column id="dethcascd" type="STRING" size="256"/>
  1804. </ColumnInfo>
  1805. <Rows>
  1806. <Row>
  1807. <Col id="dethplce"/>
  1808. <Col id="dethdd"/>
  1809. <Col id="dethcascd"/>
  1810. </Row>
  1811. </Rows>
  1812. </Dataset>
  1813. <Dataset id="ds_main_cncrpatrgst_dethinfo_existterm" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1814. <ColumnInfo>
  1815. <Column id="yearcnt" type="STRING" size="256"/>
  1816. <Column id="monthcnt" type="STRING" size="256"/>
  1817. </ColumnInfo>
  1818. <Rows>
  1819. <Row>
  1820. <Col id="yearcnt"/>
  1821. <Col id="monthcnt"/>
  1822. </Row>
  1823. </Rows>
  1824. </Dataset>
  1825. <Dataset id="ds_main_cncrpatrgst_diaginfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1826. <ColumnInfo>
  1827. <Column id="diagdd" type="STRING" size="256"/>
  1828. <Column id="diaghospinfo" type="STRING" size="256"/>
  1829. <Column id="diagdrid" type="STRING" size="256"/>
  1830. <Column id="lastdiagmthd" type="STRING" size="256"/>
  1831. <Column id="clinical" type="STRING" size="256"/>
  1832. <Column id="etcclinical" type="STRING" size="256"/>
  1833. <Column id="tophinfo" type="STRING" size="256"/>
  1834. <Column id="tophcd" type="STRING" size="256"/>
  1835. <Column id="tophnm" type="STRING" size="256"/>
  1836. <Column id="morphcd1" type="STRING" size="256"/>
  1837. <Column id="morphnm1" type="STRING" size="256"/>
  1838. <Column id="morphinfo1" type="STRING" size="256"/>
  1839. <Column id="morphcd2" type="STRING" size="256"/>
  1840. <Column id="morphnm2" type="STRING" size="256"/>
  1841. <Column id="morphinfo2" type="STRING" size="256"/>
  1842. <Column id="icd10cd" type="STRING" size="256"/>
  1843. <Column id="icd10nm" type="STRING" size="256"/>
  1844. <Column id="difrntgrdecd" type="STRING" size="256"/>
  1845. <Column id="difrntgrde" type="STRING" size="256"/>
  1846. <Column id="seercd" type="STRING" size="256"/>
  1847. <Column id="seer" type="STRING" size="256"/>
  1848. <Column id="tcd" type="STRING" size="256"/>
  1849. <Column id="t" type="STRING" size="256"/>
  1850. <Column id="ncd" type="STRING" size="256"/>
  1851. <Column id="n" type="STRING" size="256"/>
  1852. <Column id="mcd" type="STRING" size="256"/>
  1853. <Column id="m" type="STRING" size="256"/>
  1854. <Column id="stagcd" type="STRING" size="256"/>
  1855. <Column id="staging" type="STRING" size="256"/>
  1856. <Column id="etcstagflagcd" type="STRING" size="256"/>
  1857. <Column id="etcstagflag" type="STRING" size="256"/>
  1858. <Column id="etcstagcnts" type="STRING" size="256"/>
  1859. <Column id="etcdiaghospnm" type="STRING" size="256"/>
  1860. <Column id="diagroute" type="STRING" size="256"/>
  1861. <Column id="laterality" type="STRING" size="256"/>
  1862. <Column id="etcdiagroute" type="STRING" size="256"/>
  1863. </ColumnInfo>
  1864. <Rows>
  1865. <Row>
  1866. <Col id="diagdd"/>
  1867. <Col id="diaghospinfo"/>
  1868. <Col id="diagdrid"/>
  1869. <Col id="lastdiagmthd"/>
  1870. <Col id="clinical"/>
  1871. <Col id="etcclinical"/>
  1872. <Col id="tophinfo"/>
  1873. <Col id="tophcd"/>
  1874. <Col id="tophnm"/>
  1875. <Col id="morphcd1"/>
  1876. <Col id="morphnm1"/>
  1877. <Col id="morphinfo1"/>
  1878. <Col id="morphcd2"/>
  1879. <Col id="morphnm2"/>
  1880. <Col id="morphinfo2"/>
  1881. <Col id="icd10cd"/>
  1882. <Col id="icd10nm"/>
  1883. <Col id="difrntgrdecd"/>
  1884. <Col id="difrntgrde"/>
  1885. <Col id="seercd"/>
  1886. <Col id="seer"/>
  1887. <Col id="tcd"/>
  1888. <Col id="t"/>
  1889. <Col id="ncd"/>
  1890. <Col id="n"/>
  1891. <Col id="mcd"/>
  1892. <Col id="m"/>
  1893. <Col id="stagcd"/>
  1894. <Col id="staging"/>
  1895. <Col id="etcstagflagcd"/>
  1896. <Col id="etcstagflag"/>
  1897. <Col id="etcstagcnts"/>
  1898. <Col id="etcdiaghospnm"/>
  1899. <Col id="diagroute"/>
  1900. <Col id="laterality"/>
  1901. <Col id="etcdiagroute"/>
  1902. </Row>
  1903. </Rows>
  1904. </Dataset>
  1905. <Dataset id="ds_main_cncrpatrgst_cureinfo_prmypart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_main_cncrpatrgst_cureinfo_prmypart_oncolumnchanged">
  1906. <ColumnInfo>
  1907. <Column id="code" type="STRING" size="256"/>
  1908. <Column id="prmypartcd" type="STRING" size="256"/>
  1909. <Column id="prmypartcuredd" type="STRING" size="256"/>
  1910. </ColumnInfo>
  1911. <Rows>
  1912. <Row>
  1913. <Col id="code"/>
  1914. <Col id="prmypartcd"/>
  1915. <Col id="prmypartcuredd"/>
  1916. </Row>
  1917. </Rows>
  1918. </Dataset>
  1919. <Dataset id="ds_main_cncrpatrgst_cureinfo_chosbfcuremthd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1920. <ColumnInfo>
  1921. <Column id="code" type="STRING" size="256"/>
  1922. <Column id="chosbfcuremthd" type="STRING" size="256"/>
  1923. <Column id="chosbfcuredd" type="STRING" size="256"/>
  1924. </ColumnInfo>
  1925. <Rows>
  1926. <Row>
  1927. <Col id="code"/>
  1928. <Col id="chosbfcuremthd"/>
  1929. <Col id="chosbfcuredd"/>
  1930. </Row>
  1931. </Rows>
  1932. </Dataset>
  1933. <Dataset id="ds_main_cncrpatrgst_cureinfo_metstaspart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1934. <ColumnInfo>
  1935. <Column id="code" type="STRING" size="256"/>
  1936. <Column id="metstaspartcd" type="STRING" size="256"/>
  1937. <Column id="metstaspartdd" type="STRING" size="256"/>
  1938. </ColumnInfo>
  1939. <Rows>
  1940. <Row>
  1941. <Col id="code"/>
  1942. <Col id="metstaspartcd"/>
  1943. <Col id="metstaspartdd"/>
  1944. </Row>
  1945. </Rows>
  1946. </Dataset>
  1947. <Dataset id="ds_main_common_out_outdeptlist_dept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1948. <Dataset id="ds_main_common_in_indeptlist_dept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1949. <Dataset id="ds_main_common" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1950. <ColumnInfo>
  1951. <Column id="com" type="STRING" size="256"/>
  1952. </ColumnInfo>
  1953. <Rows>
  1954. <Row>
  1955. <Col id="com"/>
  1956. </Row>
  1957. </Rows>
  1958. </Dataset>
  1959. <Dataset id="ds_main_common_dsch_dschdeptlist_dept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1960. <Dataset id="ds_main_patinfo_patinfolist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1961. <Dataset id="ds_main_humaninfo_outpatinfo_patlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1962. <Dataset id="ds_main_humaninfo_inpatinfo_patlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1963. <Dataset id="ds_main_humaninfo_cncrhist_histlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1964. <ColumnInfo>
  1965. <Column id="cncrno" type="STRING" size="256"/>
  1966. <Column id="cncrhistno" type="STRING" size="256"/>
  1967. <Column id="seqno" type="STRING" size="256"/>
  1968. <Column id="cncr_histno" type="STRING" size="256"/>
  1969. <Column id="instcd" type="STRING" size="256"/>
  1970. <Column id="pid" type="STRING" size="256"/>
  1971. <Column id="cretno" type="STRING" size="256"/>
  1972. <Column id="orddd" type="STRING" size="256"/>
  1973. <Column id="outorddept" type="STRING" size="256"/>
  1974. <Column id="outorddr" type="STRING" size="256"/>
  1975. <Column id="dschdd" type="STRING" size="256"/>
  1976. <Column id="dschorddept" type="STRING" size="256"/>
  1977. <Column id="dschorddr" type="STRING" size="256"/>
  1978. <Column id="indg" type="STRING" size="256"/>
  1979. <Column id="totinhospdayno" type="STRING" size="256"/>
  1980. <Column id="ordtype" type="STRING" size="256"/>
  1981. <Column id="pnm" type="STRING" size="256"/>
  1982. <Column id="rrgstno1" type="STRING" size="256"/>
  1983. <Column id="rrgstno2" type="STRING" size="256"/>
  1984. <Column id="sex" type="STRING" size="256"/>
  1985. <Column id="age" type="STRING" size="256"/>
  1986. <Column id="hometel" type="STRING" size="256"/>
  1987. <Column id="mpphontel" type="STRING" size="256"/>
  1988. <Column id="zipcode1" type="STRING" size="256"/>
  1989. <Column id="zipcode2" type="STRING" size="256"/>
  1990. <Column id="addr" type="STRING" size="256"/>
  1991. <Column id="detaddr" type="STRING" size="256"/>
  1992. <Column id="maryflag" type="STRING" size="256"/>
  1993. <Column id="forgnerflag" type="STRING" size="256"/>
  1994. <Column id="job1" type="STRING" size="256"/>
  1995. <Column id="etcjob" type="STRING" size="256"/>
  1996. <Column id="reluserhngnm" type="STRING" size="256"/>
  1997. <Column id="relation" type="STRING" size="256"/>
  1998. <Column id="relzipcd1" type="STRING" size="256"/>
  1999. <Column id="relzipcd2" type="STRING" size="256"/>
  2000. <Column id="reladdr" type="STRING" size="256"/>
  2001. <Column id="reldetaddr" type="STRING" size="256"/>
  2002. <Column id="relmpphontel" type="STRING" size="256"/>
  2003. <Column id="relhometel" type="STRING" size="256"/>
  2004. <Column id="travoflag" type="STRING" size="256"/>
  2005. <Column id="prmycncryn" type="STRING" size="256"/>
  2006. <Column id="sickstatcd" type="STRING" size="256"/>
  2007. <Column id="cureopendd" type="STRING" size="256"/>
  2008. <Column id="dethplcecd" type="STRING" size="256"/>
  2009. <Column id="dethdd" type="STRING" size="256"/>
  2010. <Column id="dethcause" type="STRING" size="256"/>
  2011. <Column id="yearcnt" type="STRING" size="256"/>
  2012. <Column id="monthcnt" type="STRING" size="256"/>
  2013. <Column id="diagdd" type="STRING" size="256"/>
  2014. <Column id="diaghospcd" type="STRING" size="256"/>
  2015. <Column id="etcdiaghospnm" type="STRING" size="256"/>
  2016. <Column id="diagdrid" type="STRING" size="256"/>
  2017. <Column id="diagdrnm" type="STRING" size="256"/>
  2018. <Column id="lastdiagmthdcd" type="STRING" size="256"/>
  2019. <Column id="clinical" type="STRING" size="256"/>
  2020. <Column id="etcclinical" type="STRING" size="256"/>
  2021. <Column id="tophcd" type="STRING" size="256"/>
  2022. <Column id="tophnm" type="STRING" size="256"/>
  2023. <Column id="tophseqno" type="STRING" size="256"/>
  2024. <Column id="morphcd1" type="STRING" size="256"/>
  2025. <Column id="morphnm1" type="STRING" size="256"/>
  2026. <Column id="morphseqno1" type="STRING" size="256"/>
  2027. <Column id="morphcd2" type="STRING" size="256"/>
  2028. <Column id="morphnm2" type="STRING" size="256"/>
  2029. <Column id="morphseqno2" type="STRING" size="256"/>
  2030. <Column id="icd10cd" type="STRING" size="256"/>
  2031. <Column id="icd10nm" type="STRING" size="256"/>
  2032. <Column id="difrntgrdecd" type="STRING" size="256"/>
  2033. <Column id="seer" type="STRING" size="256"/>
  2034. <Column id="t" type="STRING" size="256"/>
  2035. <Column id="n" type="STRING" size="256"/>
  2036. <Column id="m" type="STRING" size="256"/>
  2037. <Column id="stagingcd" type="STRING" size="256"/>
  2038. <Column id="etcstagflagcd" type="STRING" size="256"/>
  2039. <Column id="etcstagcnts" type="STRING" size="256"/>
  2040. <Column id="rerntmetstaspartcd1" type="STRING" size="256"/>
  2041. <Column id="rerntmetstaspartcd2" type="STRING" size="256"/>
  2042. <Column id="rerntmetstaspartcd3" type="STRING" size="256"/>
  2043. <Column id="rerntmetstaspartcd4" type="STRING" size="256"/>
  2044. <Column id="ecog" type="STRING" size="256"/>
  2045. <Column id="regimen1" type="STRING" size="256"/>
  2046. <Column id="regimen2" type="STRING" size="256"/>
  2047. <Column id="fstrgstrid" type="STRING" size="256"/>
  2048. <Column id="fstrgstrnm" type="STRING" size="256"/>
  2049. <Column id="fstrgstdt" type="STRING" size="256"/>
  2050. <Column id="lastrgstrid" type="STRING" size="256"/>
  2051. <Column id="lastrgstrnm" type="STRING" size="256"/>
  2052. <Column id="lastrgstdt" type="STRING" size="256"/>
  2053. <Column id="indd" type="STRING" size="256"/>
  2054. <Column id="inorddept" type="STRING" size="256"/>
  2055. <Column id="inorddr" type="STRING" size="256"/>
  2056. <Column id="epoch" type="STRING" size="256"/>
  2057. <Column id="rerntmetstaspartseq1" type="STRING" size="256"/>
  2058. <Column id="rerntmetstaspartseq2" type="STRING" size="256"/>
  2059. <Column id="rerntmetstaspartseq3" type="STRING" size="256"/>
  2060. <Column id="rerntmetstaspartseq4" type="STRING" size="256"/>
  2061. <Column id="rerntmetstaspartnm1" type="STRING" size="256"/>
  2062. <Column id="rerntmetstaspartnm2" type="STRING" size="256"/>
  2063. <Column id="rerntmetstaspartnm3" type="STRING" size="256"/>
  2064. <Column id="rerntmetstaspartnm4" type="STRING" size="256"/>
  2065. <Column id="diagroute" type="STRING" size="256"/>
  2066. <Column id="laterality" type="STRING" size="256"/>
  2067. </ColumnInfo>
  2068. <Rows>
  2069. <Row>
  2070. <Col id="cncrno"/>
  2071. <Col id="cncrhistno"/>
  2072. <Col id="seqno"/>
  2073. <Col id="cncr_histno"/>
  2074. <Col id="instcd"/>
  2075. <Col id="pid"/>
  2076. <Col id="cretno"/>
  2077. <Col id="orddd"/>
  2078. <Col id="outorddept"/>
  2079. <Col id="outorddr"/>
  2080. <Col id="dschdd"/>
  2081. <Col id="dschorddept"/>
  2082. <Col id="dschorddr"/>
  2083. <Col id="indg"/>
  2084. <Col id="totinhospdayno"/>
  2085. <Col id="ordtype"/>
  2086. <Col id="pnm"/>
  2087. <Col id="rrgstno1"/>
  2088. <Col id="rrgstno2"/>
  2089. <Col id="sex"/>
  2090. <Col id="age"/>
  2091. <Col id="hometel"/>
  2092. <Col id="mpphontel"/>
  2093. <Col id="zipcode1"/>
  2094. <Col id="zipcode2"/>
  2095. <Col id="addr"/>
  2096. <Col id="detaddr"/>
  2097. <Col id="maryflag"/>
  2098. <Col id="forgnerflag"/>
  2099. <Col id="job1"/>
  2100. <Col id="etcjob"/>
  2101. <Col id="reluserhngnm"/>
  2102. <Col id="relation"/>
  2103. <Col id="relzipcd1"/>
  2104. <Col id="relzipcd2"/>
  2105. <Col id="reladdr"/>
  2106. <Col id="reldetaddr"/>
  2107. <Col id="relmpphontel"/>
  2108. <Col id="relhometel"/>
  2109. <Col id="travoflag"/>
  2110. <Col id="prmycncryn"/>
  2111. <Col id="sickstatcd"/>
  2112. <Col id="cureopendd"/>
  2113. <Col id="dethplcecd"/>
  2114. <Col id="dethdd"/>
  2115. <Col id="dethcause"/>
  2116. <Col id="yearcnt"/>
  2117. <Col id="monthcnt"/>
  2118. <Col id="diagdd"/>
  2119. <Col id="diaghospcd"/>
  2120. <Col id="etcdiaghospnm"/>
  2121. <Col id="diagdrid"/>
  2122. <Col id="diagdrnm"/>
  2123. <Col id="lastdiagmthdcd"/>
  2124. <Col id="clinical"/>
  2125. <Col id="etcclinical"/>
  2126. <Col id="tophcd"/>
  2127. <Col id="tophnm"/>
  2128. <Col id="tophseqno"/>
  2129. <Col id="morphcd1"/>
  2130. <Col id="morphnm1"/>
  2131. <Col id="morphseqno1"/>
  2132. <Col id="morphcd2"/>
  2133. <Col id="morphnm2"/>
  2134. <Col id="morphseqno2"/>
  2135. <Col id="icd10cd"/>
  2136. <Col id="icd10nm"/>
  2137. <Col id="difrntgrdecd"/>
  2138. <Col id="seer"/>
  2139. <Col id="t"/>
  2140. <Col id="n"/>
  2141. <Col id="m"/>
  2142. <Col id="stagingcd"/>
  2143. <Col id="etcstagflagcd"/>
  2144. <Col id="etcstagcnts"/>
  2145. <Col id="rerntmetstaspartcd1"/>
  2146. <Col id="rerntmetstaspartcd2"/>
  2147. <Col id="rerntmetstaspartcd3"/>
  2148. <Col id="rerntmetstaspartcd4"/>
  2149. <Col id="ecog"/>
  2150. <Col id="regimen1"/>
  2151. <Col id="regimen2"/>
  2152. <Col id="fstrgstrid"/>
  2153. <Col id="fstrgstrnm"/>
  2154. <Col id="fstrgstdt"/>
  2155. <Col id="lastrgstrid"/>
  2156. <Col id="lastrgstrnm"/>
  2157. <Col id="lastrgstdt"/>
  2158. <Col id="indd"/>
  2159. <Col id="inorddept"/>
  2160. <Col id="inorddr"/>
  2161. <Col id="epoch"/>
  2162. <Col id="rerntmetstaspartseq1"/>
  2163. <Col id="rerntmetstaspartseq2"/>
  2164. <Col id="rerntmetstaspartseq3"/>
  2165. <Col id="rerntmetstaspartseq4"/>
  2166. <Col id="rerntmetstaspartnm1"/>
  2167. <Col id="rerntmetstaspartnm2"/>
  2168. <Col id="rerntmetstaspartnm3"/>
  2169. <Col id="rerntmetstaspartnm4"/>
  2170. <Col id="diagroute"/>
  2171. <Col id="laterality"/>
  2172. </Row>
  2173. </Rows>
  2174. </Dataset>
  2175. <Dataset id="ds_main_humaninfo_doainfo_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2176. <ColumnInfo>
  2177. <Column id="serdiagno" type="STRING" size="256"/>
  2178. <Column id="pid" type="STRING" size="256"/>
  2179. <Column id="hngnm" type="STRING" size="256"/>
  2180. <Column id="strcnfmmthd" type="STRING" size="256"/>
  2181. <Column id="maindiagcd" type="STRING" size="256"/>
  2182. <Column id="healcarediagcd" type="STRING" size="256"/>
  2183. <Column id="edidiagcd" type="STRING" size="256"/>
  2184. <Column id="genrdd" type="STRING" size="256"/>
  2185. <Column id="cncrdiagcnfmdd" type="STRING" size="256"/>
  2186. </ColumnInfo>
  2187. <Rows>
  2188. <Row>
  2189. <Col id="serdiagno"/>
  2190. <Col id="pid"/>
  2191. <Col id="hngnm"/>
  2192. <Col id="strcnfmmthd"/>
  2193. <Col id="maindiagcd"/>
  2194. <Col id="healcarediagcd"/>
  2195. <Col id="edidiagcd"/>
  2196. <Col id="genrdd"/>
  2197. <Col id="cncrdiagcnfmdd"/>
  2198. </Row>
  2199. </Rows>
  2200. </Dataset>
  2201. <Dataset id="ds_main_cncrpatlist_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2202. <ColumnInfo>
  2203. <Column id="hospcd" type="STRING" size="256"/>
  2204. <Column id="pid" type="STRING" size="256"/>
  2205. <Column id="age" type="STRING" size="256"/>
  2206. <Column id="rrgstno" type="STRING" size="256"/>
  2207. <Column id="hngnm" type="STRING" size="256"/>
  2208. <Column id="sex" type="STRING" size="256"/>
  2209. <Column id="forgneryn" type="STRING" size="256"/>
  2210. <Column id="wandereryn" type="STRING" size="256"/>
  2211. <Column id="jobcd1" type="STRING" size="256"/>
  2212. <Column id="jobcd2" type="STRING" size="256"/>
  2213. <Column id="jobetc" type="STRING" size="256"/>
  2214. <Column id="addr" type="STRING" size="256"/>
  2215. <Column id="detaddr" type="STRING" size="256"/>
  2216. <Column id="area" type="STRING" size="256"/>
  2217. <Column id="zipcd" type="STRING" size="256"/>
  2218. <Column id="diagdd" type="STRING" size="256"/>
  2219. <Column id="diagroute" type="STRING" size="256"/>
  2220. <Column id="tophcd" type="STRING" size="256"/>
  2221. <Column id="topengnm" type="STRING" size="256"/>
  2222. <Column id="laterality" type="STRING" size="256"/>
  2223. <Column id="topblank" type="STRING" size="256"/>
  2224. <Column id="morphcd" type="STRING" size="256"/>
  2225. <Column id="morphengnm" type="STRING" size="256"/>
  2226. <Column id="morphblack" type="STRING" size="256"/>
  2227. <Column id="dethdd" type="STRING" size="256"/>
  2228. <Column id="dethmonth" type="STRING" size="256"/>
  2229. <Column id="blank1" type="STRING" size="256"/>
  2230. <Column id="lastdiagmthdcd" type="STRING" size="256"/>
  2231. <Column id="clinical" type="STRING" size="256"/>
  2232. <Column id="etcclinical" type="STRING" size="256"/>
  2233. <Column id="remedy" type="STRING" size="256"/>
  2234. <Column id="etccure" type="STRING" size="256"/>
  2235. <Column id="brithyear" type="STRING" size="256"/>
  2236. <Column id="orddd" type="STRING" size="256"/>
  2237. <Column id="dschdd" type="STRING" size="256"/>
  2238. <Column id="phontel" type="STRING" size="256"/>
  2239. <Column id="cncryear" type="STRING" size="256"/>
  2240. <Column id="blank2" type="STRING" size="256"/>
  2241. <Column id="inpatcnt" type="STRING" size="256"/>
  2242. <Column id="lastdt" type="STRING" size="256"/>
  2243. <Column id="lastusernm" type="STRING" size="256"/>
  2244. <Column id="licenceno" type="STRING" size="256"/>
  2245. <Column id="seer" type="STRING" size="256"/>
  2246. <Column id="seernm" type="STRING" size="256"/>
  2247. <Column id="blank3" type="STRING" size="256"/>
  2248. <Column id="stage" type="STRING" size="256"/>
  2249. <Column id="stagingcd" type="STRING" size="256"/>
  2250. <Column id="tplengnm1" type="STRING" size="256"/>
  2251. <Column id="cncrno" type="STRING" size="256"/>
  2252. <Column id="prmycncryn" type="STRING" size="256"/>
  2253. <Column id="age2" type="STRING" size="256"/>
  2254. <Column id="orddeptnm" type="STRING" size="256"/>
  2255. <Column id="orddrnm" type="STRING" size="256"/>
  2256. <Column id="dschdeptnm" type="STRING" size="256"/>
  2257. <Column id="dschdrnm" type="STRING" size="256"/>
  2258. <Column id="indg" type="STRING" size="256"/>
  2259. <Column id="totinhospdayno" type="STRING" size="256"/>
  2260. <Column id="maryflag" type="STRING" size="256"/>
  2261. <Column id="fsexamflag" type="STRING" size="256"/>
  2262. <Column id="sickstatcd" type="STRING" size="256"/>
  2263. <Column id="diaghospcd" type="STRING" size="256"/>
  2264. <Column id="etcdiaghospnm" type="STRING" size="256"/>
  2265. <Column id="diagdrid" type="STRING" size="256"/>
  2266. <Column id="dethplcecd" type="STRING" size="256"/>
  2267. <Column id="dethcause" type="STRING" size="256"/>
  2268. <Column id="icd10cd" type="STRING" size="256"/>
  2269. <Column id="morphcd2" type="STRING" size="256"/>
  2270. <Column id="morphcd1" type="STRING" size="256"/>
  2271. <Column id="morphseqno1" type="STRING" size="256"/>
  2272. <Column id="rerntmetstaspartcd1" type="STRING" size="256"/>
  2273. <Column id="rerntmetstaspartcd2" type="STRING" size="256"/>
  2274. <Column id="rerntmetstaspartcd3" type="STRING" size="256"/>
  2275. <Column id="rerntmetstaspartcd4" type="STRING" size="256"/>
  2276. <Column id="difrntgrdecd" type="STRING" size="256"/>
  2277. <Column id="etcstagflagcd" type="STRING" size="256"/>
  2278. <Column id="etcstagcnts" type="STRING" size="256"/>
  2279. <Column id="ecog" type="STRING" size="256"/>
  2280. <Column id="regimen1" type="STRING" size="256"/>
  2281. <Column id="regimen2" type="STRING" size="256"/>
  2282. <Column id="cureopendd" type="STRING" size="256"/>
  2283. <Column id="chosbfcurecd1" type="STRING" size="256"/>
  2284. <Column id="chosbfcuredd1" type="STRING" size="256"/>
  2285. <Column id="chosbfcurecd2" type="STRING" size="256"/>
  2286. <Column id="chosbfcuredd2" type="STRING" size="256"/>
  2287. <Column id="chosbfcurecd3" type="STRING" size="256"/>
  2288. <Column id="chosbfcuredd3" type="STRING" size="256"/>
  2289. <Column id="prmypartcurecd1" type="STRING" size="256"/>
  2290. <Column id="prmypartcuredd1" type="STRING" size="256"/>
  2291. <Column id="prmypartcurecd2" type="STRING" size="256"/>
  2292. <Column id="prmypartcuredd2" type="STRING" size="256"/>
  2293. <Column id="prmypartcurecd3" type="STRING" size="256"/>
  2294. <Column id="prmypartcuredd3" type="STRING" size="256"/>
  2295. <Column id="prmypartcurecd4" type="STRING" size="256"/>
  2296. <Column id="prmypartcuredd4" type="STRING" size="256"/>
  2297. <Column id="metstaspartcurecd1" type="STRING" size="256"/>
  2298. <Column id="metstaspartcuredd1" type="STRING" size="256"/>
  2299. <Column id="metstaspartcurecd2" type="STRING" size="256"/>
  2300. <Column id="metstaspartcuredd2" type="STRING" size="256"/>
  2301. <Column id="metstaspartcurecd3" type="STRING" size="256"/>
  2302. <Column id="metstaspartcuredd3" type="STRING" size="256"/>
  2303. <Column id="metstaspartcurecd4" type="STRING" size="256"/>
  2304. <Column id="metstaspartcuredd4" type="STRING" size="256"/>
  2305. <Column id="reluserhngnm" type="STRING" size="256"/>
  2306. <Column id="relation" type="STRING" size="256"/>
  2307. <Column id="relzipcd" type="STRING" size="256"/>
  2308. <Column id="reladdr" type="STRING" size="256"/>
  2309. <Column id="reldetaddr" type="STRING" size="256"/>
  2310. <Column id="relmpphontel" type="STRING" size="256"/>
  2311. <Column id="relhometel" type="STRING" size="256"/>
  2312. <Column id="ordtype" type="STRING" size="256"/>
  2313. <Column id="cncr_histno" type="STRING" size="256"/>
  2314. <Column id="etcdiagroute" type="STRING" size="256"/>
  2315. <Column id="tplengnm2" type="STRING" size="256"/>
  2316. <Column id="tplengnm3" type="STRING" size="256"/>
  2317. <Column id="tplengnm4" type="STRING" size="256"/>
  2318. </ColumnInfo>
  2319. <Rows>
  2320. <Row>
  2321. <Col id="hospcd"/>
  2322. <Col id="pid"/>
  2323. <Col id="age"/>
  2324. <Col id="rrgstno"/>
  2325. <Col id="hngnm"/>
  2326. <Col id="sex"/>
  2327. <Col id="forgneryn"/>
  2328. <Col id="wandereryn"/>
  2329. <Col id="jobcd1"/>
  2330. <Col id="jobcd2"/>
  2331. <Col id="jobetc"/>
  2332. <Col id="addr"/>
  2333. <Col id="detaddr"/>
  2334. <Col id="area"/>
  2335. <Col id="zipcd"/>
  2336. <Col id="diagdd"/>
  2337. <Col id="diagroute"/>
  2338. <Col id="tophcd"/>
  2339. <Col id="topengnm"/>
  2340. <Col id="laterality"/>
  2341. <Col id="topblank"/>
  2342. <Col id="morphcd"/>
  2343. <Col id="morphengnm"/>
  2344. <Col id="morphblack"/>
  2345. <Col id="dethdd"/>
  2346. <Col id="dethmonth"/>
  2347. <Col id="blank1"/>
  2348. <Col id="lastdiagmthdcd"/>
  2349. <Col id="clinical"/>
  2350. <Col id="etcclinical"/>
  2351. <Col id="remedy"/>
  2352. <Col id="etccure"/>
  2353. <Col id="brithyear"/>
  2354. <Col id="orddd"/>
  2355. <Col id="dschdd"/>
  2356. <Col id="phontel"/>
  2357. <Col id="cncryear"/>
  2358. <Col id="blank2"/>
  2359. <Col id="inpatcnt"/>
  2360. <Col id="lastdt"/>
  2361. <Col id="lastusernm"/>
  2362. <Col id="licenceno"/>
  2363. <Col id="seer"/>
  2364. <Col id="seernm"/>
  2365. <Col id="blank3"/>
  2366. <Col id="stage"/>
  2367. <Col id="stagingcd"/>
  2368. <Col id="tplengnm1"/>
  2369. <Col id="cncrno"/>
  2370. <Col id="prmycncryn"/>
  2371. <Col id="age2"/>
  2372. <Col id="orddeptnm"/>
  2373. <Col id="orddrnm"/>
  2374. <Col id="dschdeptnm"/>
  2375. <Col id="dschdrnm"/>
  2376. <Col id="indg"/>
  2377. <Col id="totinhospdayno"/>
  2378. <Col id="maryflag"/>
  2379. <Col id="fsexamflag"/>
  2380. <Col id="sickstatcd"/>
  2381. <Col id="diaghospcd"/>
  2382. <Col id="etcdiaghospnm"/>
  2383. <Col id="diagdrid"/>
  2384. <Col id="dethplcecd"/>
  2385. <Col id="dethcause"/>
  2386. <Col id="icd10cd"/>
  2387. <Col id="morphcd2"/>
  2388. <Col id="morphcd1"/>
  2389. <Col id="morphseqno1"/>
  2390. <Col id="rerntmetstaspartcd1"/>
  2391. <Col id="rerntmetstaspartcd2"/>
  2392. <Col id="rerntmetstaspartcd3"/>
  2393. <Col id="rerntmetstaspartcd4"/>
  2394. <Col id="difrntgrdecd"/>
  2395. <Col id="etcstagflagcd"/>
  2396. <Col id="etcstagcnts"/>
  2397. <Col id="ecog"/>
  2398. <Col id="regimen1"/>
  2399. <Col id="regimen2"/>
  2400. <Col id="cureopendd"/>
  2401. <Col id="chosbfcurecd1"/>
  2402. <Col id="chosbfcuredd1"/>
  2403. <Col id="chosbfcurecd2"/>
  2404. <Col id="chosbfcuredd2"/>
  2405. <Col id="chosbfcurecd3"/>
  2406. <Col id="chosbfcuredd3"/>
  2407. <Col id="prmypartcurecd1"/>
  2408. <Col id="prmypartcuredd1"/>
  2409. <Col id="prmypartcurecd2"/>
  2410. <Col id="prmypartcuredd2"/>
  2411. <Col id="prmypartcurecd3"/>
  2412. <Col id="prmypartcuredd3"/>
  2413. <Col id="prmypartcurecd4"/>
  2414. <Col id="prmypartcuredd4"/>
  2415. <Col id="metstaspartcurecd1"/>
  2416. <Col id="metstaspartcuredd1"/>
  2417. <Col id="metstaspartcurecd2"/>
  2418. <Col id="metstaspartcuredd2"/>
  2419. <Col id="metstaspartcurecd3"/>
  2420. <Col id="metstaspartcuredd3"/>
  2421. <Col id="metstaspartcurecd4"/>
  2422. <Col id="metstaspartcuredd4"/>
  2423. <Col id="reluserhngnm"/>
  2424. <Col id="relation"/>
  2425. <Col id="relzipcd"/>
  2426. <Col id="reladdr"/>
  2427. <Col id="reldetaddr"/>
  2428. <Col id="relmpphontel"/>
  2429. <Col id="relhometel"/>
  2430. <Col id="ordtype"/>
  2431. <Col id="cncr_histno"/>
  2432. <Col id="etcdiagroute"/>
  2433. <Col id="tplengnm2"/>
  2434. <Col id="tplengnm3"/>
  2435. <Col id="tplengnm4"/>
  2436. </Row>
  2437. </Rows>
  2438. </Dataset>
  2439. <Dataset id="ds_main_srchcncrpat" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2440. <ColumnInfo>
  2441. <Column id="ordtype" type="STRING" size="256"/>
  2442. <Column id="fromdd" type="STRING" size="256"/>
  2443. <Column id="todd" type="STRING" size="256"/>
  2444. <Column id="deptinfo" type="STRING" size="256"/>
  2445. <Column id="drinfo" type="STRING" size="256"/>
  2446. <Column id="srchflag" type="STRING" size="256"/>
  2447. <Column id="dethyn" type="STRING" size="256"/>
  2448. <Column id="dschfromdd" type="STRING" size="256"/>
  2449. <Column id="dschtodd" type="STRING" size="256"/>
  2450. <Column id="skind" type="STRING" size="256"/>
  2451. </ColumnInfo>
  2452. <Rows>
  2453. <Row>
  2454. <Col id="ordtype">A</Col>
  2455. <Col id="fromdd"/>
  2456. <Col id="todd"/>
  2457. <Col id="deptinfo"/>
  2458. <Col id="drinfo"/>
  2459. <Col id="srchflag">1</Col>
  2460. <Col id="dethyn"/>
  2461. <Col id="dschfromdd"/>
  2462. <Col id="dschtodd"/>
  2463. </Row>
  2464. </Rows>
  2465. </Dataset>
  2466. <Dataset id="ds_main_cncrrgstpatlist_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2467. <ColumnInfo>
  2468. <Column id="ordtype" type="STRING" size="256"/>
  2469. <Column id="pid" type="STRING" size="256"/>
  2470. <Column id="cretno" type="STRING" size="256"/>
  2471. <Column id="orddd" type="STRING" size="256"/>
  2472. <Column id="patnm" type="STRING" size="256"/>
  2473. <Column id="dschdd" type="STRING" size="256"/>
  2474. <Column id="orddeptcd" type="STRING" size="256"/>
  2475. <Column id="orddeptnm" type="STRING" size="256"/>
  2476. <Column id="orddrid" type="STRING" size="256"/>
  2477. <Column id="diagcd" type="STRING" size="256"/>
  2478. <Column id="cncr_histno" type="STRING" size="256"/>
  2479. <Column id="icd10cd" type="STRING" size="256"/>
  2480. <Column id="serdiagno" type="STRING" size="256"/>
  2481. <Column id="cncrexptflag" type="STRING" size="256"/>
  2482. <Column id="cncrexpt" type="STRING" size="256"/>
  2483. <Column id="dethdd" type="STRING" size="256"/>
  2484. <Column id="dethcause" type="STRING" size="256"/>
  2485. <Column id="dethplcecd" type="STRING" size="256"/>
  2486. </ColumnInfo>
  2487. <Rows>
  2488. <Row>
  2489. <Col id="ordtype"/>
  2490. <Col id="pid"/>
  2491. <Col id="cretno"/>
  2492. <Col id="orddd"/>
  2493. <Col id="patnm"/>
  2494. <Col id="dschdd"/>
  2495. <Col id="orddeptcd"/>
  2496. <Col id="orddeptnm"/>
  2497. <Col id="orddrid"/>
  2498. <Col id="diagcd"/>
  2499. <Col id="cncr_histno"/>
  2500. <Col id="icd10cd"/>
  2501. <Col id="serdiagno"/>
  2502. <Col id="cncrexptflag"/>
  2503. <Col id="cncrexpt"/>
  2504. <Col id="dethdd"/>
  2505. <Col id="dethcause"/>
  2506. <Col id="dethplcecd"/>
  2507. </Row>
  2508. </Rows>
  2509. </Dataset>
  2510. <Dataset id="ds_main_cncrnoinfo_haveno" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2511. <ColumnInfo>
  2512. <Column id="insflag" type="STRING" size="256"/>
  2513. <Column id="cncrflag" type="STRING" size="256"/>
  2514. <Column id="cncrhistflag" type="STRING" size="256"/>
  2515. </ColumnInfo>
  2516. <Rows>
  2517. <Row>
  2518. <Col id="insflag"/>
  2519. <Col id="cncrflag"/>
  2520. <Col id="cncrhistflag"/>
  2521. </Row>
  2522. </Rows>
  2523. </Dataset>
  2524. <Dataset id="ds_main_diagcdinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2525. <ColumnInfo>
  2526. <Column id="kcd4m" type="STRING" size="256"/>
  2527. </ColumnInfo>
  2528. <Rows>
  2529. <Row>
  2530. <Col id="kcd4m"/>
  2531. </Row>
  2532. </Rows>
  2533. </Dataset>
  2534. <Dataset id="ds_main_deptdiagcdlist_deptdiagcdinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2535. <Dataset id="ds_main_doublepat_patinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2536. <Dataset id="ds_send_reqdata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2537. <Dataset id="ds_send_savedata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2538. <Dataset id="ds_send_cond" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2539. <ColumnInfo>
  2540. <Column id="srchcond" type="STRING" size="256"/>
  2541. <Column id="pid" type="STRING" size="256"/>
  2542. </ColumnInfo>
  2543. <Rows>
  2544. <Row>
  2545. <Col id="srchcond"/>
  2546. <Col id="pid"/>
  2547. </Row>
  2548. </Rows>
  2549. </Dataset>
  2550. <Dataset id="ds_hidden_cncrpatref_orddrinfo_drlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2551. <ColumnInfo>
  2552. <Column id="drnm" type="STRING" size="256"/>
  2553. <Column id="drid" type="STRING" size="256"/>
  2554. </ColumnInfo>
  2555. <Rows>
  2556. <Row>
  2557. <Col id="drnm"/>
  2558. <Col id="drid"/>
  2559. </Row>
  2560. </Rows>
  2561. </Dataset>
  2562. <Dataset id="ds_hidden_cncrpatref_orddeptinfo_orddeptlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2563. <ColumnInfo>
  2564. <Column id="depthngnm" type="STRING" size="256"/>
  2565. <Column id="deptcd" type="STRING" size="256"/>
  2566. </ColumnInfo>
  2567. <Rows>
  2568. <Row>
  2569. <Col id="depthngnm"/>
  2570. <Col id="deptcd"/>
  2571. </Row>
  2572. </Rows>
  2573. </Dataset>
  2574. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_job1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2575. <ColumnInfo>
  2576. <Column id="cdid" type="STRING" size="256"/>
  2577. <Column id="cdnm" type="STRING" size="256"/>
  2578. </ColumnInfo>
  2579. <Rows>
  2580. <Row>
  2581. <Col id="cdid"/>
  2582. <Col id="cdnm"/>
  2583. </Row>
  2584. </Rows>
  2585. </Dataset>
  2586. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_maryflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2587. <ColumnInfo>
  2588. <Column id="cdid" type="STRING" size="256"/>
  2589. <Column id="cdnm" type="STRING" size="256"/>
  2590. </ColumnInfo>
  2591. <Rows>
  2592. <Row>
  2593. <Col id="cdid"/>
  2594. <Col id="cdnm"/>
  2595. </Row>
  2596. </Rows>
  2597. </Dataset>
  2598. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_outorddr_user" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2599. <ColumnInfo>
  2600. <Column id="userid" type="STRING" size="256"/>
  2601. <Column id="usernm" type="STRING" size="256"/>
  2602. </ColumnInfo>
  2603. <Rows>
  2604. <Row>
  2605. <Col id="userid"/>
  2606. <Col id="usernm"/>
  2607. </Row>
  2608. </Rows>
  2609. </Dataset>
  2610. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_dschorddept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2611. <ColumnInfo>
  2612. <Column id="deptcd" type="STRING" size="256"/>
  2613. <Column id="depthngnm" type="STRING" size="256"/>
  2614. </ColumnInfo>
  2615. <Rows>
  2616. <Row>
  2617. <Col id="deptcd"/>
  2618. <Col id="depthngnm"/>
  2619. </Row>
  2620. </Rows>
  2621. </Dataset>
  2622. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_dschorddr_user" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2623. <ColumnInfo>
  2624. <Column id="usernm" type="STRING" size="256"/>
  2625. <Column id="userid" type="STRING" size="256"/>
  2626. </ColumnInfo>
  2627. <Rows>
  2628. <Row>
  2629. <Col id="usernm"/>
  2630. <Col id="userid"/>
  2631. </Row>
  2632. </Rows>
  2633. </Dataset>
  2634. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2635. <ColumnInfo>
  2636. <Column id="indd" type="STRING" size="256"/>
  2637. </ColumnInfo>
  2638. <Rows>
  2639. <Row>
  2640. <Col id="indd"/>
  2641. </Row>
  2642. </Rows>
  2643. </Dataset>
  2644. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_inorddept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2645. <ColumnInfo>
  2646. <Column id="deptcd" type="STRING" size="256"/>
  2647. <Column id="depthngnm" type="STRING" size="256"/>
  2648. </ColumnInfo>
  2649. <Rows>
  2650. <Row>
  2651. <Col id="deptcd"/>
  2652. <Col id="depthngnm"/>
  2653. </Row>
  2654. </Rows>
  2655. </Dataset>
  2656. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_inorddr_user" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2657. <ColumnInfo>
  2658. <Column id="usernm" type="STRING" size="256"/>
  2659. <Column id="userid" type="STRING" size="256"/>
  2660. </ColumnInfo>
  2661. <Rows>
  2662. <Row>
  2663. <Col id="usernm"/>
  2664. <Col id="userid"/>
  2665. </Row>
  2666. </Rows>
  2667. </Dataset>
  2668. <Dataset id="ds_hidden_pathumtrainfo_cncrpatinfo_outorddept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2669. <ColumnInfo>
  2670. <Column id="deptcd" type="STRING" size="256"/>
  2671. <Column id="depthngnm" type="STRING" size="256"/>
  2672. </ColumnInfo>
  2673. <Rows>
  2674. <Row>
  2675. <Col id="deptcd"/>
  2676. <Col id="depthngnm"/>
  2677. </Row>
  2678. </Rows>
  2679. </Dataset>
  2680. <Dataset id="ds_hidden_pathumtrainfo_relationinfo_relation" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2681. <ColumnInfo>
  2682. <Column id="cdid" type="STRING" size="256"/>
  2683. <Column id="cdnm" type="STRING" size="256"/>
  2684. </ColumnInfo>
  2685. <Rows>
  2686. <Row>
  2687. <Col id="cdid"/>
  2688. <Col id="cdnm"/>
  2689. </Row>
  2690. </Rows>
  2691. </Dataset>
  2692. <Dataset id="ds_hidden_cncrpatrgst_regstatus_sickstat" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2693. <ColumnInfo>
  2694. <Column id="cdid" type="STRING" size="256"/>
  2695. <Column id="cdnm" type="STRING" size="256"/>
  2696. </ColumnInfo>
  2697. <Rows>
  2698. <Row>
  2699. <Col id="cdid"/>
  2700. <Col id="cdnm"/>
  2701. </Row>
  2702. </Rows>
  2703. </Dataset>
  2704. <Dataset id="ds_hidden_cncrpatrgst_rerntmetstaspart_ecog" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2705. <ColumnInfo>
  2706. <Column id="cdid" type="STRING" size="256"/>
  2707. <Column id="cdnm" type="STRING" size="256"/>
  2708. </ColumnInfo>
  2709. <Rows>
  2710. <Row>
  2711. <Col id="cdid"/>
  2712. <Col id="cdnm"/>
  2713. </Row>
  2714. </Rows>
  2715. </Dataset>
  2716. <Dataset id="ds_hidden_cncrpatrgst_rerntmetstaspart_regimen1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2717. <ColumnInfo>
  2718. <Column id="cdid" type="STRING" size="256"/>
  2719. <Column id="cdnm" type="STRING" size="256"/>
  2720. </ColumnInfo>
  2721. <Rows>
  2722. <Row>
  2723. <Col id="cdid"/>
  2724. <Col id="cdnm"/>
  2725. </Row>
  2726. </Rows>
  2727. </Dataset>
  2728. <Dataset id="ds_hidden_cncrpatrgst_rerntmetstaspart_regimen2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2729. <ColumnInfo>
  2730. <Column id="cdid" type="STRING" size="256"/>
  2731. <Column id="cdnm" type="STRING" size="256"/>
  2732. </ColumnInfo>
  2733. <Rows>
  2734. <Row>
  2735. <Col id="cdid"/>
  2736. <Col id="cdnm"/>
  2737. </Row>
  2738. </Rows>
  2739. </Dataset>
  2740. <Dataset id="ds_hidden_cncrpatrgst_dethinfo_dethplce" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2741. <ColumnInfo>
  2742. <Column id="cdid" type="STRING" size="256"/>
  2743. <Column id="cdnm" type="STRING" size="256"/>
  2744. </ColumnInfo>
  2745. <Rows>
  2746. <Row>
  2747. <Col id="cdid"/>
  2748. <Col id="cdnm"/>
  2749. </Row>
  2750. </Rows>
  2751. </Dataset>
  2752. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_diaghospinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2753. <ColumnInfo>
  2754. <Column id="cdid" type="STRING" size="256"/>
  2755. <Column id="cdnm" type="STRING" size="256"/>
  2756. </ColumnInfo>
  2757. <Rows>
  2758. <Row>
  2759. <Col id="cdid"/>
  2760. <Col id="cdnm"/>
  2761. </Row>
  2762. </Rows>
  2763. </Dataset>
  2764. <Dataset id="ds_hidden_cncrpatrgst_diaginfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2765. <ColumnInfo>
  2766. <Column id="diagdrid" type="STRING" size="256"/>
  2767. </ColumnInfo>
  2768. <Rows>
  2769. <Row>
  2770. <Col id="diagdrid"/>
  2771. </Row>
  2772. </Rows>
  2773. </Dataset>
  2774. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_lastdiagmthd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2775. <ColumnInfo>
  2776. <Column id="cdid" type="STRING" size="256"/>
  2777. <Column id="cdnm" type="STRING" size="256"/>
  2778. </ColumnInfo>
  2779. <Rows>
  2780. <Row>
  2781. <Col id="cdid"/>
  2782. <Col id="cdnm"/>
  2783. </Row>
  2784. </Rows>
  2785. </Dataset>
  2786. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_difrntgrde" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2787. <ColumnInfo>
  2788. <Column id="cdid" type="STRING" size="256"/>
  2789. <Column id="cdnm" type="STRING" size="256"/>
  2790. </ColumnInfo>
  2791. <Rows>
  2792. <Row>
  2793. <Col id="cdid"/>
  2794. <Col id="cdnm"/>
  2795. </Row>
  2796. </Rows>
  2797. </Dataset>
  2798. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_seer" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2799. <ColumnInfo>
  2800. <Column id="cdid" type="STRING" size="256"/>
  2801. <Column id="cdnm" type="STRING" size="256"/>
  2802. </ColumnInfo>
  2803. <Rows>
  2804. <Row>
  2805. <Col id="cdid"/>
  2806. <Col id="cdnm"/>
  2807. </Row>
  2808. </Rows>
  2809. </Dataset>
  2810. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_t" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2811. <ColumnInfo>
  2812. <Column id="cdid" type="STRING" size="256"/>
  2813. <Column id="cdnm" type="STRING" size="256"/>
  2814. </ColumnInfo>
  2815. <Rows>
  2816. <Row>
  2817. <Col id="cdid"/>
  2818. <Col id="cdnm"/>
  2819. </Row>
  2820. </Rows>
  2821. </Dataset>
  2822. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_n" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2823. <ColumnInfo>
  2824. <Column id="cdid" type="STRING" size="256"/>
  2825. <Column id="cdnm" type="STRING" size="256"/>
  2826. </ColumnInfo>
  2827. <Rows>
  2828. <Row>
  2829. <Col id="cdid"/>
  2830. <Col id="cdnm"/>
  2831. </Row>
  2832. </Rows>
  2833. </Dataset>
  2834. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_m" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2835. <ColumnInfo>
  2836. <Column id="cdid" type="STRING" size="256"/>
  2837. <Column id="cdnm" type="STRING" size="256"/>
  2838. </ColumnInfo>
  2839. <Rows>
  2840. <Row>
  2841. <Col id="cdid"/>
  2842. <Col id="cdnm"/>
  2843. </Row>
  2844. </Rows>
  2845. </Dataset>
  2846. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_staging" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2847. <ColumnInfo>
  2848. <Column id="cdid" type="STRING" size="256"/>
  2849. <Column id="cdnm" type="STRING" size="256"/>
  2850. </ColumnInfo>
  2851. <Rows>
  2852. <Row>
  2853. <Col id="cdid"/>
  2854. <Col id="cdnm"/>
  2855. </Row>
  2856. </Rows>
  2857. </Dataset>
  2858. <Dataset id="ds_hidden_cncrpatrgst_diaginfo_etcstagflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2859. <ColumnInfo>
  2860. <Column id="cdid" type="STRING" size="256"/>
  2861. <Column id="cdnm" type="STRING" size="256"/>
  2862. </ColumnInfo>
  2863. <Rows>
  2864. <Row>
  2865. <Col id="cdid"/>
  2866. <Col id="cdnm"/>
  2867. </Row>
  2868. </Rows>
  2869. </Dataset>
  2870. <Dataset id="ds_hidden_cncrpatrgst_cureinfo_prmypart_prmypartinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2871. <ColumnInfo>
  2872. <Column id="cdid" type="STRING" size="256"/>
  2873. <Column id="cdnm" type="STRING" size="256"/>
  2874. </ColumnInfo>
  2875. <Rows>
  2876. <Row>
  2877. <Col id="cdid"/>
  2878. <Col id="cdnm"/>
  2879. </Row>
  2880. </Rows>
  2881. </Dataset>
  2882. <Dataset id="ds_hidden_cncrpatrgst_cureinfo_chosbfcuremthd_chosbfcuremthd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2883. <ColumnInfo>
  2884. <Column id="cdid" type="STRING" size="256"/>
  2885. <Column id="cdnm" type="STRING" size="256"/>
  2886. </ColumnInfo>
  2887. <Rows>
  2888. <Row>
  2889. <Col id="cdid"/>
  2890. <Col id="cdnm"/>
  2891. </Row>
  2892. </Rows>
  2893. </Dataset>
  2894. <Dataset id="ds_hidden_cncrpatrgst_cureinfo_metstaspart_metstaspart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2895. <ColumnInfo>
  2896. <Column id="cdid" type="STRING" size="256"/>
  2897. <Column id="cdnm" type="STRING" size="256"/>
  2898. </ColumnInfo>
  2899. <Rows>
  2900. <Row>
  2901. <Col id="cdid"/>
  2902. <Col id="cdnm"/>
  2903. </Row>
  2904. </Rows>
  2905. </Dataset>
  2906. <Dataset id="ds_init_pathumtrainfo_cncrpatinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2907. <ColumnInfo>
  2908. <Column id="pid" type="STRING" size="256"/>
  2909. <Column id="pnm" type="STRING" size="256"/>
  2910. <Column id="cretno" type="STRING" size="256"/>
  2911. <Column id="ordtype" type="STRING" size="256"/>
  2912. <Column id="rrgstno1" type="STRING" size="256"/>
  2913. <Column id="rrgstno2" type="STRING" size="256"/>
  2914. <Column id="job1" type="STRING" size="256"/>
  2915. <Column id="etcjob" type="STRING" size="256"/>
  2916. <Column id="forgnerflag" type="STRING" size="256"/>
  2917. <Column id="hometel" type="STRING" size="256"/>
  2918. <Column id="mpphontel" type="STRING" size="256"/>
  2919. <Column id="sex" type="STRING" size="256"/>
  2920. <Column id="age" type="STRING" size="256"/>
  2921. <Column id="maryflag" type="STRING" size="256"/>
  2922. <Column id="zipcode1" type="STRING" size="256"/>
  2923. <Column id="zipcode2" type="STRING" size="256"/>
  2924. <Column id="addr" type="STRING" size="256"/>
  2925. <Column id="detaddr" type="STRING" size="256"/>
  2926. <Column id="orddd" type="STRING" size="256"/>
  2927. <Column id="outorddept" type="STRING" size="256"/>
  2928. <Column id="outorddr" type="STRING" size="256"/>
  2929. <Column id="dschdd" type="STRING" size="256"/>
  2930. <Column id="dschorddept" type="STRING" size="256"/>
  2931. <Column id="dschorddr" type="STRING" size="256"/>
  2932. <Column id="indd" type="STRING" size="256"/>
  2933. <Column id="inorddept" type="STRING" size="256"/>
  2934. <Column id="inorddr" type="STRING" size="256"/>
  2935. <Column id="indg" type="STRING" size="256"/>
  2936. <Column id="totinhospdayno" type="STRING" size="256"/>
  2937. <Column id="travoflag" type="STRING" size="256"/>
  2938. <Column id="epoch" type="STRING" size="256"/>
  2939. </ColumnInfo>
  2940. <Rows>
  2941. <Row>
  2942. <Col id="pid"/>
  2943. <Col id="pnm"/>
  2944. <Col id="cretno"/>
  2945. <Col id="ordtype"/>
  2946. <Col id="rrgstno1"/>
  2947. <Col id="rrgstno2"/>
  2948. <Col id="job1"/>
  2949. <Col id="etcjob"/>
  2950. <Col id="forgnerflag"/>
  2951. <Col id="hometel"/>
  2952. <Col id="mpphontel"/>
  2953. <Col id="sex"/>
  2954. <Col id="age"/>
  2955. <Col id="maryflag"/>
  2956. <Col id="zipcode1"/>
  2957. <Col id="zipcode2"/>
  2958. <Col id="addr"/>
  2959. <Col id="detaddr"/>
  2960. <Col id="orddd"/>
  2961. <Col id="outorddept"/>
  2962. <Col id="outorddr"/>
  2963. <Col id="dschdd"/>
  2964. <Col id="dschorddept"/>
  2965. <Col id="dschorddr"/>
  2966. <Col id="indd"/>
  2967. <Col id="inorddept"/>
  2968. <Col id="inorddr"/>
  2969. <Col id="indg"/>
  2970. <Col id="totinhospdayno"/>
  2971. <Col id="travoflag"/>
  2972. <Col id="epoch"/>
  2973. </Row>
  2974. </Rows>
  2975. </Dataset>
  2976. <Dataset id="ds_init_pathumtrainfo_relationinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2977. <ColumnInfo>
  2978. <Column id="relausernm" type="STRING" size="256"/>
  2979. <Column id="relation" type="STRING" size="256"/>
  2980. <Column id="zipcode1" type="STRING" size="256"/>
  2981. <Column id="zipcode2" type="STRING" size="256"/>
  2982. <Column id="addr" type="STRING" size="256"/>
  2983. <Column id="detaddr" type="STRING" size="256"/>
  2984. <Column id="hometel" type="STRING" size="256"/>
  2985. <Column id="mpphontel" type="STRING" size="256"/>
  2986. </ColumnInfo>
  2987. <Rows>
  2988. <Row>
  2989. <Col id="relausernm"/>
  2990. <Col id="relation"/>
  2991. <Col id="zipcode1"/>
  2992. <Col id="zipcode2"/>
  2993. <Col id="addr"/>
  2994. <Col id="detaddr"/>
  2995. <Col id="hometel"/>
  2996. <Col id="mpphontel"/>
  2997. </Row>
  2998. </Rows>
  2999. </Dataset>
  3000. <Dataset id="ds_init_cncrpatrgst_patinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3001. <Dataset id="ds_init_cncrpatrgst_regstatus" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3002. <ColumnInfo>
  3003. <Column id="flag" type="STRING" size="256"/>
  3004. <Column id="prmycncryn" type="STRING" size="256"/>
  3005. <Column id="sickstat" type="STRING" size="256"/>
  3006. <Column id="cureopendd" type="STRING" size="256"/>
  3007. <Column id="seqno" type="STRING" size="256"/>
  3008. </ColumnInfo>
  3009. <Rows>
  3010. <Row>
  3011. <Col id="flag"/>
  3012. <Col id="prmycncryn"/>
  3013. <Col id="sickstat"/>
  3014. <Col id="cureopendd"/>
  3015. <Col id="seqno"/>
  3016. </Row>
  3017. </Rows>
  3018. </Dataset>
  3019. <Dataset id="ds_init_cncrpatrgst_regstatus_cncrnoinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3020. <ColumnInfo>
  3021. <Column id="cncrno" type="STRING" size="256"/>
  3022. </ColumnInfo>
  3023. <Rows>
  3024. <Row>
  3025. <Col id="cncrno"/>
  3026. </Row>
  3027. </Rows>
  3028. </Dataset>
  3029. <Dataset id="ds_init_cncrpatrgst_rerntmetstaspart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3030. <ColumnInfo>
  3031. <Column id="rerntmetstaspartcd1" type="STRING" size="256"/>
  3032. <Column id="rerntmetstaspartnm1" type="STRING" size="256"/>
  3033. <Column id="rerntmetstaspart1" type="STRING" size="256"/>
  3034. <Column id="rerntmetstaspartcd2" type="STRING" size="256"/>
  3035. <Column id="rerntmetstaspartnm2" type="STRING" size="256"/>
  3036. <Column id="rerntmetstaspart2" type="STRING" size="256"/>
  3037. <Column id="rerntmetstaspartcd3" type="STRING" size="256"/>
  3038. <Column id="rerntmetstaspartnm3" type="STRING" size="256"/>
  3039. <Column id="rerntmetstaspart3" type="STRING" size="256"/>
  3040. <Column id="rerntmetstaspartcd4" type="STRING" size="256"/>
  3041. <Column id="rerntmetstaspartnm4" type="STRING" size="256"/>
  3042. <Column id="rerntmetstaspart4" type="STRING" size="256"/>
  3043. <Column id="ecogcd" type="STRING" size="256"/>
  3044. <Column id="ecog" type="STRING" size="256"/>
  3045. <Column id="regimencd1" type="STRING" size="256"/>
  3046. <Column id="regimen1" type="STRING" size="256"/>
  3047. <Column id="regimencd2" type="STRING" size="256"/>
  3048. <Column id="regimen2" type="STRING" size="256"/>
  3049. </ColumnInfo>
  3050. <Rows>
  3051. <Row>
  3052. <Col id="rerntmetstaspartcd1"/>
  3053. <Col id="rerntmetstaspartnm1"/>
  3054. <Col id="rerntmetstaspart1"/>
  3055. <Col id="rerntmetstaspartcd2"/>
  3056. <Col id="rerntmetstaspartnm2"/>
  3057. <Col id="rerntmetstaspart2"/>
  3058. <Col id="rerntmetstaspartcd3"/>
  3059. <Col id="rerntmetstaspartnm3"/>
  3060. <Col id="rerntmetstaspart3"/>
  3061. <Col id="rerntmetstaspartcd4"/>
  3062. <Col id="rerntmetstaspartnm4"/>
  3063. <Col id="rerntmetstaspart4"/>
  3064. <Col id="ecogcd"/>
  3065. <Col id="ecog"/>
  3066. <Col id="regimencd1"/>
  3067. <Col id="regimen1"/>
  3068. <Col id="regimencd2"/>
  3069. <Col id="regimen2"/>
  3070. </Row>
  3071. </Rows>
  3072. </Dataset>
  3073. <Dataset id="ds_init_cncrpatrgst_dethinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3074. <ColumnInfo>
  3075. <Column id="dethplce" type="STRING" size="256"/>
  3076. <Column id="dethdd" type="STRING" size="256"/>
  3077. <Column id="dethcascd" type="STRING" size="256"/>
  3078. </ColumnInfo>
  3079. <Rows>
  3080. <Row>
  3081. <Col id="dethplce"/>
  3082. <Col id="dethdd"/>
  3083. <Col id="dethcascd"/>
  3084. </Row>
  3085. </Rows>
  3086. </Dataset>
  3087. <Dataset id="ds_init_cncrpatrgst_dethinfo_existterm" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3088. <ColumnInfo>
  3089. <Column id="yearcnt" type="STRING" size="256"/>
  3090. <Column id="monthcnt" type="STRING" size="256"/>
  3091. </ColumnInfo>
  3092. <Rows>
  3093. <Row>
  3094. <Col id="yearcnt"/>
  3095. <Col id="monthcnt"/>
  3096. </Row>
  3097. </Rows>
  3098. </Dataset>
  3099. <Dataset id="ds_init_cncrpatrgst_diaginfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3100. <ColumnInfo>
  3101. <Column id="diagdd" type="STRING" size="256"/>
  3102. <Column id="diaghospinfo" type="STRING" size="256"/>
  3103. <Column id="etcdiaghospnm" type="STRING" size="256"/>
  3104. <Column id="diagdrid" type="STRING" size="256"/>
  3105. <Column id="lastdiagmthd" type="STRING" size="256"/>
  3106. <Column id="clinical" type="STRING" size="256"/>
  3107. <Column id="etcclinical" type="STRING" size="256"/>
  3108. <Column id="tophinfo" type="STRING" size="256"/>
  3109. <Column id="tophcd" type="STRING" size="256"/>
  3110. <Column id="tophnm" type="STRING" size="256"/>
  3111. <Column id="morphcd1" type="STRING" size="256"/>
  3112. <Column id="morphnm1" type="STRING" size="256"/>
  3113. <Column id="morphinfo1" type="STRING" size="256"/>
  3114. <Column id="morphcd2" type="STRING" size="256"/>
  3115. <Column id="morphnm2" type="STRING" size="256"/>
  3116. <Column id="morphinfo2" type="STRING" size="256"/>
  3117. <Column id="icd10cd" type="STRING" size="256"/>
  3118. <Column id="icd10nm" type="STRING" size="256"/>
  3119. <Column id="difrntgrdecd" type="STRING" size="256"/>
  3120. <Column id="difrntgrde" type="STRING" size="256"/>
  3121. <Column id="seercd" type="STRING" size="256"/>
  3122. <Column id="seer" type="STRING" size="256"/>
  3123. <Column id="tcd" type="STRING" size="256"/>
  3124. <Column id="t" type="STRING" size="256"/>
  3125. <Column id="ncd" type="STRING" size="256"/>
  3126. <Column id="n" type="STRING" size="256"/>
  3127. <Column id="mcd" type="STRING" size="256"/>
  3128. <Column id="m" type="STRING" size="256"/>
  3129. <Column id="stagcd" type="STRING" size="256"/>
  3130. <Column id="staging" type="STRING" size="256"/>
  3131. <Column id="etcstagflagcd" type="STRING" size="256"/>
  3132. <Column id="etcstagflag" type="STRING" size="256"/>
  3133. <Column id="etcstagcnts" type="STRING" size="256"/>
  3134. <Column id="diagroute" type="STRING" size="256"/>
  3135. <Column id="laterality" type="STRING" size="256"/>
  3136. <Column id="etcdiagroute" type="STRING" size="256"/>
  3137. </ColumnInfo>
  3138. <Rows>
  3139. <Row>
  3140. <Col id="diagdd"/>
  3141. <Col id="diaghospinfo"/>
  3142. <Col id="etcdiaghospnm"/>
  3143. <Col id="diagdrid"/>
  3144. <Col id="lastdiagmthd"/>
  3145. <Col id="clinical"/>
  3146. <Col id="etcclinical"/>
  3147. <Col id="tophinfo"/>
  3148. <Col id="tophcd"/>
  3149. <Col id="tophnm"/>
  3150. <Col id="morphcd1"/>
  3151. <Col id="morphnm1"/>
  3152. <Col id="morphinfo1"/>
  3153. <Col id="morphcd2"/>
  3154. <Col id="morphnm2"/>
  3155. <Col id="morphinfo2"/>
  3156. <Col id="icd10cd"/>
  3157. <Col id="icd10nm"/>
  3158. <Col id="difrntgrdecd"/>
  3159. <Col id="difrntgrde"/>
  3160. <Col id="seercd"/>
  3161. <Col id="seer"/>
  3162. <Col id="tcd"/>
  3163. <Col id="t"/>
  3164. <Col id="ncd"/>
  3165. <Col id="n"/>
  3166. <Col id="mcd"/>
  3167. <Col id="m"/>
  3168. <Col id="stagcd"/>
  3169. <Col id="staging"/>
  3170. <Col id="etcstagflagcd"/>
  3171. <Col id="etcstagflag"/>
  3172. <Col id="etcstagcnts"/>
  3173. <Col id="diagroute"/>
  3174. <Col id="laterality"/>
  3175. <Col id="etcdiagroute"/>
  3176. </Row>
  3177. </Rows>
  3178. </Dataset>
  3179. <Dataset id="ds_init_cncrpatrgst_cureinfo_prmypart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3180. <ColumnInfo>
  3181. <Column id="code" type="STRING" size="256"/>
  3182. <Column id="prmypartcd" type="STRING" size="256"/>
  3183. <Column id="prmypartcuredd" type="STRING" size="256"/>
  3184. </ColumnInfo>
  3185. <Rows>
  3186. <Row>
  3187. <Col id="code"/>
  3188. <Col id="prmypartcd"/>
  3189. <Col id="prmypartcuredd"/>
  3190. </Row>
  3191. </Rows>
  3192. </Dataset>
  3193. <Dataset id="ds_init_cncrpatrgst_cureinfo_chosbfcuremthd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3194. <ColumnInfo>
  3195. <Column id="code" type="STRING" size="256"/>
  3196. <Column id="chosbfcuremthd" type="STRING" size="256"/>
  3197. <Column id="chosbfcuredd" type="STRING" size="256"/>
  3198. </ColumnInfo>
  3199. <Rows>
  3200. <Row>
  3201. <Col id="code"/>
  3202. <Col id="chosbfcuremthd"/>
  3203. <Col id="chosbfcuredd"/>
  3204. </Row>
  3205. </Rows>
  3206. </Dataset>
  3207. <Dataset id="ds_init_cncrpatrgst_cureinfo_metstaspart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3208. <ColumnInfo>
  3209. <Column id="code" type="STRING" size="256"/>
  3210. <Column id="metstaspartcd" type="STRING" size="256"/>
  3211. <Column id="metstaspartdd" type="STRING" size="256"/>
  3212. </ColumnInfo>
  3213. <Rows>
  3214. <Row>
  3215. <Col id="code"/>
  3216. <Col id="metstaspartcd"/>
  3217. <Col id="metstaspartdd"/>
  3218. </Row>
  3219. </Rows>
  3220. </Dataset>
  3221. <Dataset id="ds_init_srchcncrrgst_deptinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3222. <ColumnInfo>
  3223. <Column id="deptcd" type="STRING" size="256"/>
  3224. <Column id="depthngnm" type="STRING" size="256"/>
  3225. </ColumnInfo>
  3226. <Rows>
  3227. <Row>
  3228. <Col id="deptcd"/>
  3229. <Col id="depthngnm"/>
  3230. </Row>
  3231. </Rows>
  3232. </Dataset>
  3233. <Dataset id="ds_init_srchcncrrgst_drinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3234. <ColumnInfo>
  3235. <Column id="drid" type="STRING" size="256"/>
  3236. <Column id="drnm" type="STRING" size="256"/>
  3237. </ColumnInfo>
  3238. <Rows>
  3239. <Row>
  3240. <Col id="drid"/>
  3241. <Col id="drnm"/>
  3242. </Row>
  3243. </Rows>
  3244. </Dataset>
  3245. <Dataset id="ds_init_humaninfo_outpatinfo_patlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3246. <Dataset id="ds_init_humaninfo_inpatinfo_patlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3247. <Dataset id="ds_init_humaninfo_cncrhist_histlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3248. <ColumnInfo>
  3249. <Column id="cncrno" type="STRING" size="256"/>
  3250. <Column id="cncrhistno" type="STRING" size="256"/>
  3251. <Column id="seqno" type="STRING" size="256"/>
  3252. <Column id="cncr_histno" type="STRING" size="256"/>
  3253. <Column id="instcd" type="STRING" size="256"/>
  3254. <Column id="pid" type="STRING" size="256"/>
  3255. <Column id="cretno" type="STRING" size="256"/>
  3256. <Column id="orddd" type="STRING" size="256"/>
  3257. <Column id="outorddept" type="STRING" size="256"/>
  3258. <Column id="outorddr" type="STRING" size="256"/>
  3259. <Column id="dschdd" type="STRING" size="256"/>
  3260. <Column id="dschorddept" type="STRING" size="256"/>
  3261. <Column id="dschorddr" type="STRING" size="256"/>
  3262. <Column id="indg" type="STRING" size="256"/>
  3263. <Column id="totinhospdayno" type="STRING" size="256"/>
  3264. <Column id="ordtype" type="STRING" size="256"/>
  3265. <Column id="pnm" type="STRING" size="256"/>
  3266. <Column id="rrgstno1" type="STRING" size="256"/>
  3267. <Column id="rrgstno2" type="STRING" size="256"/>
  3268. <Column id="sex" type="STRING" size="256"/>
  3269. <Column id="age" type="STRING" size="256"/>
  3270. <Column id="hometel" type="STRING" size="256"/>
  3271. <Column id="mpphontel" type="STRING" size="256"/>
  3272. <Column id="zipcode1" type="STRING" size="256"/>
  3273. <Column id="zipcode2" type="STRING" size="256"/>
  3274. <Column id="addr" type="STRING" size="256"/>
  3275. <Column id="detaddr" type="STRING" size="256"/>
  3276. <Column id="maryflag" type="STRING" size="256"/>
  3277. <Column id="forgnerflag" type="STRING" size="256"/>
  3278. <Column id="job1" type="STRING" size="256"/>
  3279. <Column id="etcjob" type="STRING" size="256"/>
  3280. <Column id="reluserhngnm" type="STRING" size="256"/>
  3281. <Column id="relation" type="STRING" size="256"/>
  3282. <Column id="relzipcd1" type="STRING" size="256"/>
  3283. <Column id="relzipcd2" type="STRING" size="256"/>
  3284. <Column id="reladdr" type="STRING" size="256"/>
  3285. <Column id="reldetaddr" type="STRING" size="256"/>
  3286. <Column id="relmpphontel" type="STRING" size="256"/>
  3287. <Column id="relhometel" type="STRING" size="256"/>
  3288. <Column id="travoflag" type="STRING" size="256"/>
  3289. <Column id="prmycncryn" type="STRING" size="256"/>
  3290. <Column id="sickstatcd" type="STRING" size="256"/>
  3291. <Column id="cureopendd" type="STRING" size="256"/>
  3292. <Column id="dethplcecd" type="STRING" size="256"/>
  3293. <Column id="dethdd" type="STRING" size="256"/>
  3294. <Column id="dethcause" type="STRING" size="256"/>
  3295. <Column id="yearcnt" type="STRING" size="256"/>
  3296. <Column id="monthcnt" type="STRING" size="256"/>
  3297. <Column id="diagdd" type="STRING" size="256"/>
  3298. <Column id="diaghospcd" type="STRING" size="256"/>
  3299. <Column id="diagdrid" type="STRING" size="256"/>
  3300. <Column id="diagdrnm" type="STRING" size="256"/>
  3301. <Column id="lastdiagmthdcd" type="STRING" size="256"/>
  3302. <Column id="clinical" type="STRING" size="256"/>
  3303. <Column id="etcclinical" type="STRING" size="256"/>
  3304. <Column id="tophcd" type="STRING" size="256"/>
  3305. <Column id="tophnm" type="STRING" size="256"/>
  3306. <Column id="tophseqno" type="STRING" size="256"/>
  3307. <Column id="morphcd1" type="STRING" size="256"/>
  3308. <Column id="morphnm1" type="STRING" size="256"/>
  3309. <Column id="morphseqno1" type="STRING" size="256"/>
  3310. <Column id="morphcd2" type="STRING" size="256"/>
  3311. <Column id="morphnm2" type="STRING" size="256"/>
  3312. <Column id="morphseqno2" type="STRING" size="256"/>
  3313. <Column id="icd10cd" type="STRING" size="256"/>
  3314. <Column id="icd10nm" type="STRING" size="256"/>
  3315. <Column id="difrntgrdecd" type="STRING" size="256"/>
  3316. <Column id="seer" type="STRING" size="256"/>
  3317. <Column id="t" type="STRING" size="256"/>
  3318. <Column id="n" type="STRING" size="256"/>
  3319. <Column id="m" type="STRING" size="256"/>
  3320. <Column id="stagingcd" type="STRING" size="256"/>
  3321. <Column id="etcstagflagcd" type="STRING" size="256"/>
  3322. <Column id="etcstagcnts" type="STRING" size="256"/>
  3323. <Column id="rerntmetstaspartcd1" type="STRING" size="256"/>
  3324. <Column id="rerntmetstaspartcd2" type="STRING" size="256"/>
  3325. <Column id="rerntmetstaspartcd3" type="STRING" size="256"/>
  3326. <Column id="rerntmetstaspartcd4" type="STRING" size="256"/>
  3327. <Column id="ecog" type="STRING" size="256"/>
  3328. <Column id="regimen1" type="STRING" size="256"/>
  3329. <Column id="regimen2" type="STRING" size="256"/>
  3330. <Column id="fstrgstrid" type="STRING" size="256"/>
  3331. <Column id="fstrgstrnm" type="STRING" size="256"/>
  3332. <Column id="fstrgstdt" type="STRING" size="256"/>
  3333. <Column id="lastrgstrid" type="STRING" size="256"/>
  3334. <Column id="lastrgstrnm" type="STRING" size="256"/>
  3335. <Column id="lastrgstdt" type="STRING" size="256"/>
  3336. <Column id="indd" type="STRING" size="256"/>
  3337. <Column id="inorddept" type="STRING" size="256"/>
  3338. <Column id="inorddr" type="STRING" size="256"/>
  3339. <Column id="epoch" type="STRING" size="256"/>
  3340. <Column id="rerntmetstaspartseq1" type="STRING" size="256"/>
  3341. <Column id="rerntmetstaspartseq2" type="STRING" size="256"/>
  3342. <Column id="rerntmetstaspartseq3" type="STRING" size="256"/>
  3343. <Column id="rerntmetstaspartseq4" type="STRING" size="256"/>
  3344. <Column id="rerntmetstaspartnm1" type="STRING" size="256"/>
  3345. <Column id="rerntmetstaspartnm2" type="STRING" size="256"/>
  3346. <Column id="rerntmetstaspartnm3" type="STRING" size="256"/>
  3347. <Column id="rerntmetstaspartnm4" type="STRING" size="256"/>
  3348. <Column id="diagroute" type="STRING" size="256"/>
  3349. <Column id="laterality" type="STRING" size="256"/>
  3350. <Column id="etcdiagroute" type="STRING" size="256"/>
  3351. <Column id="remedychk" type="STRING" size="256"/>
  3352. </ColumnInfo>
  3353. <Rows>
  3354. <Row>
  3355. <Col id="cncrno"/>
  3356. <Col id="cncrhistno"/>
  3357. <Col id="seqno"/>
  3358. <Col id="cncr_histno"/>
  3359. <Col id="instcd"/>
  3360. <Col id="pid"/>
  3361. <Col id="cretno"/>
  3362. <Col id="orddd"/>
  3363. <Col id="outorddept"/>
  3364. <Col id="outorddr"/>
  3365. <Col id="dschdd"/>
  3366. <Col id="dschorddept"/>
  3367. <Col id="dschorddr"/>
  3368. <Col id="indg"/>
  3369. <Col id="totinhospdayno"/>
  3370. <Col id="ordtype"/>
  3371. <Col id="pnm"/>
  3372. <Col id="rrgstno1"/>
  3373. <Col id="rrgstno2"/>
  3374. <Col id="sex"/>
  3375. <Col id="age"/>
  3376. <Col id="hometel"/>
  3377. <Col id="mpphontel"/>
  3378. <Col id="zipcode1"/>
  3379. <Col id="zipcode2"/>
  3380. <Col id="addr"/>
  3381. <Col id="detaddr"/>
  3382. <Col id="maryflag"/>
  3383. <Col id="forgnerflag"/>
  3384. <Col id="job1"/>
  3385. <Col id="etcjob"/>
  3386. <Col id="reluserhngnm"/>
  3387. <Col id="relation"/>
  3388. <Col id="relzipcd1"/>
  3389. <Col id="relzipcd2"/>
  3390. <Col id="reladdr"/>
  3391. <Col id="reldetaddr"/>
  3392. <Col id="relmpphontel"/>
  3393. <Col id="relhometel"/>
  3394. <Col id="travoflag"/>
  3395. <Col id="prmycncryn"/>
  3396. <Col id="sickstatcd"/>
  3397. <Col id="cureopendd"/>
  3398. <Col id="dethplcecd"/>
  3399. <Col id="dethdd"/>
  3400. <Col id="dethcause"/>
  3401. <Col id="yearcnt"/>
  3402. <Col id="monthcnt"/>
  3403. <Col id="diagdd"/>
  3404. <Col id="diaghospcd"/>
  3405. <Col id="diagdrid"/>
  3406. <Col id="diagdrnm"/>
  3407. <Col id="lastdiagmthdcd"/>
  3408. <Col id="clinical"/>
  3409. <Col id="etcclinical"/>
  3410. <Col id="tophcd"/>
  3411. <Col id="tophnm"/>
  3412. <Col id="tophseqno"/>
  3413. <Col id="morphcd1"/>
  3414. <Col id="morphnm1"/>
  3415. <Col id="morphseqno1"/>
  3416. <Col id="morphcd2"/>
  3417. <Col id="morphnm2"/>
  3418. <Col id="morphseqno2"/>
  3419. <Col id="icd10cd"/>
  3420. <Col id="icd10nm"/>
  3421. <Col id="difrntgrdecd"/>
  3422. <Col id="seer"/>
  3423. <Col id="t"/>
  3424. <Col id="n"/>
  3425. <Col id="m"/>
  3426. <Col id="stagingcd"/>
  3427. <Col id="etcstagflagcd"/>
  3428. <Col id="etcstagcnts"/>
  3429. <Col id="rerntmetstaspartcd1"/>
  3430. <Col id="rerntmetstaspartcd2"/>
  3431. <Col id="rerntmetstaspartcd3"/>
  3432. <Col id="rerntmetstaspartcd4"/>
  3433. <Col id="ecog"/>
  3434. <Col id="regimen1"/>
  3435. <Col id="regimen2"/>
  3436. <Col id="fstrgstrid"/>
  3437. <Col id="fstrgstrnm"/>
  3438. <Col id="fstrgstdt"/>
  3439. <Col id="lastrgstrid"/>
  3440. <Col id="lastrgstrnm"/>
  3441. <Col id="lastrgstdt"/>
  3442. <Col id="indd"/>
  3443. <Col id="inorddept"/>
  3444. <Col id="inorddr"/>
  3445. <Col id="epoch"/>
  3446. <Col id="rerntmetstaspartseq1"/>
  3447. <Col id="rerntmetstaspartseq2"/>
  3448. <Col id="rerntmetstaspartseq3"/>
  3449. <Col id="rerntmetstaspartseq4"/>
  3450. <Col id="rerntmetstaspartnm1"/>
  3451. <Col id="rerntmetstaspartnm2"/>
  3452. <Col id="rerntmetstaspartnm3"/>
  3453. <Col id="rerntmetstaspartnm4"/>
  3454. <Col id="diagroute"/>
  3455. <Col id="laterality"/>
  3456. <Col id="etcdiagroute"/>
  3457. <Col id="remedychk"/>
  3458. </Row>
  3459. </Rows>
  3460. </Dataset>
  3461. <Dataset id="ds_init_humaninfo_doainfo_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3462. <ColumnInfo>
  3463. <Column id="serdiagno" type="STRING" size="256"/>
  3464. <Column id="pid" type="STRING" size="256"/>
  3465. <Column id="hngnm" type="STRING" size="256"/>
  3466. <Column id="maindiagcd" type="STRING" size="256"/>
  3467. <Column id="healcarediagcd" type="STRING" size="256"/>
  3468. <Column id="edidiagcd" type="STRING" size="256"/>
  3469. <Column id="genrdd" type="STRING" size="256"/>
  3470. <Column id="cncrdiagcnfmdd" type="STRING" size="256"/>
  3471. </ColumnInfo>
  3472. <Rows>
  3473. <Row>
  3474. <Col id="serdiagno"/>
  3475. <Col id="pid"/>
  3476. <Col id="hngnm"/>
  3477. <Col id="maindiagcd"/>
  3478. <Col id="healcarediagcd"/>
  3479. <Col id="edidiagcd"/>
  3480. <Col id="genrdd"/>
  3481. <Col id="cncrdiagcnfmdd"/>
  3482. </Row>
  3483. </Rows>
  3484. </Dataset>
  3485. <Dataset id="ds_init_checknum" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3486. <ColumnInfo>
  3487. <Column id="value" type="STRING" size="256"/>
  3488. </ColumnInfo>
  3489. <Rows>
  3490. <Row>
  3491. <Col id="value">true</Col>
  3492. </Row>
  3493. </Rows>
  3494. </Dataset>
  3495. <Dataset id="ds_tmp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3496. <ColumnInfo>
  3497. <Column id="pid" type="STRING" size="256"/>
  3498. </ColumnInfo>
  3499. <Rows>
  3500. <Row>
  3501. <Col id="pid"/>
  3502. </Row>
  3503. </Rows>
  3504. </Dataset>
  3505. <Dataset id="ds_temp_terminfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3506. <Dataset id="ds_cbo_ordtype" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3507. <ColumnInfo>
  3508. <Column id="label" type="STRING" size="256"/>
  3509. <Column id="value" type="STRING" size="256"/>
  3510. </ColumnInfo>
  3511. <Rows>
  3512. <Row>
  3513. <Col id="label">외래</Col>
  3514. <Col id="value">O</Col>
  3515. </Row>
  3516. <Row>
  3517. <Col id="label">입원</Col>
  3518. <Col id="value">I</Col>
  3519. </Row>
  3520. </Rows>
  3521. </Dataset>
  3522. <Dataset id="ds_cbo_cncrexptflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3523. <ColumnInfo>
  3524. <Column id="label" type="STRING" size="256"/>
  3525. <Column id="value" type="STRING" size="256"/>
  3526. </ColumnInfo>
  3527. <Rows>
  3528. <Row>
  3529. <Col id="label">Y</Col>
  3530. <Col id="value">Y</Col>
  3531. </Row>
  3532. <Row>
  3533. <Col id="label">N</Col>
  3534. <Col id="value">N</Col>
  3535. </Row>
  3536. </Rows>
  3537. </Dataset>
  3538. <Dataset id="ds_main_common_M0173" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3539. <Dataset id="ds_main_common_M0151" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3540. <Dataset id="ds_main_common_M0149" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3541. <Dataset id="ds_main_common_M0072" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3542. <Dataset id="ds_main_common_M0172" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3543. <Dataset id="ds_main_common_M0179" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3544. <Dataset id="ds_main_common_Z0007_01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3545. <Dataset id="ds_main_common_M0740" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3546. <Dataset id="ds_main_common_M0183" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3547. <Dataset id="ds_main_common_M0184" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3548. <Dataset id="ds_main_common_M0174" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3549. <Dataset id="ds_main_common_M0393" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3550. <Dataset id="ds_main_common_M0175" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3551. <Dataset id="ds_main_common_M0176" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3552. <Dataset id="ds_main_common_M0395" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3553. <Dataset id="ds_main_common_M0320" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3554. <Dataset id="ds_main_common_M0182" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3555. <Dataset id="ds_cbo_ordtype2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3556. <ColumnInfo>
  3557. <Column id="label" type="STRING" size="256"/>
  3558. <Column id="value" type="STRING" size="256"/>
  3559. </ColumnInfo>
  3560. <Rows>
  3561. <Row>
  3562. <Col id="label">외래</Col>
  3563. <Col id="value">O</Col>
  3564. </Row>
  3565. <Row>
  3566. <Col id="label">입원</Col>
  3567. <Col id="value">I</Col>
  3568. </Row>
  3569. <Row>
  3570. <Col id="label">DSC</Col>
  3571. <Col id="value">D</Col>
  3572. </Row>
  3573. <Row>
  3574. <Col id="label">응급</Col>
  3575. <Col id="value">E</Col>
  3576. </Row>
  3577. </Rows>
  3578. </Dataset>
  3579. <Dataset id="ds_main_common_M0177" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3580. <Dataset id="ds_main_common_M0394" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3581. <Dataset id="ds_main_cncrpatref_orddeptinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3582. <ColumnInfo>
  3583. <Column id="drlist" type="STRING" size="256"/>
  3584. <Column id="orddeptlist" type="STRING" size="256"/>
  3585. </ColumnInfo>
  3586. <Rows>
  3587. <Row>
  3588. <Col id="orddeptlist"/>
  3589. <Col id="drlist"/>
  3590. </Row>
  3591. </Rows>
  3592. </Dataset>
  3593. <Dataset id="ds_chk_checkbox2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3594. <ColumnInfo>
  3595. <Column id="label" type="STRING" size="256"/>
  3596. <Column id="value" type="STRING" size="256"/>
  3597. </ColumnInfo>
  3598. <Rows>
  3599. <Row>
  3600. <Col id="label">10대 순위별</Col>
  3601. <Col id="value">ten</Col>
  3602. </Row>
  3603. <Row>
  3604. <Col id="label">연령별</Col>
  3605. <Col id="value">age</Col>
  3606. </Row>
  3607. <Row>
  3608. <Col id="label">성별</Col>
  3609. <Col id="value">sex</Col>
  3610. </Row>
  3611. </Rows>
  3612. </Dataset>
  3613. <Dataset id="ds_temp_dutplcecd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3614. <Dataset id="ds_main_common_com_dept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3615. <Dataset id="ds_main_srchcncrpat_deptinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3616. <Dataset id="ds_main_common_drlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3617. <Dataset id="ds_main_common_Z0007" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3618. <Dataset id="ds_temp_com_common_regimenlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3619. <Dataset id="ds_send_reqdata_exptlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3620. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3621. <Dataset id="ds_temp_terminfo_tplinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3622. <Dataset id="ds_temp_terminfo_icdo3info" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3623. <Dataset id="ds_temp_terminfo_icd10info" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3624. <Dataset id="ds_main_diagcdinfo_kcd4m" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3625. <Dataset id="ds_cncrinfo_humaninfo_outpatinfo_patlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3626. <Dataset id="ds_cncrinfo_humaninfo_inpatinfo_patlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3627. <Dataset id="ds_send_savedata_cncrinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3628. <Dataset id="ds_send_savedata_savebfio" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3629. <Dataset id="ds_send_savedata_saveprmypart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3630. <Dataset id="ds_send_savedata_savemetstaspart" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3631. <Dataset id="ds_main_common_M0750" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3632. <Dataset id="ds_temp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3633. <Dataset id="ds_send_cncrrgstpat" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  3634. <Dataset id="ds_main_cncrpatref_orddrinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3635. <ColumnInfo>
  3636. <Column id="drlist" type="STRING" size="256"/>
  3637. </ColumnInfo>
  3638. <Rows>
  3639. <Row>
  3640. <Col id="drlist"/>
  3641. </Row>
  3642. </Rows>
  3643. </Dataset>
  3644. <Dataset id="ds_chk_clinical" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  3645. <ColumnInfo>
  3646. <Column id="label" type="STRING" size="256"/>
  3647. <Column id="value" type="STRING" size="256"/>
  3648. </ColumnInfo>
  3649. <Rows>
  3650. <Row>
  3651. <Col id="label">Sono</Col>
  3652. <Col id="value">01</Col>
  3653. </Row>
  3654. <Row>
  3655. <Col id="label">CT</Col>
  3656. <Col id="value">02</Col>
  3657. </Row>
  3658. <Row>
  3659. <Col id="label">MRI</Col>
  3660. <Col id="value">03</Col>
  3661. </Row>
  3662. <Row>
  3663. <Col id="label">기타</Col>
  3664. <Col id="value">04</Col>
  3665. </Row>
  3666. </Rows>
  3667. </Dataset>
  3668. </Objects>
  3669. <Bind>
  3670. <BindItem id="item0" compid="switch1.case1.rdo_ordtype" propid="value" datasetid="ds_main_srchcncrpat" columnid="ordtype"/>
  3671. <BindItem id="item1" compid="switch1.case1.input13" propid="value" datasetid="ds_main_srchcncrpat" columnid="fromdd"/>
  3672. <BindItem id="item2" compid="switch1.case1.input14" propid="value" datasetid="ds_main_srchcncrpat" columnid="todd"/>
  3673. <BindItem id="item3" compid="switch1.case1.cmb_srchcncrrgst" propid="value" datasetid="ds_main_srchcncrpat" columnid="deptinfo"/>
  3674. <BindItem id="item4" compid="switch1.case1.cmb_drinfo" propid="value" datasetid="ds_main_srchcncrpat" columnid="drinfo"/>
  3675. <BindItem id="item5" compid="switch1.case1.radio1" propid="value" datasetid="ds_main_srchcncrpat" columnid="srchflag"/>
  3676. <BindItem id="item6" compid="switch1.case1.input29" propid="value" datasetid="ds_main_srchcncrpat" columnid="dschfromdd"/>
  3677. <BindItem id="item7" compid="switch1.case1.input30" propid="value" datasetid="ds_main_srchcncrpat" columnid="dschtodd"/>
  3678. <BindItem id="item8" compid="switch1.case2.ipt_pid" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="pid"/>
  3679. <BindItem id="item9" compid="switch1.case2.chk_cretchknum" propid="value" datasetid="ds_init_checknum" columnid="value"/>
  3680. <BindItem id="item10" compid="switch1.case2.ipt_patnm" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="pnm"/>
  3681. <BindItem id="item11" compid="switch1.case2.ipt_rrgstno1" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="rrgstno1"/>
  3682. <BindItem id="item12" compid="switch1.case2.ipt_rrgstno2" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="rrgstno2"/>
  3683. <BindItem id="item13" compid="switch1.case2.ipt_sex" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="sex"/>
  3684. <BindItem id="item14" compid="switch1.case2.ipt_age" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="age"/>
  3685. <BindItem id="item15" compid="switch1.case2.ipt_epoch" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="epoch"/>
  3686. <BindItem id="item16" compid="switch1.case2.cmb_maryflag" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="maryflag"/>
  3687. <BindItem id="item17" compid="switch1.case2.cmb_job1" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="job1"/>
  3688. <BindItem id="item18" compid="switch1.case2.cmb_etcjob" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="etcjob"/>
  3689. <BindItem id="item19" compid="switch1.case2.cmb_outorddd" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="code"/>
  3690. <BindItem id="item20" compid="switch1.case2.cmb_dschdd" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="dschdd"/>
  3691. <BindItem id="item21" compid="switch1.case2.cmb_indd" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="indd"/>
  3692. <BindItem id="item22" compid="switch1.case2.ipt_indg" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="indg"/>
  3693. <BindItem id="item23" compid="switch1.case2.ipt_totinhospdayno" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="totinhospdayno"/>
  3694. <BindItem id="item24" compid="switch1.case2.cmb_forgnerflag" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="forgnerflag"/>
  3695. <BindItem id="item25" compid="switch1.case2.rdo_travoflag" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="travoflag"/>
  3696. <BindItem id="item26" compid="switch1.case2.cmb_outorddept" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="outorddept"/>
  3697. <BindItem id="item27" compid="switch1.case2.cmb_dschorddept" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="dschorddept"/>
  3698. <BindItem id="item28" compid="switch1.case2.cmb_inorddept" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="inorddept"/>
  3699. <BindItem id="item29" compid="switch1.case2.ipt_zipcode1" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="zipcode1"/>
  3700. <BindItem id="item30" compid="switch1.case2.ipt_zipcode2" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="zipcode2"/>
  3701. <BindItem id="item31" compid="switch1.case2.ipt_addr" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="addr"/>
  3702. <BindItem id="item32" compid="switch1.case2.input10" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="detaddr"/>
  3703. <BindItem id="item33" compid="switch1.case2.ipt_mpphontel" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="mpphontel"/>
  3704. <BindItem id="item34" compid="switch1.case2.ipt_hometel" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="hometel"/>
  3705. <BindItem id="item35" compid="switch1.case2.cmb_outorddr" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="outorddr"/>
  3706. <BindItem id="item36" compid="switch1.case2.cmb_dschorddr" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="dschorddr"/>
  3707. <BindItem id="item37" compid="switch1.case2.cmb_inorddr" propid="value" datasetid="ds_main_pathumtrainfo_cncrpatinfo" columnid="inorddr"/>
  3708. <BindItem id="item38" compid="switch1.case2.ipt_relausernm" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="relausernm"/>
  3709. <BindItem id="item39" compid="switch1.case2.cmb_relation" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="relation"/>
  3710. <BindItem id="item40" compid="switch1.case2.input1" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="zipcode1"/>
  3711. <BindItem id="item41" compid="switch1.case2.input5" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="zipcode2"/>
  3712. <BindItem id="item42" compid="switch1.case2.input8" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="addr"/>
  3713. <BindItem id="item43" compid="switch1.case2.ipt_detaddr" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="detaddr"/>
  3714. <BindItem id="item44" compid="switch1.case2.input11" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="mpphontel"/>
  3715. <BindItem id="item45" compid="switch1.case2.input9" propid="value" datasetid="ds_main_pathumtrainfo_relationinfo" columnid="hometel"/>
  3716. <BindItem id="item46" compid="switch1.case2.ipt_cncrno" propid="value" datasetid="ds_main_cncrpatrgst_regstatus_cncrnoinfo" columnid="cncrno"/>
  3717. <BindItem id="item47" compid="switch1.case2.cmb_prmycncryn" propid="value" datasetid="ds_main_cncrpatrgst_regstatus" columnid="prmycncryn"/>
  3718. <BindItem id="item48" compid="switch1.case2.cmb_sickstat" propid="value" datasetid="ds_main_cncrpatrgst_regstatus" columnid="sickstat"/>
  3719. <BindItem id="item49" compid="switch1.case2.ipt_cureopendd" propid="value" datasetid="ds_main_cncrpatrgst_regstatus" columnid="cureopendd"/>
  3720. <BindItem id="item50" compid="switch1.case2.rdo_flag" propid="value" datasetid="ds_main_cncrpatrgst_regstatus" columnid="flag"/>
  3721. <BindItem id="item51" compid="switch1.case2.cmb_lastdiagmthd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="lastdiagmthd"/>
  3722. <BindItem id="item52" compid="switch1.case2.cmb_dethplce" propid="value" datasetid="ds_main_cncrpatrgst_dethinfo" columnid="dethplce"/>
  3723. <BindItem id="item53" compid="switch1.case2.ipt_dethdd" propid="value" datasetid="ds_main_cncrpatrgst_dethinfo" columnid="dethdd"/>
  3724. <BindItem id="item54" compid="switch1.case2.ipt_dethcascd" propid="value" datasetid="ds_main_cncrpatrgst_dethinfo" columnid="dethcascd"/>
  3725. <BindItem id="item55" compid="switch1.case2.ipt_yearcnt" propid="value" datasetid="ds_main_cncrpatrgst_dethinfo_existterm" columnid="yearcnt"/>
  3726. <BindItem id="item56" compid="switch1.case2.ipt_monthcnt" propid="value" datasetid="ds_main_cncrpatrgst_dethinfo_existterm" columnid="monthcnt"/>
  3727. <BindItem id="item57" compid="switch1.case2.ipt_etcdiagroute" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="etcdiagroute"/>
  3728. <BindItem id="item58" compid="switch1.case2.ipt_diagdd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="diagdd"/>
  3729. <BindItem id="item59" compid="switch1.case2.cmb_diaghospinfo" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="diaghospinfo"/>
  3730. <BindItem id="item60" compid="switch1.case2.ipt_etcdiaghospnm" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="etcdiaghospnm"/>
  3731. <BindItem id="item61" compid="switch1.case2.combo1" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="diagroute"/>
  3732. <BindItem id="item62" compid="switch1.case2.ipt_clin" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="etcclinical"/>
  3733. <BindItem id="item63" compid="switch1.case2.input12" propid="value" datasetid="ds_main_cncrpatrgst_regstatus" columnid="seqno"/>
  3734. <BindItem id="item64" compid="switch1.case2.ipt_diagdrid" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="diagdrid"/>
  3735. <BindItem id="item65" compid="switch1.case2.input19" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="morphinfo1"/>
  3736. <BindItem id="item66" compid="switch1.case2.ipt_tophcd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="tophcd"/>
  3737. <BindItem id="item67" compid="switch1.case2.ipt_tophinfo" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="tophnm"/>
  3738. <BindItem id="item68" compid="switch1.case2.ipt_morphcd1" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="morphcd1"/>
  3739. <BindItem id="item69" compid="switch1.case2.ipt_morphinfo1" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="morphnm1"/>
  3740. <BindItem id="item70" compid="switch1.case2.combo2" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="laterality"/>
  3741. <BindItem id="item71" compid="switch1.case2.ipt_icd10cd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="icd10cd"/>
  3742. <BindItem id="item72" compid="switch1.case2.ipt_icd10nm" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="icd10nm"/>
  3743. <BindItem id="item73" compid="switch1.case2.ipt_difrntgrdecd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="difrntgrdecd"/>
  3744. <BindItem id="item74" compid="switch1.case2.cmb_difrntgrde" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="difrntgrde"/>
  3745. <BindItem id="item75" compid="switch1.case2.ipt_seercd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="seercd"/>
  3746. <BindItem id="item76" compid="switch1.case2.cmb_seer" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="seer"/>
  3747. <BindItem id="item77" compid="switch1.case2.input21" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="morphinfo2"/>
  3748. <BindItem id="item78" compid="switch1.case2.ipt_morphcd2" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="morphcd2"/>
  3749. <BindItem id="item79" compid="switch1.case2.ipt_morphinfo2" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="morphnm2"/>
  3750. <BindItem id="item80" compid="switch1.case2.ipt_tcd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="tcd"/>
  3751. <BindItem id="item81" compid="switch1.case2.cmb_t" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="t"/>
  3752. <BindItem id="item82" compid="switch1.case2.ipt_ncd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="ncd"/>
  3753. <BindItem id="item83" compid="switch1.case2.cmb_n" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="n"/>
  3754. <BindItem id="item84" compid="switch1.case2.ipt_mcd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="mcd"/>
  3755. <BindItem id="item85" compid="switch1.case2.cmb_m" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="m"/>
  3756. <BindItem id="item86" compid="switch1.case2.ipt_stagcd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="stagcd"/>
  3757. <BindItem id="item87" compid="switch1.case2.cmb_staging" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="staging"/>
  3758. <BindItem id="item88" compid="switch1.case2.ipt_etcstagflagcd" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="etcstagflagcd"/>
  3759. <BindItem id="item89" compid="switch1.case2.cmb_etcstagflag" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="etcstagflag"/>
  3760. <BindItem id="item90" compid="switch1.case2.ipt_etcstagcnts" propid="value" datasetid="ds_main_cncrpatrgst_diaginfo" columnid="etcstagcnts"/>
  3761. <BindItem id="item91" compid="switch1.case2.input22" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspart1"/>
  3762. <BindItem id="item92" compid="switch1.case2.ipt_rerntmetstaspartcd1" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartcd1"/>
  3763. <BindItem id="item93" compid="switch1.case2.ipt_rerntmetstaspart1" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartnm1"/>
  3764. <BindItem id="item94" compid="switch1.case2.input24" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspart2"/>
  3765. <BindItem id="item95" compid="switch1.case2.ipt_rerntmetstaspartcd2" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartcd2"/>
  3766. <BindItem id="item96" compid="switch1.case2.ipt_rerntmetstaspart2" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartnm2"/>
  3767. <BindItem id="item97" compid="switch1.case2.input26" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspart3"/>
  3768. <BindItem id="item98" compid="switch1.case2.ipt_rerntmetstaspartcd3" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartcd3"/>
  3769. <BindItem id="item99" compid="switch1.case2.ipt_rerntmetstaspart3" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartnm3"/>
  3770. <BindItem id="item100" compid="switch1.case2.input28" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspart4"/>
  3771. <BindItem id="item101" compid="switch1.case2.ipt_rerntmetstaspartcd4" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartcd4"/>
  3772. <BindItem id="item102" compid="switch1.case2.ipt_rerntmetstaspart4" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="rerntmetstaspartnm4"/>
  3773. <BindItem id="item103" compid="switch1.case2.ipt_ecogcd" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="ecogcd"/>
  3774. <BindItem id="item104" compid="switch1.case2.cmb_ecog" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="ecog"/>
  3775. <BindItem id="item105" compid="switch1.case2.ipt_regimencd1" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="regimencd1"/>
  3776. <BindItem id="item106" compid="switch1.case2.cmb_regimen1" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="regimen1"/>
  3777. <BindItem id="item107" compid="switch1.case2.ipt_regimencd2" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="regimencd2"/>
  3778. <BindItem id="item108" compid="switch1.case2.cmb_regimen2" propid="value" datasetid="ds_main_cncrpatrgst_rerntmetstaspart" columnid="regimen2"/>
  3779. <BindItem id="item109" compid="switch1.case3.radio3" propid="value" datasetid="ds_main_cncrpatref" columnid="ioflag"/>
  3780. <BindItem id="item110" compid="switch1.case3.ipt_fromdd" propid="value" datasetid="ds_main_cncrpatref" columnid="fromdd"/>
  3781. <BindItem id="item111" compid="switch1.case3.ipt_todd" propid="value" datasetid="ds_main_cncrpatref" columnid="todd"/>
  3782. <BindItem id="item112" compid="switch1.case3.cmb_srchdept" propid="value" datasetid="ds_main_cncrpatref_orddeptinfo" columnid="orddeptlist"/>
  3783. <BindItem id="item113" compid="switch1.case3.cmb_orddrlist" propid="value" datasetid="ds_main_cncrpatref_orddrinfo" columnid="drlist"/>
  3784. <BindItem id="item114" compid="switch1.case3.combo4" propid="value" datasetid="ds_main_cncrpatref" columnid="sexflag"/>
  3785. <BindItem id="item115" compid="switch1.case3.input2" propid="value" datasetid="ds_main_cncrpatref" columnid="fromage"/>
  3786. <BindItem id="item116" compid="switch1.case3.input4" propid="value" datasetid="ds_main_cncrpatref" columnid="toage"/>
  3787. <BindItem id="item117" compid="switch1.case3.input3" propid="value" datasetid="ds_main_cncrpatref" columnid="tophcd"/>
  3788. <BindItem id="item118" compid="switch1.case3.input17" propid="value" datasetid="ds_main_cncrpatref" columnid="tophnm"/>
  3789. <BindItem id="item119" compid="switch1.case3.input16" propid="value" datasetid="ds_main_cncrpatref" columnid="tophseq"/>
  3790. <BindItem id="item120" compid="switch1.case3.input6" propid="value" datasetid="ds_main_cncrpatref" columnid="morphcd"/>
  3791. <BindItem id="item121" compid="switch1.case3.input20" propid="value" datasetid="ds_main_cncrpatref" columnid="morphnm"/>
  3792. <BindItem id="item122" compid="switch1.case3.input18" propid="value" datasetid="ds_main_cncrpatref" columnid="morphseq"/>
  3793. <BindItem id="item123" compid="switch1.case3.input7" propid="value" datasetid="ds_main_cncrpatref" columnid="icd10cd"/>
  3794. <BindItem id="item124" compid="switch1.case3.input23" propid="value" datasetid="ds_main_cncrpatref" columnid="icd10nm"/>
  3795. <BindItem id="item125" compid="switch1.case3.input25" propid="value" datasetid="ds_main_cncrpatref" columnid="cncrnofrdd"/>
  3796. <BindItem id="item126" compid="switch1.case3.input27" propid="value" datasetid="ds_main_cncrpatref" columnid="cncrnotodd"/>
  3797. <BindItem id="item127" compid="switch1.case3.ipt_appmanid01" propid="value" datasetid="ds_main_cncrpatref" columnid="pid"/>
  3798. <BindItem id="item128" compid="switch1.case3.input42" propid="value" datasetid="ds_main_cncrpatref" columnid="pnm"/>
  3799. <BindItem id="item129" compid="switch1.case3.input43" propid="value" datasetid="ds_main_cncrpatref" columnid="prgstno"/>
  3800. <BindItem id="item130" compid="switch1.case1.checkbox1" propid="value" datasetid="ds_main_srchcncrpat" columnid="dethyn"/>
  3801. <BindItem id="item132" compid="switch1.case3.Combo00" propid="value" datasetid="ds_main_cncrpatref" columnid="skind"/>
  3802. </Bind>
  3803. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  3804. * System Name :
  3805. * Job Name :
  3806. * Creator :
  3807. * Make Date : 2015-11-13
  3808. * Description :
  3809. *---------------------------------------------------------------------------------------
  3810. * Modify Date Modifier Modify Description
  3811. *---------------------------------------------------------------------------------------
  3812. * 2015-11-13 Live Converter TF->XP
  3813. *
  3814. *---------------------------------------------------------------------------------------
  3815. ****************************************************************************************/
  3816. include "com_commonxp::comm_main.xjs";
  3817. include "emr_dschanalyxp::SMMRD00100.xjs";
  3818. include "emr_carecomxp::CareCom.xjs";
  3819. include "com_userdeptinfoxp::ZSU001.xjs";
  3820. include "emr_carecomxp::ENRSignEngine.xjs";
  3821. include "emr_prcpmngtxp::MMO001.xjs";
  3822. include "com_commodulexp::SSZFM00901.xjs";
  3823. include "com_commodulexp::SSZFM01001.xjs";
  3824. include "emr_formmngtxp::MRF03800.xjs";
  3825. include "emr_wardcarexp::SMMNW03.xjs";
  3826. include "emr_commonxp::EMRCommon.xjs";
  3827. include "com_departmentcodexp::ZSD001.xjs";
  3828. var arErrorCode = new HashArray();
  3829. var para_pid = "";
  3830. var para_dschdd="";
  3831. var cncryn = "N";
  3832. function SMMRD00100_oninit(obj:Form, e:InitEventInfo)
  3833. {
  3834. frmf_initForm(obj); //폼 초기화
  3835. grdf_initGrid(switch1.case1.grd_cncrrgstlist);
  3836. grdf_initGrid(switch1.case2.grd_cncrhist);
  3837. }
  3838. function SMMRD00100_onload(obj:Form, e:LoadEventInfo)
  3839. {
  3840. fInitialize();
  3841. }
  3842. function fn_clinical(){
  3843. var getData = String(switch1.case2.chk_clin.getData()).replace(","," ");
  3844. ds_main_cncrpatrgst_diaginfo.setColumn(0, "clinical", getData);
  3845. if(getData.indexOf("04") != -1){
  3846. switch1.case2.ipt_clin.enable = true;
  3847. } else {
  3848. ds_main_cncrpatrgst_diaginfo.setColumn(0, "etcclinical", "");
  3849. switch1.case2.ipt_clin.enable = false;
  3850. }
  3851. }
  3852. function fn_checkbox2(){
  3853. var getData = String(switch1.case3.checkbox2.getData()).replace(","," ");
  3854. ds_main_cncrpatref.setColumn(0, "srchflag", getData);
  3855. }
  3856. function switch1_case2_rdo_flag_onitemchanged(obj:Radio, e:ItemChangeEventInfo)
  3857. {
  3858. fBtnSetting(false);
  3859. var prmycncryn = ds_main_cncrpatrgst_regstatus.getColumn(0, "prmycncryn");
  3860. var cncrno = ds_main_cncrpatrgst_regstatus_cncrnoinfo.getColumn(0, "cncrno");
  3861. if ( prmycncryn == "Y" && !utlf_isNull(cncrno) ){
  3862. fGetCncrHistNo();
  3863. }else{
  3864. fGetCncrNo();
  3865. }
  3866. resetDetailData();
  3867. }
  3868. function switch1_onchanged(obj:Tab, e:TabIndexChangeEventInfo)
  3869. {
  3870. if(switch1.tabindex == 0){
  3871. switch1.case3.btn_excel.visible = true;
  3872. var vsrchflag = ds_main_srchcncrpat.getColumn(0, "srchflag");
  3873. if(vsrchflag == "1"){
  3874. switch1.case1.checkbox1.visible = true;
  3875. } else {
  3876. switch1.case1.checkbox1.visible = false;
  3877. }
  3878. }else if(switch1.tabindex == 1){
  3879. switch1.case3.btn_excel.visible = false;
  3880. }else if(switch1.tabindex == 2){
  3881. switch1.case3.btn_excel.visible = true;
  3882. }
  3883. }
  3884. function switch1_case1_button2_onclick(obj:Button, e:ClickEventInfo)
  3885. {
  3886. fSrchCncrPatRgst();
  3887. }
  3888. function switch1_case1_cmb_srchcncrrgst_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  3889. {
  3890. fChngSrchCond(ds_main_srchcncrpat.getColumn(0, "deptinfo"), ds_init_srchcncrrgst_drinfo);
  3891. }
  3892. function switch1_case1_rdo_ordtype_onitemchanged(obj:Radio, e:ItemChangeEventInfo)
  3893. {
  3894. ds_main_common_com_dept.clearData();
  3895. if(switch1.case1.rdo_ordtype.value == "A"){
  3896. switch1.case1.cap_orddd.text = "진료일자 :";
  3897. switch1.case1.cap_orddept.text = "진료과 :";
  3898. ds_main_common_com_dept.clearData();
  3899. //zsdfGetInOutOrdDeptList(getUserInfo("dutplceinstcd"), "/root/main/common/com", "depthngnm", "asc");
  3900. appf_getInOutOrdDeptList(sysf_getUserInfo("dutplceinstcd"), "depthngnm", "asc", null, null, "ds_main_common_com_dept", false, null); //전체 진료과
  3901. } else if(switch1.case1.rdo_ordtype.value == "O"){
  3902. switch1.case1.cap_orddd.text = "진료일자 :";
  3903. switch1.case1.cap_orddept.text = "진료과 :";
  3904. ds_main_common_com_dept.clearData();
  3905. //zsdfGetOutOrdDeptList(getUserInfo("dutplceinstcd"), "/root/main/common/com", "depthngnm", "asc");
  3906. appf_getOutOrdDeptList(sysf_getUserInfo("dutplceinstcd"), "depthngnm", "asc", "", "", "ds_main_common_com_dept", false, "");// 외래진료과
  3907. } else if(switch1.case1.rdo_ordtype.value == "I"){
  3908. switch1.case1.cap_orddd.text = "퇴원일자 :";
  3909. switch1.case1.cap_orddept.text = "퇴원과 :";
  3910. ds_main_common_com_dept.clearData();
  3911. //zsdfGetInOrdDeptList(getUserInfo("dutplceinstcd"), "/root/main/common/com", "depthngnm", "asc");
  3912. appf_getInOrdDeptList(sysf_getUserInfo("dutplceinstcd"), "depthngnm", "asc", "", "", "ds_main_common_com_dept", false, "");//입원진료과(퇴원과)
  3913. }
  3914. }
  3915. function switch1_case1_grd_cncrrgstlist_oncelldblclick(obj:Grid, e:GridClickEventInfo)
  3916. {
  3917. if(e.row >= 0 && e.col >= 0){
  3918. if(switch1.case1.grd_cncrrgstlist.currentcol != switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "cncrexpt")){
  3919. var iRow = ds_main_cncrrgstpatlist_list.rowposition;
  3920. fCncrRgstlist(iRow);
  3921. }
  3922. }
  3923. }
  3924. function switch1_case1_radio1_onitemchanged(obj:Radio, e:ItemChangeEventInfo)
  3925. {
  3926. var vsrchflag = ds_main_srchcncrpat.getColumn(0, "srchflag");
  3927. if(vsrchflag == "1"){
  3928. switch1.case1.checkbox1.visible = true;
  3929. switch1.case1.grd_cncrrgstlist.setFormatColProperty(switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "dethdd"), "size", 80);
  3930. switch1.case1.grd_cncrrgstlist.setFormatColProperty(switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "dethplcecd"), "size", 80);
  3931. switch1.case1.grd_cncrrgstlist.setFormatColProperty(switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "dethcause"), "size", 80);
  3932. // switch1.case1.caption67.visible = true;
  3933. // switch1.case1.input29.visible = true;
  3934. // switch1.case1.caption66.visible = true;
  3935. // switch1.case1.input30.visible = true;
  3936. } else {
  3937. switch1.case1.grd_cncrrgstlist.setFormatColProperty(switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "dethdd"), "size", 0);
  3938. switch1.case1.grd_cncrrgstlist.setFormatColProperty(switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "dethplcecd"), "size", 0);
  3939. switch1.case1.grd_cncrrgstlist.setFormatColProperty(switch1.case1.grd_cncrrgstlist.getBindCellIndex("body", "dethcause"), "size", 0);
  3940. switch1.case1.checkbox1.visible = false;
  3941. switch1.case1.caption67.visible = false;
  3942. switch1.case1.input29.visible = false;
  3943. switch1.case1.caption66.visible = false;
  3944. switch1.case1.input30.visible = false;
  3945. ds_main_srchcncrpat.setColumn(0, "dethyn","");
  3946. ds_main_srchcncrpat.setColumn(0, "dschfromdd","");
  3947. ds_main_srchcncrpat.setColumn(0, "dschtodd","");
  3948. }
  3949. }
  3950. function switch1_case1_button15_onclick(obj:Button, e:ClickEventInfo)
  3951. {
  3952. switch1.case1.grd_cncrrgstlist.setFormatColProperty(4, "size", 100);
  3953. switch1.case1.grd_cncrrgstlist.setFormatColProperty(5, "size", 100);
  3954. switch1.case1.grd_cncrrgstlist.setFormatColProperty(8, "size", 100);
  3955. switch1.case1.grd_cncrrgstlist.setFormatColProperty(10,"size", 100);
  3956. switch1.case1.grd_cncrrgstlist.setFormatColProperty(17,"size", 100);
  3957. switch1.case1.grd_cncrrgstlist.setFormatColProperty(18,"size", 100);
  3958. switch1.case1.grd_cncrrgstlist.setFormatColProperty(19,"size", 100);
  3959. grdf_exportExcel(switch1.case1.grd_cncrrgstlist, "암등록환자조회_" + utlf_getCurrentDate(), "sheetname1" , true, "" , "" , true);
  3960. switch1.case1.grd_cncrrgstlist.setFormatColProperty(4, "size", 0);
  3961. switch1.case1.grd_cncrrgstlist.setFormatColProperty(5, "size", 0);
  3962. switch1.case1.grd_cncrrgstlist.setFormatColProperty(8, "size", 0);
  3963. switch1.case1.grd_cncrrgstlist.setFormatColProperty(10,"size", 0);
  3964. switch1.case1.grd_cncrrgstlist.setFormatColProperty(17,"size", 0);
  3965. switch1.case1.grd_cncrrgstlist.setFormatColProperty(18,"size", 0);
  3966. switch1.case1.grd_cncrrgstlist.setFormatColProperty(19,"size", 0);
  3967. }
  3968. function switch1_case1_button16_onclick(obj:Button, e:ClickEventInfo)
  3969. {
  3970. fSaveDataExpt();
  3971. }
  3972. function switch1_case1_checkbox1_onclick(obj:CheckBox, e:ClickEventInfo)
  3973. {
  3974. var vDethyn = ds_main_srchcncrpat.getColumn(0, "dethyn");
  3975. if(vDethyn == "01"){
  3976. var vDschfromdd = utlf_transNullToEmpty(ds_main_srchcncrpat.getColumn(0, "fromdd"));
  3977. var vDschtodd = utlf_transNullToEmpty(ds_main_srchcncrpat.getColumn(0, "todd"));
  3978. var vDschtodd = (vDschtodd.toDate()).getAddDate(7).getDateFormat('YYYYMMDD');
  3979. switch1.case1.caption67.visible = true;
  3980. switch1.case1.input29.visible = true;
  3981. switch1.case1.caption66.visible = true;
  3982. switch1.case1.input30.visible = true;
  3983. switch1.case1.input29.value = vDschfromdd;
  3984. switch1.case1.input30.value = vDschtodd;
  3985. } else {
  3986. switch1.case1.caption67.visible = false;
  3987. switch1.case1.input29.visible = false;
  3988. switch1.case1.caption66.visible = false;
  3989. switch1.case1.input30.visible = false;
  3990. ds_main_srchcncrpat.setColumn(0, "dschfromdd","");
  3991. ds_main_srchcncrpat.setColumn(0, "dschtodd","");
  3992. }
  3993. }
  3994. function switch1_case2_cmb_regimen1_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  3995. {
  3996. dsf_makeValue(ds_main_cncrpatrgst_rerntmetstaspart, "regimencd1", "string", ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "regimen1"));
  3997. var code = ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "regimencd1");
  3998. fGetRegimenDet(code);
  3999. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimencd2", "");
  4000. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimen2","");
  4001. }
  4002. function switch1_case2_button26_onclick(obj:Button, e:ClickEventInfo)
  4003. {
  4004. dsf_createDs("ds_hidden_parameters");
  4005. dsf_makeValue(ds_hidden_parameters,"rcv_zipcdhead" ,"string","");
  4006. dsf_makeValue(ds_hidden_parameters,"rcv_zipcdfoot_path" ,"string","");
  4007. dsf_makeValue(ds_hidden_parameters,"rcv_seqno_path" ,"string","");
  4008. dsf_makeValue(ds_hidden_parameters,"rcv_address_path" ,"string","");
  4009. frmf_setParameter("rcv_zipcdhead_path" , ds_hidden_parameters.getColumn(0,"rcv_zipcdhead_path"));
  4010. frmf_setParameter("rcv_zipcdfoot_path" , ds_hidden_parameters.getColumn(0,"rcv_zipcdfoot_path"));
  4011. frmf_setParameter("rcv_seqno_path" , ds_hidden_parameters.getColumn(0,"rcv_seqno_path"));
  4012. frmf_setParameter("rcv_address_path" , ds_hidden_parameters.getColumn(0,"rcv_address_path"));
  4013. frmf_setParameter("condition", "address");
  4014. frmf_setParameter("imemode", "hangul");
  4015. // modal("SPZBP00101", 1, e.screenX-20, e.screenY-80);
  4016. frmf_modal("SPZBP00101","SPZBP00101",null,1,e.screenX-20,e.screenY-80,null,null,null,null,null,null,"M");
  4017. var zipcdhead = ds_hidden_parameters.getColumn(0,"rcv_zipcdhead_path");
  4018. var zipcdfoot = ds_hidden_parameters.getColumn(0,"rcv_zipcdfoot_path");
  4019. var seqno = ds_hidden_parameters.getColumn(0,"rcv_seqno_path");
  4020. var address = ds_hidden_parameters.getColumn(0,"rcv_address_path");
  4021. dsf_makeValue(ds_main_pathumtrainfo_relationinfo, "zipcdhead" ,"string",zipcdhead);
  4022. dsf_makeValue(ds_main_pathumtrainfo_relationinfo, "zipcdfoot" ,"string",zipcdfoot);
  4023. dsf_makeValue(ds_main_pathumtrainfo_relationinfo, "acptplcebaseaddr","string",address);
  4024. dsf_makeValue(ds_main_pathumtrainfo_relationinfo, "seqno" ,"string",seqno);
  4025. }
  4026. function switch1_case2_cmb_sickstat_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4027. {
  4028. if((ds_main_cncrpatrgst_regstatus.getColumn(0, "sickstat") == "07") || (ds_main_cncrpatrgst_regstatus.getColumn(0, "sickstat") == "08") || (ds_main_cncrpatrgst_regstatus.getColumn(0, "sickstat") == "09")){
  4029. switch1.case2.cmb_dethplce.enable = true;
  4030. switch1.case2.ipt_dethdd.enable = true;
  4031. switch1.case2.ipt_dethcascd.enable = true;
  4032. switch1.case2.ipt_yearcnt.enable = true;
  4033. switch1.case2.ipt_monthcnt.enable = true;
  4034. } else {
  4035. switch1.case2.cmb_dethplce.enable = false;
  4036. switch1.case2.ipt_dethdd.enable = false;
  4037. switch1.case2.ipt_dethcascd.enable = false;
  4038. switch1.case2.ipt_yearcnt.enable = false;
  4039. switch1.case2.ipt_monthcnt.enable = false;
  4040. }
  4041. }
  4042. function switch1_case2_cmb_regimen2_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4043. {
  4044. dsf_makeValue(ds_main_cncrpatrgst_rerntmetstaspart, "regimencd2", "string", ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "regimen2"));
  4045. }
  4046. function switch1_case2_ipt_icd10cd_onkeydown(obj:Edit, e:KeyEventInfo)
  4047. {
  4048. if(e.keycode == 13){
  4049. obj.updateToDataset();
  4050. var ordtype = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "ordtype");
  4051. var dschdd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd");
  4052. var orddd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "orddd");
  4053. var code = switch1.case2.ipt_icd10cd.value;
  4054. ds_send.clearData();
  4055. dsf_makeValue(ds_send, "indxcd", "string", "null");
  4056. dsf_makeValue(ds_send, "indxflag", "string", "0");
  4057. // KNUH_20101207_박성호_start_의무기록 부서코드 가져오기
  4058. var dutplcecd = ds_temp_dutplcecd.getColumn(0, "hardcd");
  4059. //model.makeValue("/root/send/deptcd", "3230000000");//의료정보팀 진단용어만
  4060. dsf_makeValue(ds_send, "deptcd", "string", dutplcecd);//의료정보팀 진단용어만
  4061. // KNUH_20101207_박성호_end
  4062. dsf_makeValue(ds_send, "deptflag", "string", "Y");
  4063. dsf_makeValue(ds_send, "srchflag", "string", "C");
  4064. dsf_makeValue(ds_send, "srchnm", "string", code.toUpperCase());
  4065. if(ordtype=="I"){
  4066. dsf_makeValue(ds_send, "stndd", "string", dschdd);
  4067. }else if(ordtype=="O"){
  4068. dsf_makeValue(ds_send, "stndd", "string", orddd);
  4069. }else if(ordtype=="S"){
  4070. dsf_makeValue(ds_send, "stndd", "string", orddd);
  4071. }
  4072. //20090907 강지훈 수정 : 입력하지않았을때 발생하는 오류 수정
  4073. if(!utlf_isNull(code)){
  4074. var oParam = {};
  4075. oParam.id = "TRMRT01600";
  4076. oParam.service = "termmngtapp.DeptSetMngt";
  4077. oParam.method = "reqGetTermSearch";
  4078. oParam.inds = "reqCond=ds_send";
  4079. oParam.outds = "ds_main_deptdiagcdlist_deptdiagcdinfo=deptcdinfo";
  4080. oParam.async = false;
  4081. oParam.callback = "cf_TRMRT01600";
  4082. tranf_submit(oParam);
  4083. if(arErrorCode.pop("TRMRT01600") > -1){//진단코드
  4084. if(ds_main_deptdiagcdlist_deptdiagcdinfo.rowcount == 1){
  4085. ds_main_cncrpatrgst_diaginfo.setColumn(0, "icd10cd", ds_main_deptdiagcdlist_deptdiagcdinfo.getColumn(0, "termcd"));
  4086. ds_main_cncrpatrgst_diaginfo.setColumn(0, "icd10nm", ds_main_deptdiagcdlist_deptdiagcdinfo.getColumn(0, "termengnm"));
  4087. ds_main_deptdiagcdlist_deptdiagcdinfo.clearData();
  4088. }else{
  4089. fSrchTerm("icd10", code);
  4090. }
  4091. }
  4092. }
  4093. else{
  4094. fSrchTerm("icd10", code);
  4095. }
  4096. }
  4097. }
  4098. function cf_TRMRT01600(sSvcId, nErrorCode, sErrorMsg) {
  4099. arErrorCode.push(sSvcId, nErrorCode);
  4100. }
  4101. function switch1_case2_grd_cncrhist_oncelldblclick(obj:Grid, e:GridClickEventInfo)
  4102. {
  4103. if(e.row >= 0 && e.col >= 0){
  4104. var iRow = ds_main_humaninfo_cncrhist_histlist.rowposition;
  4105. fDisplay(iRow);
  4106. }
  4107. }
  4108. function switch1_case2_ipt_pid_onkeydown(obj:Edit, e:KeyEventInfo)
  4109. {
  4110. if(e.keycode == 13){
  4111. obj.updateToDataset();
  4112. switch1.case2.chk_clin.setCheckAll(false, false);
  4113. switch1_case2_btn_rgstpid_onclick();
  4114. }
  4115. }
  4116. function switch1_case2_btn_rgstpid_onclick(obj:Button, e:ClickEventInfo)
  4117. {
  4118. fGetPatinfo();
  4119. }
  4120. function switch1_case2_ipt_morphcd1_onkeydown(obj:Edit, e:KeyEventInfo)
  4121. {
  4122. if(e.keycode == 13){
  4123. obj.updateToDataset();
  4124. var ordtype = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "ordtype");
  4125. var dschdd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd");
  4126. var orddd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "orddd");
  4127. var code = switch1.case2.ipt_morphcd1.value;
  4128. ds_send.clearData();
  4129. dsf_makeValue(ds_send, "indxcd", "string", "null");
  4130. dsf_makeValue(ds_send, "indxflag", "string", "0");
  4131. // KNUH_20101207_박성호_start_의무기록 부서코드 가져오기
  4132. var dutplcecd = ds_temp_dutplcecd.getColumn(0, "hardcd");
  4133. //model.makeValue("/root/send/deptcd", "3230000000");//의료정보팀 진단용어만
  4134. dsf_makeValue(ds_send, "deptcd", "string", dutplcecd);//의료정보팀 진단용어만
  4135. // KNUH_20101207_박성호_end
  4136. dsf_makeValue(ds_send, "deptflag", "string", "Y");
  4137. dsf_makeValue(ds_send, "srchflag", "string", "C");
  4138. dsf_makeValue(ds_send, "srchnm", "string", code.toUpperCase());
  4139. if(ordtype=="I"){
  4140. dsf_makeValue(ds_send, "stndd", "string", dschdd);
  4141. }else if(ordtype=="O"){
  4142. dsf_makeValue(ds_send, "stndd", "string", orddd);
  4143. }
  4144. // 2009-05- 29 ICDO3로 변경
  4145. //if(submit("TRMRT00209",false)){
  4146. var oParam = {};
  4147. oParam.id = "TRMRT01701";
  4148. oParam.service = "termmngtapp.CncrDiagMngt";
  4149. oParam.method = "reqGetSrchICDO3";
  4150. oParam.inds = "req=ds_send";
  4151. oParam.outds = "ds_main_diagcdinfo_kcd4m=icdo3";
  4152. oParam.async = false;
  4153. oParam.callback = "cf_TRMRT01701";
  4154. tranf_submit(oParam);
  4155. if(arErrorCode.pop("TRMRT01701") > -1){
  4156. if(ds_main_diagcdinfo_kcd4m.rowcount == 1){
  4157. dsf_makeValue(ds_main_cncrpatrgst_diaginfo,"morphcd1", "string", utlf_transNullToEmpty(ds_main_diagcdinfo_kcd4m.getColumn(0, "histlgccd")));
  4158. dsf_makeValue(ds_main_cncrpatrgst_diaginfo,"morphnm1", "string", utlf_transNullToEmpty(ds_main_diagcdinfo_kcd4m.getColumn(0, "icdo3engnm")));
  4159. dsf_makeValue(ds_main_cncrpatrgst_diaginfo,"morphinfo1","string", utlf_transNullToEmpty(ds_main_diagcdinfo_kcd4m.getColumn(0, "icdo3seqno")));
  4160. ds_main_diagcdinfo_kcd4m.clearData();
  4161. }else{
  4162. fSrchTerm("morph1", code);
  4163. }
  4164. }
  4165. }
  4166. }
  4167. function cf_TRMRT01701(sSvcId, nErrorCode, sErrorMsg) {
  4168. arErrorCode.push(sSvcId, nErrorCode);
  4169. }
  4170. function switch1_case2_ipt_dethdd_onchanged(obj:Calendar, e:ChangeEventInfo)
  4171. {
  4172. obj.updateToDataset();
  4173. var diagdd = ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd");
  4174. var dethdd = ds_main_cncrpatrgst_dethinfo.getColumn(0, "dethdd");
  4175. if(!utlf_isNull(diagdd)){
  4176. if(ds_main_cncrpatrgst_dethinfo.getColumn(0, "dethdd") < diagdd){
  4177. sysf_messageBox("진단일자 보다 이전 날짜를 선택","E001");
  4178. return;
  4179. }
  4180. }else{
  4181. sysf_messageBox("진단일자가 입력되지 않았습니다.!!!");
  4182. return;
  4183. }
  4184. var mCnt = utlf_getDateInterval(diagdd, dethdd,"mm") - (12 * utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4185. ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "monthcnt", mCnt);
  4186. ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "yearcnt", utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4187. }
  4188. function switch1_case2_cmb_dschorddept_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4189. {
  4190. ds_hidden_pathumtrainfo_cncrpatinfo_dschorddr_user.clearData();
  4191. var sdschDD = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd");
  4192. //fChngSrchCond("/root/main/pathumtrainfo/cncrpatinfo/dschorddept", "/root/hidden/pathumtrainfo/cncrpatinfo/dschorddr");
  4193. zsufGetOrdDeptDoctorList("none", sysf_getUserInfo("dutplceinstcd"), switch1.case2.cmb_dschorddept.value, "ds_hidden_pathumtrainfo_cncrpatinfo_dschorddr_user", "usernm", "asc",sdschDD);//퇴원주치의(퇴원과)
  4194. }
  4195. function switch1_case2_cmb_prmycncryn_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4196. {
  4197. var flag = ds_main_cncrpatrgst_regstatus.getColumn(0, "flag");
  4198. if ( !utlf_isNull(flag) )
  4199. fGetCncrHistNo();
  4200. }
  4201. function switch1_case2_cmb_t_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4202. {
  4203. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "tcd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "t"));
  4204. }
  4205. function switch1_case2_ipt_tophcd_onkeydown(obj:Edit, e:KeyEventInfo)
  4206. {
  4207. if(e.keycode == 13){
  4208. obj.updateToDataset();
  4209. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "tophcd");
  4210. code = code.toUpperCase();
  4211. fSrchTerm("toph", code);
  4212. }
  4213. }
  4214. function switch1_case2_cmb_n_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4215. {
  4216. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "ncd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "n"));
  4217. }
  4218. function switch1_case2_cmb_outorddept_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4219. {
  4220. obj.updateToDataset();
  4221. var sOrDDD= ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "orddd");
  4222. zsufGetOrdDeptDoctorList("none", sysf_getUserInfo("dutplceinstcd"),switch1.case2.cmb_outorddept.value, "ds_hidden_pathumtrainfo_cncrpatinfo_outorddr_user","usernm","asc",sOrDDD);//외래진료의
  4223. }
  4224. function switch1_case2_cmb_m_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4225. {
  4226. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "mcd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "m"));
  4227. }
  4228. function switch1_case2_ipt_diagdd_onchanged(obj:Calendar, e:ChangeEventInfo)
  4229. {
  4230. obj.updateToDataset();
  4231. var dschdd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd");
  4232. var dethdd = ds_main_cncrpatrgst_dethinfo.getColumn(0, "dethdd");
  4233. var diagdd = ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd");
  4234. var cureopendd = ds_main_cncrpatrgst_regstatus.getColumn(0, "cureopendd");
  4235. if(!utlf_isNull(dethdd)){
  4236. if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd") > dethdd){
  4237. sysf_messageBox("사망일자를", "E003");
  4238. return;
  4239. }
  4240. var mCnt = utlf_getDateInterval(diagdd, dethdd,"mm") - (12 * utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4241. ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "monthcnt", mCnt);
  4242. ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "yearcnt", utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4243. }
  4244. if(!utlf_isNull(dschdd)){
  4245. if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd") > dschdd){
  4246. sysf_messageBox("퇴원일자를", "E003");
  4247. return;
  4248. }
  4249. }
  4250. if(!utlf_isNull(cureopendd)){
  4251. if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd") > cureopendd){
  4252. sysf_messageBox("치료개시일 보다 이후 날짜를 선택", "E001");
  4253. return;
  4254. }
  4255. }
  4256. }
  4257. function switch1_case2_cmb_inorddept_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4258. {
  4259. ds_hidden_pathumtrainfo_cncrpatinfo_inorddr_user.clearData();
  4260. var sInDD = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "indd");
  4261. zsufGetOrdDeptDoctorList("none", sysf_getUserInfo("dutplceinstcd"), inorddept, "ds_hidden_pathumtrainfo_cncrpatinfo_inorddr_user","usernm","asc",sInDD);//입원주치의
  4262. }
  4263. function switch1_case2_cmb_staging_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4264. {
  4265. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "stagcd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "staging"));
  4266. }
  4267. function switch1_case2_ipt_cureopendd_onchanged(obj:Calendar, e:ChangeEventInfo)
  4268. {
  4269. var diagdd = ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd");
  4270. if(!utlf_isNull(diagdd)){
  4271. if(ds_main_cncrpatrgst_regstatus.getColumn(0, "cureopendd") < diagdd){
  4272. sysf_messageBox("진단일자 보다 이후 날짜를 선택","E001");
  4273. return;
  4274. }
  4275. }
  4276. }
  4277. function switch1_case2_cmb_ecog_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4278. {
  4279. dsf_makeValue(ds_main_cncrpatrgst_rerntmetstaspart, "ecogcd", "string", ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "ecog"));
  4280. }
  4281. function switch1_case2_button25_onclick(obj:Button, e:ClickEventInfo)
  4282. {
  4283. dsf_createDs("ds_hidden_parameters");
  4284. dsf_makeValue(ds_hidden_parameters,"rcv_zipcdhead" ,"string","");
  4285. dsf_makeValue(ds_hidden_parameters,"rcv_zipcdfoot_path" ,"string","");
  4286. dsf_makeValue(ds_hidden_parameters,"rcv_seqno_path" ,"string","");
  4287. dsf_makeValue(ds_hidden_parameters,"rcv_address_path" ,"string","");
  4288. frmf_setParameter("rcv_zipcdhead_path" , ds_hidden_parameters.getColumn(0,"rcv_zipcdhead_path"));
  4289. frmf_setParameter("rcv_zipcdfoot_path" , ds_hidden_parameters.getColumn(0,"rcv_zipcdfoot_path"));
  4290. frmf_setParameter("rcv_seqno_path" , ds_hidden_parameters.getColumn(0,"rcv_seqno_path"));
  4291. frmf_setParameter("rcv_address_path" , ds_hidden_parameters.getColumn(0,"rcv_address_path"));
  4292. frmf_setParameter("condition", "address");
  4293. frmf_setParameter("imemode", "hangul");
  4294. frmf_modal("SPZBP00101","SPZBP00101",null,1,e.screenX-20,e.screenY-80,null,null,null,null,null,null,"M");
  4295. var zipcdhead = ds_hidden_parameters.getColumn(0,"rcv_zipcdhead_path");
  4296. var zipcdfoot = ds_hidden_parameters.getColumn(0,"rcv_zipcdfoot_path");
  4297. var seqno = ds_hidden_parameters.getColumn(0,"rcv_seqno_path");
  4298. var address = ds_hidden_parameters.getColumn(0,"rcv_address_path");
  4299. dsf_makeValue(ds_main_pathumtrainfo_cncrpatinfo, "zipcode1" ,"string",zipcdhead);
  4300. dsf_makeValue(ds_main_pathumtrainfo_cncrpatinfo, "zipcode2" ,"string",zipcdfoot);
  4301. dsf_makeValue(ds_main_pathumtrainfo_cncrpatinfo, "addr" ,"string",address);
  4302. //dsf_makeValue(ds_main_pathumtrainfo_relationinfo, "seqno" ,"string",seqno);
  4303. }
  4304. function switch1_case2_button5_onclick(obj:Button, e:ClickEventInfo)
  4305. {
  4306. fDelCncrInfo();
  4307. }
  4308. function switch1_case2_cmb_seer_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4309. {
  4310. // 2014.04.18 의무기록실 임종현 요청 in situ, 해당없음의 경우 분화구 해당없음으로 변경
  4311. if( ds_main_cncrpatrgst_diaginfo.getColumn(0, "seer") == "00" || ds_main_cncrpatrgst_diaginfo.getColumn(0, "seer") == " " ){
  4312. ds_main_cncrpatrgst_diaginfo.setColumn(0, "difrntgrde", " " );
  4313. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "difrntgrdecd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "difrntgrde"));
  4314. }
  4315. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "seercd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "seer"));
  4316. }
  4317. function switch1_case2_cmb_difrntgrde_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4318. {
  4319. //fSetCode(ds_main_cncrpatrgst_diaginfo, "difrntgrdecd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "difrntgrde"));
  4320. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "difrntgrdecd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "difrntgrde"));
  4321. }
  4322. function switch1_case2_cmb_lastdiagmthd_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4323. {
  4324. obj.updateToDataset();
  4325. if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "lastdiagmthd") == "02"){
  4326. switch1.case2.chk_clin.enable = true;
  4327. } else {
  4328. ds_main_cncrpatrgst_diaginfo.setColumn(0, "clinical", "");
  4329. //grp_cycorgn.chk_cycdsordkind.setCheckAll(false);
  4330. switch1.case2.chk_clin.enable = false;
  4331. }
  4332. }
  4333. function switch1_case2_ipt_morphcd2_onkeydown(obj:Edit, e:KeyEventInfo)
  4334. {
  4335. if(event.keyCode == 13){
  4336. var ordtype = model.getValue("/root/main/pathumtrainfo/cncrpatinfo/ordtype");
  4337. var dschdd = model.getValue( "/root/main/pathumtrainfo/cncrpatinfo/dschdd");
  4338. var orddd = model.getValue( "/root/main/pathumtrainfo/cncrpatinfo/orddd");
  4339. var code = ipt_morphcd2.currentText;
  4340. setInputNodeCurText();
  4341. model.removenode("/root/send");
  4342. model.makeNode("/root/send");
  4343. model.makeValue("/root/send/indxcd", "null");
  4344. model.makeValue("/root/send/indxflag", "0");
  4345. // KNUH_20101207_박성호_start_의무기록 부서코드 가져오기
  4346. var dutplcecd = model.getValue("/root/temp/dutplcecd/hardcd/hardcd");
  4347. //model.makeValue("/root/send/deptcd", "3230000000");//의료정보팀 진단용어만
  4348. model.makeValue("/root/send/deptcd", dutplcecd);//의료정보팀 진단용어만
  4349. // KNUH_20101207_박성호_end
  4350. model.makeValue("/root/send/deptflag", "Y");
  4351. model.makeValue("/root/send/srchflag", "C");
  4352. model.makeValue("/root/send/srchnm", code.toUpperCase());
  4353. if(ordtype=="I"){
  4354. model.makeValue("/root/send/stndd",dschdd);
  4355. }else if(ordtype=="O"){
  4356. model.makeValue("/root/send/stndd",orddd);
  4357. }
  4358. // 2009-05- 29 ICDO3로 변경
  4359. //if(submit("TRMRT00209",false)){
  4360. if(submit("TRMRT01701",false)){
  4361. if(getNodesetCnt(model,"/root/main/diagcdinfo/kcd4m")==1){
  4362. model.setValue("/root/main/cncrpatrgst/diaginfo/morphcd2" , model.getValue("/root/main/diagcdinfo/kcd4m/morphlgccd"));
  4363. model.setValue("/root/main/cncrpatrgst/diaginfo/morphnm2" ,model.getValue("/root/main/diagcdinfo/kcd4m/kcd4mengnm"));
  4364. model.setValue("/root/main/cncrpatrgst/diaginfo/morphinfo2" , model.getValue("/root/main/diagcdinfo/kcd4m/kcd4mseqno"));
  4365. model.removeNodeset("/root/main/diagcdinfo/kcd4m");
  4366. model.makeNode("/root/main/diagcdinfo/kcd4m");
  4367. model.refresh();
  4368. }else{
  4369. fSrchTerm("morph2", code);
  4370. }
  4371. }
  4372. }
  4373. }
  4374. function switch1_case2_ipt_difrntgrdecd_onkeydown(obj:Edit, e:KeyEventInfo)
  4375. {
  4376. if(e.keycode == 13){
  4377. obj.updateToDataset();
  4378. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "difrntgrdecd");
  4379. if(utlf_transNullToEmpty(code).length == 1){
  4380. code = "0" + code;
  4381. }
  4382. ds_main_cncrpatrgst_diaginfo.setColumn(0, "difrntgrde", code);
  4383. ds_main_cncrpatrgst_diaginfo.setColumn(0, "difrntgrdecd", code);
  4384. }
  4385. }
  4386. function switch1_case2_ipt_seercd_onkeydown(obj:Edit, e:KeyEventInfo)
  4387. {
  4388. if(e.keycode == 13){
  4389. obj.updateToDataset();
  4390. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd");
  4391. if(code.length == 1){
  4392. code = "0" + code;
  4393. }
  4394. ds_main_cncrpatrgst_diaginfo.setColumn(0, "seer", code);
  4395. ds_main_cncrpatrgst_diaginfo.setColumn(0, "seercd", code);
  4396. }
  4397. }
  4398. function switch1_case2_ipt_tcd_onkeydown(obj:Edit, e:KeyEventInfo)
  4399. {
  4400. if(event.keyCode == 13){
  4401. obj.updateToDataset();
  4402. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "tcd");
  4403. if(utlf_transNullToEmpty(code).length == 1){
  4404. code = "0" + code;
  4405. }
  4406. ds_main_cncrpatrgst_diaginfo.setColumn(0, "t", code);
  4407. ds_main_cncrpatrgst_diaginfo.setColumn(0, "tcd", code);
  4408. switch1.case2.ipt_ncd.setFocus();
  4409. }
  4410. }
  4411. function switch1_case2_ipt_ncd_onkeydown(obj:Edit, e:KeyEventInfo)
  4412. {
  4413. if(event.keyCode == 13){
  4414. obj.updateToDataset();
  4415. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "ncd");
  4416. if(utlf_transNullToEmpty(code).length == 1){
  4417. code = "0" + code;
  4418. }
  4419. ds_main_cncrpatrgst_diaginfo.setColumn(0, "n", code);
  4420. ds_main_cncrpatrgst_diaginfo.setColumn(0, "ncd", code);
  4421. switch1.case2.ipt_mcd.setFocus();
  4422. }
  4423. }
  4424. function switch1_case2_ipt_mcd_onkeydown(obj:Edit, e:KeyEventInfo)
  4425. {
  4426. if(event.keyCode == 13){
  4427. obj.updateToDataset();
  4428. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "mcd");
  4429. if(utlf_transNullToEmpty(code).length == 1){
  4430. code = "0" + code;
  4431. }
  4432. ds_main_cncrpatrgst_diaginfo.setColumn(0, "m", code);
  4433. ds_main_cncrpatrgst_diaginfo.setColumn(0, "mcd", code);
  4434. switch1.case2.ipt_stagcd.setFocus();
  4435. }
  4436. }
  4437. function switch1_case2_ipt_stagcd_onkeydown(obj:Edit, e:KeyEventInfo)
  4438. {
  4439. if(e.keycode == 13){
  4440. obj.updateToDataset();
  4441. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "stagcd");
  4442. if(utlf_transNullToEmpty(code).length == 1){
  4443. code = "0" + code;
  4444. }
  4445. ds_main_cncrpatrgst_diaginfo.setColumn(0, "staging", code);
  4446. ds_main_cncrpatrgst_diaginfo.setColumn(0, "stagcd", code);
  4447. switch1.case2.ipt_etcstagflagcd.setFocus();
  4448. }
  4449. }
  4450. function switch1_case2_ipt_etcstagflagcd_onkeydown(obj:Edit, e:KeyEventInfo)
  4451. {
  4452. if(e.keycode == 13){
  4453. obj.updateToDataset();
  4454. var code = ds_main_cncrpatrgst_diaginfo.getColumn(0, "etcstagflagcd");
  4455. if(utlf_transNullToEmpty(code).length == 1){
  4456. code = "0" + code;
  4457. }
  4458. ds_main_cncrpatrgst_diaginfo.setColumn(0, "etcstagflagcd", code);
  4459. ds_main_cncrpatrgst_diaginfo.setColumn(0, "etcstagflag", code);
  4460. }
  4461. }
  4462. function switch1_case2_ipt_rerntmetstaspartcd1_onkeydown(obj:Edit, e:KeyEventInfo)
  4463. {
  4464. if(e.keycode == 13){
  4465. if((ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "00") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "01") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "02")){
  4466. sysf_messageBox("SEER코드 0,1,2을 선택","E001");
  4467. return;
  4468. }
  4469. obj.updateToDataset();
  4470. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "rerntmetstaspartcd1"));
  4471. code = code.toUpperCase();
  4472. fSrchRernmspCd("1",code);
  4473. }
  4474. }
  4475. function switch1_case2_ipt_rerntmetstaspartcd2_onkeydown(obj:Edit, e:KeyEventInfo)
  4476. {
  4477. if(e.keycode == 13){
  4478. if((ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "00") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "01") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "02")){
  4479. sysf_messageBox("SEER코드 0,1,2을 선택","E001");
  4480. return;
  4481. }
  4482. obj.updateToDataset();
  4483. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "rerntmetstaspartcd2"));
  4484. code = code.toUpperCase();
  4485. fSrchRernmspCd("2",code);
  4486. }
  4487. }
  4488. function switch1_case2_ipt_rerntmetstaspartcd3_onkeydown(obj:Edit, e:KeyEventInfo)
  4489. {
  4490. if(e.keycode == 13){
  4491. if((ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "00") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "01") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "02")){
  4492. sysf_messageBox("SEER코드 0,1,2을 선택","E001");
  4493. return;
  4494. }
  4495. obj.updateToDataset();
  4496. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "rerntmetstaspartcd3"));
  4497. code = code.toUpperCase();
  4498. fSrchRernmspCd("3",code);
  4499. }
  4500. }
  4501. function switch1_case2_ipt_rerntmetstaspartcd4_onkeydown(obj:Edit, e:KeyEventInfo)
  4502. {
  4503. if(e.keycode == 13){
  4504. if((ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "00") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "01") || (ds_main_cncrpatrgst_diaginfo.getColumn(0, "seercd") == "02")){
  4505. sysf_messageBox("SEER코드 0,1,2을 선택","E001");
  4506. return;
  4507. }
  4508. obj.updateToDataset();
  4509. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "rerntmetstaspartcd4"));
  4510. code = code.toUpperCase();
  4511. fSrchRernmspCd("4",code);
  4512. }
  4513. }
  4514. function switch1_case2_ipt_ecogcd_onkeydown(obj:Edit, e:KeyEventInfo)
  4515. {
  4516. if(e.keycode == 13){
  4517. obj.updateToDataset();
  4518. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "ecogcd"));
  4519. if(code.length == 1){
  4520. code = "0" + code;
  4521. }
  4522. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "ecog", code);
  4523. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "ecogcd", code);
  4524. }
  4525. }
  4526. function switch1_case2_ipt_regimencd1_onkeydown(obj:Edit, e:KeyEventInfo)
  4527. {
  4528. if(e.keycode == 13){
  4529. obj.updateToDataset();
  4530. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "regimencd1"));
  4531. if(code.length == 1){
  4532. code = "0" + code;
  4533. }
  4534. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimen1", code);
  4535. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimencd1", code);
  4536. fGetRegimenDet(code);
  4537. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimencd2","");
  4538. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimen2","");
  4539. }
  4540. }
  4541. function switch1_case2_ipt_regimencd2_onkeydown(obj:Edit, e:KeyEventInfo)
  4542. {
  4543. if(e.keycode == 13){
  4544. obj.updateToDataset();
  4545. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_rerntmetstaspart.getColumn(0, "regimencd2"));
  4546. if(code.length == 1){
  4547. code = "0" + code;
  4548. }
  4549. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimen2", code);
  4550. ds_main_cncrpatrgst_rerntmetstaspart.setColumn(0, "regimencd2", code);
  4551. }
  4552. }
  4553. function switch1_case2_button1_onclick(obj:Button, e:ClickEventInfo)
  4554. {
  4555. var ordtype = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "ordtype");
  4556. fSaveData(ordtype);
  4557. }
  4558. function switch1_case2_button3_onclick(obj:Button, e:ClickEventInfo)
  4559. {
  4560. fReSetNode("A");
  4561. }
  4562. function switch1_case2_ipt_rrgstno2_onkillfocus(obj:Edit, e:KillFocusEventInfo)
  4563. {
  4564. fgetEpoch();
  4565. }
  4566. function switch1_case2_cmb_outorddd_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4567. {
  4568. obj.updateToDataset();
  4569. var indx = switch1.case2.cmb_outorddd.index;
  4570. ds_main_pathumtrainfo_cncrpatinfo.setColumn(0, "orddd", ds_main_humaninfo_outpatinfo_patlist.getColumn(indx, "orddd"));
  4571. //alert(indx);
  4572. fPutPatInfo(indx, ds_main_humaninfo_outpatinfo_patlist, "O");
  4573. }
  4574. function switch1_case2_cmb_indd_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4575. {
  4576. var indx = switch1.case2.cmb_indd.index;
  4577. fPutPatInfo(indx, ds_main_humaninfo_inpatinfo_patlist, "I");
  4578. }
  4579. function switch1_case2_cmb_dschdd_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4580. {
  4581. var indx = switch1.case2.cmb_dschdd.index;
  4582. fPutPatInfo(indx, ds_main_humaninfo_inpatinfo_patlist, "I");
  4583. }
  4584. function switch1_case2_grd_prmypart_onkeydown(obj:Grid, e:KeyEventInfo)
  4585. {
  4586. var Col = switch1.case2.grd_prmypart.currentcol;
  4587. if(Col == 0){
  4588. //if(e.keycode == 13){
  4589. var iRow = ds_main_cncrpatrgst_cureinfo_prmypart.rowposition;
  4590. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_cureinfo_prmypart.getColumn(iRow, "prmypartcd"));
  4591. if(code.length == 1){
  4592. code = "0" + code;
  4593. }
  4594. ds_main_cncrpatrgst_cureinfo_prmypart.setColumn(iRow, "code", code);
  4595. ds_main_cncrpatrgst_cureinfo_prmypart.setColumn(iRow, "prmypartcd", code);
  4596. //}
  4597. }else{
  4598. return;
  4599. }
  4600. }
  4601. function ds_main_cncrpatrgst_cureinfo_prmypart_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  4602. {
  4603. if( switch1.case2.grd_prmypart.currentcol == switch1.case2.grd_prmypart.getBindCellIndex("body", "prmypartcd") ){
  4604. if( ds_main_cncrpatrgst_cureinfo_prmypart.getColumn(ds_main_cncrpatrgst_cureinfo_prmypart.rowposition, "prmypartcd") == "11" ){
  4605. ds_main_cncrpatrgst_cureinfo_prmypart.setColumn(ds_main_cncrpatrgst_cureinfo_prmypart.rowposition, "prmypartcuredd", "");
  4606. }
  4607. }
  4608. }
  4609. function switch1_case2_cmb_etcstagflag_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4610. {
  4611. dsf_makeValue(ds_main_cncrpatrgst_diaginfo, "etcstagflagcd", "string", ds_main_cncrpatrgst_diaginfo.getColumn(0, "etcstagflag"));
  4612. switch1.case2.cmb_etcstagflag.index = ds_main_common_M0395.rowcount - 1;
  4613. }
  4614. function switch1_case2_button19_onclick(obj:Button, e:ClickEventInfo)
  4615. {
  4616. var pid = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid");
  4617. if(utlf_isNull(pid)){
  4618. sysf_messageBox("환자가 선택되지", "E007");
  4619. return;
  4620. }
  4621. frmf_setParameter("SMMRD00400_pid", ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid"));
  4622. frmf_setParameter("SMMRD00400_indd", ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "indd"));
  4623. frmf_setParameter("SMMRD00400_cretno", ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "cretno"));
  4624. frmf_setParameter("SMMRD00400_dschdd", ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd"));
  4625. //open("SMMRD00700_질병및수술분류", 1, 0, 0, "", "", "", "left:0px; top:0px");
  4626. frmf_open("SMMRD00700", "SMMRD00700", "", null, "1", "", "", null, null, null, null, null, "M");
  4627. }
  4628. function switch1_case2_button6_onclick(obj:Button, e:ClickEventInfo)
  4629. {
  4630. var pid = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid")
  4631. if(utlf_isNull(pid)){
  4632. sysf_messageBox("환자번호를","C001");
  4633. return;
  4634. }
  4635. frmf_setParameter("SMMRD00400_param_pid", ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid"));
  4636. frmf_open("SMMRD00400", "SMMRD00400", "", null, "1", "", "", null, null, null, null, null, "M");
  4637. }
  4638. function switch1_case2_button7_onclick(obj:Button, e:ClickEventInfo)
  4639. {
  4640. var pid = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid");
  4641. if(utlf_isNull(pid)){
  4642. sysf_messageBox("환자가", "E007");
  4643. return;
  4644. }
  4645. frmf_setParameter("SMMRI01700_Param", "");
  4646. var sPid = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid");
  4647. var sInDD = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "indd");
  4648. var sDschDD = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd");
  4649. var sDschDeptCD = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschorddept");
  4650. var sDschDrID = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschorddr");
  4651. var sParamMsg = "pid▦orddd▦dschdd▦orddeptcd▦orddrid▦ordtype▩"+
  4652. sPid +"▦"+sInDD+"▦"+sDschDD+"▦"+sDschDeptCD+"▦"+sDschDrID+"▦I▩";
  4653. frmf_setParameter("SMMRI01700_Param", sParamMsg);
  4654. frmf_open("SMMRI01700", "SMMRI01700", null, false, 1, 0, 0, null, null, null, null, null, "M");
  4655. }
  4656. function switch1_case2_button8_onclick(obj:Button, e:ClickEventInfo)
  4657. {
  4658. var pid = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid");
  4659. if(utlf_isNull(pid)){
  4660. sysf_messageBox("환자가 선택되지", "E007");
  4661. return;
  4662. }
  4663. frmf_setParameter("SMMRI00400_param_pid", ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid"));
  4664. frmf_setParameter("SMMRI00400_param_chosflag", "I");
  4665. frmf_open("SMMRI00400", "SMMRI00400", "", null, "1", "", "", null, null, null, null, null, "M");
  4666. }
  4667. function switch1_case2_button11_onclick(obj:Button, e:ClickEventInfo)
  4668. {
  4669. ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.addRow();
  4670. }
  4671. function switch1_case2_button9_onclick(obj:Button, e:ClickEventInfo)
  4672. {
  4673. if(ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.rowcount > 0){
  4674. ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.deleteRow(ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.rowposition);
  4675. }
  4676. }
  4677. function switch1_case2_button10_onclick(obj:Button, e:ClickEventInfo)
  4678. {
  4679. if(ds_main_cncrpatrgst_cureinfo_prmypart.rowcount > 0){
  4680. ds_main_cncrpatrgst_cureinfo_prmypart.deleteRow(ds_main_cncrpatrgst_cureinfo_prmypart.rowposition);
  4681. }
  4682. }
  4683. function switch1_case2_button12_onclick(obj:Button, e:ClickEventInfo)
  4684. {
  4685. ds_main_cncrpatrgst_cureinfo_prmypart.addRow();
  4686. }
  4687. function switch1_case2_button13_onclick(obj:Button, e:ClickEventInfo)
  4688. {
  4689. if(ds_main_cncrpatrgst_cureinfo_metstaspart.rowcount > 0){
  4690. ds_main_cncrpatrgst_cureinfo_metstaspart.deleteRow(ds_main_cncrpatrgst_cureinfo_metstaspart.rowposition);
  4691. }
  4692. }
  4693. function switch1_case2_button14_onclick(obj:Button, e:ClickEventInfo)
  4694. {
  4695. ds_main_cncrpatrgst_cureinfo_metstaspart.addRow();
  4696. }
  4697. function switch1_case2_button17_onclick(obj:Button, e:ClickEventInfo)
  4698. {
  4699. var pid = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "pid");
  4700. if(utlf_isNull(pid)){
  4701. sysf_messageBox("환자가 선택되지", "E007");
  4702. return;
  4703. }
  4704. dsf_createDsRow("ds_temp", [{col:"srchpid", val:ds_main_pathumtrainfo_cncrpatinfo.getColumn(0,"pid")}
  4705. ]);
  4706. var objArg = new Object();
  4707. objArg.arg_ds_send_singdata = ds_temp;
  4708. frmf_modal("SMAER00800", "SMAER00800", objArg, "", "", "", "", "", "", "", "", "", "M");
  4709. }
  4710. function switch1_case2_button18_onclick(obj:Button, e:ClickEventInfo)
  4711. {
  4712. frmf_modal("SPMRD01000", "SPMRD01000", "", "", "", "", "", "", "", "", "", "", "M");
  4713. }
  4714. function switch1_case2_combo1_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4715. {
  4716. var routevalue = ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagroute");
  4717. if(routevalue=="5"){
  4718. switch1.case2.ipt_etcdiagroute.enable = true;;
  4719. }else{
  4720. ds_main_cncrpatrgst_diaginfo.setColumn(0, "etcdiagroute", "");
  4721. switch1.case2.ipt_etcdiagroute.enable = false;
  4722. }
  4723. }
  4724. function switch1_case3_input7_onkeydown(obj:Edit, e:KeyEventInfo)
  4725. {
  4726. if(e.keycode == 13){
  4727. obj.updateToDataset();
  4728. var code = ds_main_cncrpatref.getColumn(0, "icd10cd");
  4729. code = code.toUpperCase();
  4730. var resref = "icd10nm";
  4731. var ref = "icd10cd";
  4732. var nmref = "icd10nm";
  4733. fStsSrchTerm("icd10", code, ref, resref, nmref);
  4734. }
  4735. }
  4736. function switch1_case3_input42_onkeydown(obj:Edit, e:KeyEventInfo)
  4737. {
  4738. if(e.keycode == 13){
  4739. obj.updateToDataset();
  4740. switch1_case3_btn_patnmsrch_onclick();
  4741. }
  4742. }
  4743. function switch1_case3_btn_patnmsrch_onclick(obj:Button, e:ClickEventInfo)
  4744. {
  4745. var pid = ds_main_cncrpatref.getColumn(0, "pnm");
  4746. fPatSrch(pid, "2");
  4747. }
  4748. function switch1_case3_btn_rgstsrch_onclick(obj:Button, e:ClickEventInfo)
  4749. {
  4750. var pid = ds_main_cncrpatref.getColumn(0, "prgstno");
  4751. fPatSrch(pid, "3");
  4752. }
  4753. function switch1_case3_btn_r_cncrlist_onclick(obj:Button, e:ClickEventInfo)
  4754. {
  4755. fSrchCncrRgstPat();
  4756. }
  4757. function switch1_case3_btn_pidsrch_onclick(obj:Button, e:ClickEventInfo)
  4758. {
  4759. var pid = ds_main_cncrpatref.getColumn(0, "pid");
  4760. fPatSrch(pid, "1");
  4761. }
  4762. function switch1_case3_input43_onkeydown(obj:MaskEdit, e:KeyEventInfo)
  4763. {
  4764. if(e.keycode == 13){
  4765. obj.updateToDataset();
  4766. switch1_case3_btn_rgstsrch_onclick();
  4767. }
  4768. }
  4769. function switch1_case3_cmb_srchdept_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  4770. {
  4771. fChngSrchCond(ds_main_cncrpatref_orddeptinfo.getColumn(0, "orddeptlist"), ds_hidden_cncrpatref_orddrinfo_drlist);
  4772. }
  4773. function switch1_case3_grd_cncrpatlist_oncelldblclick(obj:Grid, e:GridClickEventInfo)
  4774. {
  4775. var iRow = ds_main_cncrpatlist_list.rowposition;
  4776. var cncr_histno = ds_main_cncrpatlist_list.getColumn(iRow, "cncr_histno");
  4777. if(utlf_isNull(cncr_histno)){
  4778. return;
  4779. }
  4780. if(e.row < 0 || e.col < 0)
  4781. return;
  4782. fChngCncrRgst(iRow);
  4783. }
  4784. function switch1_case3_btn_excel_onclick(obj:Button, e:ClickEventInfo)
  4785. {
  4786. if(switch1.tabindex == 2){
  4787. grdf_exportExcel(switch1.case3.grd_cncrpatlist, switch1.case3.text + "_" + utlf_getCurrentDate(), "sheetname1" , true, "" , "" , true);
  4788. }
  4789. }
  4790. function switch1_case3_radio3_onitemchanged(obj:Radio, e:ItemChangeEventInfo)
  4791. {
  4792. ds_main_common_com_dept.clearData();
  4793. if(ds_main_cncrpatref.getColumn(0, "ioflag") == "O"){
  4794. appf_getOutOrdDeptList(sysf_getUserInfo("dutplceinstcd"), "depthngnm", "asc", "", "", "ds_main_common_com_dept", false, "");// 외래진료과
  4795. ds_hidden_cncrpatref_orddeptinfo_orddeptlist.copyData(ds_main_common_com_dept);
  4796. } else if(ds_main_cncrpatref.getColumn(0, "ioflag") == "D"){
  4797. appf_getInOrdDeptList(sysf_getUserInfo("dutplceinstcd"), "depthngnm", "asc", "", "", "ds_main_common_com_dept", false, "");//입원진료과(퇴원과)
  4798. ds_hidden_cncrpatref_orddeptinfo_orddeptlist.copyData(ds_main_common_com_dept);
  4799. } else {
  4800. appf_getInOutOrdDeptList(sysf_getUserInfo("dutplceinstcd"), "depthngnm", "asc", null, null, "ds_main_common_com_dept", false, null); //전체 진료과
  4801. ds_hidden_cncrpatref_orddeptinfo_orddeptlist.copyData(ds_main_common_com_dept);
  4802. }
  4803. frmf_addComboItem("switch1.case3.cmb_srchdept", "전체", "-", "above");
  4804. }
  4805. function switch1_case3_input3_onkeydown(obj:Edit, e:KeyEventInfo)
  4806. {
  4807. if(e.keycode == 13){
  4808. obj.updateToDataset();
  4809. var code = ds_main_cncrpatref.getColumn(0, "tophcd");
  4810. code = code.toUpperCase();
  4811. var resref = "tophseq";
  4812. var ref = "tophcd";
  4813. var nmref = "tophnm";
  4814. fStsSrchTerm("toph", code, ref, resref, nmref);
  4815. }
  4816. }
  4817. function switch1_case3_ipt_appmanid01_onkeydown(obj:Edit, e:KeyEventInfo)
  4818. {
  4819. if(e.keycode == 13){
  4820. obj.updateToDataset();
  4821. switch1_case3_btn_pidsrch_onclick();
  4822. }
  4823. }
  4824. function switch1_case3_input6_onkeydown(obj:Edit, e:KeyEventInfo)
  4825. {
  4826. if(e.keycode == 13){
  4827. obj.updateToDataset();
  4828. var code = ds_main_cncrpatref.getColumn(0, "morphcd");
  4829. code = code.toUpperCase();
  4830. var resref = "morphseq";
  4831. var ref = "morphcd";
  4832. var nmref = "morphnm";
  4833. fStsSrchTerm("morph1", code, ref, resref, nmref);
  4834. }
  4835. }
  4836. function switch1_case3_input18_onkeydown(obj:Edit, e:KeyEventInfo)
  4837. {
  4838. if(e.keycode == 13){
  4839. obj.updateToDataset();
  4840. var code = ds_main_cncrpatref.getColumn(0, "morphcd");
  4841. //var resref = "/root/hidden/cncrpatrgst/diaginfo/morphinfo1";
  4842. //var ref = "/root/main/cncrpatref/morphcd";
  4843. //fSrchTerm("morph1", code, ref, resref);
  4844. fSrchTerm("morph1", code);// 변수 2개만 받아서 수정...
  4845. }
  4846. }
  4847. function switch1_case2_grd_prmypart_oncloseup(obj:Grid, e:GridEditEventInfo)
  4848. {
  4849. obj.updateToDataset();
  4850. var Col = switch1.case2.grd_prmypart.currentcol;
  4851. if(Col == 1){
  4852. var iRow = ds_main_cncrpatrgst_cureinfo_prmypart.rowposition;
  4853. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_cureinfo_prmypart.getColumn(iRow, "prmypartcd"));
  4854. if(code.length == 1){
  4855. code = "0" + code;
  4856. }
  4857. ds_main_cncrpatrgst_cureinfo_prmypart.setColumn(iRow, "code", code);
  4858. ds_main_cncrpatrgst_cureinfo_prmypart.setColumn(iRow, "prmypartcd", code);
  4859. }else{
  4860. return;
  4861. }
  4862. }
  4863. function switch1_case2_grd_bfiocure_oncloseup(obj:Grid, e:GridEditEventInfo)
  4864. {
  4865. obj.updateToDataset();
  4866. var Col = switch1.case2.grd_bfiocure.currentcol;
  4867. if(Col == 2){
  4868. var iRow = ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.rowposition;
  4869. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.getColumn(iRow, "chosbfcuremthd"));
  4870. if(code.length == 1){
  4871. code = "0" + code;
  4872. }
  4873. ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.setColumn(iRow, "code", code);
  4874. ds_main_cncrpatrgst_cureinfo_chosbfcuremthd.setColumn(iRow, "chosbfcuremthd", code);
  4875. }
  4876. }
  4877. function switch1_case2_grd_metstaspart_oncloseup(obj:Grid, e:GridEditEventInfo)
  4878. {
  4879. obj.updateToDataset();
  4880. var Col = switch1.case2.grd_metstaspart.currentcol;
  4881. if(Col==1){
  4882. var iRow = ds_main_cncrpatrgst_cureinfo_metstaspart.rowposition;
  4883. var code = utlf_transNullToEmpty(ds_main_cncrpatrgst_cureinfo_metstaspart.getColumn(iRow, "metstaspartcd"));
  4884. if(code.length == 1){
  4885. code = "0" + code;
  4886. }
  4887. ds_main_cncrpatrgst_cureinfo_metstaspart.setColumn(iRow, "code", code);
  4888. ds_main_cncrpatrgst_cureinfo_metstaspart.setColumn(iRow, "metstaspartcd", code);
  4889. }else{
  4890. return;
  4891. }
  4892. }
  4893. function switch1_case2_ipt_morphcd1_oneditclick(obj:Edit, e:EditClickEventInfo)
  4894. {
  4895. }
  4896. function Button00_onclick(obj:Button, e:ClickEventInfo)
  4897. {
  4898. var url = "https://naver.com";
  4899. ActiveX00.Navigate2("about:blank");
  4900. ActiveX00.Navigate2("javascript:window.open('" + url + "','popup','scrollbars=yes,resizable=yes,top=100px,left=100px,height=800px,width=1000px')");
  4901. //ActiveX00.Navigate2("javascript:window.open('http://daum.net','MISHelp','width=1024,height=768,scrollbars=1')");
  4902. }
  4903. // function switch1_case2_ipt_diagdd_onkeydown(obj:Calendar, e:KeyEventInfo)
  4904. // {
  4905. // obj.updateToDataset();
  4906. // var dschdd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dschdd");
  4907. // var dethdd = ds_main_pathumtrainfo_cncrpatinfo.getColumn(0, "dethdd");
  4908. // var diagdd = ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd");
  4909. // var cureopendd = ds_main_cncrpatrgst_regstatus.getColumn(0, "cureopendd");
  4910. // if(!utlf_isNull(dethdd)){
  4911. // if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd") > dethdd){
  4912. // sysf_messageBox("사망일자를", "E003");
  4913. // return;
  4914. // }
  4915. // var mCnt = utlf_getDateInterval(diagdd, dethdd,"mm") - (12 * utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4916. // ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "monthcnt", mCnt);
  4917. // ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "yearcnt", utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4918. // }
  4919. // if(!utlf_isNull(dschdd)){
  4920. // if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd") > dschdd){
  4921. // sysf_messageBox("퇴원일자를", "E003");
  4922. // return;
  4923. // }
  4924. // }
  4925. // if(!utlf_isNull(cureopendd)){
  4926. // if(ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd") > cureopendd){
  4927. // sysf_messageBox("치료개시일 보다 이후 날짜를 선택", "E001");
  4928. // return;
  4929. // }
  4930. // }
  4931. // }
  4932. //
  4933. //
  4934. // function switch1_case2_ipt_dethdd_onkeydown(obj:Calendar, e:KeyEventInfo)
  4935. // {
  4936. // obj.updateToDataset();
  4937. // var diagdd = ds_main_cncrpatrgst_diaginfo.getColumn(0, "diagdd");
  4938. // var dethdd = ds_main_cncrpatrgst_dethinfo.getColumn(0, "dethdd");
  4939. // if(!utlf_isNull(diagdd)){
  4940. // if(ds_main_cncrpatrgst_dethinfo.getColumn(0, "dethdd") < diagdd){
  4941. // sysf_messageBox("진단일자 보다 이전 날짜를 선택","E001");
  4942. // return;
  4943. // }
  4944. // }else{
  4945. // sysf_messageBox("진단일자가 입력되지 않았습니다.!!!");
  4946. // return;
  4947. // }
  4948. //
  4949. // var mCnt = utlf_getDateInterval(diagdd, dethdd,"mm") - (12 * utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4950. // ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "monthcnt", mCnt);
  4951. // ds_main_cncrpatrgst_dethinfo_existterm.setColumn(0, "yearcnt", utlf_getDateInterval(diagdd, dethdd,"yyyy"));
  4952. // }
  4953. ]]></Script>
  4954. </Form>
  4955. </FDL>