SPMRT02000_약어검색.xfdl 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMRT02000" position="absolute 0 0 1196 795" titletext="약어 검색" onload="SPMRT02000_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static text="검색결과" position="absolute 0 68 100 85" id="caption76" class="tit_2"/>
  8. <Grid position="absolute 0 89 1194 793" id="grd_abbrLists" binddataset="ds_grd_abbrLists" autosizingtype="none" cellsizingtype="col" extendsizetype="none" autofittype="none">
  9. <Formats>
  10. <Format id="default">
  11. <Columns>
  12. <Column size="0"/>
  13. <Column size="25"/>
  14. <Column size="70"/>
  15. <Column size="110"/>
  16. <Column size="110"/>
  17. <Column size="110"/>
  18. <Column size="110"/>
  19. <Column size="100"/>
  20. <Column size="85"/>
  21. <Column size="85"/>
  22. <Column size="86"/>
  23. <Column size="100"/>
  24. <Column size="100"/>
  25. <Column size="80"/>
  26. </Columns>
  27. <Rows>
  28. <Row size="24" band="head"/>
  29. <Row size="24"/>
  30. </Rows>
  31. <Band id="head">
  32. <Cell text="타입"/>
  33. <Cell col="1"/>
  34. <Cell col="2" text="구분"/>
  35. <Cell col="3" text="약어코드"/>
  36. <Cell col="4" text="약어"/>
  37. <Cell col="5" text="영문명"/>
  38. <Cell col="6" text="한글명"/>
  39. <Cell col="7" text="한글동의어"/>
  40. <Cell col="8" text="약어설명"/>
  41. <Cell col="9" text="단위유형"/>
  42. <Cell col="10" text="환산값"/>
  43. <Cell col="11" text="금지사유"/>
  44. <Cell col="12" text="추천약어"/>
  45. <Cell col="13" text="비고"/>
  46. </Band>
  47. <Band id="body">
  48. <Cell text="bind:abbrtype"/>
  49. <Cell col="1" celltype="head" expr="currow + 1"/>
  50. <Cell col="2" style="align:left;color:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);color2:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);" text="bind:abbrkindnm"/>
  51. <Cell col="3" style="align:left top;padding:2 2 2 2;color:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);color2:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);" text="bind:abbrcd" wordwrap="word" autosizerow="default"/>
  52. <Cell col="4" style="align:left top;padding:2 2 2 2;color:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);color2:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);" text="bind:abbrnm" wordwrap="word" autosizerow="default"/>
  53. <Cell col="5" style="align:left top;padding:2 2 2 2;color:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);color2:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);" text="bind:abbrengnm" wordwrap="word" autosizerow="default"/>
  54. <Cell col="6" style="align:left top;padding:2 2 2 2;color:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);color2:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#ff0000&quot;:&quot;#000000&quot;);" text="bind:abbrhngnm" wordwrap="word" autosizerow="default"/>
  55. <Cell col="7" style="align:left top;padding:2 2 2 2;" text="bind:abbrdesc" wordwrap="word" autosizerow="default"/>
  56. <Cell col="8" style="align:left top;" text="bind:unitkindnm" wordwrap="word" autosizerow="default"/>
  57. <Cell col="9" style="align:left;" text="bind:exchval"/>
  58. <Cell col="10" style="align:left top;padding:2 2 2 2;" text="bind:dclrtresn" wordwrap="char"/>
  59. <Cell col="11" style="align:left top;padding:2 2 2 2;color:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#0066FF&quot;:&quot;#000000&quot;);color2:EXPR(getColumn(currow,'abbrtype')=='02'?&quot;#0066FF&quot;:&quot;#000000&quot;);" text="bind:recminfo" wordwrap="word" autosizerow="default"/>
  60. <Cell col="12" style="align:left top;padding:4 2 2 2;" text="bind:abbrrem" wordwrap="word"/>
  61. <Cell col="13" style="align:left;" text="bind:synominfo"/>
  62. </Band>
  63. </Format>
  64. </Formats>
  65. </Grid>
  66. <Div position="absolute 85 108 864 133" id="group2_bk" style="border:0 solid #808080ff ;" visible="false">
  67. <Layouts>
  68. <Layout>
  69. <Tab id="Tab00" taborder="0" scrollbars="autoboth" position="absolute 3 0 696 24" anchor="default" style="border:1 solid #808080ff ;font:arial,10,italic;glow:10 cadetblue;" onchanged="group2_Tab00_onchanged" tabindex="0">
  70. <Tabpages>
  71. <Tabpage id="tabpage1" text="A"/>
  72. <Tabpage id="tabpage2" text="B"/>
  73. <Tabpage id="tabpage3" text="C"/>
  74. <Tabpage id="tabpage4" text="D"/>
  75. <Tabpage id="tabpage5" text="E"/>
  76. <Tabpage id="tabpage6" text="F"/>
  77. <Tabpage id="tabpage7" text="G"/>
  78. <Tabpage id="tabpage8" text="H"/>
  79. <Tabpage id="tabpage9" text="I"/>
  80. <Tabpage id="tabpage10" text="J"/>
  81. <Tabpage id="tabpage11" text="K"/>
  82. <Tabpage id="tabpage12" text="L"/>
  83. <Tabpage id="tabpage13" text="M"/>
  84. <Tabpage id="tabpage14" text="N"/>
  85. <Tabpage id="tabpage15" text="O"/>
  86. <Tabpage id="tabpage16" text="P"/>
  87. <Tabpage id="tabpage17" text="Q"/>
  88. <Tabpage id="tabpage18" text="R"/>
  89. <Tabpage id="tabpage19" text="S"/>
  90. <Tabpage id="tabpage20" text="T"/>
  91. <Tabpage id="tabpage21" text="U"/>
  92. <Tabpage id="tabpage22" text="V"/>
  93. <Tabpage id="tabpage23" text="W"/>
  94. <Tabpage id="tabpage24" text="X"/>
  95. <Tabpage id="tabpage25" text="Y"/>
  96. <Tabpage id="tabpage26" text="Z"/>
  97. <Tabpage id="tabpage27"/>
  98. </Tabpages>
  99. </Tab>
  100. </Layout>
  101. </Layouts>
  102. </Div>
  103. <Div id="group2" taborder="1" position="absolute 94 61 880 86">
  104. <Layouts>
  105. <Layout>
  106. <Button id="button00" taborder="52" text="A" onclick="tab_button_onclick" class="btn_tab" position="absolute 2 1 31 25" style="font:Dotum,12,bold;"/>
  107. <Button id="button01" taborder="53" text="B" onclick="tab_button_onclick" class="btn_tab" position="absolute 32 1 61 25" style="font:Dotum,12,bold;"/>
  108. <Button id="button02" taborder="54" text="C" onclick="tab_button_onclick" class="btn_tab" position="absolute 62 1 91 25" style="font:Dotum,12,bold;"/>
  109. <Button id="button03" taborder="55" text="D" onclick="tab_button_onclick" class="btn_tab" position="absolute 92 1 121 25" style="font:Dotum,12,bold;"/>
  110. <Button id="button04" taborder="56" text="E" onclick="tab_button_onclick" class="btn_tab" position="absolute 122 1 151 25" style="font:Dotum,12,bold;"/>
  111. <Button id="button05" taborder="57" text="F" onclick="tab_button_onclick" class="btn_tab" position="absolute 152 1 181 25" style="font:Dotum,12,bold;"/>
  112. <Button id="button06" taborder="58" text="G" onclick="tab_button_onclick" class="btn_tab" position="absolute 182 1 211 25" style="font:Dotum,12,bold;"/>
  113. <Button id="button07" taborder="59" text="H" onclick="tab_button_onclick" class="btn_tab" position="absolute 212 1 241 25" style="font:Dotum,12,bold;"/>
  114. <Button id="button08" taborder="60" text="I" onclick="tab_button_onclick" class="btn_tab" position="absolute 242 1 271 25" style="font:Dotum,12,bold;"/>
  115. <Button id="button09" taborder="61" text="J" onclick="tab_button_onclick" class="btn_tab" position="absolute 272 1 301 25" style="font:Dotum,12,bold;"/>
  116. <Button id="button10" taborder="62" text="K" onclick="tab_button_onclick" class="btn_tab" position="absolute 302 1 331 25" style="font:Dotum,12,bold;"/>
  117. <Button id="button11" taborder="63" text="L" onclick="tab_button_onclick" class="btn_tab" position="absolute 332 1 361 25" style="font:Dotum,12,bold;"/>
  118. <Button id="button12" taborder="64" text="M" onclick="tab_button_onclick" class="btn_tab" position="absolute 362 1 391 25" style="font:Dotum,12,bold;"/>
  119. <Button id="button13" taborder="65" text="N" onclick="tab_button_onclick" class="btn_tab" position="absolute 392 1 421 25" style="font:Dotum,12,bold;"/>
  120. <Button id="button14" taborder="66" text="O" onclick="tab_button_onclick" class="btn_tab" position="absolute 422 1 451 25" style="font:Dotum,12,bold;"/>
  121. <Button id="button15" taborder="67" text="P" onclick="tab_button_onclick" class="btn_tab" position="absolute 452 1 481 25" style="font:Dotum,12,bold;"/>
  122. <Button id="button16" taborder="68" text="Q" onclick="tab_button_onclick" class="btn_tab" position="absolute 482 1 511 25" style="font:Dotum,12,bold;"/>
  123. <Button id="button17" taborder="69" text="R" onclick="tab_button_onclick" class="btn_tab" position="absolute 512 1 541 25" style="font:Dotum,12,bold;"/>
  124. <Button id="button18" taborder="70" text="S" onclick="tab_button_onclick" class="btn_tab" position="absolute 542 1 571 25" style="font:Dotum,12,bold;"/>
  125. <Button id="button19" taborder="71" text="T" onclick="tab_button_onclick" class="btn_tab" position="absolute 572 1 601 25" style="font:Dotum,12,bold;"/>
  126. <Button id="button20" taborder="72" text="U" onclick="tab_button_onclick" class="btn_tab" position="absolute 602 1 631 25" style="font:Dotum,12,bold;"/>
  127. <Button id="button21" taborder="73" text="V" onclick="tab_button_onclick" class="btn_tab" position="absolute 632 1 661 25" style="font:Dotum,12,bold;"/>
  128. <Button id="button22" taborder="74" text="W" onclick="tab_button_onclick" class="btn_tab" position="absolute 662 1 691 25" style="font:Dotum,12,bold;"/>
  129. <Button id="button23" taborder="75" text="X" onclick="tab_button_onclick" class="btn_tab" position="absolute 692 1 721 25" style="font:Dotum,12,bold;"/>
  130. <Button id="button24" taborder="76" text="Y" onclick="tab_button_onclick" class="btn_tab" position="absolute 722 1 751 25" style="font:Dotum,12,bold;"/>
  131. <Button id="button25" taborder="77" text="Z" onclick="tab_button_onclick" class="btn_tab" position="absolute 752 1 781 25" style="font:Dotum,12,bold;"/>
  132. </Layout>
  133. </Layouts>
  134. </Div>
  135. <Div id="group8" taborder="2" class="div_SA2" position="absolute 0 0 1194 60">
  136. <Layouts>
  137. <Layout>
  138. <Static id="caption59" text="검색기준" class="search_name" position="absolute 16 8 102 25"/>
  139. <Button id="button27" taborder="6" text="조회" onclick="group8_button27_onclick" class="btn1" position="absolute 1124 33 1180 55"/>
  140. <Shape id="line30" linetype="vertical" class="line_4" position="absolute 1108 33 1114 55"/>
  141. <Edit id="ipt_keyword" taborder="7" onkeydown="group8_ipt_keyword_onkeydown" class="input_search" position="absolute 340 34 515 53"/>
  142. <Radio id="radio1" taborder="8" columncount="3" rowcount="0" codecolumn="codecolumn" datacolumn="datacolumn" onitemchanged="group8_radio1_onitemchanged" position="absolute 110 6 340 26">
  143. <Dataset id="innerdataset">
  144. <ColumnInfo>
  145. <Column id="codecolumn"/>
  146. <Column id="datacolumn"/>
  147. </ColumnInfo>
  148. <Rows>
  149. <Row>
  150. <Col id="codecolumn">%</Col>
  151. <Col id="datacolumn">전체</Col>
  152. </Row>
  153. <Row>
  154. <Col id="codecolumn">01</Col>
  155. <Col id="datacolumn">약어</Col>
  156. </Row>
  157. <Row>
  158. <Col id="codecolumn">02</Col>
  159. <Col id="datacolumn">금지약어</Col>
  160. </Row>
  161. </Rows>
  162. </Dataset>
  163. </Radio>
  164. <Shape id="line2" class="line_4" position="absolute 10 27 1185 33"/>
  165. <Combo id="cmb_abbrkind" taborder="9" codecolumn="codecolumn" datacolumn="datacolumn" position="absolute 110 34 235 53">
  166. <Dataset id="innerdataset">
  167. <ColumnInfo>
  168. <Column id="codecolumn"/>
  169. <Column id="datacolumn"/>
  170. </ColumnInfo>
  171. <Rows>
  172. <Row>
  173. <Col id="codecolumn">%</Col>
  174. <Col id="datacolumn">전체</Col>
  175. </Row>
  176. <Row>
  177. <Col id="codecolumn">01</Col>
  178. <Col id="datacolumn">단어</Col>
  179. </Row>
  180. <Row>
  181. <Col id="codecolumn">02</Col>
  182. <Col id="datacolumn">상병</Col>
  183. </Row>
  184. <Row>
  185. <Col id="codecolumn">03</Col>
  186. <Col id="datacolumn">단위</Col>
  187. </Row>
  188. <Row>
  189. <Col id="codecolumn">04</Col>
  190. <Col id="datacolumn">기호</Col>
  191. </Row>
  192. </Rows>
  193. </Dataset>
  194. </Combo>
  195. <Static id="caption1" text="검색구분" class="search_name" position="absolute 16 36 102 53"/>
  196. <Combo id="combo2" taborder="10" codecolumn="codecolumn" datacolumn="datacolumn" position="absolute 240 34 335 53">
  197. <Dataset id="innerdataset">
  198. <ColumnInfo>
  199. <Column id="codecolumn"/>
  200. <Column id="datacolumn"/>
  201. </ColumnInfo>
  202. <Rows>
  203. <Row>
  204. <Col id="codecolumn">%</Col>
  205. <Col id="datacolumn">전체</Col>
  206. </Row>
  207. <Row>
  208. <Col id="codecolumn">01</Col>
  209. <Col id="datacolumn">약어</Col>
  210. </Row>
  211. <Row>
  212. <Col id="codecolumn">02</Col>
  213. <Col id="datacolumn">영문명</Col>
  214. </Row>
  215. <Row>
  216. <Col id="codecolumn">03</Col>
  217. <Col id="datacolumn">한글명</Col>
  218. </Row>
  219. </Rows>
  220. </Dataset>
  221. </Combo>
  222. <CheckBox id="checkbox1" taborder="11" text="완전일치" value="N" truevalue="Y" falsevalue="N" position="absolute 520 34 615 54"/>
  223. <Static id="caption2" text="유효여부" class="search_name" position="absolute 625 36 711 53"/>
  224. <Combo id="combo3" taborder="12" codecolumn="codecolumn" datacolumn="datacolumn" position="absolute 705 34 800 53">
  225. <Dataset id="innerdataset">
  226. <ColumnInfo>
  227. <Column id="codecolumn"/>
  228. <Column id="datacolumn"/>
  229. </ColumnInfo>
  230. <Rows>
  231. <Row>
  232. <Col id="codecolumn">%</Col>
  233. <Col id="datacolumn">전체</Col>
  234. </Row>
  235. <Row>
  236. <Col id="codecolumn">Y</Col>
  237. <Col id="datacolumn">유효</Col>
  238. </Row>
  239. <Row>
  240. <Col id="codecolumn">N</Col>
  241. <Col id="datacolumn">무효</Col>
  242. </Row>
  243. </Rows>
  244. </Dataset>
  245. </Combo>
  246. </Layout>
  247. </Layouts>
  248. </Div>
  249. <Button id="button30" taborder="3" text="엑셀저장" onclick="button30_onclick" class="btn7" position="absolute 1116 62 1194 84"/>
  250. <Shape id="line33" class="line_10" position="absolute 0 84 1194 90"/>
  251. </Layout>
  252. </Layouts>
  253. <Objects>
  254. <Dataset id="ds_grd_abbrLists" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  255. <ColumnInfo>
  256. <Column id="instcd" type="STRING" size="256" sumtext="기관코드"/>
  257. <Column id="abbrcd" type="STRING" size="256" sumtext="약어코드-저장시발생하는일련번호"/>
  258. <Column id="valitodt" type="STRING" size="256" sumtext="유효종료일시"/>
  259. <Column id="valifromdt" type="STRING" size="256" sumtext="유효시작일시"/>
  260. <Column id="abbrtype" type="STRING" size="256" sumtext="약어종류(01:약어,02:금지약어)공통코드(m0600)"/>
  261. <Column id="abbrkind" type="STRING" size="256" sumtext="약어구분(01:단어,02:상병,03:단위,04:기호)"/>
  262. <Column id="abbrkindnm" type="STRING" size="256" sumtext="약어구분(01:단어,02:상병,03:단위,04:기호)"/>
  263. <Column id="abbrnm" type="STRING" size="256" sumtext="약어명"/>
  264. <Column id="abbrengnm" type="STRING" size="256" sumtext="영문명"/>
  265. <Column id="abbrhngnm" type="STRING" size="256" sumtext="한글명(대표동의어)"/>
  266. <Column id="snmd" type="STRING" size="256" sumtext="snomed-ct"/>
  267. <Column id="umls" type="STRING" size="256" sumtext="umls"/>
  268. <Column id="abbrdesc" type="STRING" size="256" sumtext="약어설명"/>
  269. <Column id="dclrtresn" type="STRING" size="256" sumtext="금지사유-금지약어인경우"/>
  270. <Column id="basegenr" type="STRING" size="256" sumtext="원발생"/>
  271. <Column id="abbrrem" type="STRING" size="256" sumtext="비고"/>
  272. <Column id="unitkindseq" type="STRING" size="256" sumtext="단위유형"/>
  273. <Column id="unitkindnm" type="STRING" size="256" sumtext="단위유형"/>
  274. <Column id="exchval" type="STRING" size="256" sumtext="단위환산값"/>
  275. <Column id="useyn" type="STRING" size="256" sumtext="유효여부(y/n)"/>
  276. <Column id="abbrtodd" type="STRING" size="256" sumtext="약어사용종료일자"/>
  277. <Column id="abbrfromdd" type="STRING" size="256" sumtext="약어사용시작일자"/>
  278. <Column id="fstrgstrid" type="STRING" size="256" sumtext="최초등록자id"/>
  279. <Column id="fstrgstdt" type="STRING" size="256" sumtext="최초등록일시"/>
  280. <Column id="lastupdtrid" type="STRING" size="256" sumtext="최종수정자id"/>
  281. <Column id="lastupdtdt" type="STRING" size="256" sumtext="최초수정일시"/>
  282. <Column id="synominfo" type="STRING" size="256" sumtext="동의어"/>
  283. <Column id="recminfo" type="STRING" size="256" sumtext="추천약어"/>
  284. </ColumnInfo>
  285. </Dataset>
  286. <Dataset id="ds_abbrinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  287. <ColumnInfo>
  288. <Column id="instcd" type="STRING" size="256"/>
  289. <Column id="abbrcd" type="STRING" size="256"/>
  290. <Column id="valitodt" type="STRING" size="256"/>
  291. <Column id="valifromdt" type="STRING" size="256"/>
  292. <Column id="abbrtype" type="STRING" size="256"/>
  293. <Column id="abbrkind" type="STRING" size="256"/>
  294. <Column id="abbrnm" type="STRING" size="256"/>
  295. <Column id="abbrengnm" type="STRING" size="256"/>
  296. <Column id="abbrhngnm" type="STRING" size="256"/>
  297. <Column id="snmd" type="STRING" size="256"/>
  298. <Column id="umls" type="STRING" size="256"/>
  299. <Column id="abbrdesc" type="STRING" size="256"/>
  300. <Column id="dclrtresn" type="STRING" size="256"/>
  301. <Column id="basegenr" type="STRING" size="256"/>
  302. <Column id="abbrrem" type="STRING" size="256"/>
  303. <Column id="unitkindseq" type="STRING" size="256"/>
  304. <Column id="exchval" type="STRING" size="256"/>
  305. <Column id="useyn" type="STRING" size="256"/>
  306. <Column id="abbrtodd" type="STRING" size="256"/>
  307. <Column id="abbrfromdd" type="STRING" size="256"/>
  308. <Column id="fstrgstrid" type="STRING" size="256"/>
  309. <Column id="fstrgstdt" type="STRING" size="256"/>
  310. <Column id="lastupdtrid" type="STRING" size="256"/>
  311. <Column id="lastupdtdt" type="STRING" size="256"/>
  312. </ColumnInfo>
  313. </Dataset>
  314. <Dataset id="ds_init_abbrinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  315. <ColumnInfo>
  316. <Column id="instcd" type="STRING" size="256"/>
  317. <Column id="abbrcd" type="STRING" size="256"/>
  318. <Column id="valitodt" type="STRING" size="256"/>
  319. <Column id="valifromdt" type="STRING" size="256"/>
  320. <Column id="abbrtype" type="STRING" size="256"/>
  321. <Column id="abbrkind" type="STRING" size="256"/>
  322. <Column id="abbrnm" type="STRING" size="256"/>
  323. <Column id="abbrengnm" type="STRING" size="256"/>
  324. <Column id="abbrhngnm" type="STRING" size="256"/>
  325. <Column id="snmd" type="STRING" size="256"/>
  326. <Column id="umls" type="STRING" size="256"/>
  327. <Column id="abbrdesc" type="STRING" size="256"/>
  328. <Column id="dclrtresn" type="STRING" size="256"/>
  329. <Column id="basegenr" type="STRING" size="256"/>
  330. <Column id="abbrrem" type="STRING" size="256"/>
  331. <Column id="unitkindseq" type="STRING" size="256"/>
  332. <Column id="exchval" type="STRING" size="256"/>
  333. <Column id="useyn" type="STRING" size="256"/>
  334. <Column id="abbrtodd" type="STRING" size="256"/>
  335. <Column id="abbrfromdd" type="STRING" size="256"/>
  336. <Column id="fstrgstrid" type="STRING" size="256"/>
  337. <Column id="fstrgstdt" type="STRING" size="256"/>
  338. <Column id="lastupdtrid" type="STRING" size="256"/>
  339. <Column id="lastupdtdt" type="STRING" size="256"/>
  340. </ColumnInfo>
  341. </Dataset>
  342. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  343. <ColumnInfo>
  344. <Column id="abbrtype" type="STRING" size="256"/>
  345. <Column id="abbrkind" type="STRING" size="256"/>
  346. <Column id="keyword" type="STRING" size="256"/>
  347. <Column id="perfectyn" type="STRING" size="256"/>
  348. <Column id="useyn" type="STRING" size="256"/>
  349. <Column id="keytag" type="STRING" size="256"/>
  350. <Column id="abbrcd" type="STRING" size="256"/>
  351. <Column id="listdata" type="STRING" size="256"/>
  352. </ColumnInfo>
  353. </Dataset>
  354. <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  355. <ColumnInfo>
  356. <Column id="abbrtype" type="STRING" size="256"/>
  357. <Column id="abbrkind" type="STRING" size="256"/>
  358. <Column id="keyword" type="STRING" size="256"/>
  359. <Column id="perfectyn" type="STRING" size="256"/>
  360. <Column id="useyn" type="STRING" size="256"/>
  361. <Column id="keytag" type="STRING" size="256"/>
  362. </ColumnInfo>
  363. <Rows>
  364. <Row>
  365. <Col id="abbrtype">01</Col>
  366. <Col id="abbrkind">%</Col>
  367. <Col id="perfectyn">N</Col>
  368. <Col id="useyn">Y</Col>
  369. <Col id="keytag">01</Col>
  370. </Row>
  371. </Rows>
  372. </Dataset>
  373. <Dataset id="ds_unitindex" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  374. <ColumnInfo>
  375. <Column id="itemindxseq" type="STRING" size="256" sumtext="아이템색인순번"/>
  376. <Column id="indxnm" type="STRING" size="256" sumtext="색인명"/>
  377. </ColumnInfo>
  378. </Dataset>
  379. </Objects>
  380. <Bind>
  381. <BindItem id="item0" compid="group8.combo2" propid="value" datasetid="ds_init" columnid="keytag"/>
  382. <BindItem id="item1" compid="group8.ipt_keyword" propid="value" datasetid="ds_init" columnid="keyword"/>
  383. <BindItem id="item2" compid="group8.cmb_abbrkind" propid="value" datasetid="ds_init" columnid="abbrkind"/>
  384. <BindItem id="item3" compid="group8.combo3" propid="value" datasetid="ds_init" columnid="useyn"/>
  385. <BindItem id="item4" compid="group8.radio1" propid="value" datasetid="ds_init" columnid="abbrtype"/>
  386. <BindItem id="item5" compid="group8.checkbox1" propid="value" datasetid="ds_init" columnid="perfectyn"/>
  387. </Bind>
  388. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  389. * System Name :
  390. * Job Name :
  391. * Creator :
  392. * Make Date : 2014-10-16
  393. * Description :
  394. *---------------------------------------------------------------------------------------
  395. * Modify Date Modifier Modify Description
  396. *---------------------------------------------------------------------------------------
  397. * 2014-10-16 Live Converter TF->XP
  398. *
  399. *---------------------------------------------------------------------------------------
  400. ****************************************************************************************/
  401. include "com_commonxp::comm_main.xjs";
  402. include "emr_termmngtxp::SPMRT02000.xjs";
  403. include "mis_miscommonxp::MIS.xjs";
  404. function SPMRT02000_onload(obj:Form, e:LoadEventInfo)
  405. {
  406. frmf_initForm(obj);
  407. fInitalize();
  408. }
  409. function group8_button27_onclick(obj:Button, e:ClickEventInfo)
  410. {
  411. fSelectAbbrMasterLists();
  412. }
  413. function group8_ipt_keyword_onkeydown(obj:Edit, e:KeyEventInfo)
  414. {
  415. if(e.keycode == "13") {
  416. group8.ipt_keyword.value = group8.ipt_keyword.text;
  417. fSelectAbbrMasterLists();
  418. }
  419. }
  420. function button30_onclick(obj:Button, e:ClickEventInfo)
  421. {
  422. fSaveExecl(); // 엑셀저장
  423. }
  424. function group2_Tab00_onchanged(obj:Tab, e:TabIndexChangeEventInfo)
  425. {
  426. // if(group2.Tab00.tabindex == 0)
  427. // {
  428. // fSelectAbbrNM("a%");
  429. // }
  430. // else if(group2.Tab00.tabindex == 1)
  431. // {
  432. // fSelectAbbrNM("b%");
  433. // }
  434. // else if(group2.Tab00.tabindex == 2)
  435. // {
  436. // fSelectAbbrNM("c%");
  437. // }
  438. // else if(group2.Tab00.tabindex == 3)
  439. // {
  440. // fSelectAbbrNM("d%");
  441. // }
  442. // else if(group2.Tab00.tabindex == 4)
  443. // {
  444. // fSelectAbbrNM("e%");
  445. // }
  446. // else if(group2.Tab00.tabindex == 5)
  447. // {
  448. // fSelectAbbrNM("f%");
  449. // }
  450. // else if(group2.Tab00.tabindex == 6)
  451. // {
  452. // fSelectAbbrNM("g%");
  453. // }
  454. // else if(group2.Tab00.tabindex == 7)
  455. // {
  456. // fSelectAbbrNM("h%");
  457. // }
  458. // else if(group2.Tab00.tabindex == 8)
  459. // {
  460. // fSelectAbbrNM("i%");
  461. // }
  462. // else if(group2.Tab00.tabindex == 9)
  463. // {
  464. // fSelectAbbrNM("j%");
  465. // }
  466. // else if(group2.Tab00.tabindex == 10)
  467. // {
  468. // fSelectAbbrNM("k%");
  469. // }
  470. // else if(group2.Tab00.tabindex == 11)
  471. // {
  472. // fSelectAbbrNM("l%");
  473. // }
  474. // else if(group2.Tab00.tabindex == 12)
  475. // {
  476. // fSelectAbbrNM("m%");
  477. // }
  478. // else if(group2.Tab00.tabindex == 13)
  479. // {
  480. // fSelectAbbrNM("n%");
  481. // }
  482. // else if(group2.Tab00.tabindex == 14)
  483. // {
  484. // fSelectAbbrNM("o%");
  485. // }
  486. // else if(group2.Tab00.tabindex == 15)
  487. // {
  488. // fSelectAbbrNM("p%");
  489. // }
  490. // else if(group2.Tab00.tabindex == 16)
  491. // {
  492. // fSelectAbbrNM("q%");
  493. // }
  494. // else if(group2.Tab00.tabindex == 17)
  495. // {
  496. // fSelectAbbrNM("r%");
  497. // }
  498. // else if(group2.Tab00.tabindex == 18)
  499. // {
  500. // fSelectAbbrNM("s%");
  501. // }
  502. // else if(group2.Tab00.tabindex == 19)
  503. // {
  504. // fSelectAbbrNM("t%");
  505. // }
  506. // else if(group2.Tab00.tabindex == 20)
  507. // {
  508. // fSelectAbbrNM("u%");
  509. // }
  510. // else if(group2.Tab00.tabindex == 21)
  511. // {
  512. // fSelectAbbrNM("v%");
  513. // }
  514. // else if(group2.Tab00.tabindex == 22)
  515. // {
  516. // fSelectAbbrNM("w%");
  517. // }
  518. // else if(group2.Tab00.tabindex == 23)
  519. // {
  520. // fSelectAbbrNM("x%");
  521. // }
  522. // else if(group2.Tab00.tabindex == 24)
  523. // {
  524. // fSelectAbbrNM("y%");
  525. // }
  526. // else if(group2.Tab00.tabindex == 25)
  527. // {
  528. // fSelectAbbrNM("z%");
  529. // }
  530. }
  531. function group8_radio1_onitemchanged(obj:Radio, e:ItemChangeEventInfo)
  532. {
  533. fSelectAbbrType();
  534. }
  535. // function Div00_btnA_onclick(obj:Button, e:ClickEventInfo)
  536. // {
  537. // fSelectAbbrNM("a%");
  538. // }
  539. //
  540. // function Div00_btnB_onclick(obj:Button, e:ClickEventInfo)
  541. // {
  542. // fSelectAbbrNM("b%");
  543. // }
  544. //
  545. // function Div00_btnC_onclick(obj:Button, e:ClickEventInfo)
  546. // {
  547. // fSelectAbbrNM("c%");
  548. // }
  549. //
  550. // function Div00_btnD_onclick(obj:Button, e:ClickEventInfo)
  551. // {
  552. // fSelectAbbrNM("d%");
  553. // }
  554. /****************************************************************************************
  555. * Components : Button
  556. * Description : 알파벳 버튼 클릭
  557. ****************************************************************************************/
  558. function tab_button_onclick(obj:Button, e:ClickEventInfo)
  559. {
  560. misfTabBtnChange(group2, obj);
  561. var txt = obj.text.toLowerCase();
  562. fSelectAbbrNM(txt+"%");
  563. }
  564. ]]></Script>
  565. </Form>
  566. </FDL>