SPMNW07500_증상정보.xfdl 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMNW07500" position="absolute 0 0 506 306" titletext="증상정보" oninit="SPMNW07500_oninit" onload="SPMNW07500_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 500 306" id="grp_biz" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Static position="absolute 5 10 100 24" id="cap_title" class="tit_2"/>
  11. <Button position="absolute 456 5 498 24" id="button1" class="btn2_letter2" text="등록" onclick="grp_biz_button1_onclick"/>
  12. <Shape position="absolute 0 26 499 32" linetype="horizontal" id="line1" class="line_1" style="strokepen:3 solid #33bbbbff;"/>
  13. <Grid position="absolute 167 30 329 283" id="grd_direc" binddataset="ds_init_direc" oncellclick="grp_biz_grd_direc_oncellclick" cellclickbound="cell">
  14. <Formats>
  15. <Format id="default">
  16. <Columns>
  17. <Column size="30"/>
  18. <Column size="114"/>
  19. </Columns>
  20. <Rows>
  21. <Row size="24" band="head"/>
  22. <Row size="24"/>
  23. </Rows>
  24. <Band id="head">
  25. <Cell text="선택"/>
  26. <Cell col="1" text="방향"/>
  27. </Band>
  28. <Band id="body">
  29. <Cell displaytype="checkbox" text="bind:choice"/>
  30. <Cell col="1" text="bind:direc"/>
  31. </Band>
  32. </Format>
  33. </Formats>
  34. </Grid>
  35. <Edit position="absolute 0 285 162 304" id="ipt_part" visible="false"/>
  36. <Edit position="absolute 167 285 329 304" id="ipt_direc" visible="false"/>
  37. <Edit position="absolute 334 285 499 304" id="ipt_symp" visible="false"/>
  38. <Edit position="absolute 167 285 329 304" id="ipt_cate" visible="false"/>
  39. <Grid id="grd_symp" taborder="1" binddataset="ds_init_symp" useinputpanel="false" cellclickbound="cell" oncellclick="grp_biz_grd_symp_oncellclick" position="absolute 334 30 499 283">
  40. <Formats>
  41. <Format id="default">
  42. <Columns>
  43. <Column size="30"/>
  44. <Column size="114"/>
  45. </Columns>
  46. <Rows>
  47. <Row size="24" band="head"/>
  48. <Row size="22"/>
  49. </Rows>
  50. <Band id="head">
  51. <Cell text="선택"/>
  52. <Cell col="1" text="증상"/>
  53. </Band>
  54. <Band id="body">
  55. <Cell displaytype="checkbox" text="bind:choice"/>
  56. <Cell col="1" text="bind:symp"/>
  57. </Band>
  58. </Format>
  59. </Formats>
  60. </Grid>
  61. <Grid id="grd_cate" taborder="2" binddataset="ds_init_cate" useinputpanel="false" cellclickbound="cell" oncellclick="grp_biz_grd_cate_oncellclick" visible="false" position="absolute 167 30 329 283">
  62. <Formats>
  63. <Format id="default">
  64. <Columns>
  65. <Column size="30"/>
  66. <Column size="114"/>
  67. </Columns>
  68. <Rows>
  69. <Row size="24" band="head"/>
  70. <Row size="22"/>
  71. </Rows>
  72. <Band id="head">
  73. <Cell text="선택"/>
  74. <Cell col="1" text="부착기구"/>
  75. </Band>
  76. <Band id="body">
  77. <Cell displaytype="checkbox" text="bind:choice"/>
  78. <Cell col="1" text="bind:cate"/>
  79. </Band>
  80. </Format>
  81. </Formats>
  82. </Grid>
  83. <Grid id="grd_part" taborder="3" binddataset="ds_init_part" useinputpanel="false" cellclickbound="cell" oncellclick="grp_biz_grd_part_oncellclick" position="absolute 0 30 162 283">
  84. <Formats>
  85. <Format id="default">
  86. <Columns>
  87. <Column size="30"/>
  88. <Column size="114"/>
  89. </Columns>
  90. <Rows>
  91. <Row size="24" band="head"/>
  92. <Row size="22"/>
  93. </Rows>
  94. <Band id="head">
  95. <Cell text="선택"/>
  96. <Cell col="1" text="부위"/>
  97. </Band>
  98. <Band id="body">
  99. <Cell displaytype="checkbox" text="bind:choice"/>
  100. <Cell col="1" text="bind:part"/>
  101. </Band>
  102. </Format>
  103. </Formats>
  104. </Grid>
  105. </Layout>
  106. </Layouts>
  107. </Div>
  108. </Layout>
  109. </Layouts>
  110. <Objects>
  111. <Dataset id="ds_init_part" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false" oncolumnchanged="ds_init_part_oncolumnchanged">
  112. <ColumnInfo>
  113. <Column id="choice" type="STRING"/>
  114. <Column id="part" type="STRING"/>
  115. <Column id="flag" type="STRING" size="256"/>
  116. </ColumnInfo>
  117. <Rows>
  118. <Row>
  119. <Col id="part">전신</Col>
  120. <Col id="flag">01</Col>
  121. </Row>
  122. <Row>
  123. <Col id="flag">01</Col>
  124. <Col id="part">사지</Col>
  125. </Row>
  126. <Row>
  127. <Col id="flag">01</Col>
  128. <Col id="part">상지</Col>
  129. </Row>
  130. <Row>
  131. <Col id="part">하지</Col>
  132. <Col id="flag">01</Col>
  133. </Row>
  134. <Row>
  135. <Col id="part">얼굴</Col>
  136. <Col id="flag">01</Col>
  137. </Row>
  138. <Row>
  139. <Col id="part">안검</Col>
  140. <Col id="flag">01</Col>
  141. </Row>
  142. <Row>
  143. <Col id="part">복부</Col>
  144. <Col id="flag">01</Col>
  145. </Row>
  146. <Row>
  147. <Col id="part">목</Col>
  148. <Col id="flag">01</Col>
  149. </Row>
  150. <Row>
  151. <Col id="part">두부</Col>
  152. <Col id="flag">01</Col>
  153. </Row>
  154. <Row>
  155. <Col id="part">기타</Col>
  156. <Col id="flag">01</Col>
  157. </Row>
  158. <Row>
  159. <Col id="part">전신</Col>
  160. <Col id="flag">02</Col>
  161. </Row>
  162. <Row>
  163. <Col id="part">사지</Col>
  164. <Col id="flag">02</Col>
  165. </Row>
  166. <Row>
  167. <Col id="part">상지</Col>
  168. <Col id="flag">02</Col>
  169. </Row>
  170. <Row>
  171. <Col id="part">하지</Col>
  172. <Col id="flag">02</Col>
  173. </Row>
  174. <Row>
  175. <Col id="part">얼굴</Col>
  176. <Col id="flag">02</Col>
  177. </Row>
  178. <Row>
  179. <Col id="part">안검</Col>
  180. <Col id="flag">02</Col>
  181. </Row>
  182. <Row>
  183. <Col id="part">전신</Col>
  184. <Col id="flag">03</Col>
  185. </Row>
  186. <Row>
  187. <Col id="part">사지</Col>
  188. <Col id="flag">03</Col>
  189. </Row>
  190. <Row>
  191. <Col id="part">상지</Col>
  192. <Col id="flag">03</Col>
  193. </Row>
  194. <Row>
  195. <Col id="part">하지</Col>
  196. <Col id="flag">03</Col>
  197. </Row>
  198. <Row>
  199. <Col id="part">얼굴</Col>
  200. <Col id="flag">03</Col>
  201. </Row>
  202. <Row>
  203. <Col id="part">안검</Col>
  204. <Col id="flag">03</Col>
  205. </Row>
  206. <Row>
  207. <Col id="part">chemo용 IV route</Col>
  208. <Col id="flag">03</Col>
  209. </Row>
  210. <Row>
  211. <Col id="part">기타</Col>
  212. <Col id="flag">03</Col>
  213. </Row>
  214. </Rows>
  215. </Dataset>
  216. <Dataset id="ds_init_direc" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false" oncolumnchanged="ds_init_direc_oncolumnchanged">
  217. <ColumnInfo>
  218. <Column id="choice" type="STRING"/>
  219. <Column id="direc" type="STRING"/>
  220. <Column id="flag" type="STRING" size="256"/>
  221. </ColumnInfo>
  222. <Rows>
  223. <Row>
  224. <Col id="direc">전체</Col>
  225. <Col id="flag">01</Col>
  226. </Row>
  227. <Row>
  228. <Col id="direc">상</Col>
  229. <Col id="flag">01</Col>
  230. </Row>
  231. <Row>
  232. <Col id="direc">하</Col>
  233. <Col id="flag">01</Col>
  234. </Row>
  235. <Row>
  236. <Col id="direc">좌</Col>
  237. <Col id="flag">01</Col>
  238. </Row>
  239. <Row>
  240. <Col id="direc">우</Col>
  241. <Col id="flag">01</Col>
  242. </Row>
  243. <Row>
  244. <Col id="direc">기타</Col>
  245. <Col id="flag">01</Col>
  246. </Row>
  247. <Row>
  248. <Col id="direc">전체</Col>
  249. <Col id="flag">02</Col>
  250. </Row>
  251. <Row>
  252. <Col id="direc">좌</Col>
  253. <Col id="flag">02</Col>
  254. </Row>
  255. <Row>
  256. <Col id="direc">우</Col>
  257. <Col id="flag">02</Col>
  258. </Row>
  259. </Rows>
  260. </Dataset>
  261. <Dataset id="ds_init_symp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false" oncolumnchanged="ds_init_symp_oncolumnchanged">
  262. <ColumnInfo>
  263. <Column id="choice" type="STRING"/>
  264. <Column id="symp" type="STRING"/>
  265. <Column id="flag" type="STRING" size="256"/>
  266. </ColumnInfo>
  267. <Rows>
  268. <Row>
  269. <Col id="symp">둔함</Col>
  270. <Col id="flag">01</Col>
  271. </Row>
  272. <Row>
  273. <Col id="symp">쑤심</Col>
  274. <Col id="flag">01</Col>
  275. </Row>
  276. <Row>
  277. <Col id="symp">예리함</Col>
  278. <Col id="flag">01</Col>
  279. </Row>
  280. <Row>
  281. <Col id="symp">찌르는듯</Col>
  282. <Col id="flag">01</Col>
  283. </Row>
  284. <Row>
  285. <Col id="symp">퍼짐</Col>
  286. <Col id="flag">01</Col>
  287. </Row>
  288. <Row>
  289. <Col id="symp">마비</Col>
  290. <Col id="flag">01</Col>
  291. </Row>
  292. <Row>
  293. <Col id="symp">부전마비</Col>
  294. <Col id="flag">01</Col>
  295. </Row>
  296. <Row>
  297. <Col id="symp">기타</Col>
  298. <Col id="flag">01</Col>
  299. </Row>
  300. <Row>
  301. <Col id="symp">호흡곤란</Col>
  302. <Col id="flag">02</Col>
  303. </Row>
  304. <Row>
  305. <Col id="symp">객담</Col>
  306. <Col id="flag">02</Col>
  307. </Row>
  308. <Row>
  309. <Col id="symp">기침</Col>
  310. <Col id="flag">02</Col>
  311. </Row>
  312. <Row>
  313. <Col id="symp">폐잡음</Col>
  314. <Col id="flag">02</Col>
  315. </Row>
  316. <Row>
  317. <Col id="symp">청색증</Col>
  318. <Col id="flag">02</Col>
  319. </Row>
  320. <Row>
  321. <Col id="symp">객혈</Col>
  322. <Col id="flag">02</Col>
  323. </Row>
  324. <Row>
  325. <Col id="symp">이상호흡음</Col>
  326. <Col id="flag">02</Col>
  327. </Row>
  328. <Row>
  329. <Col id="symp">기관절개관</Col>
  330. <Col id="flag">02</Col>
  331. </Row>
  332. <Row>
  333. <Col id="symp">기타</Col>
  334. <Col id="flag">02</Col>
  335. </Row>
  336. <Row>
  337. <Col id="symp">연하곤란</Col>
  338. <Col id="flag">03</Col>
  339. </Row>
  340. <Row>
  341. <Col id="symp">오심</Col>
  342. <Col id="flag">03</Col>
  343. </Row>
  344. <Row>
  345. <Col id="symp">구토</Col>
  346. <Col id="flag">03</Col>
  347. </Row>
  348. <Row>
  349. <Col id="symp">소화장애</Col>
  350. <Col id="flag">03</Col>
  351. </Row>
  352. <Row>
  353. <Col id="symp">복부팽만</Col>
  354. <Col id="flag">03</Col>
  355. </Row>
  356. <Row>
  357. <Col id="symp">복부동통</Col>
  358. <Col id="flag">03</Col>
  359. </Row>
  360. <Row>
  361. <Col id="symp">점액변</Col>
  362. <Col id="flag">03</Col>
  363. </Row>
  364. <Row>
  365. <Col id="symp">인공장</Col>
  366. <Col id="flag">03</Col>
  367. </Row>
  368. <Row>
  369. <Col id="symp">토혈</Col>
  370. <Col id="flag">03</Col>
  371. </Row>
  372. <Row>
  373. <Col id="symp">기타</Col>
  374. <Col id="flag">03</Col>
  375. </Row>
  376. <Row>
  377. <Col id="symp">무감각</Col>
  378. <Col id="flag">04</Col>
  379. </Row>
  380. <Row>
  381. <Col id="symp">저림</Col>
  382. <Col id="flag">04</Col>
  383. </Row>
  384. <Row>
  385. <Col id="symp">동통</Col>
  386. <Col id="flag">04</Col>
  387. </Row>
  388. <Row>
  389. <Col id="symp">Pale</Col>
  390. <Col id="flag">05</Col>
  391. </Row>
  392. <Row>
  393. <Col id="symp">Jaundiced</Col>
  394. <Col id="flag">05</Col>
  395. </Row>
  396. <Row>
  397. <Col id="symp">Flushed</Col>
  398. <Col id="flag">05</Col>
  399. </Row>
  400. <Row>
  401. <Col id="symp">Cyanotic</Col>
  402. <Col id="flag">05</Col>
  403. </Row>
  404. <Row>
  405. <Col id="symp">기타</Col>
  406. <Col id="flag">05</Col>
  407. </Row>
  408. <Row>
  409. <Col id="symp">발진</Col>
  410. <Col id="flag">06</Col>
  411. </Row>
  412. <Row>
  413. <Col id="symp">물집</Col>
  414. <Col id="flag">06</Col>
  415. </Row>
  416. <Row>
  417. <Col id="symp">흉터</Col>
  418. <Col id="flag">06</Col>
  419. </Row>
  420. <Row>
  421. <Col id="symp">상처</Col>
  422. <Col id="flag">06</Col>
  423. </Row>
  424. <Row>
  425. <Col id="symp">반점</Col>
  426. <Col id="flag">06</Col>
  427. </Row>
  428. <Row>
  429. <Col id="symp">욕창</Col>
  430. <Col id="flag">06</Col>
  431. </Row>
  432. <Row>
  433. <Col id="symp">발한</Col>
  434. <Col id="flag">06</Col>
  435. </Row>
  436. <Row>
  437. <Col id="symp">건조</Col>
  438. <Col id="flag">06</Col>
  439. </Row>
  440. <Row>
  441. <Col id="symp">소양감</Col>
  442. <Col id="flag">06</Col>
  443. </Row>
  444. <Row>
  445. <Col id="symp">불결함</Col>
  446. <Col id="flag">06</Col>
  447. </Row>
  448. <Row>
  449. <Col id="symp">기타</Col>
  450. <Col id="flag">06</Col>
  451. </Row>
  452. <Row>
  453. <Col id="symp">빈뇨</Col>
  454. <Col id="flag">07</Col>
  455. </Row>
  456. <Row>
  457. <Col id="symp">핍뇨</Col>
  458. <Col id="flag">07</Col>
  459. </Row>
  460. <Row>
  461. <Col id="symp">혈뇨</Col>
  462. <Col id="flag">07</Col>
  463. </Row>
  464. <Row>
  465. <Col id="symp">긴급뇨의</Col>
  466. <Col id="flag">07</Col>
  467. </Row>
  468. <Row>
  469. <Col id="symp">요실금</Col>
  470. <Col id="flag">07</Col>
  471. </Row>
  472. <Row>
  473. <Col id="symp">작열감</Col>
  474. <Col id="flag">07</Col>
  475. </Row>
  476. <Row>
  477. <Col id="symp">배뇨곤란</Col>
  478. <Col id="flag">07</Col>
  479. </Row>
  480. <Row>
  481. <Col id="symp">거품뇨</Col>
  482. <Col id="flag">07</Col>
  483. </Row>
  484. <Row>
  485. <Col id="symp">다뇨</Col>
  486. <Col id="flag">07</Col>
  487. </Row>
  488. <Row>
  489. <Col id="symp">기타</Col>
  490. <Col id="flag">07</Col>
  491. </Row>
  492. </Rows>
  493. </Dataset>
  494. <Dataset id="ds_init_cate" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false" oncolumnchanged="ds_init_cate_oncolumnchanged">
  495. <ColumnInfo>
  496. <Column id="choice" type="STRING"/>
  497. <Column id="cate" type="STRING"/>
  498. <Column id="flag" type="STRING" size="256"/>
  499. </ColumnInfo>
  500. <Rows>
  501. <Row/>
  502. <Row/>
  503. <Row/>
  504. <Row/>
  505. <Row/>
  506. <Row>
  507. <Col id="cate">PTBD</Col>
  508. <Col id="flag">01</Col>
  509. </Row>
  510. <Row>
  511. <Col id="cate">L-Tube</Col>
  512. <Col id="flag">01</Col>
  513. </Row>
  514. <Row>
  515. <Col id="cate">PEG</Col>
  516. <Col id="flag">01</Col>
  517. </Row>
  518. <Row>
  519. <Col id="cate">기타</Col>
  520. <Col id="flag">01</Col>
  521. </Row>
  522. <Row>
  523. <Col id="cate">Foley catheter</Col>
  524. <Col id="flag">02</Col>
  525. </Row>
  526. <Row>
  527. <Col id="cate">Cystostomy</Col>
  528. <Col id="flag">02</Col>
  529. </Row>
  530. <Row>
  531. <Col id="cate">Nephrostomy</Col>
  532. <Col id="flag">02</Col>
  533. </Row>
  534. <Row>
  535. <Col id="cate">Urostomy</Col>
  536. <Col id="flag">02</Col>
  537. </Row>
  538. <Row>
  539. <Col id="cate">기타</Col>
  540. <Col id="flag">02</Col>
  541. </Row>
  542. <Row>
  543. <Col id="cate">colostomy</Col>
  544. <Col id="flag">03</Col>
  545. </Row>
  546. <Row>
  547. <Col id="cate">ileostomy</Col>
  548. <Col id="flag">03</Col>
  549. </Row>
  550. <Row>
  551. <Col id="cate">기타</Col>
  552. <Col id="flag">03</Col>
  553. </Row>
  554. </Rows>
  555. </Dataset>
  556. </Objects>
  557. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  558. * System Name :
  559. * Job Name :
  560. * Creator :
  561. * Make Date : 2015-11-13
  562. * Description :
  563. *---------------------------------------------------------------------------------------
  564. * Modify Date Modifier Modify Description
  565. *---------------------------------------------------------------------------------------
  566. * 2015-11-13 Live Converter TF->XP
  567. *
  568. *---------------------------------------------------------------------------------------
  569. ****************************************************************************************/
  570. include "com_commonxp::comm_main.xjs";
  571. var part="";
  572. var direc = "";
  573. var symp="";
  574. var title = "";
  575. var cate = "";
  576. part = opener.frmf_getParameter("SPMNW07500_PARAM1");
  577. direc = opener.frmf_getParameter("SPMNW07500_PARAM2");
  578. symp = opener.frmf_getParameter("SPMNW07500_PARAM3");
  579. title = opener.frmf_getParameter("SPMNW07500_PARAM4");
  580. cate = opener.frmf_getParameter("SPMNW07500_PARAM5");
  581. function SPMNW07500_oninit(obj:Form, e:InitEventInfo)
  582. {
  583. frmf_initForm(obj);
  584. }
  585. function SPMNW07500_onload(obj:Form, e:LoadEventInfo)
  586. {
  587. grp_biz.cap_title.text = title;
  588. if(part == "00")
  589. {
  590. grp_biz.grd_part.visible = false;
  591. }
  592. else
  593. {
  594. ds_init_part.filter("flag == '"+ part +"'");
  595. }
  596. if(direc == "00")
  597. {
  598. grp_biz.grd_direc.visible= false;
  599. }
  600. else
  601. {
  602. ds_init_direc.filter("flag == '"+ direc +"'");
  603. }
  604. if(symp == "00")
  605. {
  606. grp_biz.grd_symp.visible= false;
  607. }
  608. else
  609. {
  610. ds_init_symp.filter("flag == '"+ symp +"'");
  611. }
  612. if(cate == "00")
  613. {
  614. grp_biz.grd_cate.visible= false;
  615. }
  616. else
  617. {
  618. grp_biz.grd_cate.visible= true;
  619. ds_init_cate.filter("flag == '"+ cate +"'");
  620. }
  621. opener.frmf_setParameter("SMMNW03100_PARAM4", "N");
  622. }
  623. function grp_biz_button1_onclick(obj:Button, e:ClickEventInfo)
  624. {
  625. var cnt = 0;
  626. var my_array = new Array();
  627. // var part = opener.javascript.getParameter("SPMNW07500_PARAM1");
  628. // var direc = opener.javascript.getParameter("SPMNW07500_PARAM2");
  629. // var symp = opener.javascript.getParameter("SPMNW07500_PARAM3");
  630. opener.frmf_setParameter("SMMNW03100_PARAM4", "Y");
  631. if(part != "00")
  632. {
  633. for(var i = 0; i < ds_init_part.rowcount;i++)
  634. {
  635. if(ds_init_part.getColumn(i, "choice") == "1")
  636. {
  637. my_array[cnt] = ds_init_part.getColumn(i, "part");
  638. if(ds_init_part.getColumn(i, "part") == "기타")
  639. {
  640. my_array[cnt] += "(" + grp_biz.ipt_part.value + ")";
  641. }
  642. cnt++;
  643. }
  644. }
  645. opener.frmf_setParameter("SMMNW03100_PARAM1", my_array);
  646. cnt = 0;
  647. my_array = new Array();
  648. }
  649. if(direc != "00")
  650. {
  651. for(var i = 0; i < ds_init_direc.rowcount;i++)
  652. {
  653. if(ds_init_direc.getColumn(i, "choice") == "1")
  654. {
  655. my_array[cnt] = ds_init_direc.getColumn(i, "direc");
  656. if(ds_init_direc.getColumn(i, "direc") == "기타")
  657. {
  658. my_array[cnt] += "(" + grp_biz.ipt_direc.value + ")";
  659. }
  660. cnt++;
  661. }
  662. }
  663. opener.frmf_setParameter("SMMNW03100_PARAM2", my_array);
  664. cnt = 0;
  665. my_array = new Array();
  666. }
  667. if(symp != "00")
  668. {
  669. for(var i = 0; i < ds_init_symp.rowcount;i++)
  670. {
  671. if(ds_init_symp.getColumn(i, "choice") == "1")
  672. {
  673. my_array[cnt] = ds_init_symp.getColumn(i, "symp");
  674. if(ds_init_symp.getColumn(i, "symp") == "기타")
  675. {
  676. my_array[cnt] += "(" + grp_biz.ipt_symp.value + ")";
  677. }
  678. cnt++;
  679. }
  680. }
  681. opener.frmf_setParameter("SMMNW03100_PARAM3", my_array);
  682. cnt = 0;
  683. my_array = new Array();
  684. }
  685. if(cate != "00")
  686. {
  687. for(var i = 0; i < ds_init_cate.rowcount;i++)
  688. {
  689. if(ds_init_cate.getColumn(i, "choice") == "1")
  690. {
  691. my_array[cnt] = ds_init_cate.getColumn(i, "cate");
  692. if(ds_init_cate.getColumn(i, "cate") == "기타")
  693. {
  694. my_array[cnt] += "(" + grp_biz.ipt_cate.value + ")";
  695. }
  696. cnt++;
  697. }
  698. }
  699. opener.frmf_setParameter("SMMNW03100_PARAM5", my_array);
  700. cnt = 0;
  701. my_array = new Array();
  702. }
  703. this.close();
  704. }
  705. function ds_init_part_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  706. {
  707. for(var i = 0; i < ds_init_part.rowcount; i++)
  708. {
  709. if(ds_init_part.getColumn(i, "choice") == "1" && ds_init_part.getColumn(i, "part") == "기타")
  710. {
  711. grp_biz.ipt_part.visible = true;
  712. }
  713. else
  714. {
  715. grp_biz.ipt_part.visible = false;
  716. grp_biz.ipt_part.value = "";
  717. }
  718. }
  719. }
  720. function ds_init_direc_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  721. {
  722. for(var i = 0; i < ds_init_direc.rowcount; i++)
  723. {
  724. if(ds_init_direc.getColumn(i, "choice") == "1" && ds_init_direc.getColumn(i, "direc") == "기타")
  725. {
  726. grp_biz.ipt_direc.visible = true;
  727. }
  728. else
  729. {
  730. grp_biz.ipt_direc.visible = false;
  731. grp_biz.ipt_direc.value = "";
  732. }
  733. }
  734. }
  735. function ds_init_symp_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  736. {
  737. for(var i = 0; i < ds_init_symp.rowcount; i++)
  738. {
  739. if(ds_init_symp.getColumn(i, "choice") == "1" && ds_init_symp.getColumn(i, "symp") == "기타")
  740. {
  741. grp_biz.ipt_symp.visible = true;
  742. }
  743. else
  744. {
  745. grp_biz.ipt_symp.visible = false;
  746. grp_biz.ipt_symp.value = "";
  747. }
  748. }
  749. }
  750. function ds_init_cate_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  751. {
  752. for(var i = 0; i < ds_init_cate.rowcount; i++)
  753. {
  754. if(ds_init_cate.getColumn(i, "choice") == "1" && ds_init_cate.getColumn(i, "cate") == "기타")
  755. {
  756. grp_biz.ipt_cate.visible = true;
  757. }
  758. else
  759. {
  760. grp_biz.ipt_cate.visible = false;
  761. grp_biz.ipt_cate.value = "";
  762. }
  763. }
  764. }
  765. function grp_biz_grd_part_oncellclick(obj:Grid, e:GridClickEventInfo)
  766. {
  767. if( e.col == 0 && ds_init_part.getColumn(e.row, "choice") == "1" ){
  768. ds_init_part.setColumn(e.row, "choice", "0");
  769. }else if( e.col == 0 ){
  770. ds_init_part.setColumn(e.row, "choice", "1");
  771. }
  772. }
  773. function grp_biz_grd_cate_oncellclick(obj:Grid, e:GridClickEventInfo)
  774. {
  775. if( e.col == 0 && ds_init_cate.getColumn(e.row, "choice") == "1" ){
  776. ds_init_cate.setColumn(e.row, "choice", "0");
  777. }else if( e.col == 0 ){
  778. ds_init_cate.setColumn(e.row, "choice", "1");
  779. }
  780. }
  781. function grp_biz_grd_symp_oncellclick(obj:Grid, e:GridClickEventInfo)
  782. {
  783. if( e.col == 0 && ds_init_symp.getColumn(e.row, "choice") == "1" ){
  784. ds_init_symp.setColumn(e.row, "choice", "0");
  785. }else if( e.col == 0 ){
  786. ds_init_symp.setColumn(e.row, "choice", "1");
  787. }
  788. }
  789. function grp_biz_grd_direc_oncellclick(obj:Grid, e:GridClickEventInfo)
  790. {
  791. if( e.col == 0 && ds_init_direc.getColumn(e.row, "choice") == "1" ){
  792. ds_init_direc.setColumn(e.row, "choice", "0");
  793. }else if( e.col == 0 ){
  794. ds_init_direc.setColumn(e.row, "choice", "1");
  795. }
  796. }
  797. ]]></Script>
  798. </Form>
  799. </FDL>