SPAER01100_사용자화면설정.xfdl 187 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPAER01100" position="absolute 0 0 1126 251" titletext="사용자 화면 설정" oninit="SPAER01100_oninit" onload="SPAER01100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Button position="absolute 938 222 1006 244" id="button1" class="btn4" visible="false" text="초기화" onclick="button1_onclick"/>
  8. <Button position="absolute 1009 222 1065 244" id="button2" class="btn4" text="저장" onclick="button2_onclick"/>
  9. <Button position="absolute 1068 222 1124 244" id="button3" class="btn4" text="취소" onclick="button3_onclick"/>
  10. <Div id="grp_body" taborder="1" text="grp_body" position="absolute 0 0 1125 216">
  11. <Layouts>
  12. <Layout>
  13. <Div id="group2" taborder="0" text="group2" position="absolute 0 0 1125 216" anchor="default">
  14. <Layouts>
  15. <Layout>
  16. <Tab id="switch1" taborder="0" onchanged="switch1_onchanged" tabindex="0" position="absolute 0 0 1124 216" anchor="default">
  17. <Tabpages>
  18. <Tabpage id="case1" text="전체처방">
  19. <Layouts>
  20. <Layout>
  21. <Grid id="grd_ordlist1" taborder="3" binddataset="ds_main_list_ordlist1" useinputpanel="false" position="absolute 0 0 1124 91" anchor="default">
  22. <Formats>
  23. <Format id="default">
  24. <Columns>
  25. <Column size="25" band="left"/>
  26. <Column size="16" band="left"/>
  27. <Column size="62" band="left"/>
  28. <Column size="61" band="left"/>
  29. <Column size="38" band="left"/>
  30. <Column size="60" band="left"/>
  31. <Column size="73"/>
  32. <Column size="58"/>
  33. <Column size="69"/>
  34. <Column size="40"/>
  35. <Column size="68"/>
  36. <Column size="42"/>
  37. <Column size="76"/>
  38. <Column size="124"/>
  39. <Column size="59"/>
  40. <Column size="35"/>
  41. <Column size="98"/>
  42. <Column size="41"/>
  43. <Column size="50"/>
  44. <Column size="102"/>
  45. <Column size="80"/>
  46. <Column size="137"/>
  47. <Column size="31"/>
  48. <Column size="31"/>
  49. <Column size="101"/>
  50. <Column size="62"/>
  51. <Column size="60"/>
  52. <Column size="68"/>
  53. <Column size="100"/>
  54. <Column size="100"/>
  55. <Column size="39"/>
  56. <Column size="49"/>
  57. <Column size="0"/>
  58. <Column size="0"/>
  59. <Column size="0"/>
  60. <Column size="0"/>
  61. <Column size="0"/>
  62. <Column size="0"/>
  63. <Column size="0"/>
  64. <Column size="0"/>
  65. <Column size="0"/>
  66. <Column size="0"/>
  67. <Column size="0"/>
  68. <Column size="0"/>
  69. <Column size="0"/>
  70. <Column size="0"/>
  71. <Column size="0"/>
  72. <Column size="0"/>
  73. <Column size="0"/>
  74. <Column size="0"/>
  75. <Column size="0"/>
  76. <Column size="0"/>
  77. <Column size="0"/>
  78. <Column size="0"/>
  79. <Column size="0"/>
  80. <Column size="0"/>
  81. <Column size="0"/>
  82. <Column size="0"/>
  83. <Column size="0"/>
  84. <Column size="0"/>
  85. <Column size="0"/>
  86. <Column size="0"/>
  87. <Column size="0"/>
  88. <Column size="0"/>
  89. <Column size="0"/>
  90. <Column size="0"/>
  91. <Column size="0"/>
  92. <Column size="0"/>
  93. <Column size="0"/>
  94. <Column size="0"/>
  95. <Column size="0"/>
  96. <Column size="0"/>
  97. <Column size="0"/>
  98. <Column size="0"/>
  99. <Column size="0"/>
  100. <Column size="100"/>
  101. <Column size="0"/>
  102. </Columns>
  103. <Rows>
  104. <Row size="24" band="head"/>
  105. <Row size="24"/>
  106. </Rows>
  107. <Band id="head">
  108. <Cell/>
  109. <Cell col="1"/>
  110. <Cell col="2" text="등록번호1"/>
  111. <Cell col="3" text="성명"/>
  112. <Cell col="4" text="S/A"/>
  113. <Cell col="5" text="주민번호"/>
  114. <Cell col="6" text="진료과"/>
  115. <Cell col="7" text="진료의"/>
  116. <Cell col="8" text="지정검사의"/>
  117. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  118. <Cell col="11" text="포터블"/>
  119. <Cell col="12" text="처방코드"/>
  120. <Cell col="13" text="처방일자"/>
  121. <Cell col="14" text="처방상태"/>
  122. <Cell col="15" text="수납"/>
  123. <Cell col="16" text="검사실"/>
  124. <Cell col="17" text="병동"/>
  125. <Cell col="18" text="병실"/>
  126. <Cell col="19" text="예약일자"/>
  127. <Cell col="20" text="희망일자"/>
  128. <Cell col="21" text="처방명"/>
  129. <Cell col="22" text="수량"/>
  130. <Cell col="23" text="횟수"/>
  131. <Cell col="24" text="실시일자"/>
  132. <Cell col="25" text="실시자"/>
  133. <Cell col="26" text="예약자"/>
  134. <Cell col="27" text="취소코드"/>
  135. <Cell col="28" text="전화번호1"/>
  136. <Cell col="29" text="전화번호2"/>
  137. <Cell col="30" text="키"/>
  138. <Cell col="31" text="몸무게"/>
  139. <Cell col="32" text="execprcpuniqno"/>
  140. <Cell col="33" text="prcpexecdeptcd"/>
  141. <Cell col="34" text="excuroomcd"/>
  142. <Cell col="35" text="inflag"/>
  143. <Cell col="36" text="rcptacptyn"/>
  144. <Cell col="37" text="ExecBaseFlag"/>
  145. <Cell col="38" text="excupartcd"/>
  146. <Cell col="39" text="modality"/>
  147. <Cell col="40" text="execrem"/>
  148. <Cell col="41" text="prcpdelivefact"/>
  149. <Cell col="42" text="carecnfmdd"/>
  150. <Cell col="43" text="prcpkindcd"/>
  151. <Cell col="44" text="rcptno"/>
  152. <Cell col="45" text="acptseqno"/>
  153. <Cell col="46" text="prcpgenrflag"/>
  154. <Cell col="47" text="orddd"/>
  155. <Cell col="48" text="orddeptcd"/>
  156. <Cell col="49" text="rcptdd"/>
  157. <Cell col="50" text="orddrid"/>
  158. <Cell col="51" text="prcpno"/>
  159. <Cell col="52" text="EqmtIFYn"/>
  160. <Cell col="53" text="basesuppdeptcd"/>
  161. <Cell col="54" text="cretno"/>
  162. <Cell col="55" text="wardcd"/>
  163. <Cell col="56" text="rsrvdt"/>
  164. <Cell col="57" text="rgstdeptcd"/>
  165. <Cell col="58" text="rgstrid"/>
  166. <Cell col="59" text="inclprcpcd"/>
  167. <Cell col="60" text="lrgcd"/>
  168. <Cell col="61" text="mdlcd"/>
  169. <Cell col="62" text="actorddd"/>
  170. <Cell col="63" text="examroomnm"/>
  171. <Cell col="64" text="prcphistno"/>
  172. <Cell col="65" text="pacsnocretyn"/>
  173. <Cell col="66" text="execprcpstatcd"/>
  174. <Cell col="67" text="caption1"/>
  175. <Cell col="68" text="caption2"/>
  176. <Cell col="69" text="caption3"/>
  177. <Cell col="70" text="cnclresncdnm"/>
  178. <Cell col="71" text="rsrvexmptmplcd"/>
  179. <Cell col="72" text="rrsgtno2"/>
  180. <Cell col="73" text="clincstdycd"/>
  181. <Cell col="74" text="aftrcptinfo"/>
  182. <Cell col="75" text="급비"/>
  183. <Cell col="76" text="급비"/>
  184. </Band>
  185. <Band id="body">
  186. <Cell celltype="head" text="expr:currow+1"/>
  187. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check"/>
  188. <Cell col="2" text="bind:pid"/>
  189. <Cell col="3" text="bind:hngnm"/>
  190. <Cell col="4" text="bind:sna"/>
  191. <Cell col="5" text="bind:rrgstno1"/>
  192. <Cell col="6" text="bind:orddepthngnm"/>
  193. <Cell col="7" text="bind:orddrnm"/>
  194. <Cell col="8" text="bind:selectdrid"/>
  195. <Cell col="9" text="bind:choiordflag"/>
  196. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  197. <Cell col="11" text="bind:portprcpflag"/>
  198. <Cell col="12" style="align:left;" text="bind:calcscorcd"/>
  199. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  200. <Cell col="14" style="align:left;" text="bind:statcd" enable="false"/>
  201. <Cell col="15" text="bind:rcptyn"/>
  202. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  203. <Cell col="17" text="bind:roomcd"/>
  204. <Cell col="18" text="bind:roomnm"/>
  205. <Cell col="19" displaytype="date" style="align:left;" text="bind:srchrsrvdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  206. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  207. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  208. <Cell col="22" text="bind:prcpqty"/>
  209. <Cell col="23" text="bind:execprcptims"/>
  210. <Cell col="24" displaytype="date" style="align:left;" text="bind:execdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  211. <Cell col="25" displaytype="combo" edittype="combo" text="bind:execrid1" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  212. <Cell col="26" text="bind:rsrvrnm"/>
  213. <Cell col="27" text="bind:basecd"/>
  214. <Cell col="28" text="bind:hometel"/>
  215. <Cell col="29" text="bind:mpphontel"/>
  216. <Cell col="30" text="bind:hight"/>
  217. <Cell col="31" text="bind:weight"/>
  218. <Cell col="32" text="bind:execprcpuniqno"/>
  219. <Cell col="33" text="bind:prcpexecdeptcd"/>
  220. <Cell col="34" text="bind:inflag"/>
  221. <Cell col="35" text="bind:rcptacptyn"/>
  222. <Cell col="36" text="bind:execbaseflag"/>
  223. <Cell col="37" text="bind:excupartcd"/>
  224. <Cell col="38" text="bind:modality"/>
  225. <Cell col="39" text="bind:execrem"/>
  226. <Cell col="40" text="bind:prcpdelivefact"/>
  227. <Cell col="41" text="bind:carecnfmdd"/>
  228. <Cell col="42" text="bind:prcpkindcd"/>
  229. <Cell col="43" text="bind:rcptno"/>
  230. <Cell col="44" text="bind:acptseqno"/>
  231. <Cell col="45" text="bind:prcpgenrflag"/>
  232. <Cell col="46" text="bind:orddd"/>
  233. <Cell col="47" text="bind:orddeptcd"/>
  234. <Cell col="48" text="bind:rcptdd"/>
  235. <Cell col="49" text="bind:orddrid"/>
  236. <Cell col="50" text="bind:prcpno"/>
  237. <Cell col="51" text="bind:eqmtifyn"/>
  238. <Cell col="52" text="bind:basesuppdeptcd"/>
  239. <Cell col="53" text="bind:cretno"/>
  240. <Cell col="54" text="bind:wardcd"/>
  241. <Cell col="55" text="bind:rsrvdt"/>
  242. <Cell col="56" text="bind:rgstdeptcd"/>
  243. <Cell col="57" text="bind:rgstrid"/>
  244. <Cell col="58" text="bind:inclprcpcd"/>
  245. <Cell col="59" text="bind:lrgcd"/>
  246. <Cell col="60" text="bind:mdlcd"/>
  247. <Cell col="61" text="bind:actorddd"/>
  248. <Cell col="62" text="bind:examroomnm"/>
  249. <Cell col="63" text="bind:prcphistno"/>
  250. <Cell col="64" text="bind:pacsnocretyn"/>
  251. <Cell col="65" text="bind:execprcpstatcd"/>
  252. <Cell col="66" text="bind:tmpldata"/>
  253. <Cell col="67" text="bind:prcpdd"/>
  254. <Cell col="68" text="bind:rsrvrid"/>
  255. <Cell col="69" text="bind:cnclresncdnm"/>
  256. <Cell col="70" text="bind:rsrvexmptmplcd"/>
  257. <Cell col="71" text="bind:rrgstno2"/>
  258. <Cell col="72" text="bind:clincstdycd"/>
  259. <Cell col="73" text="bind:aftrcptinfo"/>
  260. <Cell col="74" text="bind:unrsrvexecyn"/>
  261. <Cell col="75" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  262. <Cell col="76" text="bind:specdrid"/>
  263. </Band>
  264. </Format>
  265. </Formats>
  266. </Grid>
  267. <Grid id="grd_ordlist1_resize" taborder="4" binddataset="ds_temp_list_ordlist1" scrollpixel="all" useinputpanel="false" cellsizingtype="col" cellmovingtype="col" ondragmove="switch1_resize_ondragmove" position="absolute 0 98 1124 189" anchor="default">
  268. <Formats>
  269. <Format id="default">
  270. <Columns>
  271. <Column size="25" band="left"/>
  272. <Column size="16" band="left"/>
  273. <Column size="62" band="left"/>
  274. <Column size="61" band="left"/>
  275. <Column size="38" band="left"/>
  276. <Column size="60" band="left"/>
  277. <Column size="73"/>
  278. <Column size="58"/>
  279. <Column size="72"/>
  280. <Column size="40"/>
  281. <Column size="68"/>
  282. <Column size="42"/>
  283. <Column size="76"/>
  284. <Column size="124"/>
  285. <Column size="59"/>
  286. <Column size="35"/>
  287. <Column size="98"/>
  288. <Column size="41"/>
  289. <Column size="50"/>
  290. <Column size="102"/>
  291. <Column size="80"/>
  292. <Column size="137"/>
  293. <Column size="31"/>
  294. <Column size="31"/>
  295. <Column size="101"/>
  296. <Column size="62"/>
  297. <Column size="60"/>
  298. <Column size="68"/>
  299. <Column size="100"/>
  300. <Column size="100"/>
  301. <Column size="39"/>
  302. <Column size="49"/>
  303. <Column size="0"/>
  304. <Column size="0"/>
  305. <Column size="0"/>
  306. <Column size="0"/>
  307. <Column size="0"/>
  308. <Column size="0"/>
  309. <Column size="0"/>
  310. <Column size="0"/>
  311. <Column size="0"/>
  312. <Column size="0"/>
  313. <Column size="0"/>
  314. <Column size="0"/>
  315. <Column size="0"/>
  316. <Column size="0"/>
  317. <Column size="0"/>
  318. <Column size="0"/>
  319. <Column size="0"/>
  320. <Column size="0"/>
  321. <Column size="0"/>
  322. <Column size="0"/>
  323. <Column size="0"/>
  324. <Column size="0"/>
  325. <Column size="0"/>
  326. <Column size="0"/>
  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="100"/>
  347. <Column size="0"/>
  348. </Columns>
  349. <Rows>
  350. <Row size="24" band="head"/>
  351. <Row size="24"/>
  352. </Rows>
  353. <Band id="head">
  354. <Cell/>
  355. <Cell col="1"/>
  356. <Cell col="2" text="등록번호1"/>
  357. <Cell col="3" text="성명"/>
  358. <Cell col="4" text="S/A"/>
  359. <Cell col="5" text="주민번호"/>
  360. <Cell col="6" text="진료과"/>
  361. <Cell col="7" text="진료의"/>
  362. <Cell col="8" text="지정검사의"/>
  363. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  364. <Cell col="11" text="포터블"/>
  365. <Cell col="12" text="처방코드"/>
  366. <Cell col="13" text="처방일자"/>
  367. <Cell col="14" text="처방상태"/>
  368. <Cell col="15" text="수납"/>
  369. <Cell col="16" text="검사실"/>
  370. <Cell col="17" text="병동"/>
  371. <Cell col="18" text="병실"/>
  372. <Cell col="19" text="예약일자"/>
  373. <Cell col="20" text="희망일자"/>
  374. <Cell col="21" text="처방명"/>
  375. <Cell col="22" text="수량"/>
  376. <Cell col="23" text="횟수"/>
  377. <Cell col="24" text="실시일자"/>
  378. <Cell col="25" text="실시자"/>
  379. <Cell col="26" text="예약자"/>
  380. <Cell col="27" text="취소코드"/>
  381. <Cell col="28" text="전화번호1"/>
  382. <Cell col="29" text="전화번호2"/>
  383. <Cell col="30" text="키"/>
  384. <Cell col="31" text="몸무게"/>
  385. <Cell col="32" text="execprcpuniqno"/>
  386. <Cell col="33" text="prcpexecdeptcd"/>
  387. <Cell col="34" text="excuroomcd"/>
  388. <Cell col="35" text="inflag"/>
  389. <Cell col="36" text="rcptacptyn"/>
  390. <Cell col="37" text="ExecBaseFlag"/>
  391. <Cell col="38" text="excupartcd"/>
  392. <Cell col="39" text="modality"/>
  393. <Cell col="40" text="execrem"/>
  394. <Cell col="41" text="prcpdelivefact"/>
  395. <Cell col="42" text="carecnfmdd"/>
  396. <Cell col="43" text="prcpkindcd"/>
  397. <Cell col="44" text="rcptno"/>
  398. <Cell col="45" text="acptseqno"/>
  399. <Cell col="46" text="prcpgenrflag"/>
  400. <Cell col="47" text="orddd"/>
  401. <Cell col="48" text="orddeptcd"/>
  402. <Cell col="49" text="rcptdd"/>
  403. <Cell col="50" text="orddrid"/>
  404. <Cell col="51" text="prcpno"/>
  405. <Cell col="52" text="EqmtIFYn"/>
  406. <Cell col="53" text="basesuppdeptcd"/>
  407. <Cell col="54" text="cretno"/>
  408. <Cell col="55" text="wardcd"/>
  409. <Cell col="56" text="rsrvdt"/>
  410. <Cell col="57" text="rgstdeptcd"/>
  411. <Cell col="58" text="rgstrid"/>
  412. <Cell col="59" text="inclprcpcd"/>
  413. <Cell col="60" text="lrgcd"/>
  414. <Cell col="61" text="mdlcd"/>
  415. <Cell col="62" text="actorddd"/>
  416. <Cell col="63" text="examroomnm"/>
  417. <Cell col="64" text="prcphistno"/>
  418. <Cell col="65" text="pacsnocretyn"/>
  419. <Cell col="66" text="execprcpstatcd"/>
  420. <Cell col="67" text="caption1"/>
  421. <Cell col="68" text="caption2"/>
  422. <Cell col="69" text="caption3"/>
  423. <Cell col="70" text="cnclresncdnm"/>
  424. <Cell col="71" text="rsrvexmptmplcd"/>
  425. <Cell col="72" text="rrsgtno2"/>
  426. <Cell col="73" text="clincstdycd"/>
  427. <Cell col="74" text="aftrcptinfo"/>
  428. <Cell col="75" text="급비"/>
  429. <Cell col="76" text="급비"/>
  430. </Band>
  431. <Band id="body">
  432. <Cell celltype="head" text="expr:currow+1"/>
  433. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check"/>
  434. <Cell col="2" text="bind:pid"/>
  435. <Cell col="3" text="bind:hngnm"/>
  436. <Cell col="4" text="bind:sna"/>
  437. <Cell col="5" text="bind:rrgstno1"/>
  438. <Cell col="6" text="bind:orddepthngnm"/>
  439. <Cell col="7" text="bind:orddrnm"/>
  440. <Cell col="8" text="bind:selectdrid"/>
  441. <Cell col="9" text="bind:choiordflag"/>
  442. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  443. <Cell col="11" text="bind:portprcpflag"/>
  444. <Cell col="12" style="align:left;" text="bind:calcscorcd"/>
  445. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  446. <Cell col="14" style="align:left;" text="bind:statcd" enable="false"/>
  447. <Cell col="15" text="bind:rcptyn"/>
  448. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  449. <Cell col="17" text="bind:roomcd"/>
  450. <Cell col="18" text="bind:roomnm"/>
  451. <Cell col="19" displaytype="date" style="align:left;" text="bind:srchrsrvdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  452. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  453. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  454. <Cell col="22" text="bind:prcpqty"/>
  455. <Cell col="23" text="bind:execprcptims"/>
  456. <Cell col="24" displaytype="date" style="align:left;" text="bind:execdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  457. <Cell col="25" displaytype="combo" edittype="combo" text="bind:execrid1" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  458. <Cell col="26" text="bind:rsrvrnm"/>
  459. <Cell col="27" text="bind:basecd"/>
  460. <Cell col="28" text="bind:hometel"/>
  461. <Cell col="29" text="bind:mpphontel"/>
  462. <Cell col="30" text="bind:hight"/>
  463. <Cell col="31" text="bind:weight"/>
  464. <Cell col="32" text="bind:execprcpuniqno"/>
  465. <Cell col="33" text="bind:prcpexecdeptcd"/>
  466. <Cell col="34" text="bind:inflag"/>
  467. <Cell col="35" text="bind:rcptacptyn"/>
  468. <Cell col="36" text="bind:execbaseflag"/>
  469. <Cell col="37" text="bind:excupartcd"/>
  470. <Cell col="38" text="bind:modality"/>
  471. <Cell col="39" text="bind:execrem"/>
  472. <Cell col="40" text="bind:prcpdelivefact"/>
  473. <Cell col="41" text="bind:carecnfmdd"/>
  474. <Cell col="42" text="bind:prcpkindcd"/>
  475. <Cell col="43" text="bind:rcptno"/>
  476. <Cell col="44" text="bind:acptseqno"/>
  477. <Cell col="45" text="bind:prcpgenrflag"/>
  478. <Cell col="46" text="bind:orddd"/>
  479. <Cell col="47" text="bind:orddeptcd"/>
  480. <Cell col="48" text="bind:rcptdd"/>
  481. <Cell col="49" text="bind:orddrid"/>
  482. <Cell col="50" text="bind:prcpno"/>
  483. <Cell col="51" text="bind:eqmtifyn"/>
  484. <Cell col="52" text="bind:basesuppdeptcd"/>
  485. <Cell col="53" text="bind:cretno"/>
  486. <Cell col="54" text="bind:wardcd"/>
  487. <Cell col="55" text="bind:rsrvdt"/>
  488. <Cell col="56" text="bind:rgstdeptcd"/>
  489. <Cell col="57" text="bind:rgstrid"/>
  490. <Cell col="58" text="bind:inclprcpcd"/>
  491. <Cell col="59" text="bind:lrgcd"/>
  492. <Cell col="60" text="bind:mdlcd"/>
  493. <Cell col="61" text="bind:actorddd"/>
  494. <Cell col="62" text="bind:examroomnm"/>
  495. <Cell col="63" text="bind:prcphistno"/>
  496. <Cell col="64" text="bind:pacsnocretyn"/>
  497. <Cell col="65" text="bind:execprcpstatcd"/>
  498. <Cell col="66" text="bind:tmpldata"/>
  499. <Cell col="67" text="bind:prcpdd"/>
  500. <Cell col="68" text="bind:rsrvrid"/>
  501. <Cell col="69" text="bind:cnclresncdnm"/>
  502. <Cell col="70" text="bind:rsrvexmptmplcd"/>
  503. <Cell col="71" text="bind:rrgstno2"/>
  504. <Cell col="72" text="bind:clincstdycd"/>
  505. <Cell col="73" text="bind:aftrcptinfo"/>
  506. <Cell col="74" text="bind:unrsrvexecyn"/>
  507. <Cell col="75" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  508. <Cell col="76" text="bind:specdrid"/>
  509. </Band>
  510. </Format>
  511. </Formats>
  512. </Grid>
  513. </Layout>
  514. </Layouts>
  515. </Tabpage>
  516. <Tabpage id="case4" text="검사완료">
  517. <Layouts>
  518. <Layout>
  519. <Grid id="grd_ordlist4_resize" taborder="3" binddataset="ds_temp_list_ordlist4" scrollpixel="all" useinputpanel="false" cellsizingtype="col" cellmovingtype="col" ondragmove="switch1_resize_ondragmove" position="absolute 0 98 1124 189" anchor="default">
  520. <Formats>
  521. <Format id="default">
  522. <Columns>
  523. <Column size="25" band="left"/>
  524. <Column size="16" band="left"/>
  525. <Column size="62" band="left"/>
  526. <Column size="59" band="left"/>
  527. <Column size="40" band="left"/>
  528. <Column size="60" band="left"/>
  529. <Column size="85"/>
  530. <Column size="58"/>
  531. <Column size="74"/>
  532. <Column size="32"/>
  533. <Column size="68"/>
  534. <Column size="42"/>
  535. <Column size="70"/>
  536. <Column size="109"/>
  537. <Column size="70"/>
  538. <Column size="32"/>
  539. <Column size="100"/>
  540. <Column size="42"/>
  541. <Column size="50"/>
  542. <Column size="105"/>
  543. <Column size="80"/>
  544. <Column size="147"/>
  545. <Column size="31"/>
  546. <Column size="32"/>
  547. <Column size="59"/>
  548. <Column size="113"/>
  549. <Column size="62"/>
  550. <Column size="62"/>
  551. <Column size="100"/>
  552. <Column size="100"/>
  553. <Column size="39"/>
  554. <Column size="49"/>
  555. <Column size="0"/>
  556. <Column size="0"/>
  557. <Column size="0"/>
  558. <Column size="0"/>
  559. <Column size="0"/>
  560. <Column size="0"/>
  561. <Column size="0"/>
  562. <Column size="0"/>
  563. <Column size="0"/>
  564. <Column size="0"/>
  565. <Column size="0"/>
  566. <Column size="0"/>
  567. <Column size="0"/>
  568. <Column size="0"/>
  569. <Column size="0"/>
  570. <Column size="0"/>
  571. <Column size="0"/>
  572. <Column size="0"/>
  573. <Column size="0"/>
  574. <Column size="0"/>
  575. <Column size="0"/>
  576. <Column size="0"/>
  577. <Column size="0"/>
  578. <Column size="0"/>
  579. <Column size="0"/>
  580. <Column size="0"/>
  581. <Column size="0"/>
  582. <Column size="0"/>
  583. <Column size="0"/>
  584. <Column size="0"/>
  585. <Column size="0"/>
  586. <Column size="0"/>
  587. <Column size="0"/>
  588. <Column size="0"/>
  589. <Column size="0"/>
  590. <Column size="0"/>
  591. <Column size="0"/>
  592. <Column size="0"/>
  593. <Column size="0"/>
  594. <Column size="0"/>
  595. <Column size="0"/>
  596. <Column size="0"/>
  597. <Column size="0"/>
  598. <Column size="0"/>
  599. <Column size="0"/>
  600. <Column size="0"/>
  601. <Column size="100"/>
  602. <Column size="0"/>
  603. </Columns>
  604. <Rows>
  605. <Row size="24" band="head"/>
  606. <Row size="24"/>
  607. </Rows>
  608. <Band id="head">
  609. <Cell/>
  610. <Cell col="1"/>
  611. <Cell col="2" text="등록번호4"/>
  612. <Cell col="3" text="성명"/>
  613. <Cell col="4" text="S/A"/>
  614. <Cell col="5" text="주민번호"/>
  615. <Cell col="6" text="진료과"/>
  616. <Cell col="7" text="진료의"/>
  617. <Cell col="8" text="지정검사의"/>
  618. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  619. <Cell col="11" text="포터블"/>
  620. <Cell col="12" text="처방코드"/>
  621. <Cell col="13" text="처방일자"/>
  622. <Cell col="14" text="처방상태"/>
  623. <Cell col="15" text="수납"/>
  624. <Cell col="16" text="검사실"/>
  625. <Cell col="17" text="병동"/>
  626. <Cell col="18" text="병실"/>
  627. <Cell col="19" text="예약일자"/>
  628. <Cell col="20" text="희망일자"/>
  629. <Cell col="21" text="처방명"/>
  630. <Cell col="22" text="수량"/>
  631. <Cell col="23" text="횟수"/>
  632. <Cell col="24" text="예약자"/>
  633. <Cell col="25" text="실시일자"/>
  634. <Cell col="26" text="실시자"/>
  635. <Cell col="27" text="취소코드"/>
  636. <Cell col="28" text="전화번호1"/>
  637. <Cell col="29" text="전화번호2"/>
  638. <Cell col="30" text="키"/>
  639. <Cell col="31" text="몸무게"/>
  640. <Cell col="32" text="execprcpuniqno"/>
  641. <Cell col="33" text="prcpexecdeptcd"/>
  642. <Cell col="34" text="excuroomcd"/>
  643. <Cell col="35" text="rgstdeptcd"/>
  644. <Cell col="36" text="rgstrid"/>
  645. <Cell col="37" text="inflag"/>
  646. <Cell col="38" text="rcptacptyn"/>
  647. <Cell col="39" text="ExecBaseFlag"/>
  648. <Cell col="40" text="lrgcd"/>
  649. <Cell col="41" text="mdlcd"/>
  650. <Cell col="42" text="excupartcd"/>
  651. <Cell col="43" text="modality"/>
  652. <Cell col="44" text="execrem"/>
  653. <Cell col="45" text="prcpdelivefact"/>
  654. <Cell col="46" text="carecnfmdd"/>
  655. <Cell col="47" text="excuroomnm"/>
  656. <Cell col="48" text="rgstdepthngnm"/>
  657. <Cell col="49" text="prcpkindcd"/>
  658. <Cell col="50" text="rcptno"/>
  659. <Cell col="51" text="acptseqno"/>
  660. <Cell col="52" text="prcpdelivefact"/>
  661. <Cell col="53" text="prcpgenrflag"/>
  662. <Cell col="54" text="orddd"/>
  663. <Cell col="55" text="rgstrid"/>
  664. <Cell col="56" text="orddrnm"/>
  665. <Cell col="57" text="orddeptcd"/>
  666. <Cell col="58" text="rcptdd"/>
  667. <Cell col="59" text="orddrid"/>
  668. <Cell col="60" text="prcpgenrflag"/>
  669. <Cell col="61" text="prcpno"/>
  670. <Cell col="62" text="EqmtIFYn"/>
  671. <Cell col="63" text="basesuppdeptcd"/>
  672. <Cell col="64" text="rsrvdt"/>
  673. <Cell col="65" text="inclprcpcd"/>
  674. <Cell col="66" text="caption1"/>
  675. <Cell col="67" text="caption2"/>
  676. <Cell col="68" text="caption3"/>
  677. <Cell col="69" text="caption4"/>
  678. <Cell col="70" text="caption5"/>
  679. <Cell col="71" text="caption6"/>
  680. <Cell col="72" text="cnclresncdnm"/>
  681. <Cell col="73" text="rsrvexmptmplcd"/>
  682. <Cell col="74" text="rrsgtno2"/>
  683. <Cell col="75" text="clincstdycd"/>
  684. <Cell col="76" text="execrid1"/>
  685. <Cell col="77" text="aftrcptinfo"/>
  686. <Cell col="78" text="급비"/>
  687. <Cell col="79" text="급비"/>
  688. </Band>
  689. <Band id="body">
  690. <Cell celltype="head" text="expr:currow+1"/>
  691. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check" expr="expr:(check==&quot;true&quot;||check==1)?1:0"/>
  692. <Cell col="2" text="bind:pid"/>
  693. <Cell col="3" text="bind:hngnm"/>
  694. <Cell col="4" text="bind:sna"/>
  695. <Cell col="5" text="bind:rrgstno1"/>
  696. <Cell col="6" style="align:left;" text="bind:orddepthngnm"/>
  697. <Cell col="7" text="bind:orddrnm"/>
  698. <Cell col="8" displaytype="combo" edittype="combo" text="bind:selectdrid"/>
  699. <Cell col="9" displaytype="none" edittype="none" text="bind:choiordflag"/>
  700. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  701. <Cell col="11" text="bind:portprcpflag"/>
  702. <Cell col="12" style="align:left;" text="bind:calcscorcd"/>
  703. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  704. <Cell col="14" style="align:left;" text="bind:statcd" enable="true"/>
  705. <Cell col="15" text="bind:rcptyn"/>
  706. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  707. <Cell col="17" text="bind:roomcd"/>
  708. <Cell col="18" text="bind:roomnm"/>
  709. <Cell col="19" displaytype="date" style="align:left;" text="bind:srchrsrvdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  710. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  711. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  712. <Cell col="22" text="bind:prcpqty"/>
  713. <Cell col="23" text="bind:execprcptims"/>
  714. <Cell col="24" text="bind:rsrvrnm"/>
  715. <Cell col="25" displaytype="date" style="align:left;" text="bind:execdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  716. <Cell col="26" displaytype="none" edittype="none" text="bind:execrnm"/>
  717. <Cell col="27" text="bind:basecd"/>
  718. <Cell col="28" text="bind:hometel"/>
  719. <Cell col="29" text="bind:mpphontel"/>
  720. <Cell col="30" text="bind:hight"/>
  721. <Cell col="31" text="bind:weight"/>
  722. <Cell col="32" text="bind:execprcpuniqno"/>
  723. <Cell col="33" text="bind:prcpexecdeptcd"/>
  724. <Cell col="34" text="bind:rgstdeptcd"/>
  725. <Cell col="35" text="bind:rgstrid"/>
  726. <Cell col="36" text="bind:inflag"/>
  727. <Cell col="37" text="bind:rcptacptyn"/>
  728. <Cell col="38" text="bind:execbaseflag"/>
  729. <Cell col="39" text="bind:lrgcd"/>
  730. <Cell col="40" text="bind:mdlcd"/>
  731. <Cell col="41" text="bind:excupartcd"/>
  732. <Cell col="42" text="bind:modality"/>
  733. <Cell col="43" text="bind:execrem"/>
  734. <Cell col="44" text="bind:prcpdelivefact"/>
  735. <Cell col="45" text="bind:carecnfmdd"/>
  736. <Cell col="46" text="bind:excuroomnm"/>
  737. <Cell col="47" text="bind:rgstdepthngnm"/>
  738. <Cell col="48" text="bind:prcpkindcd"/>
  739. <Cell col="49" text="bind:rcptno"/>
  740. <Cell col="50" text="bind:acptseqno"/>
  741. <Cell col="51" text="bind:prcpdelivefact"/>
  742. <Cell col="52" text="bind:prcpgenrflag"/>
  743. <Cell col="53" text="bind:orddd"/>
  744. <Cell col="54" text="bind:rgstrid"/>
  745. <Cell col="55" text="bind:orddrnm"/>
  746. <Cell col="56" text="bind:orddeptcd"/>
  747. <Cell col="57" text="bind:rcptdd"/>
  748. <Cell col="58" text="bind:orddrid"/>
  749. <Cell col="59" text="bind:prcpgenrflag"/>
  750. <Cell col="60" text="bind:prcpno"/>
  751. <Cell col="61" text="bind:eqmtifyn"/>
  752. <Cell col="62" text="bind:basesuppdeptcd"/>
  753. <Cell col="63" text="bind:rsrvdt"/>
  754. <Cell col="64" text="bind:inclprcpcd"/>
  755. <Cell col="65" text="bind:examroomnm"/>
  756. <Cell col="66" text="bind:execprcpstatcd"/>
  757. <Cell col="67" text="bind:tmpldata"/>
  758. <Cell col="68" text="bind:prcpdd"/>
  759. <Cell col="69" text="bind:rsrvrid"/>
  760. <Cell col="70" text="bind:pacsnocretyn"/>
  761. <Cell col="71" text="bind:cnclresncdnm"/>
  762. <Cell col="72" text="bind:rsrvexmptmplcd"/>
  763. <Cell col="73" text="bind:rrgstno2"/>
  764. <Cell col="74" text="bind:clincstdycd"/>
  765. <Cell col="75" text="bind:execrid1"/>
  766. <Cell col="76" text="bind:aftrcptinfo"/>
  767. <Cell col="77" text="bind:unrsrvexecyn"/>
  768. <Cell col="78" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  769. <Cell col="79" text="bind:specdrid"/>
  770. </Band>
  771. </Format>
  772. </Formats>
  773. </Grid>
  774. <Grid id="grd_ordlist4" taborder="4" binddataset="ds_main_list_ordlist4" useinputpanel="false" position="absolute 0 0 1124 91" anchor="default">
  775. <Formats>
  776. <Format id="default">
  777. <Columns>
  778. <Column size="25" band="left"/>
  779. <Column size="16" band="left"/>
  780. <Column size="62" band="left"/>
  781. <Column size="59" band="left"/>
  782. <Column size="40" band="left"/>
  783. <Column size="60" band="left"/>
  784. <Column size="85"/>
  785. <Column size="58"/>
  786. <Column size="70"/>
  787. <Column size="35"/>
  788. <Column size="68"/>
  789. <Column size="42"/>
  790. <Column size="70"/>
  791. <Column size="109"/>
  792. <Column size="70"/>
  793. <Column size="32"/>
  794. <Column size="100"/>
  795. <Column size="42"/>
  796. <Column size="50"/>
  797. <Column size="105"/>
  798. <Column size="80"/>
  799. <Column size="147"/>
  800. <Column size="31"/>
  801. <Column size="32"/>
  802. <Column size="59"/>
  803. <Column size="113"/>
  804. <Column size="62"/>
  805. <Column size="62"/>
  806. <Column size="100"/>
  807. <Column size="100"/>
  808. <Column size="39"/>
  809. <Column size="49"/>
  810. <Column size="0"/>
  811. <Column size="0"/>
  812. <Column size="0"/>
  813. <Column size="0"/>
  814. <Column size="0"/>
  815. <Column size="0"/>
  816. <Column size="0"/>
  817. <Column size="0"/>
  818. <Column size="0"/>
  819. <Column size="0"/>
  820. <Column size="0"/>
  821. <Column size="0"/>
  822. <Column size="0"/>
  823. <Column size="0"/>
  824. <Column size="0"/>
  825. <Column size="0"/>
  826. <Column size="0"/>
  827. <Column size="0"/>
  828. <Column size="0"/>
  829. <Column size="0"/>
  830. <Column size="0"/>
  831. <Column size="0"/>
  832. <Column size="0"/>
  833. <Column size="0"/>
  834. <Column size="0"/>
  835. <Column size="0"/>
  836. <Column size="0"/>
  837. <Column size="0"/>
  838. <Column size="0"/>
  839. <Column size="0"/>
  840. <Column size="0"/>
  841. <Column size="0"/>
  842. <Column size="0"/>
  843. <Column size="0"/>
  844. <Column size="0"/>
  845. <Column size="0"/>
  846. <Column size="0"/>
  847. <Column size="0"/>
  848. <Column size="0"/>
  849. <Column size="0"/>
  850. <Column size="0"/>
  851. <Column size="0"/>
  852. <Column size="0"/>
  853. <Column size="0"/>
  854. <Column size="0"/>
  855. <Column size="0"/>
  856. <Column size="100"/>
  857. <Column size="0"/>
  858. </Columns>
  859. <Rows>
  860. <Row size="24" band="head"/>
  861. <Row size="24"/>
  862. </Rows>
  863. <Band id="head">
  864. <Cell/>
  865. <Cell col="1"/>
  866. <Cell col="2" text="등록번호4"/>
  867. <Cell col="3" text="성명"/>
  868. <Cell col="4" text="S/A"/>
  869. <Cell col="5" text="주민번호"/>
  870. <Cell col="6" text="진료과"/>
  871. <Cell col="7" text="진료의"/>
  872. <Cell col="8" text="지정검사의"/>
  873. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  874. <Cell col="11" text="포터블"/>
  875. <Cell col="12" text="처방코드"/>
  876. <Cell col="13" text="처방일자"/>
  877. <Cell col="14" text="처방상태"/>
  878. <Cell col="15" text="수납"/>
  879. <Cell col="16" text="검사실"/>
  880. <Cell col="17" text="병동"/>
  881. <Cell col="18" text="병실"/>
  882. <Cell col="19" text="예약일자"/>
  883. <Cell col="20" text="희망일자"/>
  884. <Cell col="21" text="처방명"/>
  885. <Cell col="22" text="수량"/>
  886. <Cell col="23" text="횟수"/>
  887. <Cell col="24" text="예약자"/>
  888. <Cell col="25" text="실시일자"/>
  889. <Cell col="26" text="실시자"/>
  890. <Cell col="27" text="취소코드"/>
  891. <Cell col="28" text="전화번호1"/>
  892. <Cell col="29" text="전화번호2"/>
  893. <Cell col="30" text="키"/>
  894. <Cell col="31" text="몸무게"/>
  895. <Cell col="32" text="execprcpuniqno"/>
  896. <Cell col="33" text="prcpexecdeptcd"/>
  897. <Cell col="34" text="excuroomcd"/>
  898. <Cell col="35" text="rgstdeptcd"/>
  899. <Cell col="36" text="rgstrid"/>
  900. <Cell col="37" text="inflag"/>
  901. <Cell col="38" text="rcptacptyn"/>
  902. <Cell col="39" text="ExecBaseFlag"/>
  903. <Cell col="40" text="lrgcd"/>
  904. <Cell col="41" text="mdlcd"/>
  905. <Cell col="42" text="excupartcd"/>
  906. <Cell col="43" text="modality"/>
  907. <Cell col="44" text="execrem"/>
  908. <Cell col="45" text="prcpdelivefact"/>
  909. <Cell col="46" text="carecnfmdd"/>
  910. <Cell col="47" text="excuroomnm"/>
  911. <Cell col="48" text="rgstdepthngnm"/>
  912. <Cell col="49" text="prcpkindcd"/>
  913. <Cell col="50" text="rcptno"/>
  914. <Cell col="51" text="acptseqno"/>
  915. <Cell col="52" text="prcpdelivefact"/>
  916. <Cell col="53" text="prcpgenrflag"/>
  917. <Cell col="54" text="orddd"/>
  918. <Cell col="55" text="rgstrid"/>
  919. <Cell col="56" text="orddrnm"/>
  920. <Cell col="57" text="orddeptcd"/>
  921. <Cell col="58" text="rcptdd"/>
  922. <Cell col="59" text="orddrid"/>
  923. <Cell col="60" text="prcpgenrflag"/>
  924. <Cell col="61" text="prcpno"/>
  925. <Cell col="62" text="EqmtIFYn"/>
  926. <Cell col="63" text="basesuppdeptcd"/>
  927. <Cell col="64" text="rsrvdt"/>
  928. <Cell col="65" text="inclprcpcd"/>
  929. <Cell col="66" text="caption1"/>
  930. <Cell col="67" text="caption2"/>
  931. <Cell col="68" text="caption3"/>
  932. <Cell col="69" text="caption4"/>
  933. <Cell col="70" text="caption5"/>
  934. <Cell col="71" text="caption6"/>
  935. <Cell col="72" text="cnclresncdnm"/>
  936. <Cell col="73" text="rsrvexmptmplcd"/>
  937. <Cell col="74" text="rrsgtno2"/>
  938. <Cell col="75" text="clincstdycd"/>
  939. <Cell col="76" text="execrid1"/>
  940. <Cell col="77" text="aftrcptinfo"/>
  941. <Cell col="78" text="급비"/>
  942. <Cell col="79" text="급비"/>
  943. </Band>
  944. <Band id="body">
  945. <Cell celltype="head" text="expr:currow+1"/>
  946. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check" expr="expr:(check==&quot;true&quot;||check==1)?1:0"/>
  947. <Cell col="2" text="bind:pid"/>
  948. <Cell col="3" text="bind:hngnm"/>
  949. <Cell col="4" text="bind:sna"/>
  950. <Cell col="5" text="bind:rrgstno1"/>
  951. <Cell col="6" style="align:left;" text="bind:orddepthngnm"/>
  952. <Cell col="7" text="bind:orddrnm"/>
  953. <Cell col="8" text="bind:selectdrid"/>
  954. <Cell col="9" displaytype="none" edittype="none" text="bind:choiordflag"/>
  955. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  956. <Cell col="11" text="bind:portprcpflag"/>
  957. <Cell col="12" style="align:left;" text="bind:calcscorcd"/>
  958. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  959. <Cell col="14" style="align:left;" text="bind:statcd" enable="true"/>
  960. <Cell col="15" text="bind:rcptyn"/>
  961. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  962. <Cell col="17" text="bind:roomcd"/>
  963. <Cell col="18" text="bind:roomnm"/>
  964. <Cell col="19" displaytype="date" style="align:left;" text="bind:srchrsrvdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  965. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  966. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  967. <Cell col="22" text="bind:prcpqty"/>
  968. <Cell col="23" text="bind:execprcptims"/>
  969. <Cell col="24" text="bind:rsrvrnm"/>
  970. <Cell col="25" displaytype="date" style="align:left;" text="bind:execdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  971. <Cell col="26" displaytype="none" edittype="none" text="bind:execrnm"/>
  972. <Cell col="27" text="bind:basecd"/>
  973. <Cell col="28" text="bind:hometel"/>
  974. <Cell col="29" text="bind:mpphontel"/>
  975. <Cell col="30" text="bind:hight"/>
  976. <Cell col="31" text="bind:weight"/>
  977. <Cell col="32" text="bind:execprcpuniqno"/>
  978. <Cell col="33" text="bind:prcpexecdeptcd"/>
  979. <Cell col="34" text="bind:rgstdeptcd"/>
  980. <Cell col="35" text="bind:rgstrid"/>
  981. <Cell col="36" text="bind:inflag"/>
  982. <Cell col="37" text="bind:rcptacptyn"/>
  983. <Cell col="38" text="bind:execbaseflag"/>
  984. <Cell col="39" text="bind:lrgcd"/>
  985. <Cell col="40" text="bind:mdlcd"/>
  986. <Cell col="41" text="bind:excupartcd"/>
  987. <Cell col="42" text="bind:modality"/>
  988. <Cell col="43" text="bind:execrem"/>
  989. <Cell col="44" text="bind:prcpdelivefact"/>
  990. <Cell col="45" text="bind:carecnfmdd"/>
  991. <Cell col="46" text="bind:excuroomnm"/>
  992. <Cell col="47" text="bind:rgstdepthngnm"/>
  993. <Cell col="48" text="bind:prcpkindcd"/>
  994. <Cell col="49" text="bind:rcptno"/>
  995. <Cell col="50" text="bind:acptseqno"/>
  996. <Cell col="51" text="bind:prcpdelivefact"/>
  997. <Cell col="52" text="bind:prcpgenrflag"/>
  998. <Cell col="53" text="bind:orddd"/>
  999. <Cell col="54" text="bind:rgstrid"/>
  1000. <Cell col="55" text="bind:orddrnm"/>
  1001. <Cell col="56" text="bind:orddeptcd"/>
  1002. <Cell col="57" text="bind:rcptdd"/>
  1003. <Cell col="58" text="bind:orddrid"/>
  1004. <Cell col="59" text="bind:prcpgenrflag"/>
  1005. <Cell col="60" text="bind:prcpno"/>
  1006. <Cell col="61" text="bind:eqmtifyn"/>
  1007. <Cell col="62" text="bind:basesuppdeptcd"/>
  1008. <Cell col="63" text="bind:rsrvdt"/>
  1009. <Cell col="64" text="bind:inclprcpcd"/>
  1010. <Cell col="65" text="bind:examroomnm"/>
  1011. <Cell col="66" text="bind:execprcpstatcd"/>
  1012. <Cell col="67" text="bind:tmpldata"/>
  1013. <Cell col="68" text="bind:prcpdd"/>
  1014. <Cell col="69" text="bind:rsrvrid"/>
  1015. <Cell col="70" text="bind:pacsnocretyn"/>
  1016. <Cell col="71" text="bind:cnclresncdnm"/>
  1017. <Cell col="72" text="bind:rsrvexmptmplcd"/>
  1018. <Cell col="73" text="bind:rrgstno2"/>
  1019. <Cell col="74" text="bind:clincstdycd"/>
  1020. <Cell col="75" text="bind:execrid1"/>
  1021. <Cell col="76" text="bind:aftrcptinfo"/>
  1022. <Cell col="77" text="bind:unrsrvexecyn"/>
  1023. <Cell col="78" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  1024. <Cell col="79" text="bind:specdrid"/>
  1025. </Band>
  1026. </Format>
  1027. </Formats>
  1028. </Grid>
  1029. </Layout>
  1030. </Layouts>
  1031. </Tabpage>
  1032. <Tabpage id="case6" text="미예약">
  1033. <Layouts>
  1034. <Layout>
  1035. <Grid id="grd_ordlist6" taborder="3" binddataset="ds_main_list_ordlist6" useinputpanel="false" position="absolute 0 0 1124 91" anchor="default">
  1036. <Formats>
  1037. <Format id="default">
  1038. <Columns>
  1039. <Column size="25" band="left"/>
  1040. <Column size="16" band="left"/>
  1041. <Column size="72" band="left"/>
  1042. <Column size="70" band="left"/>
  1043. <Column size="45" band="left"/>
  1044. <Column size="60" band="left"/>
  1045. <Column size="73"/>
  1046. <Column size="58"/>
  1047. <Column size="80"/>
  1048. <Column size="40"/>
  1049. <Column size="68"/>
  1050. <Column size="42"/>
  1051. <Column size="50"/>
  1052. <Column size="80"/>
  1053. <Column size="64"/>
  1054. <Column size="43"/>
  1055. <Column size="100"/>
  1056. <Column size="70"/>
  1057. <Column size="61"/>
  1058. <Column size="116"/>
  1059. <Column size="80"/>
  1060. <Column size="165"/>
  1061. <Column size="32"/>
  1062. <Column size="34"/>
  1063. <Column size="59"/>
  1064. <Column size="0"/>
  1065. <Column size="0"/>
  1066. <Column size="54"/>
  1067. <Column size="100"/>
  1068. <Column size="70"/>
  1069. <Column size="100"/>
  1070. <Column size="100"/>
  1071. <Column size="39"/>
  1072. <Column size="49"/>
  1073. <Column size="0"/>
  1074. <Column size="0"/>
  1075. <Column size="0"/>
  1076. <Column size="0"/>
  1077. <Column size="0"/>
  1078. <Column size="0"/>
  1079. <Column size="0"/>
  1080. <Column size="0"/>
  1081. <Column size="0"/>
  1082. <Column size="0"/>
  1083. <Column size="0"/>
  1084. <Column size="0"/>
  1085. <Column size="0"/>
  1086. <Column size="0"/>
  1087. <Column size="0"/>
  1088. <Column size="0"/>
  1089. <Column size="0"/>
  1090. <Column size="0"/>
  1091. <Column size="0"/>
  1092. <Column size="0"/>
  1093. <Column size="0"/>
  1094. <Column size="0"/>
  1095. <Column size="0"/>
  1096. <Column size="0"/>
  1097. <Column size="0"/>
  1098. <Column size="0"/>
  1099. <Column size="0"/>
  1100. <Column size="0"/>
  1101. <Column size="0"/>
  1102. <Column size="0"/>
  1103. <Column size="0"/>
  1104. <Column size="0"/>
  1105. <Column size="0"/>
  1106. <Column size="0"/>
  1107. <Column size="0"/>
  1108. <Column size="0"/>
  1109. <Column size="0"/>
  1110. <Column size="0"/>
  1111. <Column size="0"/>
  1112. <Column size="0"/>
  1113. <Column size="0"/>
  1114. <Column size="0"/>
  1115. <Column size="0"/>
  1116. <Column size="0"/>
  1117. <Column size="0"/>
  1118. <Column size="0"/>
  1119. <Column size="0"/>
  1120. <Column size="0"/>
  1121. <Column size="0"/>
  1122. <Column size="0"/>
  1123. <Column size="0"/>
  1124. <Column size="0"/>
  1125. <Column size="0"/>
  1126. <Column size="0"/>
  1127. <Column size="0"/>
  1128. <Column size="100"/>
  1129. <Column size="0"/>
  1130. </Columns>
  1131. <Rows>
  1132. <Row size="24" band="head"/>
  1133. <Row size="24"/>
  1134. </Rows>
  1135. <Band id="head">
  1136. <Cell/>
  1137. <Cell col="1"/>
  1138. <Cell col="2" text="등록번호6"/>
  1139. <Cell col="3" text="성명"/>
  1140. <Cell col="4" text="S/A"/>
  1141. <Cell col="5" text="주민번호"/>
  1142. <Cell col="6" text="진료과"/>
  1143. <Cell col="7" text="진료의"/>
  1144. <Cell col="8" text="지정검사의"/>
  1145. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  1146. <Cell col="11" text="포터블"/>
  1147. <Cell col="12" text="처방코드"/>
  1148. <Cell col="13" text="처방일자"/>
  1149. <Cell col="14" text="처방상태"/>
  1150. <Cell col="15" text="수납"/>
  1151. <Cell col="16" text="검사실"/>
  1152. <Cell col="17" text="병동"/>
  1153. <Cell col="18" text="병실"/>
  1154. <Cell col="19" text="예약시간"/>
  1155. <Cell col="20" text="희망일자"/>
  1156. <Cell col="21" text="처방명"/>
  1157. <Cell col="22" text="수량"/>
  1158. <Cell col="23" text="횟수"/>
  1159. <Cell col="24" text="예약자"/>
  1160. <Cell col="25" text="접수시간"/>
  1161. <Cell col="26" text="접수자"/>
  1162. <Cell col="27" text="실시시간"/>
  1163. <Cell col="28" text="실시자"/>
  1164. <Cell col="29" text="취소코드"/>
  1165. <Cell col="30" text="전화번호1"/>
  1166. <Cell col="31" text="전화번호2"/>
  1167. <Cell col="32" text="키"/>
  1168. <Cell col="33" text="몸무게"/>
  1169. <Cell col="34" text="execprcpuniqno"/>
  1170. <Cell col="35" text="prcpexecdeptcd"/>
  1171. <Cell col="36" text="excuroomcd"/>
  1172. <Cell col="37" text="rgstdeptcd"/>
  1173. <Cell col="38" text="rgstrid"/>
  1174. <Cell col="39" text="inflag"/>
  1175. <Cell col="40" text="rcptacptyn"/>
  1176. <Cell col="41" text="ExecBaseFlag"/>
  1177. <Cell col="42" text="lrgcd"/>
  1178. <Cell col="43" text="mdlcd"/>
  1179. <Cell col="44" text="excupartcd"/>
  1180. <Cell col="45" text="modality"/>
  1181. <Cell col="46" text="acptrem"/>
  1182. <Cell col="47" text="execrem"/>
  1183. <Cell col="48" text="prcpdelivefact"/>
  1184. <Cell col="49" text="carecnfmdd"/>
  1185. <Cell col="50" text="excuroomnm"/>
  1186. <Cell col="51" text="rgstdepthngnm"/>
  1187. <Cell col="52" text="prcpkindcd"/>
  1188. <Cell col="53" text="rcptno"/>
  1189. <Cell col="54" text="acptseqno"/>
  1190. <Cell col="55" text="prcpdelivefact"/>
  1191. <Cell col="56" text="execrid1"/>
  1192. <Cell col="57" text="execrid2"/>
  1193. <Cell col="58" text="execrid3"/>
  1194. <Cell col="59" text="execrid4"/>
  1195. <Cell col="60" text="prcpgenrflag"/>
  1196. <Cell col="61" text="indd"/>
  1197. <Cell col="62" text="rgstrid"/>
  1198. <Cell col="63" text="orddrnm"/>
  1199. <Cell col="64" text="orddeptcd"/>
  1200. <Cell col="65" text="rcptdd"/>
  1201. <Cell col="66" text="orddrid"/>
  1202. <Cell col="67" text="prcpgenrflag"/>
  1203. <Cell col="68" text="prcpno"/>
  1204. <Cell col="69" text="EqmtIFYn"/>
  1205. <Cell col="70" text="basesuppdeptcd"/>
  1206. <Cell col="71" text="tmpldata"/>
  1207. <Cell col="72" text="wardcd"/>
  1208. <Cell col="73" text="prcpexecdeptcd"/>
  1209. <Cell col="74" text="rsrvdt"/>
  1210. <Cell col="75" text="prcphistno"/>
  1211. <Cell col="76" text="inclprcpcd"/>
  1212. <Cell col="77" text="actorddd"/>
  1213. <Cell col="78" text="retno"/>
  1214. <Cell col="79" text="pacsnocretyn"/>
  1215. <Cell col="80" text="examroonm"/>
  1216. <Cell col="81" text="execprcpstatcd"/>
  1217. <Cell col="82" text="caption1"/>
  1218. <Cell col="83" text="caption2"/>
  1219. <Cell col="84" text="caption3"/>
  1220. <Cell col="85" text="rsrvexmptmplcd"/>
  1221. <Cell col="86" text="rrsgtno2"/>
  1222. <Cell col="87" text="clincstdycd"/>
  1223. <Cell col="88" text="aftrcptinfo"/>
  1224. <Cell col="89" text="급비"/>
  1225. <Cell col="90" text="급비"/>
  1226. </Band>
  1227. <Band id="body">
  1228. <Cell celltype="head" text="expr:currow+1"/>
  1229. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check" expr="expr:(check==&quot;true&quot;||check==1)?1:0"/>
  1230. <Cell col="2" text="bind:pid"/>
  1231. <Cell col="3" text="bind:hngnm"/>
  1232. <Cell col="4" text="bind:sna"/>
  1233. <Cell col="5" text="bind:rrgstno1"/>
  1234. <Cell col="6" style="align:left;" text="bind:orddepthngnm"/>
  1235. <Cell col="7" text="bind:orddrnm"/>
  1236. <Cell col="8" text="bind:selectdrid"/>
  1237. <Cell col="9" text="bind:choiordflag"/>
  1238. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  1239. <Cell col="11" text="bind:portprcpflag"/>
  1240. <Cell col="12" text="bind:calcscorcd"/>
  1241. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1242. <Cell col="14" style="align:left;" text="bind:statcd"/>
  1243. <Cell col="15" text="bind:rcptyn"/>
  1244. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  1245. <Cell col="17" text="bind:roomcd"/>
  1246. <Cell col="18" text="bind:roomnm"/>
  1247. <Cell col="19" displaytype="date" text="bind:srchrsrvdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1248. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  1249. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  1250. <Cell col="22" text="bind:prcpqty"/>
  1251. <Cell col="23" text="bind:execprcptims"/>
  1252. <Cell col="24" displaytype="combo" edittype="combo" text="bind:rsrvid" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  1253. <Cell col="25" text="bind:rcptdd"/>
  1254. <Cell col="26" text="bind:acptid"/>
  1255. <Cell col="27" style="align:left;" text="bind:execdt" wordwrap="char"/>
  1256. <Cell col="28" displaytype="combo" edittype="combo" text="bind:execrid1" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  1257. <Cell col="29" text="bind:basecd"/>
  1258. <Cell col="30" text="bind:hometel"/>
  1259. <Cell col="31" text="bind:mpphontel"/>
  1260. <Cell col="32" text="bind:hight"/>
  1261. <Cell col="33" text="bind:weight"/>
  1262. <Cell col="34" text="bind:execprcpuniqno"/>
  1263. <Cell col="35" text="bind:prcpexecdeptcd"/>
  1264. <Cell col="36" text="bind:rgstdeptcd"/>
  1265. <Cell col="37" text="bind:rgstrid"/>
  1266. <Cell col="38" text="bind:inflag"/>
  1267. <Cell col="39" text="bind:rcptacptyn"/>
  1268. <Cell col="40" text="bind:execbaseflag"/>
  1269. <Cell col="41" text="bind:lrgcd"/>
  1270. <Cell col="42" text="bind:mdlcd"/>
  1271. <Cell col="43" text="bind:excupartcd"/>
  1272. <Cell col="44" text="bind:modality"/>
  1273. <Cell col="45" text="bind:acptrem"/>
  1274. <Cell col="46" text="bind:execrem"/>
  1275. <Cell col="47" text="bind:prcpdelivefact"/>
  1276. <Cell col="48" text="bind:carecnfmdd"/>
  1277. <Cell col="49" text="bind:excuroomnm"/>
  1278. <Cell col="50" text="bind:rgstdepthngnm"/>
  1279. <Cell col="51" text="bind:prcpkindcd"/>
  1280. <Cell col="52" text="bind:rcptno"/>
  1281. <Cell col="53" text="bind:acptseqno"/>
  1282. <Cell col="54" text="bind:prcpdelivefact"/>
  1283. <Cell col="55" text="bind:execrid1"/>
  1284. <Cell col="56" text="bind:execrid2"/>
  1285. <Cell col="57" text="bind:execrid3"/>
  1286. <Cell col="58" text="bind:execrid4"/>
  1287. <Cell col="59" text="bind:prcpgenrflag"/>
  1288. <Cell col="60" text="bind:orddd"/>
  1289. <Cell col="61" text="bind:rgstrid"/>
  1290. <Cell col="62" text="bind:orddrnm"/>
  1291. <Cell col="63" text="bind:orddeptcd"/>
  1292. <Cell col="64" text="bind:rcptdd"/>
  1293. <Cell col="65" text="bind:orddrid"/>
  1294. <Cell col="66" text="bind:prcpgenrflag"/>
  1295. <Cell col="67" text="bind:prcpno"/>
  1296. <Cell col="68" text="bind:eqmtifyn"/>
  1297. <Cell col="69" text="bind:basesuppdeptcd"/>
  1298. <Cell col="70" text="bind:tmpldata"/>
  1299. <Cell col="71" text="bind:wardcd"/>
  1300. <Cell col="72" text="bind:prcpexecdeptcd"/>
  1301. <Cell col="73" text="bind:rsrvdt"/>
  1302. <Cell col="74" text="bind:prcphistno"/>
  1303. <Cell col="75" text="bind:inclprcpcd"/>
  1304. <Cell col="76" text="bind:actorddd"/>
  1305. <Cell col="77" text="bind:cretno"/>
  1306. <Cell col="78" text="bind:pacsnocretyn"/>
  1307. <Cell col="79" text="bind:examroomnm"/>
  1308. <Cell col="80" text="bind:execprcpstatcd"/>
  1309. <Cell col="81" text="bind:tmpldata"/>
  1310. <Cell col="82" text="bind:prcpdd"/>
  1311. <Cell col="83" text="bind:cnclresncdnm"/>
  1312. <Cell col="84" text="bind:rsrvexmptmplcd"/>
  1313. <Cell col="85" text="bind:rrgstno2"/>
  1314. <Cell col="86" text="bind:clincstdycd"/>
  1315. <Cell col="87" text="bind:aftrcptinfo"/>
  1316. <Cell col="88" text="bind:unrsrvexecyn"/>
  1317. <Cell col="89" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  1318. <Cell col="90" text="bind:specdrid"/>
  1319. </Band>
  1320. </Format>
  1321. </Formats>
  1322. </Grid>
  1323. <Grid id="grd_ordlist6_resize" taborder="4" binddataset="ds_temp_list_ordlist6" scrollpixel="all" useinputpanel="false" cellsizingtype="col" cellmovingtype="col" ondragmove="switch1_resize_ondragmove" position="absolute 0 98 1124 189" anchor="default">
  1324. <Formats>
  1325. <Format id="default">
  1326. <Columns>
  1327. <Column size="25" band="left"/>
  1328. <Column size="16" band="left"/>
  1329. <Column size="72" band="left"/>
  1330. <Column size="70" band="left"/>
  1331. <Column size="45" band="left"/>
  1332. <Column size="60" band="left"/>
  1333. <Column size="73"/>
  1334. <Column size="58"/>
  1335. <Column size="84"/>
  1336. <Column size="40"/>
  1337. <Column size="68"/>
  1338. <Column size="42"/>
  1339. <Column size="50"/>
  1340. <Column size="80"/>
  1341. <Column size="64"/>
  1342. <Column size="43"/>
  1343. <Column size="100"/>
  1344. <Column size="70"/>
  1345. <Column size="61"/>
  1346. <Column size="116"/>
  1347. <Column size="80"/>
  1348. <Column size="165"/>
  1349. <Column size="32"/>
  1350. <Column size="34"/>
  1351. <Column size="59"/>
  1352. <Column size="0"/>
  1353. <Column size="0"/>
  1354. <Column size="54"/>
  1355. <Column size="100"/>
  1356. <Column size="70"/>
  1357. <Column size="100"/>
  1358. <Column size="100"/>
  1359. <Column size="39"/>
  1360. <Column size="49"/>
  1361. <Column size="0"/>
  1362. <Column size="0"/>
  1363. <Column size="0"/>
  1364. <Column size="0"/>
  1365. <Column size="0"/>
  1366. <Column size="0"/>
  1367. <Column size="0"/>
  1368. <Column size="0"/>
  1369. <Column size="0"/>
  1370. <Column size="0"/>
  1371. <Column size="0"/>
  1372. <Column size="0"/>
  1373. <Column size="0"/>
  1374. <Column size="0"/>
  1375. <Column size="0"/>
  1376. <Column size="0"/>
  1377. <Column size="0"/>
  1378. <Column size="0"/>
  1379. <Column size="0"/>
  1380. <Column size="0"/>
  1381. <Column size="0"/>
  1382. <Column size="0"/>
  1383. <Column size="0"/>
  1384. <Column size="0"/>
  1385. <Column size="0"/>
  1386. <Column size="0"/>
  1387. <Column size="0"/>
  1388. <Column size="0"/>
  1389. <Column size="0"/>
  1390. <Column size="0"/>
  1391. <Column size="0"/>
  1392. <Column size="0"/>
  1393. <Column size="0"/>
  1394. <Column size="0"/>
  1395. <Column size="0"/>
  1396. <Column size="0"/>
  1397. <Column size="0"/>
  1398. <Column size="0"/>
  1399. <Column size="0"/>
  1400. <Column size="0"/>
  1401. <Column size="0"/>
  1402. <Column size="0"/>
  1403. <Column size="0"/>
  1404. <Column size="0"/>
  1405. <Column size="0"/>
  1406. <Column size="0"/>
  1407. <Column size="0"/>
  1408. <Column size="0"/>
  1409. <Column size="0"/>
  1410. <Column size="0"/>
  1411. <Column size="0"/>
  1412. <Column size="0"/>
  1413. <Column size="0"/>
  1414. <Column size="0"/>
  1415. <Column size="0"/>
  1416. <Column size="100"/>
  1417. <Column size="0"/>
  1418. </Columns>
  1419. <Rows>
  1420. <Row size="24" band="head"/>
  1421. <Row size="24"/>
  1422. </Rows>
  1423. <Band id="head">
  1424. <Cell/>
  1425. <Cell col="1"/>
  1426. <Cell col="2" text="등록번호6"/>
  1427. <Cell col="3" text="성명"/>
  1428. <Cell col="4" text="S/A"/>
  1429. <Cell col="5" text="주민번호"/>
  1430. <Cell col="6" text="진료과"/>
  1431. <Cell col="7" text="진료의"/>
  1432. <Cell col="8" text="지정검사의"/>
  1433. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  1434. <Cell col="11" text="포터블"/>
  1435. <Cell col="12" text="처방코드"/>
  1436. <Cell col="13" text="처방일자"/>
  1437. <Cell col="14" text="처방상태"/>
  1438. <Cell col="15" text="수납"/>
  1439. <Cell col="16" text="검사실"/>
  1440. <Cell col="17" text="병동"/>
  1441. <Cell col="18" text="병실"/>
  1442. <Cell col="19" text="예약시간"/>
  1443. <Cell col="20" text="희망일자"/>
  1444. <Cell col="21" text="처방명"/>
  1445. <Cell col="22" text="수량"/>
  1446. <Cell col="23" text="횟수"/>
  1447. <Cell col="24" text="예약자"/>
  1448. <Cell col="25" text="접수시간"/>
  1449. <Cell col="26" text="접수자"/>
  1450. <Cell col="27" text="실시시간"/>
  1451. <Cell col="28" text="실시자"/>
  1452. <Cell col="29" text="취소코드"/>
  1453. <Cell col="30" text="전화번호1"/>
  1454. <Cell col="31" text="전화번호2"/>
  1455. <Cell col="32" text="키"/>
  1456. <Cell col="33" text="몸무게"/>
  1457. <Cell col="34" text="execprcpuniqno"/>
  1458. <Cell col="35" text="prcpexecdeptcd"/>
  1459. <Cell col="36" text="excuroomcd"/>
  1460. <Cell col="37" text="rgstdeptcd"/>
  1461. <Cell col="38" text="rgstrid"/>
  1462. <Cell col="39" text="inflag"/>
  1463. <Cell col="40" text="rcptacptyn"/>
  1464. <Cell col="41" text="ExecBaseFlag"/>
  1465. <Cell col="42" text="lrgcd"/>
  1466. <Cell col="43" text="mdlcd"/>
  1467. <Cell col="44" text="excupartcd"/>
  1468. <Cell col="45" text="modality"/>
  1469. <Cell col="46" text="acptrem"/>
  1470. <Cell col="47" text="execrem"/>
  1471. <Cell col="48" text="prcpdelivefact"/>
  1472. <Cell col="49" text="carecnfmdd"/>
  1473. <Cell col="50" text="excuroomnm"/>
  1474. <Cell col="51" text="rgstdepthngnm"/>
  1475. <Cell col="52" text="prcpkindcd"/>
  1476. <Cell col="53" text="rcptno"/>
  1477. <Cell col="54" text="acptseqno"/>
  1478. <Cell col="55" text="prcpdelivefact"/>
  1479. <Cell col="56" text="execrid1"/>
  1480. <Cell col="57" text="execrid2"/>
  1481. <Cell col="58" text="execrid3"/>
  1482. <Cell col="59" text="execrid4"/>
  1483. <Cell col="60" text="prcpgenrflag"/>
  1484. <Cell col="61" text="indd"/>
  1485. <Cell col="62" text="rgstrid"/>
  1486. <Cell col="63" text="orddrnm"/>
  1487. <Cell col="64" text="orddeptcd"/>
  1488. <Cell col="65" text="rcptdd"/>
  1489. <Cell col="66" text="orddrid"/>
  1490. <Cell col="67" text="prcpgenrflag"/>
  1491. <Cell col="68" text="prcpno"/>
  1492. <Cell col="69" text="EqmtIFYn"/>
  1493. <Cell col="70" text="basesuppdeptcd"/>
  1494. <Cell col="71" text="tmpldata"/>
  1495. <Cell col="72" text="wardcd"/>
  1496. <Cell col="73" text="prcpexecdeptcd"/>
  1497. <Cell col="74" text="rsrvdt"/>
  1498. <Cell col="75" text="prcphistno"/>
  1499. <Cell col="76" text="inclprcpcd"/>
  1500. <Cell col="77" text="actorddd"/>
  1501. <Cell col="78" text="retno"/>
  1502. <Cell col="79" text="pacsnocretyn"/>
  1503. <Cell col="80" text="examroonm"/>
  1504. <Cell col="81" text="execprcpstatcd"/>
  1505. <Cell col="82" text="caption1"/>
  1506. <Cell col="83" text="caption2"/>
  1507. <Cell col="84" text="caption3"/>
  1508. <Cell col="85" text="rsrvexmptmplcd"/>
  1509. <Cell col="86" text="rrsgtno2"/>
  1510. <Cell col="87" text="clincstdycd"/>
  1511. <Cell col="88" text="aftrcptinfo"/>
  1512. <Cell col="89" text="급비"/>
  1513. <Cell col="90" text="급비"/>
  1514. </Band>
  1515. <Band id="body">
  1516. <Cell celltype="head" text="expr:currow+1"/>
  1517. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check" expr="expr:(check==&quot;true&quot;||check==1)?1:0"/>
  1518. <Cell col="2" text="bind:pid"/>
  1519. <Cell col="3" text="bind:hngnm"/>
  1520. <Cell col="4" text="bind:sna"/>
  1521. <Cell col="5" text="bind:rrgstno1"/>
  1522. <Cell col="6" style="align:left;" text="bind:orddepthngnm"/>
  1523. <Cell col="7" text="bind:orddrnm"/>
  1524. <Cell col="8" displaytype="combo" edittype="combo" text="bind:selectdrid"/>
  1525. <Cell col="9" text="bind:choiordflag"/>
  1526. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  1527. <Cell col="11" text="bind:portprcpflag"/>
  1528. <Cell col="12" text="bind:calcscorcd"/>
  1529. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1530. <Cell col="14" style="align:left;" text="bind:statcd"/>
  1531. <Cell col="15" text="bind:rcptyn"/>
  1532. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  1533. <Cell col="17" text="bind:roomcd"/>
  1534. <Cell col="18" text="bind:roomnm"/>
  1535. <Cell col="19" displaytype="date" text="bind:srchrsrvdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1536. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  1537. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  1538. <Cell col="22" text="bind:prcpqty"/>
  1539. <Cell col="23" text="bind:execprcptims"/>
  1540. <Cell col="24" displaytype="combo" edittype="combo" text="bind:rsrvid" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  1541. <Cell col="25" text="bind:rcptdd"/>
  1542. <Cell col="26" text="bind:acptid"/>
  1543. <Cell col="27" style="align:left;" text="bind:execdt" wordwrap="char"/>
  1544. <Cell col="28" displaytype="combo" edittype="combo" text="bind:execrid1" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  1545. <Cell col="29" text="bind:basecd"/>
  1546. <Cell col="30" text="bind:hometel"/>
  1547. <Cell col="31" text="bind:mpphontel"/>
  1548. <Cell col="32" text="bind:hight"/>
  1549. <Cell col="33" text="bind:weight"/>
  1550. <Cell col="34" text="bind:execprcpuniqno"/>
  1551. <Cell col="35" text="bind:prcpexecdeptcd"/>
  1552. <Cell col="36" text="bind:rgstdeptcd"/>
  1553. <Cell col="37" text="bind:rgstrid"/>
  1554. <Cell col="38" text="bind:inflag"/>
  1555. <Cell col="39" text="bind:rcptacptyn"/>
  1556. <Cell col="40" text="bind:execbaseflag"/>
  1557. <Cell col="41" text="bind:lrgcd"/>
  1558. <Cell col="42" text="bind:mdlcd"/>
  1559. <Cell col="43" text="bind:excupartcd"/>
  1560. <Cell col="44" text="bind:modality"/>
  1561. <Cell col="45" text="bind:acptrem"/>
  1562. <Cell col="46" text="bind:execrem"/>
  1563. <Cell col="47" text="bind:prcpdelivefact"/>
  1564. <Cell col="48" text="bind:carecnfmdd"/>
  1565. <Cell col="49" text="bind:excuroomnm"/>
  1566. <Cell col="50" text="bind:rgstdepthngnm"/>
  1567. <Cell col="51" text="bind:prcpkindcd"/>
  1568. <Cell col="52" text="bind:rcptno"/>
  1569. <Cell col="53" text="bind:acptseqno"/>
  1570. <Cell col="54" text="bind:prcpdelivefact"/>
  1571. <Cell col="55" text="bind:execrid1"/>
  1572. <Cell col="56" text="bind:execrid2"/>
  1573. <Cell col="57" text="bind:execrid3"/>
  1574. <Cell col="58" text="bind:execrid4"/>
  1575. <Cell col="59" text="bind:prcpgenrflag"/>
  1576. <Cell col="60" text="bind:orddd"/>
  1577. <Cell col="61" text="bind:rgstrid"/>
  1578. <Cell col="62" text="bind:orddrnm"/>
  1579. <Cell col="63" text="bind:orddeptcd"/>
  1580. <Cell col="64" text="bind:rcptdd"/>
  1581. <Cell col="65" text="bind:orddrid"/>
  1582. <Cell col="66" text="bind:prcpgenrflag"/>
  1583. <Cell col="67" text="bind:prcpno"/>
  1584. <Cell col="68" text="bind:eqmtifyn"/>
  1585. <Cell col="69" text="bind:basesuppdeptcd"/>
  1586. <Cell col="70" text="bind:tmpldata"/>
  1587. <Cell col="71" text="bind:wardcd"/>
  1588. <Cell col="72" text="bind:prcpexecdeptcd"/>
  1589. <Cell col="73" text="bind:rsrvdt"/>
  1590. <Cell col="74" text="bind:prcphistno"/>
  1591. <Cell col="75" text="bind:inclprcpcd"/>
  1592. <Cell col="76" text="bind:actorddd"/>
  1593. <Cell col="77" text="bind:cretno"/>
  1594. <Cell col="78" text="bind:pacsnocretyn"/>
  1595. <Cell col="79" text="bind:examroomnm"/>
  1596. <Cell col="80" text="bind:execprcpstatcd"/>
  1597. <Cell col="81" text="bind:tmpldata"/>
  1598. <Cell col="82" text="bind:prcpdd"/>
  1599. <Cell col="83" text="bind:cnclresncdnm"/>
  1600. <Cell col="84" text="bind:rsrvexmptmplcd"/>
  1601. <Cell col="85" text="bind:rrgstno2"/>
  1602. <Cell col="86" text="bind:clincstdycd"/>
  1603. <Cell col="87" text="bind:aftrcptinfo"/>
  1604. <Cell col="88" text="bind:unrsrvexecyn"/>
  1605. <Cell col="89" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  1606. <Cell col="90" text="bind:specdrid"/>
  1607. </Band>
  1608. </Format>
  1609. </Formats>
  1610. </Grid>
  1611. </Layout>
  1612. </Layouts>
  1613. </Tabpage>
  1614. <Tabpage id="case3" text="대상자조회">
  1615. <Layouts>
  1616. <Layout>
  1617. <Grid id="grd_ordlist3" taborder="3" binddataset="ds_main_list_ordlist3" useinputpanel="false" position="absolute 0 0 1124 91" anchor="default">
  1618. <Formats>
  1619. <Format id="default">
  1620. <Columns>
  1621. <Column size="25" band="left"/>
  1622. <Column size="16" band="left"/>
  1623. <Column size="62" band="left"/>
  1624. <Column size="61" band="left"/>
  1625. <Column size="38" band="left"/>
  1626. <Column size="60" band="left"/>
  1627. <Column size="73"/>
  1628. <Column size="58"/>
  1629. <Column size="72"/>
  1630. <Column size="40"/>
  1631. <Column size="68"/>
  1632. <Column size="42"/>
  1633. <Column size="76"/>
  1634. <Column size="104"/>
  1635. <Column size="70"/>
  1636. <Column size="30"/>
  1637. <Column size="83"/>
  1638. <Column size="41"/>
  1639. <Column size="50"/>
  1640. <Column size="102"/>
  1641. <Column size="80"/>
  1642. <Column size="137"/>
  1643. <Column size="31"/>
  1644. <Column size="31"/>
  1645. <Column size="101"/>
  1646. <Column size="62"/>
  1647. <Column size="60"/>
  1648. <Column size="68"/>
  1649. <Column size="100"/>
  1650. <Column size="100"/>
  1651. <Column size="39"/>
  1652. <Column size="49"/>
  1653. <Column size="0"/>
  1654. <Column size="0"/>
  1655. <Column size="0"/>
  1656. <Column size="0"/>
  1657. <Column size="0"/>
  1658. <Column size="0"/>
  1659. <Column size="0"/>
  1660. <Column size="0"/>
  1661. <Column size="0"/>
  1662. <Column size="0"/>
  1663. <Column size="0"/>
  1664. <Column size="0"/>
  1665. <Column size="0"/>
  1666. <Column size="0"/>
  1667. <Column size="0"/>
  1668. <Column size="0"/>
  1669. <Column size="0"/>
  1670. <Column size="0"/>
  1671. <Column size="0"/>
  1672. <Column size="0"/>
  1673. <Column size="0"/>
  1674. <Column size="0"/>
  1675. <Column size="0"/>
  1676. <Column size="0"/>
  1677. <Column size="0"/>
  1678. <Column size="0"/>
  1679. <Column size="0"/>
  1680. <Column size="0"/>
  1681. <Column size="0"/>
  1682. <Column size="0"/>
  1683. <Column size="0"/>
  1684. <Column size="0"/>
  1685. <Column size="0"/>
  1686. <Column size="0"/>
  1687. <Column size="0"/>
  1688. <Column size="0"/>
  1689. <Column size="0"/>
  1690. <Column size="0"/>
  1691. <Column size="0"/>
  1692. <Column size="0"/>
  1693. <Column size="0"/>
  1694. <Column size="0"/>
  1695. <Column size="0"/>
  1696. <Column size="100"/>
  1697. <Column size="0"/>
  1698. </Columns>
  1699. <Rows>
  1700. <Row size="24" band="head"/>
  1701. <Row size="24"/>
  1702. </Rows>
  1703. <Band id="head">
  1704. <Cell/>
  1705. <Cell col="1"/>
  1706. <Cell col="2" text="등록번호3"/>
  1707. <Cell col="3" text="성명"/>
  1708. <Cell col="4" text="S/A"/>
  1709. <Cell col="5" text="주민번호"/>
  1710. <Cell col="6" text="진료과"/>
  1711. <Cell col="7" text="진료의"/>
  1712. <Cell col="8" text="지정검사의"/>
  1713. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  1714. <Cell col="11" text="포터블"/>
  1715. <Cell col="12" text="처방코드"/>
  1716. <Cell col="13" text="처방일자"/>
  1717. <Cell col="14" text="처방상태"/>
  1718. <Cell col="15" text="수납"/>
  1719. <Cell col="16" text="검사실"/>
  1720. <Cell col="17" text="병동"/>
  1721. <Cell col="18" text="병실"/>
  1722. <Cell col="19" text="예약일자"/>
  1723. <Cell col="20" text="희망일자"/>
  1724. <Cell col="21" text="처방명"/>
  1725. <Cell col="22" text="수량"/>
  1726. <Cell col="23" text="횟수"/>
  1727. <Cell col="24" text="실시일자"/>
  1728. <Cell col="25" text="실시자"/>
  1729. <Cell col="26" text="예약자"/>
  1730. <Cell col="27" text="취소코드"/>
  1731. <Cell col="28" text="전화번호1"/>
  1732. <Cell col="29" text="전화번호2"/>
  1733. <Cell col="30" text="키"/>
  1734. <Cell col="31" text="몸무게"/>
  1735. <Cell col="32" text="execprcpuniqno"/>
  1736. <Cell col="33" text="prcpexecdeptcd"/>
  1737. <Cell col="34" text="excuroomcd"/>
  1738. <Cell col="35" text="inflag"/>
  1739. <Cell col="36" text="rcptacptyn"/>
  1740. <Cell col="37" text="ExecBaseFlag"/>
  1741. <Cell col="38" text="excupartcd"/>
  1742. <Cell col="39" text="modality"/>
  1743. <Cell col="40" text="execrem"/>
  1744. <Cell col="41" text="prcpdelivefact"/>
  1745. <Cell col="42" text="carecnfmdd"/>
  1746. <Cell col="43" text="prcpkindcd"/>
  1747. <Cell col="44" text="rcptno"/>
  1748. <Cell col="45" text="acptseqno"/>
  1749. <Cell col="46" text="prcpgenrflag"/>
  1750. <Cell col="47" text="orddd"/>
  1751. <Cell col="48" text="orddeptcd"/>
  1752. <Cell col="49" text="rcptdd"/>
  1753. <Cell col="50" text="orddrid"/>
  1754. <Cell col="51" text="prcpno"/>
  1755. <Cell col="52" text="EqmtIFYn"/>
  1756. <Cell col="53" text="basesuppdeptcd"/>
  1757. <Cell col="54" text="cretno"/>
  1758. <Cell col="55" text="wardcd"/>
  1759. <Cell col="56" text="rsrvdt"/>
  1760. <Cell col="57" text="rgstdeptcd"/>
  1761. <Cell col="58" text="rgstrid"/>
  1762. <Cell col="59" text="inclprcpcd"/>
  1763. <Cell col="60" text="lrgcd"/>
  1764. <Cell col="61" text="mdlcd"/>
  1765. <Cell col="62" text="actorddd"/>
  1766. <Cell col="63" text="examroomnm"/>
  1767. <Cell col="64" text="prcphistno"/>
  1768. <Cell col="65" text="pacsnocretyn"/>
  1769. <Cell col="66" text="execprcpstatcd"/>
  1770. <Cell col="67" text="caption1"/>
  1771. <Cell col="68" text="caption2"/>
  1772. <Cell col="69" text="caption3"/>
  1773. <Cell col="70" text="cnclresncdnm"/>
  1774. <Cell col="71" text="rsrvexmptmplcd"/>
  1775. <Cell col="72" text="rrsgtno2"/>
  1776. <Cell col="73" text="clincstdycd"/>
  1777. <Cell col="74" text="aftrcptinfo"/>
  1778. <Cell col="75" text="급비"/>
  1779. <Cell col="76" text="급비"/>
  1780. </Band>
  1781. <Band id="body">
  1782. <Cell celltype="head" text="expr:currow+1"/>
  1783. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check" expr="expr:(check==&quot;true&quot;||check==1)?1:0"/>
  1784. <Cell col="2" text="bind:pid"/>
  1785. <Cell col="3" text="bind:hngnm"/>
  1786. <Cell col="4" text="bind:sna"/>
  1787. <Cell col="5" text="bind:rrgstno1"/>
  1788. <Cell col="6" style="align:left;" text="bind:orddepthngnm"/>
  1789. <Cell col="7" text="bind:orddrnm"/>
  1790. <Cell col="8" text="bind:selectdrid"/>
  1791. <Cell col="9" text="bind:choiordflag"/>
  1792. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  1793. <Cell col="11" text="bind:portprcpflag"/>
  1794. <Cell col="12" text="bind:calcscorcd"/>
  1795. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1796. <Cell col="14" text="bind:statcd" enable="false"/>
  1797. <Cell col="15" text="bind:rcptyn"/>
  1798. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  1799. <Cell col="17" style="align:left;" text="bind:roomcd"/>
  1800. <Cell col="18" text="bind:roomnm"/>
  1801. <Cell col="19" displaytype="date" text="bind:srchrsrvdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1802. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  1803. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  1804. <Cell col="22" text="bind:prcpqty"/>
  1805. <Cell col="23" text="bind:execprcptims"/>
  1806. <Cell col="24" displaytype="date" style="align:left;" text="bind:execdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  1807. <Cell col="25" displaytype="combo" edittype="combo" text="bind:execrid1" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  1808. <Cell col="26" text="bind:rsrvrnm"/>
  1809. <Cell col="27" text="bind:basecd"/>
  1810. <Cell col="28" text="bind:hometel"/>
  1811. <Cell col="29" text="bind:mpphontel"/>
  1812. <Cell col="30" text="bind:hight"/>
  1813. <Cell col="31" text="bind:weight"/>
  1814. <Cell col="32" text="bind:execprcpuniqno"/>
  1815. <Cell col="33" text="bind:prcpexecdeptcd"/>
  1816. <Cell col="34" text="bind:inflag"/>
  1817. <Cell col="35" text="bind:rcptacptyn"/>
  1818. <Cell col="36" text="bind:execbaseflag"/>
  1819. <Cell col="37" text="bind:excupartcd"/>
  1820. <Cell col="38" text="bind:modality"/>
  1821. <Cell col="39" text="bind:execrem"/>
  1822. <Cell col="40" text="bind:prcpdelivefact"/>
  1823. <Cell col="41" text="bind:carecnfmdd"/>
  1824. <Cell col="42" text="bind:prcpkindcd"/>
  1825. <Cell col="43" text="bind:rcptno"/>
  1826. <Cell col="44" text="bind:acptseqno"/>
  1827. <Cell col="45" text="bind:prcpgenrflag"/>
  1828. <Cell col="46" text="bind:orddd"/>
  1829. <Cell col="47" text="bind:orddeptcd"/>
  1830. <Cell col="48" text="bind:rcptdd"/>
  1831. <Cell col="49" text="bind:orddrid"/>
  1832. <Cell col="50" text="bind:prcpno"/>
  1833. <Cell col="51" text="bind:eqmtifyn"/>
  1834. <Cell col="52" text="bind:basesuppdeptcd"/>
  1835. <Cell col="53" text="bind:cretno"/>
  1836. <Cell col="54" text="bind:wardcd"/>
  1837. <Cell col="55" text="bind:rsrvdt"/>
  1838. <Cell col="56" text="bind:rgstdeptcd"/>
  1839. <Cell col="57" text="bind:rgstrid"/>
  1840. <Cell col="58" text="bind:inclprcpcd"/>
  1841. <Cell col="59" text="bind:lrgcd"/>
  1842. <Cell col="60" text="bind:mdlcd"/>
  1843. <Cell col="61" text="bind:actorddd"/>
  1844. <Cell col="62" text="bind:examroomnm"/>
  1845. <Cell col="63" text="bind:prcphistno"/>
  1846. <Cell col="64" text="bind:pacsnocretyn"/>
  1847. <Cell col="65" text="bind:execprcpstatcd"/>
  1848. <Cell col="66" text="bind:tmpldata"/>
  1849. <Cell col="67" text="bind:prcpdd"/>
  1850. <Cell col="68" text="bind:rsrvrid"/>
  1851. <Cell col="69" text="bind:cnclresncdnm"/>
  1852. <Cell col="70" text="bind:rsrvexmptmplcd"/>
  1853. <Cell col="71" text="bind:rrgstno2"/>
  1854. <Cell col="72" text="bind:clincstdycd"/>
  1855. <Cell col="73" text="bind:aftrcptinfo"/>
  1856. <Cell col="74" text="bind:unrsrvexecyn"/>
  1857. <Cell col="75" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  1858. <Cell col="76" text="bind:specdrid"/>
  1859. </Band>
  1860. </Format>
  1861. </Formats>
  1862. </Grid>
  1863. <Grid id="grd_ordlist3_resize" taborder="4" binddataset="ds_temp_list_ordlist3" scrollpixel="all" useinputpanel="false" cellsizingtype="col" cellmovingtype="col" onrbuttonup="switch1_case3_grd_ordlist3_resize_onrbuttonup" ondragmove="switch1_resize_ondragmove" position="absolute 0 98 1124 189" anchor="default">
  1864. <Formats>
  1865. <Format id="default">
  1866. <Columns>
  1867. <Column size="25" band="left"/>
  1868. <Column size="16" band="left"/>
  1869. <Column size="62" band="left"/>
  1870. <Column size="61" band="left"/>
  1871. <Column size="38" band="left"/>
  1872. <Column size="60" band="left"/>
  1873. <Column size="73"/>
  1874. <Column size="58"/>
  1875. <Column size="81"/>
  1876. <Column size="40"/>
  1877. <Column size="68"/>
  1878. <Column size="42"/>
  1879. <Column size="76"/>
  1880. <Column size="104"/>
  1881. <Column size="70"/>
  1882. <Column size="30"/>
  1883. <Column size="83"/>
  1884. <Column size="41"/>
  1885. <Column size="50"/>
  1886. <Column size="102"/>
  1887. <Column size="80"/>
  1888. <Column size="137"/>
  1889. <Column size="31"/>
  1890. <Column size="31"/>
  1891. <Column size="101"/>
  1892. <Column size="62"/>
  1893. <Column size="60"/>
  1894. <Column size="68"/>
  1895. <Column size="100"/>
  1896. <Column size="100"/>
  1897. <Column size="39"/>
  1898. <Column size="49"/>
  1899. <Column size="0"/>
  1900. <Column size="0"/>
  1901. <Column size="0"/>
  1902. <Column size="0"/>
  1903. <Column size="0"/>
  1904. <Column size="0"/>
  1905. <Column size="0"/>
  1906. <Column size="0"/>
  1907. <Column size="0"/>
  1908. <Column size="0"/>
  1909. <Column size="0"/>
  1910. <Column size="0"/>
  1911. <Column size="0"/>
  1912. <Column size="0"/>
  1913. <Column size="0"/>
  1914. <Column size="0"/>
  1915. <Column size="0"/>
  1916. <Column size="0"/>
  1917. <Column size="0"/>
  1918. <Column size="0"/>
  1919. <Column size="0"/>
  1920. <Column size="0"/>
  1921. <Column size="0"/>
  1922. <Column size="0"/>
  1923. <Column size="0"/>
  1924. <Column size="0"/>
  1925. <Column size="0"/>
  1926. <Column size="0"/>
  1927. <Column size="0"/>
  1928. <Column size="0"/>
  1929. <Column size="0"/>
  1930. <Column size="0"/>
  1931. <Column size="0"/>
  1932. <Column size="0"/>
  1933. <Column size="0"/>
  1934. <Column size="0"/>
  1935. <Column size="0"/>
  1936. <Column size="0"/>
  1937. <Column size="0"/>
  1938. <Column size="0"/>
  1939. <Column size="0"/>
  1940. <Column size="0"/>
  1941. <Column size="0"/>
  1942. <Column size="100"/>
  1943. <Column size="0"/>
  1944. </Columns>
  1945. <Rows>
  1946. <Row size="24" band="head"/>
  1947. <Row size="24"/>
  1948. </Rows>
  1949. <Band id="head">
  1950. <Cell displaytype="normal"/>
  1951. <Cell col="1"/>
  1952. <Cell col="2" text="등록번호3"/>
  1953. <Cell col="3" text="성명"/>
  1954. <Cell col="4" text="S/A"/>
  1955. <Cell col="5" text="주민번호"/>
  1956. <Cell col="6" text="진료과"/>
  1957. <Cell col="7" text="진료의"/>
  1958. <Cell col="8" text="지정검사의"/>
  1959. <Cell col="9" colspan="2" text="선택진료의" taborder="undefined"/>
  1960. <Cell col="11" text="포터블"/>
  1961. <Cell col="12" text="처방코드"/>
  1962. <Cell col="13" text="처방일자"/>
  1963. <Cell col="14" text="처방상태"/>
  1964. <Cell col="15" text="수납"/>
  1965. <Cell col="16" text="검사실"/>
  1966. <Cell col="17" text="병동"/>
  1967. <Cell col="18" text="병실"/>
  1968. <Cell col="19" text="예약일자"/>
  1969. <Cell col="20" text="희망일자"/>
  1970. <Cell col="21" text="처방명"/>
  1971. <Cell col="22" text="수량"/>
  1972. <Cell col="23" text="횟수"/>
  1973. <Cell col="24" text="실시일자"/>
  1974. <Cell col="25" text="실시자"/>
  1975. <Cell col="26" text="예약자"/>
  1976. <Cell col="27" text="취소코드"/>
  1977. <Cell col="28" text="전화번호1"/>
  1978. <Cell col="29" text="전화번호2"/>
  1979. <Cell col="30" text="키"/>
  1980. <Cell col="31" text="몸무게"/>
  1981. <Cell col="32" text="execprcpuniqno"/>
  1982. <Cell col="33" text="prcpexecdeptcd"/>
  1983. <Cell col="34" text="excuroomcd"/>
  1984. <Cell col="35" text="inflag"/>
  1985. <Cell col="36" text="rcptacptyn"/>
  1986. <Cell col="37" text="ExecBaseFlag"/>
  1987. <Cell col="38" text="excupartcd"/>
  1988. <Cell col="39" text="modality"/>
  1989. <Cell col="40" text="execrem"/>
  1990. <Cell col="41" text="prcpdelivefact"/>
  1991. <Cell col="42" text="carecnfmdd"/>
  1992. <Cell col="43" text="prcpkindcd"/>
  1993. <Cell col="44" text="rcptno"/>
  1994. <Cell col="45" text="acptseqno"/>
  1995. <Cell col="46" text="prcpgenrflag"/>
  1996. <Cell col="47" text="orddd"/>
  1997. <Cell col="48" text="orddeptcd"/>
  1998. <Cell col="49" text="rcptdd"/>
  1999. <Cell col="50" text="orddrid"/>
  2000. <Cell col="51" text="prcpno"/>
  2001. <Cell col="52" text="EqmtIFYn"/>
  2002. <Cell col="53" text="basesuppdeptcd"/>
  2003. <Cell col="54" text="cretno"/>
  2004. <Cell col="55" text="wardcd"/>
  2005. <Cell col="56" text="rsrvdt"/>
  2006. <Cell col="57" text="rgstdeptcd"/>
  2007. <Cell col="58" text="rgstrid"/>
  2008. <Cell col="59" text="inclprcpcd"/>
  2009. <Cell col="60" text="lrgcd"/>
  2010. <Cell col="61" text="mdlcd"/>
  2011. <Cell col="62" text="actorddd"/>
  2012. <Cell col="63" text="examroomnm"/>
  2013. <Cell col="64" text="prcphistno"/>
  2014. <Cell col="65" text="pacsnocretyn"/>
  2015. <Cell col="66" text="execprcpstatcd"/>
  2016. <Cell col="67" text="caption1"/>
  2017. <Cell col="68" text="caption2"/>
  2018. <Cell col="69" text="caption3"/>
  2019. <Cell col="70" text="cnclresncdnm"/>
  2020. <Cell col="71" text="rsrvexmptmplcd"/>
  2021. <Cell col="72" text="rrsgtno2"/>
  2022. <Cell col="73" text="clincstdycd"/>
  2023. <Cell col="74" text="aftrcptinfo"/>
  2024. <Cell col="75" text="급비"/>
  2025. <Cell col="76" text="급비"/>
  2026. </Band>
  2027. <Band id="body">
  2028. <Cell celltype="head" text="expr:currow+1"/>
  2029. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:check" expr="expr:(check==&quot;true&quot;||check==1)?1:0"/>
  2030. <Cell col="2" text="bind:pid"/>
  2031. <Cell col="3" text="bind:hngnm"/>
  2032. <Cell col="4" text="bind:sna"/>
  2033. <Cell col="5" text="bind:rrgstno1"/>
  2034. <Cell col="6" style="align:left;" text="bind:orddepthngnm"/>
  2035. <Cell col="7" text="bind:orddrnm"/>
  2036. <Cell col="8" displaytype="combo" edittype="combo" text="bind:selectdrid"/>
  2037. <Cell col="9" text="bind:choiordflag"/>
  2038. <Cell col="10" displaytype="combo" edittype="combo" text="bind:specdrid" combodataset="ds_init_specdridlist" combocodecol="userid" combodatacol="usernm" enable="true"/>
  2039. <Cell col="11" text="bind:portprcpflag"/>
  2040. <Cell col="12" text="bind:calcscorcd"/>
  2041. <Cell col="13" displaytype="date" style="align:left;" text="bind:prcpdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  2042. <Cell col="14" text="bind:statcd" enable="false"/>
  2043. <Cell col="15" text="bind:rcptyn"/>
  2044. <Cell col="16" displaytype="combo" edittype="combo" text="bind:excuroomcd" combodataset="ds_cmb_initexecroom" combocodecol="excuroomcdid" combodatacol="excuroomcdnm"/>
  2045. <Cell col="17" style="align:left;" text="bind:roomcd"/>
  2046. <Cell col="18" text="bind:roomnm"/>
  2047. <Cell col="19" displaytype="date" text="bind:srchrsrvdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  2048. <Cell col="20" displaytype="date" text="bind:prcphopedd" calendardisplaynulltype="nulltext"/>
  2049. <Cell col="21" style="align:left;" text="bind:prcpnm"/>
  2050. <Cell col="22" text="bind:prcpqty"/>
  2051. <Cell col="23" text="bind:execprcptims"/>
  2052. <Cell col="24" displaytype="date" style="align:left;" text="bind:execdt" wordwrap="char" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  2053. <Cell col="25" displaytype="combo" edittype="combo" text="bind:execrid1" combodataset="ds_cmb_initexecrid" combocodecol="execrid1cdid" combodatacol="execrid1cdnm"/>
  2054. <Cell col="26" text="bind:rsrvrnm"/>
  2055. <Cell col="27" text="bind:basecd"/>
  2056. <Cell col="28" text="bind:hometel"/>
  2057. <Cell col="29" text="bind:mpphontel"/>
  2058. <Cell col="30" text="bind:hight"/>
  2059. <Cell col="31" text="bind:weight"/>
  2060. <Cell col="32" text="bind:execprcpuniqno"/>
  2061. <Cell col="33" text="bind:prcpexecdeptcd"/>
  2062. <Cell col="34" text="bind:inflag"/>
  2063. <Cell col="35" text="bind:rcptacptyn"/>
  2064. <Cell col="36" text="bind:execbaseflag"/>
  2065. <Cell col="37" text="bind:excupartcd"/>
  2066. <Cell col="38" text="bind:modality"/>
  2067. <Cell col="39" text="bind:execrem"/>
  2068. <Cell col="40" text="bind:prcpdelivefact"/>
  2069. <Cell col="41" text="bind:carecnfmdd"/>
  2070. <Cell col="42" text="bind:prcpkindcd"/>
  2071. <Cell col="43" text="bind:rcptno"/>
  2072. <Cell col="44" text="bind:acptseqno"/>
  2073. <Cell col="45" text="bind:prcpgenrflag"/>
  2074. <Cell col="46" text="bind:orddd"/>
  2075. <Cell col="47" text="bind:orddeptcd"/>
  2076. <Cell col="48" text="bind:rcptdd"/>
  2077. <Cell col="49" text="bind:orddrid"/>
  2078. <Cell col="50" text="bind:prcpno"/>
  2079. <Cell col="51" text="bind:eqmtifyn"/>
  2080. <Cell col="52" text="bind:basesuppdeptcd"/>
  2081. <Cell col="53" text="bind:cretno"/>
  2082. <Cell col="54" text="bind:wardcd"/>
  2083. <Cell col="55" text="bind:rsrvdt"/>
  2084. <Cell col="56" text="bind:rgstdeptcd"/>
  2085. <Cell col="57" text="bind:rgstrid"/>
  2086. <Cell col="58" text="bind:inclprcpcd"/>
  2087. <Cell col="59" text="bind:lrgcd"/>
  2088. <Cell col="60" text="bind:mdlcd"/>
  2089. <Cell col="61" text="bind:actorddd"/>
  2090. <Cell col="62" text="bind:examroomnm"/>
  2091. <Cell col="63" text="bind:prcphistno"/>
  2092. <Cell col="64" text="bind:pacsnocretyn"/>
  2093. <Cell col="65" text="bind:execprcpstatcd"/>
  2094. <Cell col="66" text="bind:tmpldata"/>
  2095. <Cell col="67" text="bind:prcpdd"/>
  2096. <Cell col="68" text="bind:rsrvrid"/>
  2097. <Cell col="69" text="bind:cnclresncdnm"/>
  2098. <Cell col="70" text="bind:rsrvexmptmplcd"/>
  2099. <Cell col="71" text="bind:rrgstno2"/>
  2100. <Cell col="72" text="bind:clincstdycd"/>
  2101. <Cell col="73" text="bind:aftrcptinfo"/>
  2102. <Cell col="74" text="bind:unrsrvexecyn"/>
  2103. <Cell col="75" displaytype="combo" edittype="combo" text="bind:insukind" combodataset="ds_init_P0008" combocodecol="cdid" combodatacol="cdnm" enable="false"/>
  2104. <Cell col="76" text="bind:specdrid"/>
  2105. </Band>
  2106. </Format>
  2107. </Formats>
  2108. </Grid>
  2109. </Layout>
  2110. </Layouts>
  2111. </Tabpage>
  2112. </Tabpages>
  2113. </Tab>
  2114. </Layout>
  2115. </Layouts>
  2116. </Div>
  2117. </Layout>
  2118. </Layouts>
  2119. </Div>
  2120. </Layout>
  2121. </Layouts>
  2122. <Objects>
  2123. <Dataset id="ds_main_list_ordlist1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2124. <ColumnInfo>
  2125. <Column id="check" type="STRING"/>
  2126. <Column id="pid" type="STRING"/>
  2127. <Column id="hngnm" type="STRING"/>
  2128. <Column id="sna" type="STRING"/>
  2129. <Column id="rrgstno1" type="STRING"/>
  2130. <Column id="orddepthngnm" type="STRING"/>
  2131. <Column id="orddrnm" type="STRING"/>
  2132. <Column id="choiordflag" type="STRING"/>
  2133. <Column id="specdrid" type="STRING"/>
  2134. <Column id="portprcpflag" type="STRING"/>
  2135. <Column id="calcscorcd" type="STRING"/>
  2136. <Column id="prcpdt" type="STRING"/>
  2137. <Column id="statcd" type="STRING"/>
  2138. <Column id="roomcd" type="STRING"/>
  2139. <Column id="srchrsrvdt" type="STRING"/>
  2140. <Column id="prcphopedd" type="STRING"/>
  2141. <Column id="prcpnm" type="STRING"/>
  2142. <Column id="prcpqty" type="STRING"/>
  2143. <Column id="execprcptims" type="STRING"/>
  2144. <Column id="execdt" type="STRING"/>
  2145. <Column id="execrid1" type="STRING"/>
  2146. <Column id="rsrvrnm" type="STRING"/>
  2147. <Column id="rcptyn" type="STRING"/>
  2148. <Column id="basecd" type="STRING"/>
  2149. <Column id="hometel" type="STRING"/>
  2150. <Column id="mpphontel" type="STRING"/>
  2151. <Column id="hight" type="STRING"/>
  2152. <Column id="weight" type="STRING"/>
  2153. <Column id="execprcpuniqno" type="STRING"/>
  2154. <Column id="prcpexecdeptcd" type="STRING"/>
  2155. <Column id="excuroomcd" type="STRING"/>
  2156. <Column id="inflag" type="STRING"/>
  2157. <Column id="rcptacptyn" type="STRING"/>
  2158. <Column id="execbaseflag" type="STRING"/>
  2159. <Column id="excupartcd" type="STRING"/>
  2160. <Column id="modality" type="STRING"/>
  2161. <Column id="execrem" type="STRING"/>
  2162. <Column id="prcpdelivefact" type="STRING"/>
  2163. <Column id="carecnfmdd" type="STRING"/>
  2164. <Column id="prcpkindcd" type="STRING"/>
  2165. <Column id="rcptno" type="STRING"/>
  2166. <Column id="acptseqno" type="STRING"/>
  2167. <Column id="prcpgenrflag" type="STRING"/>
  2168. <Column id="orddd" type="STRING"/>
  2169. <Column id="orddeptcd" type="STRING"/>
  2170. <Column id="rcptdd" type="STRING"/>
  2171. <Column id="orddrid" type="STRING"/>
  2172. <Column id="prcpno" type="STRING"/>
  2173. <Column id="eqmtifyn" type="STRING"/>
  2174. <Column id="basesuppdeptcd" type="STRING"/>
  2175. <Column id="cretno" type="STRING"/>
  2176. <Column id="wardcd" type="STRING"/>
  2177. <Column id="rsrvdt" type="STRING"/>
  2178. <Column id="rgstdeptcd" type="STRING"/>
  2179. <Column id="rgstrid" type="STRING"/>
  2180. <Column id="inclprcpcd" type="STRING"/>
  2181. <Column id="lrgcd" type="STRING"/>
  2182. <Column id="mdlcd" type="STRING"/>
  2183. <Column id="actorddd" type="STRING"/>
  2184. <Column id="examroomnm" type="STRING"/>
  2185. <Column id="prcphistno" type="STRING"/>
  2186. <Column id="pacsnocretyn" type="STRING"/>
  2187. <Column id="execprcpstatcd" type="STRING"/>
  2188. <Column id="tmpldata" type="STRING"/>
  2189. <Column id="prcpdd" type="STRING"/>
  2190. <Column id="rsrvrid" type="STRING"/>
  2191. <Column id="cnclresncdnm" type="STRING"/>
  2192. <Column id="rsrvexmptmplcd" type="STRING"/>
  2193. <Column id="rrgstno2" type="STRING"/>
  2194. <Column id="clincstdycd" type="STRING"/>
  2195. <Column id="aftrcptinfo" type="STRING"/>
  2196. <Column id="unrsrvexecyn" type="STRING"/>
  2197. <Column id="insukind" type="STRING"/>
  2198. <Column id="selectdrid" type="STRING" size="256"/>
  2199. </ColumnInfo>
  2200. <Rows>
  2201. <Row/>
  2202. </Rows>
  2203. </Dataset>
  2204. <Dataset id="ds_main_list_ordlist4" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2205. <ColumnInfo>
  2206. <Column id="check" type="STRING"/>
  2207. <Column id="pid" type="STRING"/>
  2208. <Column id="hngnm" type="STRING"/>
  2209. <Column id="sna" type="STRING"/>
  2210. <Column id="rrgstno1" type="STRING"/>
  2211. <Column id="orddepthngnm" type="STRING"/>
  2212. <Column id="orddrnm" type="STRING"/>
  2213. <Column id="portprcpflag" type="STRING"/>
  2214. <Column id="calcscorcd" type="STRING"/>
  2215. <Column id="prcpdt" type="STRING"/>
  2216. <Column id="statcd" type="STRING"/>
  2217. <Column id="roomcd" type="STRING"/>
  2218. <Column id="srchrsrvdt" type="STRING"/>
  2219. <Column id="prcphopedd" type="STRING"/>
  2220. <Column id="prcpnm" type="STRING"/>
  2221. <Column id="prcpqty" type="STRING"/>
  2222. <Column id="rsrvrnm" type="STRING"/>
  2223. <Column id="execdt" type="STRING"/>
  2224. <Column id="execrnm" type="STRING"/>
  2225. <Column id="rcptyn" type="STRING"/>
  2226. <Column id="basecd" type="STRING"/>
  2227. <Column id="hometel" type="STRING"/>
  2228. <Column id="mpphontel" type="STRING"/>
  2229. <Column id="hight" type="STRING"/>
  2230. <Column id="weight" type="STRING"/>
  2231. <Column id="execprcpuniqno" type="STRING"/>
  2232. <Column id="prcpexecdeptcd" type="STRING"/>
  2233. <Column id="excuroomcd" type="STRING"/>
  2234. <Column id="rgstdeptcd" type="STRING"/>
  2235. <Column id="rgstrid" type="STRING"/>
  2236. <Column id="inflag" type="STRING"/>
  2237. <Column id="rcptacptyn" type="STRING"/>
  2238. <Column id="execbaseflag" type="STRING"/>
  2239. <Column id="lrgcd" type="STRING"/>
  2240. <Column id="mdlcd" type="STRING"/>
  2241. <Column id="excupartcd" type="STRING"/>
  2242. <Column id="modality" type="STRING"/>
  2243. <Column id="execrem" type="STRING"/>
  2244. <Column id="prcpdelivefact" type="STRING"/>
  2245. <Column id="carecnfmdd" type="STRING"/>
  2246. <Column id="excuroomnm" type="STRING"/>
  2247. <Column id="rgstdepthngnm" type="STRING"/>
  2248. <Column id="prcpkindcd" type="STRING"/>
  2249. <Column id="rcptno" type="STRING"/>
  2250. <Column id="acptseqno" type="STRING"/>
  2251. <Column id="prcpdelivefact" type="STRING"/>
  2252. <Column id="prcpgenrflag" type="STRING"/>
  2253. <Column id="orddd" type="STRING"/>
  2254. <Column id="rgstrid" type="STRING"/>
  2255. <Column id="orddeptcd" type="STRING"/>
  2256. <Column id="rcptdd" type="STRING"/>
  2257. <Column id="orddrid" type="STRING"/>
  2258. <Column id="prcpno" type="STRING"/>
  2259. <Column id="eqmtifyn" type="STRING"/>
  2260. <Column id="basesuppdeptcd" type="STRING"/>
  2261. <Column id="rsrvdt" type="STRING"/>
  2262. <Column id="rgstrid" type="STRING"/>
  2263. <Column id="rgstdeptcd" type="STRING"/>
  2264. <Column id="inclprcpcd" type="STRING"/>
  2265. <Column id="examroomnm" type="STRING"/>
  2266. <Column id="execprcpstatcd" type="STRING"/>
  2267. <Column id="tmpldata" type="STRING"/>
  2268. <Column id="prcpdd" type="STRING"/>
  2269. <Column id="rsrvrid" type="STRING"/>
  2270. <Column id="pacsnocretyn" type="STRING"/>
  2271. <Column id="cnclresncdnm" type="STRING"/>
  2272. <Column id="rsrvexmptmplcd" type="STRING"/>
  2273. <Column id="rrgstno2" type="STRING"/>
  2274. <Column id="clincstdycd" type="STRING"/>
  2275. <Column id="execrid1" type="STRING"/>
  2276. <Column id="aftrcptinfo" type="STRING"/>
  2277. <Column id="unrsrvexecyn" type="STRING"/>
  2278. <Column id="insukind" type="STRING"/>
  2279. <Column id="selectdrid" type="STRING" size="256"/>
  2280. </ColumnInfo>
  2281. <Rows>
  2282. <Row/>
  2283. </Rows>
  2284. </Dataset>
  2285. <Dataset id="ds_main_list_ordlist6" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2286. <ColumnInfo>
  2287. <Column id="check" type="STRING"/>
  2288. <Column id="pid" type="STRING"/>
  2289. <Column id="hngnm" type="STRING"/>
  2290. <Column id="sna" type="STRING"/>
  2291. <Column id="rrgstno1" type="STRING"/>
  2292. <Column id="orddepthngnm" type="STRING"/>
  2293. <Column id="orddrnm" type="STRING"/>
  2294. <Column id="portprcpflag" type="STRING"/>
  2295. <Column id="calcscorcd" type="STRING"/>
  2296. <Column id="prcpdt" type="STRING"/>
  2297. <Column id="statcd" type="STRING"/>
  2298. <Column id="roomcd" type="STRING"/>
  2299. <Column id="srchrsrvdt" type="STRING"/>
  2300. <Column id="prcphopedd" type="STRING"/>
  2301. <Column id="prcpnm" type="STRING"/>
  2302. <Column id="prcpqty" type="STRING"/>
  2303. <Column id="execprcptims" type="STRING"/>
  2304. <Column id="rsrvid" type="STRING"/>
  2305. <Column id="rcptdd" type="STRING"/>
  2306. <Column id="acptid" type="STRING"/>
  2307. <Column id="execdt" type="STRING"/>
  2308. <Column id="execrid1" type="STRING"/>
  2309. <Column id="rcptyn" type="STRING"/>
  2310. <Column id="basecd" type="STRING"/>
  2311. <Column id="hometel" type="STRING"/>
  2312. <Column id="mpphontel" type="STRING"/>
  2313. <Column id="hight" type="STRING"/>
  2314. <Column id="weight" type="STRING"/>
  2315. <Column id="execprcpuniqno" type="STRING"/>
  2316. <Column id="prcpexecdeptcd" type="STRING"/>
  2317. <Column id="excuroomcd" type="STRING"/>
  2318. <Column id="rgstdeptcd" type="STRING"/>
  2319. <Column id="rgstrid" type="STRING"/>
  2320. <Column id="inflag" type="STRING"/>
  2321. <Column id="rcptacptyn" type="STRING"/>
  2322. <Column id="execbaseflag" type="STRING"/>
  2323. <Column id="lrgcd" type="STRING"/>
  2324. <Column id="mdlcd" type="STRING"/>
  2325. <Column id="excupartcd" type="STRING"/>
  2326. <Column id="modality" type="STRING"/>
  2327. <Column id="acptrem" type="STRING"/>
  2328. <Column id="execrem" type="STRING"/>
  2329. <Column id="prcpdelivefact" type="STRING"/>
  2330. <Column id="carecnfmdd" type="STRING"/>
  2331. <Column id="excuroomnm" type="STRING"/>
  2332. <Column id="rgstdepthngnm" type="STRING"/>
  2333. <Column id="prcpkindcd" type="STRING"/>
  2334. <Column id="rcptno" type="STRING"/>
  2335. <Column id="acptseqno" type="STRING"/>
  2336. <Column id="prcpdelivefact" type="STRING"/>
  2337. <Column id="execrid1" type="STRING"/>
  2338. <Column id="execrid2" type="STRING"/>
  2339. <Column id="execrid3" type="STRING"/>
  2340. <Column id="execrid4" type="STRING"/>
  2341. <Column id="prcpgenrflag" type="STRING"/>
  2342. <Column id="orddd" type="STRING"/>
  2343. <Column id="rgstrid" type="STRING"/>
  2344. <Column id="orddeptcd" type="STRING"/>
  2345. <Column id="rcptdd" type="STRING"/>
  2346. <Column id="orddrid" type="STRING"/>
  2347. <Column id="prcpgenrflag" type="STRING"/>
  2348. <Column id="prcpno" type="STRING"/>
  2349. <Column id="eqmtifyn" type="STRING"/>
  2350. <Column id="basesuppdeptcd" type="STRING"/>
  2351. <Column id="tmpldata" type="STRING"/>
  2352. <Column id="wardcd" type="STRING"/>
  2353. <Column id="prcpexecdeptcd" type="STRING"/>
  2354. <Column id="rsrvdt" type="STRING"/>
  2355. <Column id="prcphistno" type="STRING"/>
  2356. <Column id="inclprcpcd" type="STRING"/>
  2357. <Column id="actorddd" type="STRING"/>
  2358. <Column id="cretno" type="STRING"/>
  2359. <Column id="pacsnocretyn" type="STRING"/>
  2360. <Column id="execprcpstatcd" type="STRING"/>
  2361. <Column id="tmpldata" type="STRING"/>
  2362. <Column id="prcpdd" type="STRING"/>
  2363. <Column id="cnclresncdnm" type="STRING"/>
  2364. <Column id="rsrvexmptmplcd" type="STRING"/>
  2365. <Column id="rrgstno2" type="STRING"/>
  2366. <Column id="clincstdycd" type="STRING"/>
  2367. <Column id="aftrcptinfo" type="STRING"/>
  2368. <Column id="unrsrvexecyn" type="STRING"/>
  2369. <Column id="examroomnm" type="STRING"/>
  2370. <Column id="insukind" type="STRING"/>
  2371. <Column id="selectdrid" type="STRING" size="256"/>
  2372. </ColumnInfo>
  2373. <Rows>
  2374. <Row/>
  2375. </Rows>
  2376. </Dataset>
  2377. <Dataset id="ds_main_list_ordlist3" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2378. <ColumnInfo>
  2379. <Column id="check" type="STRING"/>
  2380. <Column id="pid" type="STRING"/>
  2381. <Column id="hngnm" type="STRING"/>
  2382. <Column id="sna" type="STRING"/>
  2383. <Column id="rrgstno1" type="STRING"/>
  2384. <Column id="orddepthngnm" type="STRING"/>
  2385. <Column id="orddrnm" type="STRING"/>
  2386. <Column id="portprcpflag" type="STRING"/>
  2387. <Column id="calcscorcd" type="STRING"/>
  2388. <Column id="prcpdt" type="STRING"/>
  2389. <Column id="statcd" type="STRING"/>
  2390. <Column id="roomcd" type="STRING"/>
  2391. <Column id="srchrsrvdt" type="STRING"/>
  2392. <Column id="prcphopedd" type="STRING"/>
  2393. <Column id="prcpnm" type="STRING"/>
  2394. <Column id="prcpqty" type="STRING"/>
  2395. <Column id="execdt" type="STRING"/>
  2396. <Column id="execrid1" type="STRING"/>
  2397. <Column id="rsrvrnm" type="STRING"/>
  2398. <Column id="rcptyn" type="STRING"/>
  2399. <Column id="basecd" type="STRING"/>
  2400. <Column id="hometel" type="STRING"/>
  2401. <Column id="mpphontel" type="STRING"/>
  2402. <Column id="hight" type="STRING"/>
  2403. <Column id="weight" type="STRING"/>
  2404. <Column id="execprcpuniqno" type="STRING"/>
  2405. <Column id="prcpexecdeptcd" type="STRING"/>
  2406. <Column id="excuroomcd" type="STRING"/>
  2407. <Column id="inflag" type="STRING"/>
  2408. <Column id="rcptacptyn" type="STRING"/>
  2409. <Column id="execbaseflag" type="STRING"/>
  2410. <Column id="excupartcd" type="STRING"/>
  2411. <Column id="modality" type="STRING"/>
  2412. <Column id="execrem" type="STRING"/>
  2413. <Column id="prcpdelivefact" type="STRING"/>
  2414. <Column id="carecnfmdd" type="STRING"/>
  2415. <Column id="prcpkindcd" type="STRING"/>
  2416. <Column id="rcptno" type="STRING"/>
  2417. <Column id="acptseqno" type="STRING"/>
  2418. <Column id="prcpgenrflag" type="STRING"/>
  2419. <Column id="orddd" type="STRING"/>
  2420. <Column id="orddeptcd" type="STRING"/>
  2421. <Column id="rcptdd" type="STRING"/>
  2422. <Column id="orddrid" type="STRING"/>
  2423. <Column id="prcpno" type="STRING"/>
  2424. <Column id="eqmtifyn" type="STRING"/>
  2425. <Column id="basesuppdeptcd" type="STRING"/>
  2426. <Column id="cretno" type="STRING"/>
  2427. <Column id="wardcd" type="STRING"/>
  2428. <Column id="rsrvdt" type="STRING"/>
  2429. <Column id="rgstdeptcd" type="STRING"/>
  2430. <Column id="rgstrid" type="STRING"/>
  2431. <Column id="inclprcpcd" type="STRING"/>
  2432. <Column id="lrgcd" type="STRING"/>
  2433. <Column id="mdlcd" type="STRING"/>
  2434. <Column id="actorddd" type="STRING"/>
  2435. <Column id="examroomnm" type="STRING"/>
  2436. <Column id="prcphistno" type="STRING"/>
  2437. <Column id="pacsnocretyn" type="STRING"/>
  2438. <Column id="execprcpstatcd" type="STRING"/>
  2439. <Column id="tmpldata" type="STRING"/>
  2440. <Column id="prcpdd" type="STRING"/>
  2441. <Column id="rsrvrid" type="STRING"/>
  2442. <Column id="cnclresncdnm" type="STRING"/>
  2443. <Column id="rsrvexmptmplcd" type="STRING"/>
  2444. <Column id="rrgstno2" type="STRING"/>
  2445. <Column id="clincstdycd" type="STRING"/>
  2446. <Column id="aftrcptinfo" type="STRING"/>
  2447. <Column id="unrsrvexecyn" type="STRING"/>
  2448. <Column id="insukind" type="STRING"/>
  2449. <Column id="selectdrid" type="STRING" size="256"/>
  2450. </ColumnInfo>
  2451. <Rows>
  2452. <Row/>
  2453. </Rows>
  2454. </Dataset>
  2455. <Dataset id="ds_main_cond" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2456. <ColumnInfo>
  2457. <Column id="scrnid" type="STRING" size="256"/>
  2458. <Column id="grdid" type="STRING" size="256"/>
  2459. <Column id="caseid" type="STRING" size="256"/>
  2460. <Column id="compscd" type="STRING" size="256"/>
  2461. </ColumnInfo>
  2462. <Rows>
  2463. <Row>
  2464. <Col id="scrnid"/>
  2465. <Col id="grdid"/>
  2466. <Col id="caseid"/>
  2467. <Col id="compscd"/>
  2468. </Row>
  2469. </Rows>
  2470. </Dataset>
  2471. <Dataset id="ds_temp_list_ordlist1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2472. <ColumnInfo>
  2473. <Column id="check" type="STRING"/>
  2474. <Column id="pid" type="STRING"/>
  2475. <Column id="hngnm" type="STRING"/>
  2476. <Column id="sna" type="STRING"/>
  2477. <Column id="rrgstno1" type="STRING"/>
  2478. <Column id="orddepthngnm" type="STRING"/>
  2479. <Column id="orddrnm" type="STRING"/>
  2480. <Column id="choiordflag" type="STRING"/>
  2481. <Column id="specdrid" type="STRING"/>
  2482. <Column id="portprcpflag" type="STRING"/>
  2483. <Column id="calcscorcd" type="STRING"/>
  2484. <Column id="prcpdt" type="STRING"/>
  2485. <Column id="statcd" type="STRING"/>
  2486. <Column id="roomcd" type="STRING"/>
  2487. <Column id="srchrsrvdt" type="STRING"/>
  2488. <Column id="prcphopedd" type="STRING"/>
  2489. <Column id="prcpnm" type="STRING"/>
  2490. <Column id="prcpqty" type="STRING"/>
  2491. <Column id="execprcptims" type="STRING"/>
  2492. <Column id="execdt" type="STRING"/>
  2493. <Column id="execrid1" type="STRING"/>
  2494. <Column id="rsrvrnm" type="STRING"/>
  2495. <Column id="rcptyn" type="STRING"/>
  2496. <Column id="basecd" type="STRING"/>
  2497. <Column id="hometel" type="STRING"/>
  2498. <Column id="mpphontel" type="STRING"/>
  2499. <Column id="hight" type="STRING"/>
  2500. <Column id="weight" type="STRING"/>
  2501. <Column id="execprcpuniqno" type="STRING"/>
  2502. <Column id="prcpexecdeptcd" type="STRING"/>
  2503. <Column id="excuroomcd" type="STRING"/>
  2504. <Column id="inflag" type="STRING"/>
  2505. <Column id="rcptacptyn" type="STRING"/>
  2506. <Column id="execbaseflag" type="STRING"/>
  2507. <Column id="excupartcd" type="STRING"/>
  2508. <Column id="modality" type="STRING"/>
  2509. <Column id="execrem" type="STRING"/>
  2510. <Column id="prcpdelivefact" type="STRING"/>
  2511. <Column id="carecnfmdd" type="STRING"/>
  2512. <Column id="prcpkindcd" type="STRING"/>
  2513. <Column id="rcptno" type="STRING"/>
  2514. <Column id="acptseqno" type="STRING"/>
  2515. <Column id="prcpgenrflag" type="STRING"/>
  2516. <Column id="orddd" type="STRING"/>
  2517. <Column id="orddeptcd" type="STRING"/>
  2518. <Column id="rcptdd" type="STRING"/>
  2519. <Column id="orddrid" type="STRING"/>
  2520. <Column id="prcpno" type="STRING"/>
  2521. <Column id="eqmtifyn" type="STRING"/>
  2522. <Column id="basesuppdeptcd" type="STRING"/>
  2523. <Column id="cretno" type="STRING"/>
  2524. <Column id="wardcd" type="STRING"/>
  2525. <Column id="rsrvdt" type="STRING"/>
  2526. <Column id="rgstdeptcd" type="STRING"/>
  2527. <Column id="rgstrid" type="STRING"/>
  2528. <Column id="inclprcpcd" type="STRING"/>
  2529. <Column id="lrgcd" type="STRING"/>
  2530. <Column id="mdlcd" type="STRING"/>
  2531. <Column id="actorddd" type="STRING"/>
  2532. <Column id="examroomnm" type="STRING"/>
  2533. <Column id="prcphistno" type="STRING"/>
  2534. <Column id="pacsnocretyn" type="STRING"/>
  2535. <Column id="execprcpstatcd" type="STRING"/>
  2536. <Column id="tmpldata" type="STRING"/>
  2537. <Column id="prcpdd" type="STRING"/>
  2538. <Column id="rsrvrid" type="STRING"/>
  2539. <Column id="cnclresncdnm" type="STRING"/>
  2540. <Column id="rsrvexmptmplcd" type="STRING"/>
  2541. <Column id="rrgstno2" type="STRING"/>
  2542. <Column id="clincstdycd" type="STRING"/>
  2543. <Column id="aftrcptinfo" type="STRING"/>
  2544. <Column id="unrsrvexecyn" type="STRING"/>
  2545. <Column id="insukind" type="STRING"/>
  2546. <Column id="selectdrid" type="STRING" size="256"/>
  2547. </ColumnInfo>
  2548. <Rows>
  2549. <Row/>
  2550. </Rows>
  2551. </Dataset>
  2552. <Dataset id="ds_temp_list_ordlist4" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2553. <ColumnInfo>
  2554. <Column id="check" type="STRING"/>
  2555. <Column id="pid" type="STRING"/>
  2556. <Column id="hngnm" type="STRING"/>
  2557. <Column id="sna" type="STRING"/>
  2558. <Column id="rrgstno1" type="STRING"/>
  2559. <Column id="orddepthngnm" type="STRING"/>
  2560. <Column id="orddrnm" type="STRING"/>
  2561. <Column id="portprcpflag" type="STRING"/>
  2562. <Column id="calcscorcd" type="STRING"/>
  2563. <Column id="prcpdt" type="STRING"/>
  2564. <Column id="statcd" type="STRING"/>
  2565. <Column id="roomcd" type="STRING"/>
  2566. <Column id="srchrsrvdt" type="STRING"/>
  2567. <Column id="prcphopedd" type="STRING"/>
  2568. <Column id="prcpnm" type="STRING"/>
  2569. <Column id="prcpqty" type="STRING"/>
  2570. <Column id="rsrvrnm" type="STRING"/>
  2571. <Column id="execdt" type="STRING"/>
  2572. <Column id="execrnm" type="STRING"/>
  2573. <Column id="rcptyn" type="STRING"/>
  2574. <Column id="basecd" type="STRING"/>
  2575. <Column id="hometel" type="STRING"/>
  2576. <Column id="mpphontel" type="STRING"/>
  2577. <Column id="hight" type="STRING"/>
  2578. <Column id="weight" type="STRING"/>
  2579. <Column id="execprcpuniqno" type="STRING"/>
  2580. <Column id="prcpexecdeptcd" type="STRING"/>
  2581. <Column id="excuroomcd" type="STRING"/>
  2582. <Column id="rgstdeptcd" type="STRING"/>
  2583. <Column id="rgstrid" type="STRING"/>
  2584. <Column id="inflag" type="STRING"/>
  2585. <Column id="rcptacptyn" type="STRING"/>
  2586. <Column id="execbaseflag" type="STRING"/>
  2587. <Column id="lrgcd" type="STRING"/>
  2588. <Column id="mdlcd" type="STRING"/>
  2589. <Column id="excupartcd" type="STRING"/>
  2590. <Column id="modality" type="STRING"/>
  2591. <Column id="execrem" type="STRING"/>
  2592. <Column id="prcpdelivefact" type="STRING"/>
  2593. <Column id="carecnfmdd" type="STRING"/>
  2594. <Column id="excuroomnm" type="STRING"/>
  2595. <Column id="rgstdepthngnm" type="STRING"/>
  2596. <Column id="prcpkindcd" type="STRING"/>
  2597. <Column id="rcptno" type="STRING"/>
  2598. <Column id="acptseqno" type="STRING"/>
  2599. <Column id="prcpdelivefact" type="STRING"/>
  2600. <Column id="prcpgenrflag" type="STRING"/>
  2601. <Column id="orddd" type="STRING"/>
  2602. <Column id="rgstrid" type="STRING"/>
  2603. <Column id="orddeptcd" type="STRING"/>
  2604. <Column id="rcptdd" type="STRING"/>
  2605. <Column id="orddrid" type="STRING"/>
  2606. <Column id="prcpno" type="STRING"/>
  2607. <Column id="eqmtifyn" type="STRING"/>
  2608. <Column id="basesuppdeptcd" type="STRING"/>
  2609. <Column id="rsrvdt" type="STRING"/>
  2610. <Column id="rsrvrid" type="STRING"/>
  2611. <Column id="inclprcpcd" type="STRING"/>
  2612. <Column id="examroomnm" type="STRING"/>
  2613. <Column id="execprcpstatcd" type="STRING"/>
  2614. <Column id="tmpldata" type="STRING"/>
  2615. <Column id="prcpdd" type="STRING"/>
  2616. <Column id="rsrvrid" type="STRING"/>
  2617. <Column id="pacsnocretyn" type="STRING"/>
  2618. <Column id="cnclresncdnm" type="STRING"/>
  2619. <Column id="rsrvexmptmplcd" type="STRING"/>
  2620. <Column id="rrgstno2" type="STRING"/>
  2621. <Column id="clincstdycd" type="STRING"/>
  2622. <Column id="execrid1" type="STRING"/>
  2623. <Column id="aftrcptinfo" type="STRING"/>
  2624. <Column id="unrsrvexecyn" type="STRING"/>
  2625. <Column id="insukind" type="STRING"/>
  2626. <Column id="selectdrid" type="STRING" size="256"/>
  2627. </ColumnInfo>
  2628. <Rows>
  2629. <Row/>
  2630. </Rows>
  2631. </Dataset>
  2632. <Dataset id="ds_temp_list_ordlist6" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2633. <ColumnInfo>
  2634. <Column id="check" type="STRING"/>
  2635. <Column id="pid" type="STRING"/>
  2636. <Column id="hngnm" type="STRING"/>
  2637. <Column id="sna" type="STRING"/>
  2638. <Column id="rrgstno1" type="STRING"/>
  2639. <Column id="orddepthngnm" type="STRING"/>
  2640. <Column id="orddrnm" type="STRING"/>
  2641. <Column id="portprcpflag" type="STRING"/>
  2642. <Column id="calcscorcd" type="STRING"/>
  2643. <Column id="prcpdt" type="STRING"/>
  2644. <Column id="statcd" type="STRING"/>
  2645. <Column id="roomcd" type="STRING"/>
  2646. <Column id="srchrsrvdt" type="STRING"/>
  2647. <Column id="prcphopedd" type="STRING"/>
  2648. <Column id="prcpnm" type="STRING"/>
  2649. <Column id="prcpqty" type="STRING"/>
  2650. <Column id="execprcptims" type="STRING"/>
  2651. <Column id="rsrvid" type="STRING"/>
  2652. <Column id="rcptdd" type="STRING"/>
  2653. <Column id="acptid" type="STRING"/>
  2654. <Column id="execdt" type="STRING"/>
  2655. <Column id="execrid1" type="STRING"/>
  2656. <Column id="rcptyn" type="STRING"/>
  2657. <Column id="basecd" type="STRING"/>
  2658. <Column id="hometel" type="STRING"/>
  2659. <Column id="mpphontel" type="STRING"/>
  2660. <Column id="hight" type="STRING"/>
  2661. <Column id="weight" type="STRING"/>
  2662. <Column id="execprcpuniqno" type="STRING"/>
  2663. <Column id="prcpexecdeptcd" type="STRING"/>
  2664. <Column id="excuroomcd" type="STRING"/>
  2665. <Column id="rgstdeptcd" type="STRING"/>
  2666. <Column id="rgstrid" type="STRING"/>
  2667. <Column id="inflag" type="STRING"/>
  2668. <Column id="rcptacptyn" type="STRING"/>
  2669. <Column id="execbaseflag" type="STRING"/>
  2670. <Column id="lrgcd" type="STRING"/>
  2671. <Column id="mdlcd" type="STRING"/>
  2672. <Column id="excupartcd" type="STRING"/>
  2673. <Column id="modality" type="STRING"/>
  2674. <Column id="acptrem" type="STRING"/>
  2675. <Column id="execrem" type="STRING"/>
  2676. <Column id="prcpdelivefact" type="STRING"/>
  2677. <Column id="carecnfmdd" type="STRING"/>
  2678. <Column id="excuroomnm" type="STRING"/>
  2679. <Column id="rgstdepthngnm" type="STRING"/>
  2680. <Column id="prcpkindcd" type="STRING"/>
  2681. <Column id="rcptno" type="STRING"/>
  2682. <Column id="acptseqno" type="STRING"/>
  2683. <Column id="prcpdelivefact" type="STRING"/>
  2684. <Column id="execrid1" type="STRING"/>
  2685. <Column id="execrid2" type="STRING"/>
  2686. <Column id="execrid3" type="STRING"/>
  2687. <Column id="execrid4" type="STRING"/>
  2688. <Column id="prcpgenrflag" type="STRING"/>
  2689. <Column id="orddd" type="STRING"/>
  2690. <Column id="rgstrid" type="STRING"/>
  2691. <Column id="orddeptcd" type="STRING"/>
  2692. <Column id="rcptdd" type="STRING"/>
  2693. <Column id="orddrid" type="STRING"/>
  2694. <Column id="prcpgenrflag" type="STRING"/>
  2695. <Column id="prcpno" type="STRING"/>
  2696. <Column id="eqmtifyn" type="STRING"/>
  2697. <Column id="basesuppdeptcd" type="STRING"/>
  2698. <Column id="tmpldata" type="STRING"/>
  2699. <Column id="wardcd" type="STRING"/>
  2700. <Column id="prcpexecdeptcd" type="STRING"/>
  2701. <Column id="rsrvdt" type="STRING"/>
  2702. <Column id="prcphistno" type="STRING"/>
  2703. <Column id="inclprcpcd" type="STRING"/>
  2704. <Column id="actorddd" type="STRING"/>
  2705. <Column id="cretno" type="STRING"/>
  2706. <Column id="pacsnocretyn" type="STRING"/>
  2707. <Column id="execprcpstatcd" type="STRING"/>
  2708. <Column id="tmpldata" type="STRING"/>
  2709. <Column id="prcpdd" type="STRING"/>
  2710. <Column id="cnclresncdnm" type="STRING"/>
  2711. <Column id="rsrvexmptmplcd" type="STRING"/>
  2712. <Column id="rrgstno2" type="STRING"/>
  2713. <Column id="clincstdycd" type="STRING"/>
  2714. <Column id="aftrcptinfo" type="STRING"/>
  2715. <Column id="unrsrvexecyn" type="STRING"/>
  2716. <Column id="examroomnm" type="STRING"/>
  2717. <Column id="insukind" type="STRING"/>
  2718. <Column id="selectdrid" type="STRING" size="256"/>
  2719. </ColumnInfo>
  2720. <Rows>
  2721. <Row/>
  2722. </Rows>
  2723. </Dataset>
  2724. <Dataset id="ds_temp_list_ordlist3" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  2725. <ColumnInfo>
  2726. <Column id="check" type="STRING"/>
  2727. <Column id="pid" type="STRING"/>
  2728. <Column id="hngnm" type="STRING"/>
  2729. <Column id="sna" type="STRING"/>
  2730. <Column id="rrgstno1" type="STRING"/>
  2731. <Column id="orddepthngnm" type="STRING"/>
  2732. <Column id="orddrnm" type="STRING"/>
  2733. <Column id="portprcpflag" type="STRING"/>
  2734. <Column id="calcscorcd" type="STRING"/>
  2735. <Column id="prcpdt" type="STRING"/>
  2736. <Column id="statcd" type="STRING"/>
  2737. <Column id="roomcd" type="STRING"/>
  2738. <Column id="srchrsrvdt" type="STRING"/>
  2739. <Column id="prcphopedd" type="STRING"/>
  2740. <Column id="prcpnm" type="STRING"/>
  2741. <Column id="prcpqty" type="STRING"/>
  2742. <Column id="execdt" type="STRING"/>
  2743. <Column id="execrid1" type="STRING"/>
  2744. <Column id="rsrvrnm" type="STRING"/>
  2745. <Column id="rcptyn" type="STRING"/>
  2746. <Column id="basecd" type="STRING"/>
  2747. <Column id="hometel" type="STRING"/>
  2748. <Column id="mpphontel" type="STRING"/>
  2749. <Column id="hight" type="STRING"/>
  2750. <Column id="weight" type="STRING"/>
  2751. <Column id="execprcpuniqno" type="STRING"/>
  2752. <Column id="prcpexecdeptcd" type="STRING"/>
  2753. <Column id="excuroomcd" type="STRING"/>
  2754. <Column id="inflag" type="STRING"/>
  2755. <Column id="rcptacptyn" type="STRING"/>
  2756. <Column id="execbaseflag" type="STRING"/>
  2757. <Column id="excupartcd" type="STRING"/>
  2758. <Column id="modality" type="STRING"/>
  2759. <Column id="execrem" type="STRING"/>
  2760. <Column id="prcpdelivefact" type="STRING"/>
  2761. <Column id="carecnfmdd" type="STRING"/>
  2762. <Column id="prcpkindcd" type="STRING"/>
  2763. <Column id="rcptno" type="STRING"/>
  2764. <Column id="acptseqno" type="STRING"/>
  2765. <Column id="prcpgenrflag" type="STRING"/>
  2766. <Column id="orddd" type="STRING"/>
  2767. <Column id="orddeptcd" type="STRING"/>
  2768. <Column id="rcptdd" type="STRING"/>
  2769. <Column id="orddrid" type="STRING"/>
  2770. <Column id="prcpno" type="STRING"/>
  2771. <Column id="eqmtifyn" type="STRING"/>
  2772. <Column id="basesuppdeptcd" type="STRING"/>
  2773. <Column id="cretno" type="STRING"/>
  2774. <Column id="wardcd" type="STRING"/>
  2775. <Column id="rsrvdt" type="STRING"/>
  2776. <Column id="rgstdeptcd" type="STRING"/>
  2777. <Column id="rgstrid" type="STRING"/>
  2778. <Column id="inclprcpcd" type="STRING"/>
  2779. <Column id="lrgcd" type="STRING"/>
  2780. <Column id="mdlcd" type="STRING"/>
  2781. <Column id="actorddd" type="STRING"/>
  2782. <Column id="examroomnm" type="STRING"/>
  2783. <Column id="prcphistno" type="STRING"/>
  2784. <Column id="pacsnocretyn" type="STRING"/>
  2785. <Column id="execprcpstatcd" type="STRING"/>
  2786. <Column id="tmpldata" type="STRING"/>
  2787. <Column id="prcpdd" type="STRING"/>
  2788. <Column id="rsrvrid" type="STRING"/>
  2789. <Column id="cnclresncdnm" type="STRING"/>
  2790. <Column id="rsrvexmptmplcd" type="STRING"/>
  2791. <Column id="rrgstno2" type="STRING"/>
  2792. <Column id="clincstdycd" type="STRING"/>
  2793. <Column id="aftrcptinfo" type="STRING"/>
  2794. <Column id="unrsrvexecyn" type="STRING"/>
  2795. <Column id="insukind" type="STRING"/>
  2796. <Column id="selectdrid" type="STRING" size="256"/>
  2797. </ColumnInfo>
  2798. <Rows>
  2799. <Row/>
  2800. </Rows>
  2801. </Dataset>
  2802. <Dataset id="ds_main_list_cnst" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2803. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2804. <Dataset id="ds_hidden" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2805. <Dataset id="ds_init_userscrnenvinfo_gridseq" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2806. <Dataset id="ds_temp_list_cnst" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  2807. <Dataset id="ds_listval" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  2808. <ColumnInfo>
  2809. <Column id="refdata" type="STRING" size="256"/>
  2810. <Column id="sizedata" type="STRING" size="256"/>
  2811. </ColumnInfo>
  2812. <Rows>
  2813. <Row/>
  2814. </Rows>
  2815. </Dataset>
  2816. </Objects>
  2817. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  2818. * System Name :
  2819. * Job Name :
  2820. * Creator :
  2821. * Make Date : 2016-10-14
  2822. * Description :
  2823. *---------------------------------------------------------------------------------------
  2824. * Modify Date Modifier Modify Description
  2825. *---------------------------------------------------------------------------------------
  2826. * 2016-10-14 Live Converter TF->XP
  2827. *
  2828. *---------------------------------------------------------------------------------------
  2829. ****************************************************************************************/
  2830. //=======================================================================================
  2831. // Lib Include
  2832. //---------------------------------------------------------------------------------------
  2833. include "com_commonxp::comm_main.xjs";
  2834. include "ast_examcurexp::SPAER01100.xjs";
  2835. //=======================================================================================
  2836. // Global Form Variable
  2837. //---------------------------------------------------------------------------------------
  2838. var arErrorCode = new HashArray();
  2839. //=======================================================================================
  2840. // Function
  2841. //---------------------------------------------------------------------------------------
  2842. /****************************************************************************************
  2843. * Argument : N/A
  2844. * Description : 컬럼 추가 드래그 종료
  2845. ****************************************************************************************/
  2846. function fAddColDragOver(obj:Grid, e:GridDragEventInfo){
  2847. if(e.button == "lbutton")
  2848. obj.style.cursor = "hand";
  2849. else
  2850. obj.style.cursor = "auto";
  2851. }
  2852. //=======================================================================================
  2853. // Event
  2854. //---------------------------------------------------------------------------------------
  2855. /****************************************************************************************
  2856. * Components : Form
  2857. * Components ID : SPAER01100
  2858. * Event : oninit
  2859. * Argument : 01.obj : Object Event has occurred
  2860. * : 02.e : Event Object
  2861. * Description : 화면 처음 초기화시 폼초기화
  2862. ****************************************************************************************/
  2863. function SPAER01100_oninit(obj:Form, e:InitEventInfo)
  2864. {
  2865. frmf_initForm(obj); // 폼 초기화
  2866. }
  2867. /****************************************************************************************
  2868. * Components : Form
  2869. * Components ID : SPAER01100
  2870. * Event : onload
  2871. * Argument : 01.obj : Object Event has occurred
  2872. * : 02.e : Event Object
  2873. * Description : 화면 처음 초기화시 폼초기화
  2874. ****************************************************************************************/
  2875. function SPAER01100_onload(obj:Form, e:LoadEventInfo)
  2876. {
  2877. fInitialize_SPAER01100();
  2878. }
  2879. /****************************************************************************************
  2880. * Components : Tab
  2881. * Components ID : switch1
  2882. * Event : onchanged
  2883. * Argument : 01.obj : Object Event has occurred
  2884. * : 02.e : Event Object
  2885. * Description : 탭 선택 이벤트
  2886. ****************************************************************************************/
  2887. function switch1_onchanged(obj:Tab, e:TabIndexChangeEventInfo)
  2888. {
  2889. if(obj.tabindex == 0) {
  2890. fClkBtnOfTopTab("case1", "grp_body.group2.switch1.case1.grd_ordlist1","01");
  2891. } else if(obj.tabindex == 1) {
  2892. fClkBtnOfTopTab("case4", "grp_body.group2.switch1.case4.grd_ordlist4","04");
  2893. } else if(obj.tabindex == 2) {
  2894. fClkBtnOfTopTab("case6", "grp_body.group2.switch1.case6.grd_ordlist6","06");
  2895. } else if(obj.tabindex == 3) {
  2896. fClkBtnOfTopTab("case3", "grp_body.group2.switch1.case3.grd_ordlist3","03");
  2897. }
  2898. }
  2899. /****************************************************************************************
  2900. * Components : Button
  2901. * Components ID : button2
  2902. * Event : onclick
  2903. * Argument : 01.obj : Object Event has occurred
  2904. * : 02.e : Event Object
  2905. * Description : 저장
  2906. ****************************************************************************************/
  2907. function button2_onclick(obj:Button, e:ClickEventInfo)
  2908. {
  2909. fSaveOrderInfoCol();
  2910. opener.frmf_setParameter("SPAER01100_rtn_useyn", "Y");
  2911. this.close();
  2912. }
  2913. /****************************************************************************************
  2914. * Components : Button
  2915. * Components ID : button3
  2916. * Event : onclick
  2917. * Argument : 01.obj : Object Event has occurred
  2918. * : 02.e : Event Object
  2919. * Description : 취소
  2920. ****************************************************************************************/
  2921. function button3_onclick(obj:Button, e:ClickEventInfo)
  2922. {
  2923. opener.frmf_setParameter("SPAER01100_rtn_useyn", "N");
  2924. this.close();
  2925. }
  2926. function switch1_resize_ondragmove(obj:Grid, e:GridDragEventInfo)
  2927. {
  2928. fAddColDragOver(obj, e);
  2929. }
  2930. function switch1_case3_grd_ordlist3_resize_onrbuttonup(obj:Grid, e:GridMouseEventInfo)
  2931. {
  2932. if(e.row > -1){
  2933. grdf_setSelectedCell(obj, e); // 선택된 행 확실히 선택해줌
  2934. pmn_menu1.trackPopup(e.screenX,e.screenY);
  2935. }
  2936. return true;
  2937. }
  2938. function button1_onclick(obj:Button, e:ClickEventInfo)
  2939. {
  2940. }
  2941. ]]></Script>
  2942. </Form>
  2943. </FDL>