SPMNW04802_통증관리기록기준자료팝업.xfdl 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMNW04802" position="absolute 0 0 1240 700" titletext="통증관리기록 기준자료" oninit="SPMNW04802_oninit" onload="SPMNW04802_onload" onbeforeclose="SPMNW04802_onbeforeclose">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 1235 690" id="group5" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Grid position="absolute 784 25 1031 565" id="grd_number3" class="grd_radio" visible="false" binddataset="ds_init_number3_number01" oncellclick="group5_grd_oncellclick">
  11. <Formats>
  12. <Format id="default">
  13. <Columns>
  14. <Column size="30"/>
  15. <Column size="80"/>
  16. <Column size="48"/>
  17. <Column size="84"/>
  18. <Column size="0"/>
  19. </Columns>
  20. <Rows>
  21. <Row size="24" band="head"/>
  22. <Row size="45"/>
  23. </Rows>
  24. <Band id="head">
  25. <Cell text="선택"/>
  26. <Cell col="1" colspan="3" text="강도" taborder="undefined"/>
  27. <Cell col="4" text="caption1"/>
  28. </Band>
  29. <Band id="body">
  30. <Cell displaytype="checkbox" edittype="checkbox" style="selectbackground: ;" text="bind:choice"/>
  31. <Cell col="1" style="align:left;" text="bind:number"/>
  32. <Cell col="2" style="align:left;" text="bind:img"/>
  33. <Cell col="3" style="align:left;" text="bind:cmt"/>
  34. <Cell col="4" text="bind:flag"/>
  35. </Band>
  36. </Format>
  37. </Formats>
  38. </Grid>
  39. <Grid position="absolute 784 25 1031 316" id="grd_number1" visible="false" binddataset="ds_init_number1_number01" oncellclick="group5_grd_oncellclick" class="grd_radio">
  40. <Formats>
  41. <Format id="default">
  42. <Columns>
  43. <Column size="30"/>
  44. <Column size="213"/>
  45. <Column size="0"/>
  46. </Columns>
  47. <Rows>
  48. <Row size="24" band="head"/>
  49. <Row size="24"/>
  50. </Rows>
  51. <Band id="head">
  52. <Cell text="선택"/>
  53. <Cell col="1" text="강도"/>
  54. <Cell col="2" text="caption1"/>
  55. </Band>
  56. <Band id="body">
  57. <Cell displaytype="checkbox" edittype="checkbox" style="selectbackground: ;" text="bind:choice"/>
  58. <Cell col="1" style="align:left;" text="bind:number"/>
  59. <Cell col="2" text="bind:flag"/>
  60. </Band>
  61. </Format>
  62. </Formats>
  63. </Grid>
  64. <Grid position="absolute 546 25 654 255" id="grd_bindo" binddataset="ds_init_bindo_bindo01" oncellclick="group5_grd_oncellclick" class="grd_radio">
  65. <Formats>
  66. <Format id="default">
  67. <Columns>
  68. <Column size="30"/>
  69. <Column size="75"/>
  70. <Column size="0"/>
  71. </Columns>
  72. <Rows>
  73. <Row size="24" band="head"/>
  74. <Row size="24"/>
  75. </Rows>
  76. <Band id="head">
  77. <Cell text="선택"/>
  78. <Cell col="1" text="빈도"/>
  79. <Cell col="2" text="caption1"/>
  80. </Band>
  81. <Band id="body">
  82. <Cell displaytype="checkbox" edittype="checkbox" style="controlalign: ;" text="bind:choice"/>
  83. <Cell col="1" style="align:left;" text="bind:bindo"/>
  84. <Cell col="2" text="bind:flag"/>
  85. </Band>
  86. </Format>
  87. </Formats>
  88. </Grid>
  89. <Button position="absolute 1190 0 1232 19" id="button1" class="btn2" text="선택" onclick="group5_button1_onclick"/>
  90. <Edit position="absolute 0 570 125 589" id="ipt_part" visible="false"/>
  91. <Grid position="absolute 128 25 245 566" id="grd_cate" binddataset="ds_init_direc_direc01" oncellclick="group5_grd_cate_oncellclick">
  92. <Formats>
  93. <Format id="default">
  94. <Columns>
  95. <Column size="30"/>
  96. <Column size="85"/>
  97. <Column size="0"/>
  98. </Columns>
  99. <Rows>
  100. <Row size="24" band="head"/>
  101. <Row size="24"/>
  102. </Rows>
  103. <Band id="head">
  104. <Cell text="선택"/>
  105. <Cell col="1" text="방향"/>
  106. <Cell col="2" text="caption1"/>
  107. </Band>
  108. <Band id="body">
  109. <Cell displaytype="checkbox" edittype="none" text="bind:choice"/>
  110. <Cell col="1" style="align:left;" text="bind:direc"/>
  111. <Cell col="2" text="bind:flag"/>
  112. </Band>
  113. </Format>
  114. </Formats>
  115. </Grid>
  116. <Grid position="absolute 384 25 543 566" id="grd_userlist" binddataset="ds_init_cate_cate01" oncellclick="group5_grd_userlist_oncellclick">
  117. <Formats>
  118. <Format id="default">
  119. <Columns>
  120. <Column size="0"/>
  121. <Column size="43"/>
  122. <Column size="113"/>
  123. <Column size="0"/>
  124. </Columns>
  125. <Rows>
  126. <Row size="24" band="head"/>
  127. <Row size="25"/>
  128. </Rows>
  129. <Band id="head">
  130. <Cell text="필드"/>
  131. <Cell col="1" text="선택"/>
  132. <Cell col="2" text="양상"/>
  133. <Cell col="3" text="caption1"/>
  134. </Band>
  135. <Band id="body">
  136. <Cell text="bind:rmk" wordwrap="word" suppress="1" suppressalign="middle"/>
  137. <Cell col="1" displaytype="checkbox" edittype="none" text="bind:choice"/>
  138. <Cell col="2" style="align:left;" text="bind:cate"/>
  139. <Cell col="3" text="bind:flag"/>
  140. </Band>
  141. </Format>
  142. </Formats>
  143. </Grid>
  144. <Grid position="absolute 0 25 125 566" id="grd_part" binddataset="ds_init_part_part01" oncellclick="group5_grd_part_oncellclick">
  145. <Formats>
  146. <Format id="default">
  147. <Columns>
  148. <Column size="30"/>
  149. <Column size="92"/>
  150. <Column size="0"/>
  151. </Columns>
  152. <Rows>
  153. <Row size="24" band="head"/>
  154. <Row size="24"/>
  155. </Rows>
  156. <Band id="head">
  157. <Cell text="선택"/>
  158. <Cell col="1" text="부위"/>
  159. <Cell col="2" text="caption1"/>
  160. </Band>
  161. <Band id="body">
  162. <Cell displaytype="checkbox" edittype="none" text="bind:choice"/>
  163. <Cell col="1" style="align:left;" text="bind:part"/>
  164. <Cell col="2" text="bind:flag"/>
  165. </Band>
  166. </Format>
  167. </Formats>
  168. </Grid>
  169. <Edit position="absolute 248 570 381 589" id="ipt_symp" visible="false"/>
  170. <Static text="통증관리기록 기준자료" position="absolute 0 4 158 20" id="cap_title" class="tit_2"/>
  171. <Shape position="absolute 0 20 1235 26" linetype="horizontal" id="line1" class="line_10"/>
  172. <Grid position="absolute 248 25 381 566" id="grd_symp" binddataset="ds_init_symp_symp01" oncellclick="group5_grd_symp_oncellclick">
  173. <Formats>
  174. <Format id="default">
  175. <Columns>
  176. <Column size="30"/>
  177. <Column size="100"/>
  178. <Column size="0"/>
  179. </Columns>
  180. <Rows>
  181. <Row size="24" band="head"/>
  182. <Row size="24"/>
  183. </Rows>
  184. <Band id="head">
  185. <Cell text="선택"/>
  186. <Cell col="1" text="관련 요인"/>
  187. <Cell col="2" text="caption1"/>
  188. </Band>
  189. <Band id="body">
  190. <Cell displaytype="checkbox" edittype="none" text="bind:choice"/>
  191. <Cell col="1" style="align:left;" text="bind:symp"/>
  192. <Cell col="2" text="bind:flag"/>
  193. </Band>
  194. </Format>
  195. </Formats>
  196. </Grid>
  197. <Grid position="absolute 657 25 780 255" id="grd_tool" binddataset="ds_init_tool_tool01" oncellclick="group5_grd_oncellclick" class="grd_radio">
  198. <Formats>
  199. <Format id="default">
  200. <Columns>
  201. <Column size="30"/>
  202. <Column size="90"/>
  203. <Column size="0"/>
  204. </Columns>
  205. <Rows>
  206. <Row size="24" band="head"/>
  207. <Row size="24"/>
  208. </Rows>
  209. <Band id="head">
  210. <Cell text="선택"/>
  211. <Cell col="1" text="도구"/>
  212. <Cell col="2" text="caption1"/>
  213. </Band>
  214. <Band id="body">
  215. <Cell displaytype="checkbox" edittype="checkbox" style="selectbackground: ;" text="bind:choice"/>
  216. <Cell col="1" style="align:left;" text="bind:tool"/>
  217. <Cell col="2" text="bind:flag"/>
  218. </Band>
  219. </Format>
  220. </Formats>
  221. </Grid>
  222. <Edit position="absolute 128 570 245 589" id="ipt_cate" visible="false"/>
  223. <Grid position="absolute 657 257 780 472" id="grd_nondrug" binddataset="ds_init_nondrugarbt_nondrug01" oncellclick="group5_grd_nondrug_oncellclick">
  224. <Formats>
  225. <Format id="default">
  226. <Columns>
  227. <Column size="30"/>
  228. <Column size="90"/>
  229. <Column size="0"/>
  230. </Columns>
  231. <Rows>
  232. <Row size="24" band="head"/>
  233. <Row size="24"/>
  234. </Rows>
  235. <Band id="head">
  236. <Cell text="선택"/>
  237. <Cell col="1" text="중재"/>
  238. <Cell col="2" text="caption1"/>
  239. </Band>
  240. <Band id="body">
  241. <Cell displaytype="checkbox" edittype="none" text="bind:choice"/>
  242. <Cell col="1" style="align:left;" text="bind:nondrug"/>
  243. <Cell col="2" text="bind:flag"/>
  244. </Band>
  245. </Format>
  246. </Formats>
  247. </Grid>
  248. <Grid position="absolute 829 125 1011 416" id="grd_number2" visible="false" binddataset="ds_init_number2_number01" oncellclick="group5_grd_oncellclick" class="grd_radio">
  249. <Formats>
  250. <Format id="default">
  251. <Columns>
  252. <Column size="30"/>
  253. <Column size="150"/>
  254. <Column size="0"/>
  255. </Columns>
  256. <Rows>
  257. <Row size="24" band="head"/>
  258. <Row size="24"/>
  259. </Rows>
  260. <Band id="head">
  261. <Cell text="선택"/>
  262. <Cell col="1" text="점수"/>
  263. <Cell col="2" text="caption1"/>
  264. </Band>
  265. <Band id="body">
  266. <Cell displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  267. <Cell col="1" style="align:left;" text="bind:number"/>
  268. <Cell col="2" text="bind:flag"/>
  269. </Band>
  270. </Format>
  271. </Formats>
  272. </Grid>
  273. <Div position="absolute 784 25 1034 569" id="grp_number4" visible="false">
  274. <Layouts>
  275. <Layout>
  276. <Grid position="absolute 0 20 250 130" id="grd_number4a" visible="true" binddataset="ds_init_number4a_number01" anchor="default" extendsizetype="row" oncellclick="group5_grd_oncellclick" class="grd_radio" autofittype="col" scrollbars="none">
  277. <Formats>
  278. <Format id="default">
  279. <Columns>
  280. <Column size="30"/>
  281. <Column size="30"/>
  282. <Column size="186"/>
  283. </Columns>
  284. <Rows>
  285. <Row size="24" band="head"/>
  286. <Row size="24"/>
  287. </Rows>
  288. <Band id="head">
  289. <Cell colspan="3" text="Face 얼굴" taborder="undefined"/>
  290. </Band>
  291. <Band id="body">
  292. <Cell displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  293. <Cell col="1" style="align:left;" text="bind:number"/>
  294. <Cell col="2" style="align:left;padding:3 0 3 0;" text="bind:cmt" wordwrap="word"/>
  295. </Band>
  296. </Format>
  297. </Formats>
  298. </Grid>
  299. <Grid position="absolute 0 130 250 220" id="grd_number4b" visible="true" binddataset="ds_init_number4b_number01" anchor="default" oncellclick="group5_grd_oncellclick" class="grd_radio" autofittype="col" extendsizetype="row" scrollbars="none">
  300. <Formats>
  301. <Format id="default">
  302. <Columns>
  303. <Column size="30"/>
  304. <Column size="30"/>
  305. <Column size="186"/>
  306. </Columns>
  307. <Rows>
  308. <Row size="24" band="head"/>
  309. <Row size="24"/>
  310. </Rows>
  311. <Band id="head">
  312. <Cell colspan="3" text="Legs 다리" taborder="undefined"/>
  313. </Band>
  314. <Band id="body">
  315. <Cell displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  316. <Cell col="1" style="align:left;" text="bind:number"/>
  317. <Cell col="2" style="align:left;padding:3 0 3 0;" text="bind:cmt"/>
  318. </Band>
  319. </Format>
  320. </Formats>
  321. </Grid>
  322. <Grid position="absolute 0 220 250 330" id="grd_number4c" visible="true" binddataset="ds_init_number4c_number01" anchor="default" extendsizetype="row" oncellclick="group5_grd_oncellclick" class="grd_radio" autofittype="col" scrollbars="none">
  323. <Formats>
  324. <Format id="default">
  325. <Columns>
  326. <Column size="30"/>
  327. <Column size="30"/>
  328. <Column size="186"/>
  329. </Columns>
  330. <Rows>
  331. <Row size="24" band="head"/>
  332. <Row size="24"/>
  333. </Rows>
  334. <Band id="head">
  335. <Cell colspan="3" text="Activity 활동" taborder="undefined"/>
  336. </Band>
  337. <Band id="body">
  338. <Cell displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  339. <Cell col="1" style="align:left;" text="bind:number"/>
  340. <Cell col="2" style="align:left;padding:3 0 3 0;" text="bind:cmt" wordwrap="word"/>
  341. </Band>
  342. </Format>
  343. </Formats>
  344. </Grid>
  345. <Grid position="absolute 0 330 250 432" id="grd_number4d" visible="true" binddataset="ds_init_number4d_number01" anchor="default" extendsizetype="row" oncellclick="group5_grd_oncellclick" class="grd_radio" autofittype="col" scrollbars="none">
  346. <Formats>
  347. <Format id="default">
  348. <Columns>
  349. <Column size="30"/>
  350. <Column size="30"/>
  351. <Column size="186"/>
  352. </Columns>
  353. <Rows>
  354. <Row size="24" band="head"/>
  355. <Row size="24"/>
  356. </Rows>
  357. <Band id="head">
  358. <Cell colspan="3" text="Cry 울음" taborder="undefined"/>
  359. </Band>
  360. <Band id="body">
  361. <Cell displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  362. <Cell col="1" style="align:left;" text="bind:number"/>
  363. <Cell col="2" style="align:left;padding:3 0 3 0;" text="bind:cmt" wordwrap="word"/>
  364. </Band>
  365. </Format>
  366. </Formats>
  367. </Grid>
  368. <Grid position="absolute 0 432 250 540" id="grd_number4e" visible="true" binddataset="ds_init_number4e_number01" anchor="default" extendsizetype="row" oncellclick="group5_grd_oncellclick" class="grd_radio" autofittype="col" scrollbars="none">
  369. <Formats>
  370. <Format id="default">
  371. <Columns>
  372. <Column size="30"/>
  373. <Column size="30"/>
  374. <Column size="186"/>
  375. </Columns>
  376. <Rows>
  377. <Row size="24" band="head"/>
  378. <Row size="24"/>
  379. </Rows>
  380. <Band id="head">
  381. <Cell colspan="3" text="Consolability 마음의 안정도" taborder="undefined"/>
  382. </Band>
  383. <Band id="body">
  384. <Cell displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  385. <Cell col="1" style="align:left;" text="bind:number"/>
  386. <Cell col="2" style="align:left;padding:3 0 3 0;" text="bind:cmt" wordwrap="word"/>
  387. </Band>
  388. </Format>
  389. </Formats>
  390. </Grid>
  391. <Static text="* FLACC" position="absolute 0 0 100 20" id="caption1" anchor="default"/>
  392. </Layout>
  393. </Layouts>
  394. </Div>
  395. <Edit position="absolute 657 451 780 470" id="ipt_nondrug" visible="false"/>
  396. <Div position="absolute 784 25 1134 690" id="grp_number5" visible="false">
  397. <Layouts>
  398. <Layout width="350" height="665">
  399. <Static text="* CNPS" position="absolute 0 0 100 20" id="caption2" anchor="default"/>
  400. <Grid position="absolute 0 503 350 665" id="grd_number5d" visible="true" binddataset="ds_init_number5d_number01" anchor="default" extendsizetype="row" class="grd_radio" oncellclick="group5_grp_number5_grd_number5d_oncellclick" scrollbars="none" autofittype="col">
  401. <Formats>
  402. <Format id="default">
  403. <Columns>
  404. <Column size="20"/>
  405. <Column size="60"/>
  406. <Column size="30"/>
  407. <Column size="30"/>
  408. <Column size="207"/>
  409. </Columns>
  410. <Rows>
  411. <Row size="24" band="head"/>
  412. <Row size="24"/>
  413. </Rows>
  414. <Band id="head">
  415. <Cell text="지표"/>
  416. <Cell col="1" text="지표"/>
  417. <Cell col="2" text="선택"/>
  418. <Cell col="3" text="점수"/>
  419. <Cell col="4" text="설명"/>
  420. </Band>
  421. <Band id="body">
  422. <Cell style="align:left;" text="bind:no" suppress="1" suppressalign="middle,over"/>
  423. <Cell col="1" style="align:center middle;" text="bind:rmk" wordwrap="word" suppress="2" suppressalign="middle,over" tooltiptext="bind:rmk" autosizerow="limitmax"/>
  424. <Cell col="2" displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  425. <Cell col="3" text="bind:number"/>
  426. <Cell col="4" style="align:left;padding:3 3 3 3;linespace:2;" text="bind:cmt" wordwrap="word"/>
  427. </Band>
  428. </Format>
  429. </Formats>
  430. </Grid>
  431. <Grid position="absolute 0 342 350 527" id="grd_number5c" visible="true" binddataset="ds_init_number5c_number01" anchor="default" extendsizetype="row" class="grd_radio" oncellclick="group5_grp_number5_grd_number5c_oncellclick" scrollbars="none" autofittype="col">
  432. <Formats>
  433. <Format id="default">
  434. <Columns>
  435. <Column size="20"/>
  436. <Column size="60"/>
  437. <Column size="30"/>
  438. <Column size="30"/>
  439. <Column size="207"/>
  440. </Columns>
  441. <Rows>
  442. <Row size="24" band="head"/>
  443. <Row size="24"/>
  444. </Rows>
  445. <Band id="head">
  446. <Cell text="지표"/>
  447. <Cell col="1" text="지표"/>
  448. <Cell col="2" text="선택"/>
  449. <Cell col="3" text="점수"/>
  450. <Cell col="4" text="설명"/>
  451. </Band>
  452. <Band id="body">
  453. <Cell style="align:left;" text="bind:no" suppress="1" suppressalign="middle,over"/>
  454. <Cell col="1" style="align:left;" text="bind:rmk" wordwrap="word" suppress="2" suppressalign="middle,over" tooltiptext="bind:rmk" autosizerow="limitmax"/>
  455. <Cell col="2" displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  456. <Cell col="3" text="bind:number"/>
  457. <Cell col="4" style="align:left;padding:3 3 3 3;linespace:2;" text="bind:cmt" wordwrap="word"/>
  458. </Band>
  459. </Format>
  460. </Formats>
  461. </Grid>
  462. <Grid position="absolute 0 167 350 366" id="grd_number5b" visible="true" binddataset="ds_init_number5b_number01" anchor="default" oncellclick="group5_grp_number5_grd_oncellclick" class="grd_radio" scrollbars="none" extendsizetype="row" autofittype="col">
  463. <Formats>
  464. <Format id="default">
  465. <Columns>
  466. <Column size="20"/>
  467. <Column size="60"/>
  468. <Column size="30"/>
  469. <Column size="30"/>
  470. <Column size="207"/>
  471. </Columns>
  472. <Rows>
  473. <Row size="24" band="head"/>
  474. <Row size="20"/>
  475. </Rows>
  476. <Band id="head">
  477. <Cell text="지표"/>
  478. <Cell col="1" text="지표"/>
  479. <Cell col="2" text="선택"/>
  480. <Cell col="3" text="점수"/>
  481. <Cell col="4" text="설명"/>
  482. </Band>
  483. <Band id="body">
  484. <Cell style="align:center middle;" text="bind:no" suppress="1" suppressalign="middle,over"/>
  485. <Cell col="1" style="align:left;" text="bind:rmk" wordwrap="word" suppress="2" suppressalign="middle,over"/>
  486. <Cell col="2" displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  487. <Cell col="3" text="bind:number"/>
  488. <Cell col="4" style="align:left;padding:3 3 3 3;linespace:2;" text="bind:cmt" wordwrap="word"/>
  489. </Band>
  490. </Format>
  491. </Formats>
  492. </Grid>
  493. <Grid position="absolute 0 20 350 191" id="grd_number5a" visible="true" binddataset="ds_init_number5a_number01" anchor="default" extendsizetype="row" oncellclick="group5_grp_number5_grd_oncellclick" class="grd_radio" scrollbars="none" autofittype="col">
  494. <Formats>
  495. <Format id="default">
  496. <Columns>
  497. <Column size="20"/>
  498. <Column size="60"/>
  499. <Column size="30"/>
  500. <Column size="30"/>
  501. <Column size="207"/>
  502. </Columns>
  503. <Rows>
  504. <Row size="24" band="head"/>
  505. <Row size="24"/>
  506. </Rows>
  507. <Band id="head">
  508. <Cell colspan="2" text="지표" taborder="undefined"/>
  509. <Cell col="2" text="선택"/>
  510. <Cell col="3" text="강도"/>
  511. <Cell col="4" text="설명"/>
  512. </Band>
  513. <Band id="body">
  514. <Cell style="align:left;" text="bind:no" suppress="1" suppressalign="middle,over"/>
  515. <Cell col="1" style="align:left;" text="bind:rmk" wordwrap="word" suppress="2" suppressalign="middle,over"/>
  516. <Cell col="2" displaytype="checkbox" edittype="checkbox" text="bind:choice"/>
  517. <Cell col="3" text="bind:number"/>
  518. <Cell col="4" style="align:left;padding:3 3 3 3;linespace:2;" text="bind:cmt" wordwrap="word"/>
  519. </Band>
  520. </Format>
  521. </Formats>
  522. </Grid>
  523. </Layout>
  524. </Layouts>
  525. </Div>
  526. <Grid position="absolute 546 257 654 472" id="grd_paingb" binddataset="ds_init_paingb_paingb012" oncellclick="group5_grd_oncellclick" class="grd_radio" visible="false">
  527. <Formats>
  528. <Format id="default">
  529. <Columns>
  530. <Column size="30"/>
  531. <Column size="75"/>
  532. <Column size="0"/>
  533. </Columns>
  534. <Rows>
  535. <Row size="24" band="head"/>
  536. <Row size="24"/>
  537. </Rows>
  538. <Band id="head">
  539. <Cell text="선택"/>
  540. <Cell col="1" text="발생구분"/>
  541. <Cell col="2" text="caption1"/>
  542. </Band>
  543. <Band id="body">
  544. <Cell displaytype="checkbox" edittype="checkbox" style="controlimage: ;" text="bind:choice"/>
  545. <Cell col="1" style="align:left;" text="bind:paingb"/>
  546. <Cell col="2" text="bind:flag"/>
  547. </Band>
  548. </Format>
  549. </Formats>
  550. </Grid>
  551. <Shape position="absolute 658 228 779 253" id="rectangle1" type="rectangle" visible="false"/>
  552. <Static text="기간" position="absolute 546 474 654 494" align="align:center middle;" id="caption29" class="cell_1" style="align:center middle;"/>
  553. <MaskEdit position="absolute 547 520 597 539" align="align:right middle;" id="ipt_termth" enable="true" mask="999"/>
  554. <MaskEdit position="absolute 547 543 597 562" align="align:right middle;" id="ipt_termdd" enable="true" mask="999"/>
  555. <Static text="시간 전" position="absolute 602 520 652 540" id="caption3"/>
  556. <Static text="일 전" position="absolute 602 543 652 563" id="caption4"/>
  557. <Shape position="absolute 546 563 654 569" linetype="horizontal" id="line2" class="line_3"/>
  558. <MaskEdit position="absolute 547 497 597 516" align="align:right middle;" id="ipt_termtm" enable="true" mask="999"/>
  559. <Static text="분 전" position="absolute 602 497 652 517" id="caption5"/>
  560. <Button position="absolute 1146 0 1188 19" id="button2" class="btn2" visible="false" text="닫기" onclick="group5_button2_onclick"/>
  561. <Static id="caption00" text="초기평가 항목" onclick="group5_caption00_onclick" class="cell_1" position="absolute 658 475 780 495" style="align:center middle;" visible="false"/>
  562. <CheckBox id="chk_chogi_flag" taborder="1" text="초기평가 여부" value="N" truevalue="Y" falsevalue="N" onclick="group5_CheckBox00_onclick" position="absolute 1083 -1 1183 19"/>
  563. <Shape id="line00" class="line_3" position="absolute 660 563 778 569" visible="false"/>
  564. <Shape id="Shape00" position="absolute 1 338 122 368" type="rectangle" style="strokepen:1 solid transparent;fillbrush:solid transparent true;background:white;color:white;" triangletype="top" linetype="horizontal"/>
  565. <Shape id="Shape01" type="rectangle" position="absolute 129 194 244 224" style="strokepen:1 solid transparent;fillbrush:solid transparent true;background:white;color:white;"/>
  566. <Shape id="Shape02" type="rectangle" position="absolute 250 170 379 314" style="strokepen:1 solid transparent;fillbrush:solid transparent true;background:white;color:white;" onclick="group5_Shape02_onclick"/>
  567. <Edit id="ipt_userlist" taborder="2" visible="false" position="absolute 384 570 542 589"/>
  568. <Edit id="ipt_bindo" taborder="3" visible="false" position="absolute 549 232 650 251"/>
  569. <Shape id="Shape03" type="rectangle" onclick="group5_Shape02_onclick" position="absolute 385 475 541 502" style="strokepen:1 solid transparent;fillbrush:solid transparent true;background:white;color:white;"/>
  570. <Shape id="Shape04" type="rectangle" onclick="group5_Shape02_onclick" position="absolute 547 122 651 149" style="strokepen:1 solid transparent;fillbrush:solid transparent true;background:white;color:white;"/>
  571. <Shape id="Shape05" type="rectangle" onclick="group5_Shape02_onclick" position="absolute 658 378 778 405" style="strokepen:1 solid transparent;fillbrush:solid transparent true;background:white;color:white;"/>
  572. </Layout>
  573. </Layouts>
  574. </Div>
  575. <Button id="button3" taborder="1" text="초기평가" onclick="group5_switch1_rec_grp_sea_grp_save_button2_onclick" class="btn2" position="absolute 6 673 72 692" visible="false"/>
  576. </Layout>
  577. </Layouts>
  578. <Objects>
  579. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  580. <ColumnInfo>
  581. <Column id="type" type="STRING" size="256" sumtext="팝업타입"/>
  582. <Column id="pid" type="STRING" size="256" sumtext="등록번호"/>
  583. <Column id="grupcd" type="STRING" size="256" sumtext="그룹코드"/>
  584. </ColumnInfo>
  585. <Rows>
  586. <Row/>
  587. </Rows>
  588. </Dataset>
  589. <Dataset id="ds_main_detlgrup_getVO" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  590. <ColumnInfo>
  591. <Column id="grupnm" type="STRING" size="256" sumtext="그룹명"/>
  592. <Column id="grupcd" type="STRING" size="256" sumtext="그룹명"/>
  593. <Column id="sel" type="STRING" size="256" sumtext="코드"/>
  594. <Column id="cdnm" type="STRING" size="256" sumtext="코드명"/>
  595. <Column id="detlinfo" type="STRING" size="256" sumtext="코드설명"/>
  596. <Column id="cd" type="STRING" size="256" sumtext="코드"/>
  597. <Column id="underdepth" type="STRING" size="256" sumtext="undermining 깊이"/>
  598. </ColumnInfo>
  599. </Dataset>
  600. <Dataset id="ds_upflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  601. <ColumnInfo>
  602. <Column id="upflag" type="STRING" size="256"/>
  603. </ColumnInfo>
  604. <Rows>
  605. <Row/>
  606. </Rows>
  607. </Dataset>
  608. <Dataset id="ds_gubnflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  609. <ColumnInfo>
  610. <Column id="gubnflag" type="STRING" size="256"/>
  611. </ColumnInfo>
  612. <Rows>
  613. <Row/>
  614. </Rows>
  615. </Dataset>
  616. <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  617. <ColumnInfo>
  618. <Column id="termtm" type="STRING" size="256"/>
  619. <Column id="termth" type="STRING" size="256"/>
  620. <Column id="termdd" type="STRING" size="256"/>
  621. <Column id="partnm" type="STRING" size="256"/>
  622. <Column id="catenm" type="STRING" size="256"/>
  623. <Column id="sympnm" type="STRING" size="256"/>
  624. <Column id="nondrugnm" type="STRING" size="256"/>
  625. <Column id="userlistnm" type="STRING" size="256"/>
  626. <Column id="bindonm" type="STRING" size="256"/>
  627. </ColumnInfo>
  628. <Rows>
  629. <Row/>
  630. </Rows>
  631. </Dataset>
  632. <Dataset id="ds_init_part_part01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_part_part01_oncolumnchanged">
  633. <ColumnInfo>
  634. <Column id="choice" type="STRING" size="256"/>
  635. <Column id="part" type="STRING" size="256"/>
  636. <Column id="flag" type="STRING" size="256"/>
  637. </ColumnInfo>
  638. <Rows>
  639. <Row>
  640. <Col id="flag">01</Col>
  641. <Col id="part">전신</Col>
  642. </Row>
  643. <Row>
  644. <Col id="flag">02</Col>
  645. <Col id="part">사지</Col>
  646. </Row>
  647. <Row>
  648. <Col id="flag">03</Col>
  649. <Col id="part">상지</Col>
  650. </Row>
  651. <Row>
  652. <Col id="flag">04</Col>
  653. <Col id="part">하지</Col>
  654. </Row>
  655. <Row>
  656. <Col id="flag">05</Col>
  657. <Col id="part">얼굴</Col>
  658. </Row>
  659. <Row>
  660. <Col id="flag">06</Col>
  661. <Col id="part">안검</Col>
  662. </Row>
  663. <Row>
  664. <Col id="flag">07</Col>
  665. <Col id="part">복부</Col>
  666. </Row>
  667. <Row>
  668. <Col id="flag">08</Col>
  669. <Col id="part">목</Col>
  670. </Row>
  671. <Row>
  672. <Col id="flag">09</Col>
  673. <Col id="part">두부</Col>
  674. </Row>
  675. <Row>
  676. <Col id="flag">54</Col>
  677. <Col id="part">흉부</Col>
  678. </Row>
  679. <Row>
  680. <Col id="flag">55</Col>
  681. <Col id="part">허리</Col>
  682. </Row>
  683. <Row>
  684. <Col id="flag">10</Col>
  685. <Col id="part">기타</Col>
  686. </Row>
  687. <Row>
  688. <Col id="part">없음</Col>
  689. <Col id="flag">99</Col>
  690. </Row>
  691. </Rows>
  692. </Dataset>
  693. <Dataset id="ds_init_direc_direc01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_direc_direc01_oncolumnchanged">
  694. <ColumnInfo>
  695. <Column id="choice" type="STRING" size="256"/>
  696. <Column id="direc" type="STRING" size="256"/>
  697. <Column id="flag" type="STRING" size="256"/>
  698. </ColumnInfo>
  699. <Rows>
  700. <Row>
  701. <Col id="flag">11</Col>
  702. <Col id="direc">전체</Col>
  703. </Row>
  704. <Row>
  705. <Col id="flag">12</Col>
  706. <Col id="direc">상</Col>
  707. </Row>
  708. <Row>
  709. <Col id="flag">13</Col>
  710. <Col id="direc">하</Col>
  711. </Row>
  712. <Row>
  713. <Col id="flag">14</Col>
  714. <Col id="direc">좌</Col>
  715. </Row>
  716. <Row>
  717. <Col id="flag">15</Col>
  718. <Col id="direc">우</Col>
  719. </Row>
  720. <Row>
  721. <Col id="flag">16</Col>
  722. <Col id="direc">기타</Col>
  723. </Row>
  724. <Row>
  725. <Col id="direc">없음</Col>
  726. <Col id="flag">99</Col>
  727. </Row>
  728. </Rows>
  729. </Dataset>
  730. <Dataset id="ds_init_symp_symp01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_symp_symp01_oncolumnchanged">
  731. <ColumnInfo>
  732. <Column id="choice" type="STRING" size="256"/>
  733. <Column id="symp" type="STRING" size="256"/>
  734. <Column id="flag" type="STRING" size="256"/>
  735. </ColumnInfo>
  736. <Rows>
  737. <Row>
  738. <Col id="flag">17</Col>
  739. <Col id="symp">수술</Col>
  740. </Row>
  741. <Row>
  742. <Col id="symp">시술/검사</Col>
  743. <Col id="flag">107</Col>
  744. </Row>
  745. <Row>
  746. <Col id="symp">치료적 요인</Col>
  747. <Col id="flag">108</Col>
  748. </Row>
  749. <Row>
  750. <Col id="flag">22</Col>
  751. <Col id="symp">암성통증</Col>
  752. </Row>
  753. <Row>
  754. <Col id="symp">모름</Col>
  755. <Col id="flag">109</Col>
  756. </Row>
  757. <Row>
  758. <Col id="symp">없음</Col>
  759. <Col id="flag">99</Col>
  760. </Row>
  761. <Row>
  762. <Col id="symp">항암화학요법</Col>
  763. <Col id="flag">18</Col>
  764. </Row>
  765. <Row>
  766. <Col id="symp">방사선치료</Col>
  767. <Col id="flag">19</Col>
  768. </Row>
  769. <Row>
  770. <Col id="symp">완화요법</Col>
  771. <Col id="flag">20</Col>
  772. </Row>
  773. <Row>
  774. <Col id="symp">생물학적치료</Col>
  775. <Col id="flag">21</Col>
  776. </Row>
  777. <Row>
  778. <Col id="symp">기타</Col>
  779. <Col id="flag">23</Col>
  780. </Row>
  781. </Rows>
  782. </Dataset>
  783. <Dataset id="ds_init_cate_cate01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_cate_cate01_oncolumnchanged">
  784. <ColumnInfo>
  785. <Column id="rmk" type="STRING" size="256"/>
  786. <Column id="choice" type="STRING" size="256"/>
  787. <Column id="cate" type="STRING" size="256"/>
  788. <Column id="flag" type="STRING" size="256"/>
  789. </ColumnInfo>
  790. <Rows>
  791. <Row>
  792. <Col id="flag">25</Col>
  793. <Col id="rmk">체성통증(Somatic Pain)</Col>
  794. <Col id="cate">찢어지는 듯한</Col>
  795. </Row>
  796. <Row>
  797. <Col id="flag">28</Col>
  798. <Col id="rmk">체성통증(Somatic Pain)</Col>
  799. <Col id="cate">찌르는 듯한</Col>
  800. </Row>
  801. <Row>
  802. <Col id="flag">29</Col>
  803. <Col id="rmk">체성통증(Somatic Pain)</Col>
  804. <Col id="cate">결리는</Col>
  805. </Row>
  806. <Row>
  807. <Col id="flag">30</Col>
  808. <Col id="rmk">체성통증(Somatic Pain)</Col>
  809. <Col id="cate">뻐근한</Col>
  810. </Row>
  811. <Row>
  812. <Col id="flag">31</Col>
  813. <Col id="rmk">내장성통증(Visceral Pain)</Col>
  814. <Col id="cate">뒤틀리는</Col>
  815. </Row>
  816. <Row>
  817. <Col id="flag">32</Col>
  818. <Col id="rmk">내장성통증(Visceral Pain)</Col>
  819. <Col id="cate">쥐어짜는 듯한</Col>
  820. </Row>
  821. <Row>
  822. <Col id="flag">33</Col>
  823. <Col id="rmk">내장성통증(Visceral Pain)</Col>
  824. <Col id="cate">쑤시는</Col>
  825. </Row>
  826. <Row>
  827. <Col id="flag">34</Col>
  828. <Col id="rmk">내장성통증(Visceral Pain)</Col>
  829. <Col id="cate">묵직한</Col>
  830. </Row>
  831. <Row>
  832. <Col id="flag">35</Col>
  833. <Col id="rmk">내장성통증(Visceral Pain)</Col>
  834. <Col id="cate">쓰린</Col>
  835. </Row>
  836. <Row>
  837. <Col id="rmk">내장성통증(Visceral Pain)</Col>
  838. <Col id="cate">화끈거리는</Col>
  839. <Col id="flag">36</Col>
  840. </Row>
  841. <Row>
  842. <Col id="flag">38</Col>
  843. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  844. <Col id="cate">찌릿찌릿한</Col>
  845. </Row>
  846. <Row>
  847. <Col id="flag">39</Col>
  848. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  849. <Col id="cate">저린</Col>
  850. </Row>
  851. <Row>
  852. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  853. <Col id="cate">뻗치는</Col>
  854. <Col id="flag">40</Col>
  855. </Row>
  856. <Row>
  857. <Col id="cate">날카로운</Col>
  858. <Col id="flag">93</Col>
  859. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  860. </Row>
  861. <Row>
  862. <Col id="cate">짓누르는</Col>
  863. <Col id="flag">94</Col>
  864. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  865. </Row>
  866. <Row>
  867. <Col id="cate">타는 듯한</Col>
  868. <Col id="flag">95</Col>
  869. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  870. </Row>
  871. <Row>
  872. <Col id="cate">표현못함</Col>
  873. <Col id="flag">98</Col>
  874. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  875. </Row>
  876. <Row>
  877. <Col id="cate">기타</Col>
  878. <Col id="flag">99</Col>
  879. <Col id="rmk">신경병성통증(Neuropathic Pain)</Col>
  880. </Row>
  881. </Rows>
  882. </Dataset>
  883. <Dataset id="ds_init_bindo_bindo01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_bindo_bindo01_oncolumnchanged">
  884. <ColumnInfo>
  885. <Column id="choice" type="STRING" size="256"/>
  886. <Column id="bindo" type="STRING" size="256"/>
  887. <Column id="flag" type="STRING" size="256"/>
  888. </ColumnInfo>
  889. <Rows>
  890. <Row>
  891. <Col id="flag">42</Col>
  892. <Col id="bindo">간헐적</Col>
  893. <Col id="choice"/>
  894. </Row>
  895. <Row>
  896. <Col id="choice"/>
  897. <Col id="bindo">지속적</Col>
  898. <Col id="flag">101</Col>
  899. </Row>
  900. <Row>
  901. <Col id="bindo">표현못함</Col>
  902. <Col id="flag">102</Col>
  903. <Col id="choice"/>
  904. </Row>
  905. <Row>
  906. <Col id="bindo">기타</Col>
  907. <Col id="flag">103</Col>
  908. <Col id="choice"/>
  909. </Row>
  910. </Rows>
  911. </Dataset>
  912. <Dataset id="ds_init_tool_tool01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_tool_tool01_oncolumnchanged">
  913. <ColumnInfo>
  914. <Column id="choice" type="STRING" size="256"/>
  915. <Column id="tool" type="STRING" size="256"/>
  916. <Column id="flag" type="STRING" size="256"/>
  917. </ColumnInfo>
  918. <Rows>
  919. <Row>
  920. <Col id="flag">81</Col>
  921. <Col id="tool">NRS</Col>
  922. </Row>
  923. <Row>
  924. <Col id="flag">84</Col>
  925. <Col id="tool">FPRS</Col>
  926. </Row>
  927. <Row>
  928. <Col id="flag">83</Col>
  929. <Col id="tool">FLACC</Col>
  930. </Row>
  931. <Row>
  932. <Col id="flag">85</Col>
  933. <Col id="tool">CNPS</Col>
  934. </Row>
  935. </Rows>
  936. </Dataset>
  937. <Dataset id="ds_init_paingb_paingb012" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  938. <ColumnInfo>
  939. <Column id="choice" type="STRING" size="256"/>
  940. <Column id="paingb" type="STRING" size="256"/>
  941. <Column id="flag" type="STRING" size="256"/>
  942. </ColumnInfo>
  943. <Rows>
  944. <Row>
  945. <Col id="flag">91</Col>
  946. <Col id="paingb">정규</Col>
  947. </Row>
  948. <Row>
  949. <Col id="flag">92</Col>
  950. <Col id="paingb">돌발</Col>
  951. </Row>
  952. </Rows>
  953. </Dataset>
  954. <Dataset id="ds_init_nondrugarbt_nondrug01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_init_nondrugarbt_nondrug01_oncolumnchanged">
  955. <ColumnInfo>
  956. <Column id="choice" type="STRING" size="256"/>
  957. <Column id="nondrug" type="STRING" size="256"/>
  958. <Column id="flag" type="STRING" size="256"/>
  959. </ColumnInfo>
  960. <Rows>
  961. <Row>
  962. <Col id="nondrug">지속/정규 약물</Col>
  963. <Col id="flag">104</Col>
  964. </Row>
  965. <Row>
  966. <Col id="flag">105</Col>
  967. <Col id="nondrug">약물중재</Col>
  968. </Row>
  969. <Row>
  970. <Col id="flag">106</Col>
  971. <Col id="nondrug">비약물중재</Col>
  972. </Row>
  973. <Row>
  974. <Col id="flag">59</Col>
  975. <Col id="nondrug">관찰함</Col>
  976. </Row>
  977. <Row>
  978. <Col id="flag">60</Col>
  979. <Col id="nondrug">기타</Col>
  980. </Row>
  981. </Rows>
  982. </Dataset>
  983. <Dataset id="ds_init_number5a_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  984. <ColumnInfo>
  985. <Column id="no" type="STRING" size="256"/>
  986. <Column id="rmk" type="STRING" size="256"/>
  987. <Column id="choice" type="STRING" size="256"/>
  988. <Column id="number" type="STRING" size="256"/>
  989. <Column id="cmt" type="STRING" size="256"/>
  990. </ColumnInfo>
  991. <Rows>
  992. <Row>
  993. <Col id="no">1</Col>
  994. <Col id="number">0</Col>
  995. <Col id="rmk">얼굴표정</Col>
  996. <Col id="cmt">표정 변화 없음. 자연스러운 표정 유지</Col>
  997. </Row>
  998. <Row>
  999. <Col id="no">1</Col>
  1000. <Col id="number">1</Col>
  1001. <Col id="rmk">얼굴표정</Col>
  1002. <Col id="cmt">미간을 찡그림, 눈살을 찌푸림, 눈물을 글썽임</Col>
  1003. </Row>
  1004. <Row>
  1005. <Col id="no">1</Col>
  1006. <Col id="number">2</Col>
  1007. <Col id="rmk">얼굴표정</Col>
  1008. <Col id="cmt">눈을 꽉 감음, 눈을 번쩍 뜸, 눈물을 흘림, 입을 씰룩거리며 눈 주위를 찡그림</Col>
  1009. </Row>
  1010. <Row>
  1011. <Col id="no">1</Col>
  1012. <Col id="number">3</Col>
  1013. <Col id="rmk">얼굴표정</Col>
  1014. <Col id="cmt">이를 악묾, 얼굴이 우거지상으로 일그러짐, 기관내관을 밀어내거나 깨묾</Col>
  1015. </Row>
  1016. </Rows>
  1017. </Dataset>
  1018. <Dataset id="ds_init_number5b_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1019. <ColumnInfo>
  1020. <Column id="no" type="STRING" size="256"/>
  1021. <Column id="rmk" type="STRING" size="256"/>
  1022. <Column id="choice" type="STRING" size="256"/>
  1023. <Column id="number" type="STRING" size="256"/>
  1024. <Column id="cmt" type="STRING" size="256"/>
  1025. </ColumnInfo>
  1026. <Rows>
  1027. <Row>
  1028. <Col id="no">2</Col>
  1029. <Col id="number">0</Col>
  1030. <Col id="rmk">신체반응</Col>
  1031. <Col id="cmt">움직임이 없음, 편안한 자세 유지, 저항 없이 이완됨</Col>
  1032. </Row>
  1033. <Row>
  1034. <Col id="no">2</Col>
  1035. <Col id="number">1</Col>
  1036. <Col id="rmk">신체반응</Col>
  1037. <Col id="cmt">느리고 조심스러운 움직임, 몸을 뒤척임, 일부 근육이 긴장됨</Col>
  1038. </Row>
  1039. <Row>
  1040. <Col id="no">2</Col>
  1041. <Col id="number">2</Col>
  1042. <Col id="rmk">신체반응</Col>
  1043. <Col id="cmt">통증부위를 만지려고 하거나 문지름, 고개를 흔들거나 사지의 움직임이 증가함, 온몸에 힘을 줌</Col>
  1044. </Row>
  1045. <Row>
  1046. <Col id="no">2</Col>
  1047. <Col id="number">3</Col>
  1048. <Col id="rmk">신체반응</Col>
  1049. <Col id="cmt">온몸을 흔들거나 비틀며 심하게 움직임, 공격적인 행동을 보임, 침대 난간(side rail)을 치며 발버둥을 침, 근육이 뻣뻣해지고 활처럼 휨</Col>
  1050. </Row>
  1051. </Rows>
  1052. </Dataset>
  1053. <Dataset id="ds_init_number5c_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1054. <ColumnInfo>
  1055. <Column id="no" type="STRING" size="256"/>
  1056. <Column id="rmk" type="STRING" size="256"/>
  1057. <Column id="choice" type="STRING" size="256"/>
  1058. <Column id="number" type="STRING" size="256"/>
  1059. <Column id="cmt" type="STRING" size="256"/>
  1060. </ColumnInfo>
  1061. <Rows>
  1062. <Row>
  1063. <Col id="no">3</Col>
  1064. <Col id="rmk">기계호흡 순응도(기관삽관 만 한경우 포함)</Col>
  1065. <Col id="choice"/>
  1066. <Col id="number">0</Col>
  1067. <Col id="cmt">경보가 울리지 않고 인공호흡기에 잘 적응함, 기침 없음</Col>
  1068. </Row>
  1069. <Row>
  1070. <Col id="no">3</Col>
  1071. <Col id="rmk">기계호흡 순응도(기관삽관 만 한경우 포함)</Col>
  1072. <Col id="choice"/>
  1073. <Col id="number">1</Col>
  1074. <Col id="cmt">경보가 울리지만 곧 멈춤, 간헐적으로 기침을 함</Col>
  1075. </Row>
  1076. <Row>
  1077. <Col id="no">3</Col>
  1078. <Col id="rmk">기계호흡 순응도(기관삽관 만 한경우 포함)</Col>
  1079. <Col id="choice"/>
  1080. <Col id="number">2</Col>
  1081. <Col id="cmt">경보가 자주 울림, 기계호흡에 저항함, 기계호흡과 맞춰 쉬지 못하며 호흡수가 증가함, 기침을 주기적으로 함</Col>
  1082. </Row>
  1083. <Row>
  1084. <Col id="no">3</Col>
  1085. <Col id="rmk">기계호흡 순응도(기관삽관 만 한경우 포함)</Col>
  1086. <Col id="choice"/>
  1087. <Col id="number">3</Col>
  1088. <Col id="cmt">기계호흡과 심한 부조화(fighting)를 보임, 지속적으로 기침을 하고 환기가 차단됨</Col>
  1089. </Row>
  1090. </Rows>
  1091. </Dataset>
  1092. <Dataset id="ds_init_number5d_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1093. <ColumnInfo>
  1094. <Column id="no" type="STRING" size="256"/>
  1095. <Column id="rmk" type="STRING" size="256"/>
  1096. <Column id="choice" type="STRING" size="256"/>
  1097. <Column id="number" type="STRING" size="256"/>
  1098. <Column id="cmt" type="STRING" size="256"/>
  1099. </ColumnInfo>
  1100. <Rows>
  1101. <Row>
  1102. <Col id="no">3</Col>
  1103. <Col id="number">0</Col>
  1104. <Col id="rmk">또는 발성(발관 환자)</Col>
  1105. <Col id="cmt">정상적인 말투, 신음소리를 내지 않음</Col>
  1106. </Row>
  1107. <Row>
  1108. <Col id="no">3</Col>
  1109. <Col id="number">1</Col>
  1110. <Col id="rmk">또는 발성(발관 환자)</Col>
  1111. <Col id="cmt">끙끙대며 신음소리를 냄, 앓는 소리를 냄(아~,으~,음~,아야~), 한숨을 내쉼</Col>
  1112. </Row>
  1113. <Row>
  1114. <Col id="no">3</Col>
  1115. <Col id="number">2</Col>
  1116. <Col id="rmk">또는 발성(발관 환자)</Col>
  1117. <Col id="cmt">훌쩍거리거나 소리 내어 흐느껴 움, 불편함이나 통증을 짧은 단어로 표현함 (아파, 왜이래, 치워)</Col>
  1118. </Row>
  1119. <Row>
  1120. <Col id="no">3</Col>
  1121. <Col id="number">3</Col>
  1122. <Col id="rmk">또는 발성(발관 환자)</Col>
  1123. <Col id="cmt">큰소리를 지름, 폭언을 함, 울부짖음</Col>
  1124. </Row>
  1125. </Rows>
  1126. </Dataset>
  1127. <Dataset id="ds_init_number4a_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1128. <ColumnInfo>
  1129. <Column id="choice" type="STRING" size="256"/>
  1130. <Column id="number" type="STRING" size="256"/>
  1131. <Column id="cmt" type="STRING" size="256"/>
  1132. </ColumnInfo>
  1133. <Rows>
  1134. <Row>
  1135. <Col id="number">0</Col>
  1136. <Col id="cmt">특별한 표정이 없거나 웃음</Col>
  1137. </Row>
  1138. <Row>
  1139. <Col id="number">1</Col>
  1140. <Col id="cmt">가끔 얼굴을 찡그림, 눈살을 찌푸림, 움츠림, 무관심함</Col>
  1141. </Row>
  1142. <Row>
  1143. <Col id="number">2</Col>
  1144. <Col id="cmt">지주 또는 지속적인 턱의 떨림, 이를 악물고 있음</Col>
  1145. </Row>
  1146. </Rows>
  1147. </Dataset>
  1148. <Dataset id="ds_init_number4b_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1149. <ColumnInfo>
  1150. <Column id="choice" type="STRING" size="256"/>
  1151. <Column id="number" type="STRING" size="256"/>
  1152. <Column id="cmt" type="STRING" size="256"/>
  1153. </ColumnInfo>
  1154. <Rows>
  1155. <Row>
  1156. <Col id="number">0</Col>
  1157. <Col id="cmt">정상 자세 또는 이완됨</Col>
  1158. </Row>
  1159. <Row>
  1160. <Col id="number">1</Col>
  1161. <Col id="cmt">불안함, 거북함, 긴장됨</Col>
  1162. </Row>
  1163. <Row>
  1164. <Col id="number">2</Col>
  1165. <Col id="cmt">발로 차거나 다리를 끌어올림</Col>
  1166. </Row>
  1167. </Rows>
  1168. </Dataset>
  1169. <Dataset id="ds_init_number4c_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1170. <ColumnInfo>
  1171. <Column id="choice" type="STRING" size="256"/>
  1172. <Column id="number" type="STRING" size="256"/>
  1173. <Column id="cmt" type="STRING" size="256"/>
  1174. </ColumnInfo>
  1175. <Rows>
  1176. <Row>
  1177. <Col id="number">0</Col>
  1178. <Col id="cmt">조용히 누워있거나 정상자세, 쉽게 움직임</Col>
  1179. </Row>
  1180. <Row>
  1181. <Col id="number">1</Col>
  1182. <Col id="cmt">꿈틀댐, 몸을 앞뒤로 뒤척거림, 긴장됨</Col>
  1183. </Row>
  1184. <Row>
  1185. <Col id="number">2</Col>
  1186. <Col id="cmt">몸을 구부리고 뻣뻣함 또는 경련</Col>
  1187. </Row>
  1188. </Rows>
  1189. </Dataset>
  1190. <Dataset id="ds_init_number4d_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1191. <ColumnInfo>
  1192. <Column id="choice" type="STRING" size="256"/>
  1193. <Column id="number" type="STRING" size="256"/>
  1194. <Column id="cmt" type="STRING" size="256"/>
  1195. </ColumnInfo>
  1196. <Rows>
  1197. <Row>
  1198. <Col id="number">0</Col>
  1199. <Col id="cmt">울지 않음</Col>
  1200. </Row>
  1201. <Row>
  1202. <Col id="number">1</Col>
  1203. <Col id="cmt">끙끙댐, 흐느낌 또는 훌쩍댐</Col>
  1204. </Row>
  1205. <Row>
  1206. <Col id="number">2</Col>
  1207. <Col id="cmt">지속적인 울음, 소리침, 흐느낌, 잦은 불편감 호소</Col>
  1208. </Row>
  1209. </Rows>
  1210. </Dataset>
  1211. <Dataset id="ds_init_number4e_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1212. <ColumnInfo>
  1213. <Column id="choice" type="STRING" size="256"/>
  1214. <Column id="number" type="STRING" size="256"/>
  1215. <Column id="cmt" type="STRING" size="256"/>
  1216. </ColumnInfo>
  1217. <Rows>
  1218. <Row>
  1219. <Col id="number">0</Col>
  1220. <Col id="cmt">이완됨</Col>
  1221. </Row>
  1222. <Row>
  1223. <Col id="number">1</Col>
  1224. <Col id="cmt">가끔 안아주거나 접촉하여 안심시키는 것이 필요함. 관심을 다른 곳으로 돌리기 위해 대화가 필요함</Col>
  1225. </Row>
  1226. <Row>
  1227. <Col id="number">2</Col>
  1228. <Col id="cmt">안정되기 어려움</Col>
  1229. </Row>
  1230. </Rows>
  1231. </Dataset>
  1232. <Dataset id="ds_init_number2_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1233. <ColumnInfo>
  1234. <Column id="choice" type="STRING" size="256"/>
  1235. <Column id="number" type="STRING" size="256"/>
  1236. <Column id="flag" type="STRING" size="256"/>
  1237. </ColumnInfo>
  1238. <Rows>
  1239. <Row>
  1240. <Col id="number">1</Col>
  1241. <Col id="flag">43</Col>
  1242. </Row>
  1243. <Row>
  1244. <Col id="number">2</Col>
  1245. <Col id="flag">44</Col>
  1246. </Row>
  1247. <Row>
  1248. <Col id="number">3</Col>
  1249. <Col id="flag">45</Col>
  1250. </Row>
  1251. <Row>
  1252. <Col id="number">4</Col>
  1253. <Col id="flag">46</Col>
  1254. </Row>
  1255. <Row>
  1256. <Col id="number">5</Col>
  1257. <Col id="flag">47</Col>
  1258. </Row>
  1259. <Row>
  1260. <Col id="number">6</Col>
  1261. <Col id="flag">48</Col>
  1262. </Row>
  1263. <Row>
  1264. <Col id="number">7</Col>
  1265. <Col id="flag">49</Col>
  1266. </Row>
  1267. <Row>
  1268. <Col id="number">8</Col>
  1269. <Col id="flag">50</Col>
  1270. </Row>
  1271. <Row>
  1272. <Col id="number">9</Col>
  1273. <Col id="flag">51</Col>
  1274. </Row>
  1275. <Row>
  1276. <Col id="number">10</Col>
  1277. <Col id="flag">52</Col>
  1278. </Row>
  1279. </Rows>
  1280. </Dataset>
  1281. <Dataset id="ds_init_number1_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1282. <ColumnInfo>
  1283. <Column id="choice" type="STRING" size="256"/>
  1284. <Column id="number" type="STRING" size="256"/>
  1285. <Column id="flag" type="STRING" size="256"/>
  1286. </ColumnInfo>
  1287. <Rows>
  1288. <Row>
  1289. <Col id="number">0</Col>
  1290. <Col id="flag">53</Col>
  1291. </Row>
  1292. <Row>
  1293. <Col id="number">1</Col>
  1294. <Col id="flag">43</Col>
  1295. </Row>
  1296. <Row>
  1297. <Col id="number">2</Col>
  1298. <Col id="flag">44</Col>
  1299. </Row>
  1300. <Row>
  1301. <Col id="number">3</Col>
  1302. <Col id="flag">45</Col>
  1303. </Row>
  1304. <Row>
  1305. <Col id="number">4</Col>
  1306. <Col id="flag">46</Col>
  1307. </Row>
  1308. <Row>
  1309. <Col id="number">5</Col>
  1310. <Col id="flag">47</Col>
  1311. </Row>
  1312. <Row>
  1313. <Col id="number">6</Col>
  1314. <Col id="flag">48</Col>
  1315. </Row>
  1316. <Row>
  1317. <Col id="number">7</Col>
  1318. <Col id="flag">49</Col>
  1319. </Row>
  1320. <Row>
  1321. <Col id="number">8</Col>
  1322. <Col id="flag">50</Col>
  1323. </Row>
  1324. <Row>
  1325. <Col id="number">9</Col>
  1326. <Col id="flag">51</Col>
  1327. </Row>
  1328. <Row>
  1329. <Col id="number">10</Col>
  1330. <Col id="flag">52</Col>
  1331. </Row>
  1332. </Rows>
  1333. </Dataset>
  1334. <Dataset id="ds_init_number3_number01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1335. <ColumnInfo>
  1336. <Column id="choice" type="STRING" size="256"/>
  1337. <Column id="number" type="STRING" size="256"/>
  1338. <Column id="img" type="STRING" size="256"/>
  1339. <Column id="cmt" type="STRING" size="256"/>
  1340. <Column id="flag" type="STRING" size="256"/>
  1341. </ColumnInfo>
  1342. <Rows>
  1343. <Row>
  1344. <Col id="number">0</Col>
  1345. <Col id="cmt">통증없음</Col>
  1346. <Col id="flag">53</Col>
  1347. </Row>
  1348. <Row>
  1349. <Col id="number">2</Col>
  1350. <Col id="flag">44</Col>
  1351. <Col id="cmt">약한 통증</Col>
  1352. </Row>
  1353. <Row>
  1354. <Col id="number">4</Col>
  1355. <Col id="cmt">중증도 통증</Col>
  1356. <Col id="flag">46</Col>
  1357. </Row>
  1358. <Row>
  1359. <Col id="number">6</Col>
  1360. <Col id="cmt">심한 통증</Col>
  1361. <Col id="flag">48</Col>
  1362. </Row>
  1363. <Row>
  1364. <Col id="number">8</Col>
  1365. <Col id="cmt">극심한 통증</Col>
  1366. <Col id="flag">50</Col>
  1367. </Row>
  1368. <Row>
  1369. <Col id="number">10</Col>
  1370. <Col id="cmt">최악의 통증</Col>
  1371. <Col id="flag">52</Col>
  1372. </Row>
  1373. </Rows>
  1374. </Dataset>
  1375. <Dataset id="ds_param" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1376. <ColumnInfo>
  1377. <Column id="dressing" type="STRING" size="256"/>
  1378. <Column id="dressingEtcStr" type="STRING" size="256"/>
  1379. </ColumnInfo>
  1380. <Rows>
  1381. <Row/>
  1382. </Rows>
  1383. </Dataset>
  1384. <Dataset id="ds_init_chogi_flag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1385. <ColumnInfo>
  1386. <Column id="flag" type="STRING" size="256"/>
  1387. </ColumnInfo>
  1388. <Rows>
  1389. <Row/>
  1390. </Rows>
  1391. </Dataset>
  1392. </Objects>
  1393. <Bind>
  1394. <BindItem id="item0" compid="group5.ipt_part" propid="value" datasetid="ds_main" columnid="partnm"/>
  1395. <BindItem id="item1" compid="group5.ipt_cate" propid="value" datasetid="ds_main" columnid="catenm"/>
  1396. <BindItem id="item2" compid="group5.ipt_symp" propid="value" datasetid="ds_main" columnid="sympnm"/>
  1397. <BindItem id="item3" compid="group5.ipt_nondrug" propid="value" datasetid="ds_main" columnid="nondrugnm"/>
  1398. <BindItem id="item4" compid="group5.ipt_termtm" propid="value" datasetid="ds_main" columnid="termtm"/>
  1399. <BindItem id="item5" compid="group5.ipt_termth" propid="value" datasetid="ds_main" columnid="termth"/>
  1400. <BindItem id="item6" compid="group5.ipt_termdd" propid="value" datasetid="ds_main" columnid="termdd"/>
  1401. <BindItem id="item72" compid="group5.chk_chogi_flag" propid="value" datasetid="ds_init_chogi_flag" columnid="flag"/>
  1402. <BindItem id="item7" compid="group5.ipt_userlist" propid="value" datasetid="ds_main" columnid="userlistnm"/>
  1403. <BindItem id="item8" compid="group5.ipt_bindo" propid="value" datasetid="ds_main" columnid="bindonm"/>
  1404. </Bind>
  1405. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  1406. * System Name : 경대 의료정보시스템
  1407. * Job Name : emr_wardcarexp -> SPMNW04802
  1408. * Creator : yjh
  1409. * Make Date : 2016-02-19
  1410. * Description :
  1411. *---------------------------------------------------------------------------------------
  1412. * Modify Date Modifier Modify Description
  1413. *---------------------------------------------------------------------------------------
  1414. * 2016-02-19 yjh TF->XP
  1415. *
  1416. *---------------------------------------------------------------------------------------
  1417. ****************************************************************************************/
  1418. //=======================================================================================
  1419. // Lib Include
  1420. //---------------------------------------------------------------------------------------
  1421. include "com_commonxp::comm_main.xjs";
  1422. include "emr_wardcarexp::SPMNW04800.xjs"; //yjh : 커밋
  1423. //=======================================================================================
  1424. // Global Form Variable
  1425. //---------------------------------------------------------------------------------------
  1426. var wincloseButton = false;
  1427. //=======================================================================================
  1428. // Function
  1429. //---------------------------------------------------------------------------------------
  1430. /****************************************************************************************
  1431. * Argument : N/A
  1432. * Description :
  1433. ****************************************************************************************/
  1434. //=======================================================================================
  1435. // Event
  1436. //---------------------------------------------------------------------------------------
  1437. /****************************************************************************************
  1438. * Components : Form
  1439. * Components ID : SPMNW04802
  1440. * Event : oninit
  1441. * Argument : 01.obj : Object Event has occurred
  1442. * : 02.e : Event Object
  1443. * Description : 화면 처음 초기화시
  1444. ****************************************************************************************/
  1445. function SPMNW04802_oninit(obj:Form, e:InitEventInfo)
  1446. {
  1447. frmf_initForm(obj); //폼 초기화
  1448. }
  1449. /****************************************************************************************
  1450. * Components : Form
  1451. * Components ID : SPMNW04802
  1452. * Event : onload
  1453. * Argument : 01.obj : Object Event has occurred
  1454. * : 02.e : Event Object
  1455. * Description : 화면 로딩 완료시
  1456. ****************************************************************************************/
  1457. function SPMNW04802_onload(obj:Form, e:LoadEventInfo)
  1458. {
  1459. fInitialize();
  1460. group5.grp_number5.grd_number5a.setRealRowSize(0, 33);
  1461. group5.grp_number5.grd_number5a.setRealRowSize(1, 33);
  1462. group5.grp_number5.grd_number5a.setRealRowSize(2, 47);
  1463. group5.grp_number5.grd_number5a.setRealRowSize(3, 34);
  1464. group5.grp_number5.grd_number5b.setRealRowSize(0, 33);
  1465. group5.grp_number5.grd_number5b.setRealRowSize(1, 33);
  1466. group5.grp_number5.grd_number5b.setRealRowSize(2, 47);
  1467. group5.grp_number5.grd_number5b.setRealRowSize(3, 62);
  1468. group5.grp_number5.grd_number5c.setRealRowSize(0, 33);
  1469. group5.grp_number5.grd_number5c.setRealRowSize(1, 33);
  1470. group5.grp_number5.grd_number5c.setRealRowSize(2, 47);
  1471. group5.grp_number5.grd_number5c.setRealRowSize(3, 48);
  1472. group5.grp_number5.grd_number5d.setRealRowSize(0, 22);
  1473. group5.grp_number5.grd_number5d.setRealRowSize(1, 47);
  1474. group5.grp_number5.grd_number5d.setRealRowSize(2, 47);
  1475. group5.grp_number5.grd_number5d.setRealRowSize(3, 22);
  1476. group5.grp_number4.grd_number4a.setRealRowSize(0, 20);
  1477. group5.grp_number4.grd_number4a.setRealRowSize(1, 36);
  1478. group5.grp_number4.grd_number4a.setRealRowSize(2, 30);
  1479. group5.grp_number4.grd_number4b.setRealRowSize(0, 21);
  1480. group5.grp_number4.grd_number4b.setRealRowSize(1, 21);
  1481. group5.grp_number4.grd_number4b.setRealRowSize(2, 22);
  1482. group5.grp_number4.grd_number4c.setRealRowSize(0, 31);
  1483. group5.grp_number4.grd_number4c.setRealRowSize(1, 32);
  1484. group5.grp_number4.grd_number4c.setRealRowSize(2, 23);
  1485. group5.grp_number4.grd_number4d.setRealRowSize(0, 20);
  1486. group5.grp_number4.grd_number4d.setRealRowSize(1, 25);
  1487. group5.grp_number4.grd_number4d.setRealRowSize(2, 32);
  1488. group5.grp_number4.grd_number4e.setRealRowSize(0, 20);
  1489. group5.grp_number4.grd_number4e.setRealRowSize(1, 43);
  1490. group5.grp_number4.grd_number4e.setRealRowSize(2, 20);
  1491. }
  1492. /****************************************************************************************
  1493. * Components : Form
  1494. * Components ID : SPMNW04802
  1495. * Event : onbeforeclose
  1496. * Argument : 01.obj : Object Event has occurred
  1497. * : 02.e : Event Object
  1498. * Description : 화면 닫기전
  1499. ****************************************************************************************/
  1500. function SPMNW04802_onbeforeclose(obj:Form, e:CloseEventInfo)
  1501. {
  1502. if( !wincloseButton){
  1503. opener.frmf_setParameter("returnnull","close");
  1504. } else {
  1505. opener.frmf_setParameter("returnnull","confirmbutton");
  1506. }
  1507. }
  1508. /****************************************************************************************
  1509. * Components : Button
  1510. * Components ID : button2
  1511. * Event : onclick
  1512. * Argument : 01.obj : Object Event has occurred
  1513. * : 02.e : Event Object
  1514. * Description : 닫기버튼 클릭시
  1515. ****************************************************************************************/
  1516. function group5_button2_onclick(obj:Button, e:ClickEventInfo)
  1517. {
  1518. close();
  1519. }
  1520. /****************************************************************************************
  1521. * Components : Dataset
  1522. * Components ID : ds_init_part_part01
  1523. * Event : oncolumnchanged
  1524. * Argument : 01.obj : Object Event has occurred
  1525. * : 02.e : Event Object
  1526. * Description : 데이터셋 값 변경시
  1527. ****************************************************************************************/
  1528. function ds_init_part_part01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1529. {
  1530. var etc_rmk ='';
  1531. for(var i=0 ; i<group5.grd_part.rowcount ; i++ ){
  1532. if( ds_init_part_part01.getColumn(i, "choice") == "1" && ds_init_part_part01.getColumn(i, "part") == "기타") {
  1533. group5.ipt_part.visible = true;
  1534. group5.ipt_part.value = etc_rmk;
  1535. return;
  1536. } else {
  1537. group5.ipt_part.visible = false;
  1538. if (!utlf_isNull(group5.ipt_part.value) ) {
  1539. etc_rmk=group5.ipt_part.value;
  1540. }
  1541. group5.ipt_part.value = "";
  1542. }
  1543. }
  1544. }
  1545. /****************************************************************************************
  1546. * Components : Dataset
  1547. * Components ID : ds_init_direc_direc01
  1548. * Event : oncolumnchanged
  1549. * Argument : 01.obj : Object Event has occurred
  1550. * : 02.e : Event Object
  1551. * Description : 데이터셋 값 변경시
  1552. ****************************************************************************************/
  1553. function ds_init_direc_direc01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1554. {
  1555. var etc_rmk ='';
  1556. for( var i=0 ; i<group5.grd_cate.rowcount ; i++ ){
  1557. if( ds_init_direc_direc01.getColumn(i, "choice") == "1" && ds_init_direc_direc01.getColumn(i, "direc") == "기타") {
  1558. group5.ipt_cate.visible = true;
  1559. group5.ipt_cate.value=etc_rmk;
  1560. return;
  1561. } else {
  1562. group5.ipt_cate.visible = false;
  1563. if (!utlf_isNull(group5.ipt_cate.value)) {
  1564. etc_rmk=group5.ipt_cate.value;
  1565. }
  1566. group5.ipt_cate.value = "";
  1567. }
  1568. }
  1569. }
  1570. /****************************************************************************************
  1571. * Components : Dataset
  1572. * Components ID : ds_init_symp_symp01
  1573. * Event : oncolumnchanged
  1574. * Argument : 01.obj : Object Event has occurred
  1575. * : 02.e : Event Object
  1576. * Description : 데이터셋 값 변경시
  1577. ****************************************************************************************/
  1578. function ds_init_symp_symp01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1579. {
  1580. var etc_rmk='';
  1581. for( var i=0 ; i<group5.grd_symp.rowcount ; i++ ){
  1582. if(ds_init_symp_symp01.getColumn(i, "choice") == "1" && ds_init_symp_symp01.getColumn(i, "symp") == "기타") {
  1583. group5.ipt_symp.visible = true;
  1584. group5.ipt_symp.value=etc_rmk;
  1585. return;
  1586. } else {
  1587. group5.ipt_symp.visible = false;
  1588. if (!utlf_isNull(group5.ipt_symp.value)) {
  1589. etc_rmk=group5.ipt_symp.value;
  1590. }
  1591. group5.ipt_symp.value = "";
  1592. }
  1593. }
  1594. }
  1595. /****************************************************************************************
  1596. * Components : Grid
  1597. * Components ID : grd_userlist
  1598. * Event : oncellclick
  1599. * Argument : 01.obj : Object Event has occurred
  1600. * : 02.e : Event Object
  1601. * Description : 그리드 셀 클릭시
  1602. ****************************************************************************************/
  1603. function group5_grd_userlist_oncellclick(obj:Grid, e:GridClickEventInfo)
  1604. {
  1605. //기타입력영역을 보여준다.
  1606. //ds_init_cate_cate01에 sel컬럼이 없어서, 사용안하는 함수인듯...
  1607. //fShowEtcInputArea();
  1608. //dressing영역의 str을 변경한다.
  1609. //ds_main_detlgrup_getVO 데이터셋에 값이 없어서, 사용안하는 로직인듯...
  1610. // var cdNm = ds_main_detlgrup_getVO.getColumn(ds_init_cate_cate01.rowposition, "cdnm");
  1611. // var isChecked = ds_main_detlgrup_getVO.getColumn(ds_init_cate_cate01.rowposition, "sel");
  1612. //
  1613. // if( e.col == 1 ) {
  1614. // fChangeDressingStr(cdNm, isChecked);
  1615. // }
  1616. if(group5.grd_userlist.getCellProperty("Body", 0, "controlbackground") != "silver")
  1617. {
  1618. if(ds_init_cate_cate01.getColumn(ds_init_cate_cate01.rowposition, "choice") == "1")
  1619. {
  1620. ds_init_cate_cate01.setColumn(ds_init_cate_cate01.rowposition, "choice", "");
  1621. }
  1622. else
  1623. {
  1624. ds_init_cate_cate01.setColumn(ds_init_cate_cate01.rowposition, "choice", "1");
  1625. }
  1626. }
  1627. }
  1628. /****************************************************************************************
  1629. * Components : Dataset
  1630. * Components ID : ds_init_nondrugarbt_nondrug01
  1631. * Event : oncolumnchanged
  1632. * Argument : 01.obj : Object Event has occurred
  1633. * : 02.e : Event Object
  1634. * Description : 데이터셋 값 변경시
  1635. ****************************************************************************************/
  1636. function ds_init_nondrugarbt_nondrug01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1637. {
  1638. var etc_rmk='';
  1639. for( var i=0 ; i<group5.grd_nondrug.rowcount ; i++ ){
  1640. if(ds_init_nondrugarbt_nondrug01.getColumn(i, "choice") == "1" && ds_init_nondrugarbt_nondrug01.getColumn(i, "nondrug") == "기타") {
  1641. group5.ipt_nondrug.visible = true;
  1642. group5.ipt_nondrug.value=etc_rmk;
  1643. } else {
  1644. group5.ipt_nondrug.visible = false;
  1645. if (!utlf_isNull(group5.ipt_nondrug.value)) {
  1646. etc_rmk=group5.ipt_nondrug.value;
  1647. }
  1648. group5.ipt_nondrug.value = "";
  1649. }
  1650. }
  1651. }
  1652. /****************************************************************************************
  1653. * Components : Grid
  1654. * Components ID : grd
  1655. * Event : oncellclick
  1656. * Argument : 01.obj : Object Event has occurred
  1657. * : 02.e : Event Object
  1658. * Description : 그리드 셀 클릭시
  1659. ****************************************************************************************/
  1660. function group5_grd_oncellclick(obj:Grid, e:GridClickEventInfo)
  1661. {
  1662. switch( e.col ){
  1663. case 0 :
  1664. var oDsBind = eval(obj.binddataset);
  1665. for( var i=0 ; i<oDsBind.rowcount ; i++ ){
  1666. if( i == e.row ){
  1667. oDsBind.setColumn(i, "choice", "1");
  1668. }else{
  1669. oDsBind.setColumn(i, "choice", "0");
  1670. }
  1671. }
  1672. break;
  1673. default :
  1674. break;
  1675. }
  1676. }
  1677. /****************************************************************************************
  1678. * Components : Grid
  1679. * Components ID : grd
  1680. * Event : oncellclick
  1681. * Argument : 01.obj : Object Event has occurred
  1682. * : 02.e : Event Object
  1683. * Description : 그리드 셀 클릭시
  1684. ****************************************************************************************/
  1685. function group5_grp_number5_grd_oncellclick(obj:Grid, e:GridClickEventInfo)
  1686. {
  1687. switch( e.col ){
  1688. case 2 :
  1689. var oDsBind = eval(obj.binddataset);
  1690. for( var i=0 ; i<oDsBind.rowcount ; i++ ){
  1691. if( i == e.row ){
  1692. oDsBind.setColumn(i, "choice", "1");
  1693. }else{
  1694. oDsBind.setColumn(i, "choice", "0");
  1695. }
  1696. }
  1697. break;
  1698. default :
  1699. break;
  1700. }
  1701. }
  1702. /****************************************************************************************
  1703. * Components : Grid
  1704. * Components ID : grd_number5c
  1705. * Event : oncellclick
  1706. * Argument : 01.obj : Object Event has occurred
  1707. * : 02.e : Event Object
  1708. * Description : 그리드 셀 클릭시
  1709. ****************************************************************************************/
  1710. function group5_grp_number5_grd_number5c_oncellclick(obj:Grid, e:GridClickEventInfo)
  1711. {
  1712. var cnt = 0;
  1713. switch( e.col ){
  1714. case 2 :
  1715. var oDsBind = eval(obj.binddataset);
  1716. for( var i=0 ; i<oDsBind.rowcount ; i++ ){
  1717. if( i == e.row ){
  1718. oDsBind.setColumn(i, "choice", "1");
  1719. cnt++;
  1720. }else{
  1721. oDsBind.setColumn(i, "choice", "0");
  1722. }
  1723. }
  1724. if(cnt > 0){
  1725. for( var i=0 ; i<group5.grp_number5.grd_number5d.rowcount ; i++ ){
  1726. if(ds_init_number5d_number01.getColumn(i, "choice") == "1") {
  1727. ds_init_number5d_number01.setColumn(i, "choice", "0");
  1728. }
  1729. }
  1730. }
  1731. break;
  1732. default :
  1733. break;
  1734. }
  1735. }
  1736. /****************************************************************************************
  1737. * Components : Grid
  1738. * Components ID : grd_number5d
  1739. * Event : oncellclick
  1740. * Argument : 01.obj : Object Event has occurred
  1741. * : 02.e : Event Object
  1742. * Description : 그리드 셀 클릭시
  1743. ****************************************************************************************/
  1744. function group5_grp_number5_grd_number5d_oncellclick(obj:Grid, e:GridClickEventInfo)
  1745. {
  1746. var cnt = 0;
  1747. switch( e.col ){
  1748. case 2 :
  1749. var oDsBind = eval(obj.binddataset);
  1750. for( var i=0 ; i<oDsBind.rowcount ; i++ ){
  1751. if( i == e.row ){
  1752. oDsBind.setColumn(i, "choice", "1");
  1753. cnt++;
  1754. }else{
  1755. oDsBind.setColumn(i, "choice", "0");
  1756. }
  1757. }
  1758. if(cnt > 0){
  1759. for( var i=0 ; i<group5.grp_number5.grd_number5d.rowcount ; i++ ){
  1760. if(ds_init_number5c_number01.getColumn(i, "choice") == "1") {
  1761. ds_init_number5c_number01.setColumn(i, "choice", "0");
  1762. }
  1763. }
  1764. }
  1765. break;
  1766. default :
  1767. break;
  1768. }
  1769. }
  1770. /****************************************************************************************
  1771. * Components : Dataset
  1772. * Components ID : ds_init_tool_tool01
  1773. * Event : oncolumnchanged
  1774. * Argument : 01.obj : Object Event has occurred
  1775. * : 02.e : Event Object
  1776. * Description : 데이터셋 값 변경시
  1777. ****************************************************************************************/
  1778. function ds_init_tool_tool01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1779. {
  1780. //VAS삭제, grp_number4 추가_20110418_SMY
  1781. var toolvalue = ds_init_tool_tool01.getColumn(ds_init_tool_tool01.rowposition, "flag");
  1782. if(toolvalue == '81') { //NRS
  1783. group5.grd_number1.visible = true;
  1784. group5.grd_number2.visible = false;
  1785. group5.grd_number3.visible = false;
  1786. group5.grp_number4.visible = false;
  1787. group5.grp_number5.visible = false;
  1788. ds_init_number2_number01.setColumn(ds_init_number2_number01.rowposition, "choice", "");
  1789. ds_init_number3_number01.setColumn(ds_init_number3_number01.rowposition, "choice", "");
  1790. ds_init_number4a_number01.setColumn(ds_init_number4a_number01.rowposition, "choice", "");
  1791. ds_init_number4b_number01.setColumn(ds_init_number4b_number01.rowposition, "choice", "");
  1792. ds_init_number4c_number01.setColumn(ds_init_number4c_number01.rowposition, "choice", "");
  1793. ds_init_number4d_number01.setColumn(ds_init_number4d_number01.rowposition, "choice", "");
  1794. ds_init_number4e_number01.setColumn(ds_init_number4e_number01.rowposition, "choice", "");
  1795. /*
  1796. }else if(toolvalue == '82') { //VAS
  1797. grd_number1.visible = false;
  1798. grd_number2.visible = true;
  1799. grd_number3.visible = false;
  1800. model.resetInstanceNode("/root/init/number1/number01["+grd_number1.row+"]/choice");
  1801. model.resetInstanceNode("/root/init/number3/number01["+grd_number3.row+"]/choice");
  1802. */
  1803. }else if(toolvalue == '83') { //FLACC
  1804. group5.grd_number1.visible = false;
  1805. group5.grd_number2.visible = false;
  1806. group5.grd_number3.visible = false;
  1807. group5.grp_number4.visible = true;
  1808. group5.grp_number5.visible = false;
  1809. ds_init_number1_number01.setColumn(ds_init_number1_number01.rowposition, "choice", "");
  1810. ds_init_number2_number01.setColumn(ds_init_number2_number01.rowposition, "choice", "");
  1811. ds_init_number3_number01.setColumn(ds_init_number3_number01.rowposition, "choice", "");
  1812. }else if(toolvalue == '84') { //FACES pain rating scale
  1813. group5.grd_number1.visible = false;
  1814. group5.grd_number2.visible = false;
  1815. group5.grd_number3.visible = true;
  1816. group5.grp_number4.visible = false;
  1817. group5.grp_number5.visible = false;
  1818. ds_init_number1_number01.setColumn(ds_init_number1_number01.rowposition, "choice", "");
  1819. ds_init_number2_number01.setColumn(ds_init_number2_number01.rowposition, "choice", "");
  1820. ds_init_number4a_number01.setColumn(ds_init_number4a_number01.rowposition, "choice", "");
  1821. ds_init_number4b_number01.setColumn(ds_init_number4b_number01.rowposition, "choice", "");
  1822. ds_init_number4c_number01.setColumn(ds_init_number4c_number01.rowposition, "choice", "");
  1823. ds_init_number4d_number01.setColumn(ds_init_number4d_number01.rowposition, "choice", "");
  1824. ds_init_number4e_number01.setColumn(ds_init_number4e_number01.rowposition, "choice", "");
  1825. //통증 이미지 셋팅
  1826. fSetPainImg();
  1827. }else if(toolvalue == '85') { //CNPS pain rating scale
  1828. group5.grd_number1.visible = false;
  1829. group5.grd_number2.visible = false;
  1830. group5.grd_number3.visible = false;
  1831. group5.grp_number4.visible = false;
  1832. group5.grp_number5.visible = true;
  1833. ds_init_number5a_number01.setColumn(ds_init_number5a_number01.rowposition, "choice", "");
  1834. ds_init_number5b_number01.setColumn(ds_init_number5b_number01.rowposition, "choice", "");
  1835. ds_init_number5c_number01.setColumn(ds_init_number5c_number01.rowposition, "choice", "");
  1836. }
  1837. }
  1838. /****************************************************************************************
  1839. * Components : Button
  1840. * Components ID : button1
  1841. * Event : onclick
  1842. * Argument : 01.obj : Object Event has occurred
  1843. * : 02.e : Event Object
  1844. * Description : 선택버튼 클릭시
  1845. ****************************************************************************************/
  1846. function group5_button1_onclick(obj:Button, e:ClickEventInfo)
  1847. {
  1848. fselect("2");
  1849. }
  1850. function group5_grd_part_oncellclick(obj:Grid, e:GridClickEventInfo)
  1851. {
  1852. if(group5.grd_part.getCellProperty("Body", 0, "controlbackground") != "silver")
  1853. {
  1854. if(ds_init_part_part01.getColumn(ds_init_part_part01.rowposition, "choice") == "1")
  1855. {
  1856. ds_init_part_part01.setColumn(ds_init_part_part01.rowposition, "choice", "");
  1857. }
  1858. else
  1859. {
  1860. ds_init_part_part01.setColumn(ds_init_part_part01.rowposition, "choice", "1");
  1861. }
  1862. }
  1863. }
  1864. function group5_grd_cate_oncellclick(obj:Grid, e:GridClickEventInfo)
  1865. {
  1866. if(group5.grd_cate.getCellProperty("Body", 0, "controlbackground") != "silver")
  1867. {
  1868. if(ds_init_direc_direc01.getColumn(ds_init_direc_direc01.rowposition, "choice") == "1")
  1869. {
  1870. ds_init_direc_direc01.setColumn(ds_init_direc_direc01.rowposition, "choice", "");
  1871. }
  1872. else
  1873. {
  1874. ds_init_direc_direc01.setColumn(ds_init_direc_direc01.rowposition, "choice", "1");
  1875. }
  1876. }
  1877. }
  1878. function group5_grd_symp_oncellclick(obj:Grid, e:GridClickEventInfo)
  1879. {
  1880. if(group5.grd_symp.getCellProperty("Body", 0, "controlbackground") != "silver")
  1881. {
  1882. if(ds_init_symp_symp01.getColumn(ds_init_symp_symp01.rowposition, "choice") == "1")
  1883. {
  1884. ds_init_symp_symp01.setColumn(ds_init_symp_symp01.rowposition, "choice", "");
  1885. }
  1886. else
  1887. {
  1888. ds_init_symp_symp01.setColumn(ds_init_symp_symp01.rowposition, "choice", "1");
  1889. }
  1890. }
  1891. }
  1892. function group5_grd_nondrug_oncellclick(obj:Grid, e:GridClickEventInfo)
  1893. {
  1894. if(group5.grd_nondrug.getCellProperty("Body", 0, "controlbackground") != "silver")
  1895. {
  1896. if(ds_init_nondrugarbt_nondrug01.getColumn(ds_init_nondrugarbt_nondrug01.rowposition, "choice") == "1")
  1897. {
  1898. ds_init_nondrugarbt_nondrug01.setColumn(ds_init_nondrugarbt_nondrug01.rowposition, "choice", "");
  1899. }
  1900. else
  1901. {
  1902. ds_init_nondrugarbt_nondrug01.setColumn(ds_init_nondrugarbt_nondrug01.rowposition, "choice", "1");
  1903. }
  1904. }
  1905. }
  1906. //초기평가 코드
  1907. //ds_gubnflag.setColumn(0, "gubnflag", "02");
  1908. //
  1909. //2017.07.17_초기평가 로직 수정(초기평가 없이 재평가 되도록 수정)
  1910. function group5_switch1_rec_grp_sea_grp_save_button2_onclick(obj:Button, e:ClickEventInfo)
  1911. {
  1912. fselect("1");
  1913. }
  1914. function ds_init_cate_cate01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1915. {
  1916. var etc_rmk='';
  1917. for( var i = 0 ; i < group5.grd_userlist.rowcount ; i++ ) {
  1918. if(ds_init_cate_cate01.getColumn(i, "choice") == "1" && ds_init_cate_cate01.getColumn(i, "cate") == "기타") {
  1919. group5.ipt_userlist.visible = true;
  1920. group5.ipt_userlist.value = etc_rmk;
  1921. return;
  1922. } else {
  1923. group5.ipt_userlist.visible = false;
  1924. if( !utlf_isNull(group5.ipt_userlist.value) ) {
  1925. etc_rmk = group5.ipt_userlist.value;
  1926. }
  1927. group5.ipt_userlist.value = "";
  1928. }
  1929. }
  1930. }
  1931. function ds_init_bindo_bindo01_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  1932. {
  1933. var etc_rmk='';
  1934. for( var i=0 ; i < group5.grd_bindo.rowcount ; i++ ){
  1935. if(ds_init_bindo_bindo01.getColumn(i, "choice") == "1" && ds_init_bindo_bindo01.getColumn(i, "bindo") == "기타") {
  1936. group5.ipt_bindo.visible = true;
  1937. group5.ipt_bindo.value=etc_rmk;
  1938. } else {
  1939. group5.ipt_bindo.visible = false;
  1940. if (!utlf_isNull(group5.ipt_bindo.value)) {
  1941. etc_rmk=group5.ipt_bindo.value;
  1942. }
  1943. group5.ipt_bindo.value = "";
  1944. }
  1945. }
  1946. }
  1947. ]]></Script>
  1948. </Form>
  1949. </FDL>