Test01400_연구진행상황모니터링.xrw 105 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>의뢰자 과제진행정보</xhtml:title>
  6. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  7. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  8. <script type="javascript">
  9. <![CDATA[
  10. function getSubjInfo() {
  11. submit("TRIRS00126");
  12. var judgkind = model.getValue("/root/main/view/irsmsubjinfo/judgkind");
  13. model.setValue("/root/temp/subjattfile", model.getValue("/root/main/view/irsdsubjhosp/subjattfile"));
  14. if(judgkind == "S") {
  15. model.toggle("case6");
  16. // model.setValue("/root/main/view/irsmsubjinfo/reqinstchrgid", model.getValue("/root/main/view/imcmreqinst/cmpynm"));
  17. } else {
  18. model.toggle("case7");
  19. // model.setValue("/root/main/view/irsmsubjinfo/reqinstchrgid", model.getValue("/root/main/view/imcmreqinst/cmpynm"));
  20. }
  21. model.refresh();
  22. }
  23. function getSubjInfoNInternet() {
  24. submit("TRIRI00104");
  25. if ( model.getValue("/root/main/grid/subjproginfo["+grd_prcssubjlist.row+"]/consorflag") == 'N') {
  26. submit("TRIRI00105");
  27. } else {
  28. submit("TRIRI00107");
  29. }
  30. if(grd_judghist.rows - grd_judghist.fixedRows > 0) {
  31. model.setValue("/root/iinit/subjid", model.getValue("/root/main/iview/iismjudg[1]/subjid"));
  32. model.setValue("/root/iinit/instcd", model.getValue("/root/main/iview/iismjudg[1]/instcd"));
  33. model.setValue("/root/iinit/judgkind", model.getValue("/root/main/iview/iismjudg[1]/judgkind"));
  34. model.setValue("/root/iinit/judgappdg", model.getValue("/root/main/iview/iismjudg[1]/judgappdg"));
  35. model.setValue("/root/iinit/reptkind", model.getValue("/root/main/iview/iismjudg[1]/reptkind"));
  36. model.setValue("/root/iinit/reptseqno", model.getValue("/root/main/iview/iismjudg[1]/reptseqno"));
  37. submit("TRIRI00106");
  38. }
  39. model.refresh();
  40. }
  41. function getIrsdSubjHospInfo() {
  42. submit("TRIRS00127");
  43. model.refresh();
  44. }
  45. function getChkGroupInfo() {
  46. if(submit("TRIRS00128")) {
  47. datagrid1.colDisabled(2) = true;
  48. }
  49. model.refresh();
  50. }
  51. function getValue() {
  52. var subjid = model.getValue("/root/init/subjid");
  53. var instcd = model.getValue("/root/init/instcd");
  54. if(subjid != "" && instcd != "") return true;
  55. else return false;
  56. }
  57. function getTestInfo() {
  58. submit("TRIRI00103")
  59. model.refresh();
  60. }
  61. ]]>
  62. </script>
  63. <model id="model1">
  64. <script type="javascript" ev:event="xforms-ready">
  65. <![CDATA[
  66. model.removenode("/root/main/grid/subjproginfo");
  67. model.removenode("/root/main/iview/iismjudg");
  68. model.setValue("/root/send/screenmenu", getScreenMenuParameter());
  69. //model.setValue("/root/send/screenmenu", "C");
  70. var screenmenu = model.getValue("/root/send/screenmenu");
  71. if ( screenmenu == 'C' ) {
  72. grd_subjprcsinetrecuinfo.caption = "과제번호^병원명^연구자확인^CRCC확인^심사비^IRB심사^계약서^계약^시험약입고^인터넷모집^접수지원마감일^중간보고서^결과보고서^연구비정산";
  73. } else {
  74. grd_subjprcsinetrecuinfo.caption = "과제번호^병원명^의뢰자확인^CRCC확인^심사비^IRB심사^계약서^계약^시험약입고^인터넷모집^접수지원마감일^중간보고서^결과보고서^연구비정산"
  75. }
  76. model.toggle("case1");
  77. submit("TRIRZ00000");
  78. submit("TRIRI00101");
  79. model.refresh();
  80. ]]>
  81. </script>
  82. <instance id="instance1">
  83. <root xmlns="">
  84. <main>
  85. <grid>
  86. <subjproginfo>
  87. <subjno/>
  88. <subjnm/>
  89. <itemnm/>
  90. <pusernm/>
  91. <userid/>
  92. <rusernm/>
  93. <mpphonno/>
  94. <instcd/>
  95. <subjid/>
  96. <judgkind/>
  97. <cmpynm/>
  98. <crocmpynm/>
  99. <consorflag/>
  100. </subjproginfo>
  101. </grid>
  102. <default>
  103. <subjhospi>
  104. <subjno/>
  105. <totstdycost/>
  106. <reqdt/>
  107. <usernm/>
  108. <stdystartdd/>
  109. <stdyenddd/>
  110. <itemnm/>
  111. <subjnm/>
  112. </subjhospi>
  113. </default>
  114. <view>
  115. <irsmsubjinfo>
  116. <subjid/>
  117. <perchgrid/>
  118. <judgkind/>
  119. <subjnm/>
  120. <subjpwd/>
  121. <acptyn/>
  122. <clinictrgtflag/>
  123. <reqinstflag/>
  124. <stdycostsuppinst/>
  125. <stdycostsuppinstnm/>
  126. <comnm/>
  127. <itemnm/>
  128. <stdystartdd/>
  129. <allidxcase/>
  130. <stdyenddd/>
  131. <appdd/>
  132. <testeeaprvflag/>
  133. <relprstdata1/>
  134. <relprstdata2/>
  135. <relprstdata3/>
  136. <relprstdata4/>
  137. <relprstdata5/>
  138. <prstdataetc5/>
  139. <resercd/>
  140. <reqinstchrgid/>
  141. <concernrela/>
  142. <verplan/>
  143. <veraprv/>
  144. <vercrf/>
  145. <verib/>
  146. <consorflag/>
  147. <deptcd/>
  148. <reqcnfmyn/>
  149. <inptdd/>
  150. <inptuserid/>
  151. <updtuserid/>
  152. <updtdd/>
  153. <stdykind1/>
  154. <etctrgt1/>
  155. <stdykind2/>
  156. <etctrgt2/>
  157. <stdykind3/>
  158. <stdykind4/>
  159. <etctrgt4/>
  160. <manynation/>
  161. <manyinst/>
  162. <cmcinstcnt/>
  163. <stdytrgt/>
  164. <etctrgt/>
  165. <agenestdyflag/>
  166. <cellcurestdyyn/>
  167. <testeestat/>
  168. <fratesteeflag/>
  169. <stdyspcl1>
  170. </stdyspcl1>
  171. <stdyspcl2/>
  172. <stdyspcl3/>
  173. <stdyspcl4/>
  174. <stdyspcl5/>
  175. <stdyspcl6/>
  176. <stdyspcl7/>
  177. <examadjthosp/>
  178. <examadjtprf/>
  179. <allexamrespnm/>
  180. <allexamresppos/>
  181. <foodscrtgovpassyn/>
  182. <prmisnnatiyn/>
  183. <intermarketyn/>
  184. <inqrgoal/>
  185. <trgtsick/>
  186. <inqrmthd/>
  187. <croinstcd/>
  188. <croinstnm/>
  189. <testrecruit/>
  190. <testrecruityn/>
  191. </irsmsubjinfo>
  192. <imcmreqinst>
  193. <reqinstcd/>
  194. <cmpynm/>
  195. <bizcondkind/>
  196. <prsdnm/>
  197. <jobposnm/>
  198. <location/>
  199. </imcmreqinst>
  200. <imcmreqchrg>
  201. <nm/>
  202. <posnm/>
  203. <jobposnm/>
  204. <cntctelno/>
  205. <email/>
  206. <mpphonno/>
  207. <faxno/>
  208. </imcmreqchrg>
  209. <irsdsubjhosp>
  210. <m/>
  211. <subjid/>
  212. <instcd/>
  213. <reqyn/>
  214. <stdystartdd/>
  215. <stdyenddd/>
  216. <roothosp/>
  217. <direccost/>
  218. <depomthd/>
  219. <respstdyempno/>
  220. <respstdyempnm/>
  221. <posnm/>
  222. <jobposnm/>
  223. <subjattfile/>
  224. </irsdsubjhosp>
  225. <irsdcollareser>
  226. <subjid/>
  227. <instcd/>
  228. <userid/>
  229. <bankcd/>
  230. <acntno/>
  231. <depor/>
  232. <cmt/>
  233. <usernm/>
  234. <posnm/>
  235. <jobposnm/>
  236. </irsdcollareser>
  237. <irsdpharmst>
  238. <subjid/>
  239. <instcd/>
  240. <userid/>
  241. <bankcd/>
  242. <acntno/>
  243. <cmt/>
  244. <depor/>
  245. <usernm/>
  246. <posnm/>
  247. </irsdpharmst>
  248. <irsdcodi>
  249. <subjid/>
  250. <instcd/>
  251. <userid/>
  252. <bankcd/>
  253. <acntno/>
  254. <depor/>
  255. <cmt/>
  256. <usernm/>
  257. <posnm/>
  258. </irsdcodi>
  259. <icumbugta>
  260. <subjid/>
  261. <instcd/>
  262. <updtdg/>
  263. <itemexpendcd/>
  264. <detlitemexpendcd/>
  265. <detlitemexpendnm/>
  266. <bugt/>
  267. <calcbase/>
  268. </icumbugta>
  269. <icumbugtb>
  270. <subjid/>
  271. <instcd/>
  272. <updtdg/>
  273. <itemexpendcd/>
  274. <detlitemexpendcd/>
  275. <detlitemexpendnm/>
  276. <bugt/>
  277. <calcbase/>
  278. </icumbugtb>
  279. <icumbugtc>
  280. <subjid/>
  281. <instcd/>
  282. <updtdg/>
  283. <itemexpendcd/>
  284. <detlitemexpendcd/>
  285. <detlitemexpendnm/>
  286. <bugt/>
  287. <calcbase/>
  288. </icumbugtc>
  289. <icumbugtfilelst>
  290. <attfilenm1/>
  291. <attfilenm2/>
  292. <attfilenm3/>
  293. <attfilenm4/>
  294. <attfilenm5/>
  295. </icumbugtfilelst>
  296. <chkgrouplst>
  297. <subjid/>
  298. <instcd/>
  299. <itemgrupcd/>
  300. <supitemseq/>
  301. <itemgrupnm/>
  302. <prtitem/>
  303. <possesyn/>
  304. <cmt/>
  305. <judgkindcode/>
  306. <judgkind/>
  307. <stdykind1/>
  308. <stdykind2/>
  309. <stdykind3/>
  310. <stdykind4/>
  311. </chkgrouplst>
  312. <imcmtestee>
  313. <testeenm/>
  314. <age/>
  315. <ht/>
  316. <bdwt/>
  317. <brthdd/>
  318. <fstrgstdt/>
  319. <telno/>
  320. <email/>
  321. </imcmtestee>
  322. <subjhospninternet>
  323. <subjno/>
  324. <instcd/>
  325. <respstdycnfmyn/>
  326. <conacptyn/>
  327. <crccaprvyn/>
  328. <judgamt/>
  329. <judgstat/>
  330. <conacptyn/>
  331. <conyn/>
  332. <examdrugwinyn/>
  333. <orderyn2/>
  334. <orderyn7/>
  335. </subjhospninternet>
  336. </view>
  337. <iview>
  338. <iismjudg>
  339. <judgkindnm/>
  340. <judgkind/>
  341. <judgappdg/>
  342. <judgenddd/>
  343. <judgdd/>
  344. <judgrslt/>
  345. <subjid/>
  346. <instcd/>
  347. <reptkind/>
  348. <reptseqno/>
  349. </iismjudg>
  350. <detail>
  351. <iisdjudgconf>
  352. <subjid/>
  353. <judgitem1/>
  354. <judgitem2/>
  355. <judgitem3/>
  356. <judgitem4/>
  357. <judgitem5/>
  358. <judgitem6/>
  359. <judgitem7/>
  360. <judgitem8/>
  361. </iisdjudgconf>
  362. </detail>
  363. </iview>
  364. </main>
  365. <init>
  366. <subjid/>
  367. <instcd/>
  368. <judgkind/>
  369. <perchgrid/>
  370. <baseinfo>
  371. <instinfo>
  372. <instcd/>
  373. <hospnm/>
  374. </instinfo>
  375. </baseinfo>
  376. </init>
  377. <iinit>
  378. <subjid/>
  379. <instcd/>
  380. <judgkind/>
  381. <judgappdg/>
  382. <reptkind/>
  383. <reptseqno/>
  384. </iinit>
  385. <send>
  386. <srchcrccaprvyn/>
  387. <srchcmpynm/>
  388. <srchitemnm/>
  389. <srchconfrdd/>
  390. <srchcontodd/>
  391. <srchstdytermfrom/>
  392. <srchstdytermto/>
  393. <srchsubjno/>
  394. <screenmenu/>
  395. <searchitem2>
  396. <instcd/>
  397. <subjid/>
  398. <reptseqno/>
  399. <reptkind/>
  400. <judgappdg/>
  401. <roothospidxcasecnt/>
  402. <subjno/>
  403. <subjnm/>
  404. <totstdycost/>
  405. <direccost/>
  406. <autosrchyn/>
  407. <actionyn/>
  408. </searchitem2>
  409. <data2>
  410. <subjid/>
  411. <instcd/>
  412. <confyn/>
  413. <reserrtnresn/>
  414. <reptkind/>
  415. </data2>
  416. </send>
  417. <temp>
  418. <totalamt/>
  419. <hospamt/>
  420. <crccamt/>
  421. <sumamt/>
  422. <tempnm/>
  423. <tempperchgrid/>
  424. <tempreqinstcd/>
  425. <subjattfile/>
  426. </temp>
  427. </root>
  428. </instance>
  429. <submission id="TRIRZ00000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/init/baseinfo"/>
  430. <submission id="TRIRI00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/grid"/>
  431. <submission id="TRIRI00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/default"/>
  432. <submission id="TRIRI00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/view"/>
  433. <submission id="TRIRI00104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/view"/>
  434. <submission id="TRIRI00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/iview"/>
  435. <submission id="TRIRI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/iinit" replace="instance" resultref="/root/main/iview/detail"/>
  436. <submission id="TRIRI00107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/iview"/>
  437. <submission id="TRIRS00126" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/view"/>
  438. <submission id="TRIRS00127" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/view"/>
  439. <submission id="TRIRS00128" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" replace="instance" resultref="/root/main/view"/>
  440. <bind id="bind1" ref="/root/temp/totalamt" calculate="(sum(/root/main/view/icumbugta/bugt) +&#xA;sum(/root/main/view/icumbugtb/bugt) + &#xA;sum(/root/main/view/icumbugtc/bugt)) * 1.15"/>
  441. <bind id="bind2" ref="/root/temp/hospamt" calculate="(sum(/root/main/view/icumbugta/bugt) +&#xA;sum(/root/main/view/icumbugtb/bugt) + &#xA;sum(/root/main/view/icumbugtc/bugt)) * 0.10"/>
  442. <bind id="bind3" ref="/root/temp/crccamt" calculate="(sum(/root/main/view/icumbugta/bugt) +&#xA;sum(/root/main/view/icumbugtb/bugt) + &#xA;sum(/root/main/view/icumbugtc/bugt)) * 0.05"/>
  443. <bind id="bind4" ref="/root/temp/sumamt" calculate="sum(/root/main/view/icumbugta/bugt) +&#xA;sum(/root/main/view/icumbugtb/bugt) + &#xA;sum(/root/main/view/icumbugtc/bugt)"/>
  444. <submission id="TRIRS00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
  445. </model>
  446. </xhtml:head>
  447. <xhtml:body>
  448. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:14px; ">
  449. <caption id="caption120" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">연구진행 상황 모니터링</caption>
  450. </group>
  451. <group id="group2" style="left:0px; top:15px; width:1195px; height:50px; vertical-align:top; ">
  452. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:50px; background-color:#fffbf2; border-color:#ffd799; "/>
  453. <line id="line1" class="line_4" style="x1:1124px; y1:4px; x2:1124px; y2:47px; border-color:#ffe4bb; border-left-style:solid; "/>
  454. <caption id="caption1" class="search_name" style="left:10px; top:5px; width:65px; height:17px; text-align:left; ">분류 :</caption>
  455. <select1 id="combo3" ref="/root/send/srchcrccaprvyn" class="combo_search" navindex="1" appearance="minimal" style="left:105px; top:5px; width:100px; height:19px; ">
  456. <choices>
  457. <item>
  458. <label>- 전체 -</label>
  459. <value/>
  460. </item>
  461. <item>
  462. <label>승인</label>
  463. <value>1</value>
  464. </item>
  465. <item>
  466. <label>미승인</label>
  467. <value>2</value>
  468. </item>
  469. </choices>
  470. </select1>
  471. <input id="input2" ref="/root/send/srchsubjno" class="input_search" navindex="8" style="left:900px; top:27px; width:100px; height:19px; ">
  472. <script type="javascript" ev:event="onkeyup">
  473. <![CDATA[
  474. inputEnterKey("btn_sea","DOMActivate");
  475. ]]>
  476. </script>
  477. </input>
  478. <caption id="caption8" class="search_name" style="left:800px; top:27px; width:112px; height:17px; text-align:left; ">과제번호 :</caption>
  479. <caption id="caption9" class="search_name" style="left:10px; top:27px; width:112px; height:17px; text-align:left; ">계약일자 :</caption>
  480. <button id="btn_sea" class="btn1_letter2" _auth="R" style="left:1130px; top:15px; width:56px; height:22px; ">
  481. <caption>조회</caption>
  482. <script type="javascript" ev:event="DOMActivate">
  483. <![CDATA[
  484. submit("TRIRI00101");
  485. ]]>
  486. </script>
  487. </button>
  488. <input id="input1" ref="/root/send/srchcmpynm" class="input_search" navindex="2" style="left:495px; top:5px; width:100px; height:19px; ">
  489. <script type="javascript" ev:event="onkeyup">
  490. <![CDATA[
  491. inputEnterKey("btn_sea","DOMActivate");
  492. ]]>
  493. </script>
  494. </input>
  495. <caption id="caption2" class="search_name" style="left:400px; top:5px; width:77px; height:17px; text-align:left; ">의뢰자 :</caption>
  496. <caption id="caption3" class="search_name" style="left:800px; top:5px; width:112px; height:17px; text-align:left; ">품목명 :</caption>
  497. <input id="input3" ref="/root/send/srchitemnm" class="input_search" navindex="3" style="left:900px; top:5px; width:100px; height:19px; ">
  498. <script type="javascript" ev:event="onkeyup">
  499. <![CDATA[
  500. inputEnterKey("btn_sea","DOMActivate");
  501. ]]>
  502. </script>
  503. </input>
  504. <input id="input4" ref="/root/send/srchconfrdd" class="input_default" navindex="4" inputtype="date" style="left:105px; top:27px; width:100px; height:19px; "/>
  505. <input id="input5" ref="/root/send/srchcontodd" class="input_default" navindex="5" inputtype="date" style="left:215px; top:27px; width:100px; height:19px; "/>
  506. <input id="input6" ref="/root/send/srchstdytermfrom" class="input_default" navindex="6" inputtype="date" style="left:495px; top:27px; width:100px; height:19px; "/>
  507. <caption id="caption4" class="search_name" style="left:400px; top:27px; width:112px; height:17px; text-align:left; ">연구기간 :</caption>
  508. <input id="input7" ref="/root/send/srchstdytermto" class="input_default" navindex="7" inputtype="date" style="left:610px; top:27px; width:100px; height:19px; "/>
  509. </group>
  510. <line id="line2" class="line_1" style="x1:5px; y1:89px; x2:1195px; y2:89px; "/>
  511. <datagrid id="grd_prcssubjlist" nodeset="/root/main/grid/subjproginfo" caption="과제번호^과제명^품목명^의뢰자^CRO^의뢰담당자^email^연구자^연락처^병원코드^caption1^과제ID" colsep="^" colwidth="117, 278, 181, 122, 111, 81, 100, 64, 100, 100, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:5px; top:94px; width:1190px; height:143px; ">
  512. <col ref="subjno"/>
  513. <col ref="subjnm"/>
  514. <col ref="itemnm"/>
  515. <col ref="cmpynm"/>
  516. <col ref="crocmpynm"/>
  517. <col ref="pusernm"/>
  518. <col ref="puseremail"/>
  519. <col ref="rusernm"/>
  520. <col ref="mpphonno"/>
  521. <col ref="instcd" visibility="hidden"/>
  522. <col ref="consorflag" visibility="hidden"/>
  523. <script type="javascript" ev:event="onclick">
  524. <![CDATA[
  525. if( isDataCell() ){
  526. if(grd_prcssubjlist.rows- grd_prcssubjlist.fixedRows == 0) {
  527. model.resetInstanceNode("/root/main/calc");
  528. return;
  529. }
  530. model.setValue("/root/init/subjid", model.getValue("/root/main/grid/subjproginfo["+grd_prcssubjlist.row+"]/subjid"));
  531. model.setValue("/root/init/instcd", model.getValue("/root/main/grid/subjproginfo["+grd_prcssubjlist.row+"]/instcd"));
  532. model.setValue("/root/init/judgkind", model.getValue("/root/main/grid/subjproginfo["+grd_prcssubjlist.row+"]/judgkind"));
  533. // model.setValue("/root/init/perchgrid", model.getValue("/root/main/grid/subjproginfo["+grd_prcssubjlist.row+"]/userid"));
  534. submit("TRIRI00102");
  535. if(button71.selected) {
  536. getSubjInfoNInternet();
  537. } else if(button1.selected) {
  538. getSubjInfo();
  539. } else if(button2.selected) {
  540. getIrsdSubjHospInfo();
  541. } else if(button3.selected) {
  542. getChkGroupInfo();
  543. } else if(button4.selected) {
  544. getTestInfo();
  545. getSubjInfo();
  546. }
  547. }
  548. ]]>
  549. </script>
  550. </datagrid>
  551. <line id="line9" class="line_3" style="x1:5px; y1:238px; x2:1195px; y2:238px; "/>
  552. <caption id="caption13" class="tit_2" style="left:5px; top:75px; width:140px; height:13px; ">진행중인 과제목록</caption>
  553. <switch id="switch1" style="left:2px; top:265px; width:1193px; height:515px; ">
  554. <case id="case1" selected="true">
  555. <caption id="caption5" class="tit_2" style="left:5px; top:5px; width:240px; height:13px; ">과제진행상황정보 및 인터넷 모집정보</caption>
  556. <line id="line3" class="line_1" style="x1:4px; y1:20px; x2:1170px; y2:20px; "/>
  557. <datagrid id="grd_subjprcsinetrecuinfo" nodeset="/root/main/view/subjhospninternet" caption="과제번호^병원명^연구자확인^CRCC확인^심사비^IRB심사^계약서^계약^시험약입고^인터넷모집^접수지원마감일^중간보고서^결과보고서^연구비정산" colsep="^" colwidth="100, 113, 67, 70, 57, 57, 56, 58, 81, 100, 100, 80, 80, 100, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:4px; top:25px; width:1166px; height:60px; ">
  558. <col ref="subjno"/>
  559. <col disabled="true" ref="instcd" type="combo">
  560. <choices>
  561. <itemset nodeset="/root/init/baseinfo/instinfo">
  562. <label ref="hospnm"/>
  563. <value ref="instcd"/>
  564. </itemset>
  565. </choices>
  566. </col>
  567. <col disabled="true" ref="respstdycnfmyn" type="combo">
  568. <choices>
  569. <item>
  570. <label>확인</label>
  571. <value>Y</value>
  572. </item>
  573. <item>
  574. <label>미확인</label>
  575. <value>N</value>
  576. </item>
  577. <item>
  578. <label>반려</label>
  579. <value>R</value>
  580. </item>
  581. </choices>
  582. </col>
  583. <col disabled="true" ref="crccaprvyn" type="combo">
  584. <choices>
  585. <item>
  586. <label>확인</label>
  587. <value>1</value>
  588. </item>
  589. <item>
  590. <label>미확인</label>
  591. <value>2</value>
  592. </item>
  593. <item>
  594. <label>반려</label>
  595. <value>3</value>
  596. </item>
  597. </choices>
  598. </col>
  599. <col disabled="true" ref="judgamt" type="combo">
  600. <choices>
  601. <item>
  602. <label>입금</label>
  603. <value>Y</value>
  604. </item>
  605. <item>
  606. <label>미입금</label>
  607. <value>N</value>
  608. </item>
  609. </choices>
  610. </col>
  611. <col disabled="true" ref="judgstat" type="combo">
  612. <choices>
  613. <item>
  614. <label>승인</label>
  615. <value>Y</value>
  616. </item>
  617. <item>
  618. <label>시정승인</label>
  619. <value>A</value>
  620. </item>
  621. <item>
  622. <label>반려</label>
  623. <value>R</value>
  624. </item>
  625. <item>
  626. <label>보완후재심</label>
  627. <value>V</value>
  628. </item>
  629. <item>
  630. <label>저장</label>
  631. <value>S</value>
  632. </item>
  633. <item>
  634. <label>부결</label>
  635. <value>B</value>
  636. </item>
  637. <item>
  638. <label>승인된시험중지</label>
  639. <value>N</value>
  640. </item>
  641. </choices>
  642. </col>
  643. <col disabled="true" ref="conyn" type="combo">
  644. <choices>
  645. <item>
  646. <label>접수</label>
  647. <value>Y</value>
  648. </item>
  649. <item>
  650. <label/>
  651. <value>N</value>
  652. </item>
  653. </choices>
  654. </col>
  655. <col disabled="true" ref="conacptyn" type="combo">
  656. <choices>
  657. <item>
  658. <label>완료</label>
  659. <value>Y</value>
  660. </item>
  661. <item>
  662. <label/>
  663. <value>N</value>
  664. </item>
  665. </choices>
  666. </col>
  667. <col ref="examdrugwinyn"/>
  668. <col type="combo">
  669. <choices>
  670. <item>
  671. <label>공고</label>
  672. <value>Y</value>
  673. </item>
  674. <item>
  675. <label>미공고</label>
  676. <value>N</value>
  677. </item>
  678. </choices>
  679. </col>
  680. <col type="inputdate"/>
  681. <col ref="orderyn2"/>
  682. <col ref="orderyn7"/>
  683. <col/>
  684. <col visibility="hidden"/>
  685. </datagrid>
  686. <line id="line4" class="line_3" style="x1:5px; y1:90px; x2:1170px; y2:90px; "/>
  687. <input id="input8" ref="/root/main/default/subjhospi/subjno" class="input_default" editable="false" style="left:573px; top:116px; width:100px; height:19px; "/>
  688. <caption id="caption21" class="cell_1" style="left:471px; top:113px; width:100px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  689. <caption id="caption6" class="tit_2" style="left:472px; top:93px; width:240px; height:13px; ">연구관련정보</caption>
  690. <input id="input9" ref="/root/main/default/subjhospi/totstdycost" class="input_default" editable="false" format="#,###" style="left:777px; top:116px; width:188px; height:19px; "/>
  691. <caption id="caption7" class="cell_1" style="left:675px; top:113px; width:100px; height:23px; text-align:center; vertical-align:middle; ">총연구비</caption>
  692. <input id="input10" ref="/root/main/default/subjhospi/usernm" class="input_default" editable="false" style="left:573px; top:138px; width:100px; height:19px; "/>
  693. <caption id="caption10" class="cell_1" style="left:471px; top:137px; width:100px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  694. <caption id="caption11" class="cell_1" style="left:675px; top:137px; width:100px; height:23px; text-align:center; vertical-align:middle; ">연구기간</caption>
  695. <input id="input11" ref="/root/main/default/subjhospi/stdystartdd" class="input_default" editable="false" inputtype="date" style="left:777px; top:138px; width:90px; height:19px; "/>
  696. <input id="input12" ref="/root/main/default/subjhospi/stdyenddd" class="input_default" editable="false" inputtype="date" style="left:876px; top:138px; width:90px; height:19px; "/>
  697. <input id="input13" ref="/root/main/default/subjhospi/reqdt" class="input_default" editable="false" inputtype="date" style="left:1071px; top:116px; width:100px; height:19px; "/>
  698. <caption id="caption12" class="cell_1" style="left:969px; top:113px; width:100px; height:23px; text-align:center; vertical-align:middle; ">접수일자</caption>
  699. <input id="input14" ref="/root/main/default/subjhospi/itemnm" class="input_default" editable="false" style="left:1071px; top:138px; width:100px; height:19px; "/>
  700. <caption id="caption14" class="cell_1" style="left:969px; top:137px; width:100px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  701. <caption id="caption15" class="cell_1" style="left:471px; top:161px; width:100px; height:56px; text-align:center; vertical-align:middle; ">과제명</caption>
  702. <textarea id="textarea1" ref="/root/main/default/subjhospi/subjnm" editable="false" style="left:573px; top:162px; width:597px; height:55px; "/>
  703. <caption id="caption16" class="tit_2" style="left:5px; top:93px; width:240px; height:13px; ">심사이력</caption>
  704. <datagrid id="grd_judghist" nodeset="/root/main/iview/iismjudg" caption="심사구분^심사차수^마감일자^심사일자^접수종류^심사결과" colsep="^" colwidth="60, 60, 90, 90, 70, 70" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:4px; top:113px; width:460px; height:102px; ">
  705. <col ref="judgkindnm"/>
  706. <col ref="judgappdg"/>
  707. <col ref="judgenddd" format="yyyy-mm-dd"/>
  708. <col ref="judgdd" format="yyyy-mm-dd"/>
  709. <col disabled="true" ref="reptkind" type="combo">
  710. <choices>
  711. <item>
  712. <label>보완답변서</label>
  713. <value>1</value>
  714. </item>
  715. <item>
  716. <label>중간보고서</label>
  717. <value>2</value>
  718. </item>
  719. <item>
  720. <label>SAE(원내)</label>
  721. <value>3</value>
  722. </item>
  723. <item>
  724. <label>SAE(원외)</label>
  725. <value>4</value>
  726. </item>
  727. <item>
  728. <label>변경계획서</label>
  729. <value>5</value>
  730. </item>
  731. <item>
  732. <label>종료보고서</label>
  733. <value>6</value>
  734. </item>
  735. <item>
  736. <label>결과보고서</label>
  737. <value>7</value>
  738. </item>
  739. <item>
  740. <label>지속심의서</label>
  741. <value>8</value>
  742. </item>
  743. <item>
  744. <label>계획서접수</label>
  745. <value>9</value>
  746. </item>
  747. <item>
  748. <label>면제신청</label>
  749. <value>E</value>
  750. </item>
  751. <item>
  752. <label>신속심의신청</label>
  753. <value>N</value>
  754. </item>
  755. <item>
  756. <label>정규심의신청</label>
  757. <value>S</value>
  758. </item>
  759. <item>
  760. <label>PMS과제</label>
  761. <value>0</value>
  762. </item>
  763. </choices>
  764. </col>
  765. <col disabled="true" ref="judgrslt" type="combo">
  766. <choices>
  767. <item>
  768. <label>승인</label>
  769. <value>Y</value>
  770. </item>
  771. <item>
  772. <label>시정승인</label>
  773. <value>A</value>
  774. </item>
  775. <item>
  776. <label>반려</label>
  777. <value>R</value>
  778. </item>
  779. <item>
  780. <label>보완후재심</label>
  781. <value>V</value>
  782. </item>
  783. <item>
  784. <label>저장</label>
  785. <value>S</value>
  786. </item>
  787. <item>
  788. <label>부결</label>
  789. <value>B</value>
  790. </item>
  791. <item>
  792. <label>승인된시험중지</label>
  793. <value>N</value>
  794. </item>
  795. </choices>
  796. </col>
  797. <col ref="subjid" visibility="hidden"/>
  798. <col ref="instcd" visibility="hidden"/>
  799. <col ref="judgkind" visibility="hidden"/>
  800. <col ref="reptseqno" visibility="hidden"/>
  801. <script type="javascript" ev:event="onclick">
  802. <![CDATA[
  803. if( isDataCell() ){
  804. var reptkind = model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind");
  805. model.setValue("/root/iinit/subjid", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/subjid"));
  806. model.setValue("/root/iinit/instcd", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/instcd"));
  807. model.setValue("/root/iinit/judgkind", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/judgkind"));
  808. model.setValue("/root/iinit/judgappdg", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/judgappdg"));
  809. model.setValue("/root/iinit/reptkind", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind"));
  810. model.setValue("/root/iinit/reptseqno", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptseqno"));
  811. submit("TRIRI00106");
  812. if ( reptkind == '9' || reptkind == '0' ) {
  813. iviewer1.visible = false;
  814. } else {
  815. model.setValue("/root/send/data2/subjid",model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/subjid"));
  816. model.setValue("/root/send/data2/instcd",model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/instcd"));
  817. model.setValue("/root/send/data2/reptkind",model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind"));
  818. iviewer1.visible = true;
  819. model.setValue("/root/send/searchitem2/subjid", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/subjid"));
  820. model.setValue("/root/send/searchitem2/instcd", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/instcd"));
  821. model.setValue("/root/send/searchitem2/reptseqno", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptseqno"));
  822. model.setValue("/root/send/searchitem2/reptkind", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind"));
  823. model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/judgappdg"));
  824. // model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/roothospidxcasecnt"));
  825. model.setValue("/root/send/searchitem2/subjno", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/subjno"));
  826. model.setValue("/root/send/searchitem2/subjnm", model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/subjnm"));
  827. model.setValue("/root/send/searchitem2/autosrchyn", "Y");
  828. setParameter("actionyn", "N");
  829. // submit("TRIRI00106");
  830. //해당 보고서별 iviewer 호출
  831. if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 1 ) {
  832. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
  833. }
  834. else if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 2 ) {
  835. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00300_중간보고서.xrw";
  836. }
  837. else if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 3 ) {
  838. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00500_SAE(원내).xrw";
  839. }
  840. else if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 4 ) {
  841. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00600_SAE(원외).xrw";
  842. }
  843. else if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 5 ) {
  844. //iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00700_변경계획서.xrw";
  845. setParameter("instcd", model.getValue("/root/send/searchitem2/instcd"));
  846. setParameter("subjid", model.getValue("/root/send/searchitem2/subjid"));
  847. setParameter("reptseqno", model.getValue("/root/send/searchitem2/reptseqno"));
  848. setParameter("reptkind", model.getValue("/root/send/searchitem2/reptkind"));
  849. setParameter("totstdycost", model.getValue("/root/send/searchitem2/totstdycost"));
  850. setParameter("direccost", model.getValue("/root/send/searchitem2/direccost"));
  851. setParameter("reqinstcd", model.getValue("/root/send/searchitem2/reqinstcd"));
  852. setParameter("actionyn", "N");
  853. // window.load("../../../crc/reqsubjcmpyweb/xrw/SPIRB00100_과제변경항목.xrw","modal","code", "left:200px; top:50px; width:1500px; height:540px;min:hidden;max:hidden;resize:false;" ,"", "");
  854. iviewer1.src = "../../reqsubjcmpyweb/xrw/SPIRB00100_과제변경항목.xrw";
  855. }
  856. else if (model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 6 ) {
  857. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00800_종료보고서.xrw";
  858. }
  859. else if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 7 ) {
  860. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
  861. }
  862. else if ( model.getValue("/root/main/iview/iismjudg["+grd_judghist.row+"]/reptkind") == 8 ) {
  863. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
  864. }
  865. }
  866. }
  867. ]]>
  868. </script>
  869. </datagrid>
  870. <line id="line5" class="line_1" style="x1:4px; y1:108px; x2:464px; y2:108px; "/>
  871. <line id="line6" class="line_3" style="x1:470px; y1:219px; x2:1170px; y2:219px; "/>
  872. <line id="line7" class="line_3" style="x1:4px; y1:219px; x2:464px; y2:219px; "/>
  873. <caption id="caption17" class="tit_2" style="left:660px; top:223px; width:80px; height:13px; ">심사내용</caption>
  874. <caption id="caption18" class="cell_1" style="left:659px; top:242px; width:100px; height:53px; text-align:center; vertical-align:middle; ">기본사항</caption>
  875. <caption id="caption19" class="cell_1" style="left:659px; top:296px; width:100px; height:53px; text-align:center; vertical-align:middle; ">
  876. <![CDATA[임상시험
  877. 대상관련]]>
  878. </caption>
  879. <caption id="caption20" class="cell_1" style="left:659px; top:350px; width:100px; height:53px; text-align:center; vertical-align:middle; ">임상시험 방법</caption>
  880. <caption id="caption22" class="cell_1" style="left:659px; top:404px; width:100px; height:53px; text-align:center; vertical-align:middle; ">
  881. <![CDATA[피험자 동의
  882. 및 안전대책]]>
  883. </caption>
  884. <textarea id="textarea2" ref="/root/main/iview/detail/iisdjudgconf/judgitem1" editable="false" style="left:761px; top:242px; width:409px; height:53px; "/>
  885. <textarea id="textarea3" ref="/root/main/iview/detail/iisdjudgconf/judgitem2" editable="false" style="left:761px; top:458px; width:409px; height:53px; "/>
  886. <caption id="caption23" class="cell_1" style="left:659px; top:458px; width:100px; height:53px; text-align:center; vertical-align:middle; ">
  887. <![CDATA[연구목적
  888. 및 배경]]>
  889. </caption>
  890. <caption id="caption24" class="cell_1" style="left:659px; top:512px; width:100px; height:53px; text-align:center; vertical-align:middle; ">피험자관련</caption>
  891. <textarea id="textarea4" ref="/root/main/iview/detail/iisdjudgconf/judgitem3" editable="false" style="left:761px; top:296px; width:409px; height:53px; "/>
  892. <textarea id="textarea5" ref="/root/main/iview/detail/iisdjudgconf/judgitem4" editable="false" style="left:761px; top:512px; width:409px; height:53px; "/>
  893. <caption id="caption25" class="cell_1" style="left:659px; top:566px; width:100px; height:53px; text-align:center; vertical-align:middle; ">통계 관련</caption>
  894. <textarea id="textarea6" ref="/root/main/iview/detail/iisdjudgconf/judgitem5" editable="false" style="left:761px; top:350px; width:409px; height:53px; "/>
  895. <textarea id="textarea7" ref="/root/main/iview/detail/iisdjudgconf/judgitem6" editable="false" style="left:761px; top:566px; width:409px; height:53px; "/>
  896. <textarea id="textarea8" ref="/root/main/iview/detail/iisdjudgconf/judgitem7" editable="false" style="left:761px; top:404px; width:409px; height:53px; "/>
  897. <textarea id="textarea9" ref="/root/main/iview/detail/iisdjudgconf/judgitem8" editable="false" style="left:761px; top:620px; width:409px; height:53px; "/>
  898. <caption id="caption26" class="cell_1" style="left:659px; top:620px; width:100px; height:53px; text-align:center; vertical-align:middle; ">기타</caption>
  899. <line id="line13" class="line_1" style="x1:471px; y1:108px; x2:1170px; y2:108px; "/>
  900. <line id="line62" class="line_1" style="x1:659px; y1:237px; x2:1171px; y2:237px; "/>
  901. <caption id="caption148" class="tit_2" style="left:5px; top:223px; width:87px; height:14px; ">보고서 내용</caption>
  902. <line id="line29" class="line_1" style="x1:5px; y1:237px; x2:650px; y2:237px; "/>
  903. <iviewer id="iviewer1" visibility="hidden" style="left:5px; top:242px; width:645px; height:433px; "/>
  904. </case>
  905. <case id="case2">
  906. <select1 id="combo39" ref="/root/main/view/irsdsubjhosp/reqyn" class="combo_search" disabled="true" appearance="minimal" style="left:331px; top:447px; width:134px; height:19px; ">
  907. <choices>
  908. <item>
  909. <label>예</label>
  910. <value>Y</value>
  911. </item>
  912. <item>
  913. <label>아니오</label>
  914. <value>N</value>
  915. </item>
  916. </choices>
  917. </select1>
  918. <caption id="caption60" class="cell_1" style="left:4px; top:445px; width:91px; height:23px; text-align:center; vertical-align:middle; ">해당병원</caption>
  919. <caption id="caption83" class="cell_1" style="left:4px; top:493px; width:91px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  920. <caption id="caption61" class="cell_1" style="left:469px; top:445px; width:76px; height:23px; text-align:center; vertical-align:middle; ">연구기간</caption>
  921. <caption id="caption84" class="cell_1" style="left:469px; top:493px; width:76px; height:23px; text-align:center; vertical-align:middle; ">직위</caption>
  922. <caption id="caption62" class="cell_1" style="left:239px; top:469px; width:91px; height:23px; text-align:center; vertical-align:middle; ">직접연구비</caption>
  923. <line id="line44" class="line_3" style="x1:2px; y1:515px; x2:805px; y2:515px; "/>
  924. <caption id="caption63" class="cell_1" style="left:4px; top:469px; width:91px; height:23px; text-align:center; vertical-align:middle; ">본원증례수</caption>
  925. <caption id="caption65" class="cell_1" style="left:469px; top:469px; width:76px; height:23px; text-align:center; vertical-align:middle; ">임금방법</caption>
  926. <caption id="caption66" class="cell_1" style="left:239px; top:493px; width:91px; height:23px; text-align:center; vertical-align:middle; ">소속</caption>
  927. <input id="input15" ref="/root/main/view/irsdsubjhosp/stdystartdd" class="input_search" disabled="true" inputtype="date" style="left:546px; top:448px; width:120px; height:19px; "/>
  928. <input id="input57" ref="/root/main/view/irsdsubjhosp/respstdyempnm" class="input_default" editable="false" style="left:96px; top:494px; width:139px; height:19px; "/>
  929. <select1 id="combo40" ref="/root/main/view/irsdsubjhosp/depomthd" class="combo_search" disabled="true" appearance="minimal" style="left:546px; top:470px; width:259px; height:19px; ">
  930. <choices>
  931. <item>
  932. <label>일시납입</label>
  933. <value>1</value>
  934. </item>
  935. <item>
  936. <label>분할납입</label>
  937. <value>2</value>
  938. </item>
  939. </choices>
  940. </select1>
  941. <input id="input16" ref="/root/main/view/irsdsubjhosp/stdyenddd" class="input_search" disabled="true" inputtype="date" style="left:685px; top:448px; width:120px; height:19px; "/>
  942. <input id="input58" ref="/root/main/view/irsdsubjhosp/posnm" class="input_default" editable="false" style="left:331px; top:494px; width:134px; height:19px; "/>
  943. <input id="input17" ref="/root/main/view/irsdsubjhosp/roothosp" class="input_default" editable="false" style="left:96px; top:470px; width:139px; height:19px; "/>
  944. <input id="input59" ref="/root/main/view/irsdsubjhosp/jobposnm" class="input_default" editable="false" style="left:546px; top:495px; width:259px; height:19px; "/>
  945. <input id="input18" ref="/root/main/view/irsdsubjhosp/direccost" class="input_default" editable="false" format="#,###" style="left:331px; top:470px; width:134px; height:19px; "/>
  946. <caption id="caption59" class="cell_1" style="left:239px; top:445px; width:91px; height:23px; text-align:center; vertical-align:middle; ">과제의뢰</caption>
  947. <select1 id="combo8" ref="/root/main/view/irsdsubjhosp/instcd" class="combo_search" disabled="true" appearance="minimal" style="left:96px; top:447px; width:139px; height:19px; ">
  948. <choices>
  949. <itemset nodeset="/root/init/baseinfo/instinfo">
  950. <label ref="hospnm"/>
  951. <value ref="instcd"/>
  952. </itemset>
  953. </choices>
  954. </select1>
  955. <line id="line8" class="line_3" style="x1:0px; y1:444px; x2:805px; y2:444px; "/>
  956. <datagrid id="datagrid3" nodeset="/root/main/view/irsdcollareser" caption="성명^소속^직위" colsep="^" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:815px; top:20px; width:355px; height:135px; ">
  957. <col ref="usernm"/>
  958. <col ref="posnm"/>
  959. <col ref="jobposnm"/>
  960. </datagrid>
  961. <datagrid id="datagrid6" nodeset="/root/main/view/irsdpharmst" caption="성명^연락처^직위" colsep="^" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:815px; top:176px; width:355px; height:134px; ">
  962. <col ref="usernm"/>
  963. <col ref="posnm"/>
  964. <col ref="jobposnm"/>
  965. </datagrid>
  966. <datagrid id="datagrid8" nodeset="/root/main/view/irsdcodi" caption="성명^소속^직위" colsep="^" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:815px; top:336px; width:355px; height:139px; ">
  967. <col ref="usernm"/>
  968. <col ref="posnm"/>
  969. <col ref="jobposnm"/>
  970. </datagrid>
  971. <caption id="caption55" class="tit_2" style="left:822px; top:321px; width:140px; height:13px; ">코디네이터등록</caption>
  972. <caption id="caption27" class="tit_2" style="left:822px; top:6px; width:140px; height:13px; ">공동연구자등록</caption>
  973. <caption id="caption28" class="tit_2" style="left:822px; top:161px; width:140px; height:13px; ">관리약사등록</caption>
  974. <switch id="switch2" style="left:1px; top:1px; width:804px; height:439px; ">
  975. <case id="case6" selected="true" style="left:0px; top:0px; width:802px; height:437px; ">
  976. <select1 id="combo16" ref="/root/main/view/irsmsubjinfo/stdycostsuppinst" class="combo_search" disabled="true" appearance="minimal" style="left:550px; top:370px; width:150px; height:19px; ">
  977. <choices>
  978. <item>
  979. <label>정부기관</label>
  980. <value>1</value>
  981. </item>
  982. <item>
  983. <label>기업체</label>
  984. <value>2</value>
  985. </item>
  986. <item>
  987. <label>학회연구용</label>
  988. <value>3</value>
  989. </item>
  990. <item>
  991. <label>기타</label>
  992. <value>4</value>
  993. </item>
  994. <item>
  995. <label>해당없음</label>
  996. <value>5</value>
  997. </item>
  998. </choices>
  999. </select1>
  1000. <caption id="caption102" class="cell_1" style="left:3px; top:513px; width:91px; height:123px; text-align:center; vertical-align:middle; ">
  1001. <![CDATA[의뢰기관
  1002. (CRO)
  1003. 담당자]]>
  1004. </caption>
  1005. <caption id="caption113" class="cell_1" style="left:370px; top:118px; width:49px; height:23px; text-align:left; vertical-align:middle; ">개 기관</caption>
  1006. <caption id="caption103" style="left:460px; top:302px; width:264px; height:20px; ">침습적 시술</caption>
  1007. <input id="input72" ref="/root/main/view/imcmreqchrg/cntctelno" class="input_default" disabled="false" editable="false" style="left:190px; top:540px; width:205px; height:19px; "/>
  1008. <caption id="caption50" class="cell_1" style="left:200px; top:488px; width:200px; height:23px; text-align:center; vertical-align:middle; ">경제적이해 관계명시</caption>
  1009. <input id="input73" ref="/root/main/view/irsmsubjinfo/etctrgt1" class="input_default" disabled="false" editable="false" style="left:253px; top:96px; width:198px; height:19px; "/>
  1010. <caption id="caption115" class="cell_1" style="left:95px; top:538px; width:91px; height:23px; text-align:center; vertical-align:middle; ">전화번호</caption>
  1011. <caption id="caption51" class="cell_1" style="left:95px; top:613px; width:91px; height:23px; text-align:center; vertical-align:middle; ">E-mail</caption>
  1012. <caption id="caption40" style="left:95px; top:283px; width:130px; height:20px; ">연구수행시 피험자 접촉</caption>
  1013. <caption id="caption105" class="cell_1" style="left:3px; top:118px; width:90px; height:23px; text-align:center; vertical-align:middle; ">연구종류3</caption>
  1014. <input id="input74" ref="/root/main/view/irsmsubjinfo/stdystartdd" class="input_default" disabled="true" editable="false" inputtype="date" style="left:95px; top:466px; width:100px; height:19px; "/>
  1015. <caption id="caption30" class="cell_1" style="left:3px; top:488px; width:90px; height:23px; text-align:center; vertical-align:middle; ">전체증례수</caption>
  1016. <input id="input20" ref="/root/main/view/irsmsubjinfo/prstdataetc5" class="input_default" disabled="false" editable="false" style="left:600px; top:347px; width:180px; height:19px; "/>
  1017. <select id="checkbox1" ref="/root/main/view/irsmsubjinfo/relprstdata1" disabled="true" navindex="27" overflow="visible" appearance="full" style="left:95px; top:347px; width:110px; height:20px; border-style:none; ">
  1018. <choices>
  1019. <item>
  1020. <label>피험자 모집문건</label>
  1021. <value>Y</value>
  1022. </item>
  1023. </choices>
  1024. </select>
  1025. <input id="input75" ref="/root/main/view/irsmsubjinfo/allidxcase" class="input_default" disabled="false" editable="false" style="left:95px; top:490px; width:100px; height:19px; "/>
  1026. <input id="input21" ref="/root/main/view/irsmsubjinfo/manyinst" class="input_default" disabled="false" editable="false" style="left:333px; top:120px; width:35px; height:19px; "/>
  1027. <input id="input54" ref="/root/main/view/irsmsubjinfo/stdycostsuppinstnm" class="input_default" disabled="false" editable="false" style="left:702px; top:370px; width:78px; height:19px; "/>
  1028. <caption id="caption31" style="left:197px; top:467px; width:15px; height:20px; ">~</caption>
  1029. <line id="line12" class="line_3" style="x1:455px; y1:285px; x2:455px; y2:343px; "/>
  1030. <input id="input22" ref="/root/main/view/irsmsubjinfo/stdyenddd" class="input_default" disabled="true" editable="false" inputtype="date" style="left:210px; top:466px; width:100px; height:19px; "/>
  1031. <caption id="caption32" class="cell_1" style="left:95px; top:513px; width:91px; height:23px; text-align:center; vertical-align:middle; ">이름</caption>
  1032. <select id="checkbox3" ref="/root/main/view/irsmsubjinfo/relprstdata2" disabled="true" navindex="28" overflow="visible" appearance="full" style="left:207px; top:347px; width:105px; height:20px; border-style:none; ">
  1033. <choices>
  1034. <item>
  1035. <label>피험자 환자일지</label>
  1036. <value>Y</value>
  1037. </item>
  1038. </choices>
  1039. </select>
  1040. <input id="input55" ref="/root/main/view/imcmreqchrg/faxno" class="input_default" disabled="false" editable="false" style="left:190px; top:590px; width:205px; height:19px; "/>
  1041. <caption id="caption43" class="cell_1" style="left:253px; top:166px; width:105px; height:23px; text-align:center; vertical-align:middle; ">피험자정보</caption>
  1042. <caption id="caption108" style="left:460px; top:321px; width:264px; height:20px; ">경제적 이해관계 있음 (주식 등)</caption>
  1043. <input id="input23" ref="/root/main/view/irsmsubjinfo/reqinstchrgid" class="input_default" disabled="false" editable="false" style="left:153px; top:370px; width:115px; height:19px; "/>
  1044. <caption id="caption33" style="left:460px; top:283px; width:200px; height:20px; ">시료의 수집 및 보관</caption>
  1045. <select id="checkbox4" ref="/root/main/view/irsmsubjinfo/relprstdata3" disabled="true" navindex="29" overflow="visible" appearance="full" style="left:314px; top:347px; width:100px; height:20px; border-style:none; ">
  1046. <choices>
  1047. <item>
  1048. <label>피험자 설문지</label>
  1049. <value>Y</value>
  1050. </item>
  1051. </choices>
  1052. </select>
  1053. <caption id="caption44" class="cell_1" style="left:395px; top:464px; width:90px; height:23px; text-align:center; vertical-align:middle; ">신청일자</caption>
  1054. <select1 id="combo1" ref="/root/main/view/irsmsubjinfo/stdykind1" class="combo_search" disabled="true" appearance="minimal" style="left:95px; top:96px; width:153px; height:19px; ">
  1055. <choices>
  1056. <item>
  1057. <label>의약품</label>
  1058. <value>M</value>
  1059. </item>
  1060. <item>
  1061. <label>의료기기</label>
  1062. <value>D</value>
  1063. </item>
  1064. <item>
  1065. <label>생물학적제제</label>
  1066. <value>B</value>
  1067. </item>
  1068. <item>
  1069. <label>세포치료제</label>
  1070. <value>C</value>
  1071. </item>
  1072. <item>
  1073. <label>건강식품</label>
  1074. <value>H</value>
  1075. </item>
  1076. <item>
  1077. <label>의무기록 이용연구</label>
  1078. <value>R</value>
  1079. </item>
  1080. <item>
  1081. <label>관찰연구</label>
  1082. <value>O</value>
  1083. </item>
  1084. <item>
  1085. <label>보관검체 이용연구</label>
  1086. <value>S</value>
  1087. </item>
  1088. <item>
  1089. <label>시료연구(조직 및 혈액 등)</label>
  1090. <value>T</value>
  1091. </item>
  1092. <item>
  1093. <label>생동성연구</label>
  1094. <value>P</value>
  1095. </item>
  1096. <item>
  1097. <label>기타</label>
  1098. <value>E</value>
  1099. </item>
  1100. </choices>
  1101. </select1>
  1102. <input id="input56" ref="/root/main/view/irsmsubjinfo/etctrgt4" class="input_default" disabled="false" editable="false" style="left:693px; top:120px; width:92px; height:19px; "/>
  1103. <input id="input67" ref="/root/main/view/irsmsubjinfo/etctrgt2" class="input_default" disabled="false" editable="false" style="left:693px; top:96px; width:92px; height:19px; "/>
  1104. <caption id="caption109" style="left:95px; top:321px; width:264px; height:20px; ">피험자의 사적 정보의 기록(성별,연령,직업 제외)</caption>
  1105. <input id="input24" ref="/root/main/view/imcmreqchrg/nm" class="input_default" disabled="false" editable="false" style="left:190px; top:515px; width:205px; height:19px; "/>
  1106. <caption id="caption34" class="cell_1" style="left:3px; top:166px; width:90px; height:23px; text-align:center; vertical-align:middle; ">피험자동의</caption>
  1107. <select id="checkbox5" ref="/root/main/view/irsmsubjinfo/relprstdata4" disabled="true" navindex="30" overflow="visible" appearance="full" style="left:416px; top:347px; width:132px; height:20px; border-style:none; ">
  1108. <choices>
  1109. <item>
  1110. <label>경제적 이해관계 자료</label>
  1111. <value>Y</value>
  1112. </item>
  1113. </choices>
  1114. </select>
  1115. <caption id="caption45" class="cell_1" style="left:455px; top:118px; width:90px; height:23px; text-align:center; vertical-align:middle; ">연구종류4</caption>
  1116. <select1 id="combo2" ref="/root/main/view/irsmsubjinfo/agenestdyflag" class="combo_search" disabled="true" appearance="minimal" style="left:548px; top:144; width:140px; height:19px; ">
  1117. <choices>
  1118. <item>
  1119. <label>아니오</label>
  1120. <value>0</value>
  1121. </item>
  1122. <item>
  1123. <label>검사</label>
  1124. <value>1</value>
  1125. </item>
  1126. <item>
  1127. <label>연구</label>
  1128. <value>2</value>
  1129. </item>
  1130. <item>
  1131. <label>치료</label>
  1132. <value>3</value>
  1133. </item>
  1134. <item>
  1135. <label>은행 관련</label>
  1136. <value>4</value>
  1137. </item>
  1138. </choices>
  1139. </select1>
  1140. <caption id="caption56" class="cell_1" style="left:95px; top:588px; width:91px; height:23px; text-align:center; vertical-align:middle; ">Fax</caption>
  1141. <input id="input25" ref="/root/main/view/irsmsubjinfo/appdd" class="input_default" disabled="true" editable="false" inputtype="date" style="left:487px; top:466px; width:100px; height:19px; "/>
  1142. <select id="checkbox6" ref="/root/main/view/irsmsubjinfo/relprstdata5" disabled="true" navindex="31" overflow="visible" appearance="full" style="left:549px; top:347px; width:51px; height:20px; border-style:none; ">
  1143. <choices>
  1144. <item>
  1145. <label>기타</label>
  1146. <value>Y</value>
  1147. </item>
  1148. </choices>
  1149. <script type="javascript" ev:event="xforms-value-changed">
  1150. <![CDATA[
  1151. var relprstdata5 = model.getValue("/root/main/view/irsmsubjinfo/relprstdata5");
  1152. input61.disabled = true;
  1153. if(relprstdata5 == "Y") input61.disabled = false;
  1154. else {
  1155. model.setValue("/root/main/view/irsmsubjinfo/prstdataetc5", "");
  1156. model.refresh();
  1157. }
  1158. ]]>
  1159. </script>
  1160. </select>
  1161. <caption id="caption46" class="cell_1" style="left:3px; top:1px; width:90px; height:44px; text-align:center; vertical-align:middle; ">연구과제명</caption>
  1162. <caption id="caption57" class="cell_1" style="left:3px; top:464px; width:90px; height:23px; text-align:center; vertical-align:middle; ">연구예정기간</caption>
  1163. <input id="input69" ref="/root/main/view/irsmsubjinfo/etctrgt" class="input_default" disabled="false" editable="false" style="left:253px; top:144; width:200px; height:19px; "/>
  1164. <caption id="caption47" class="cell_1" style="left:456px; top:368px; width:91px; height:23px; text-align:center; vertical-align:middle; ">연구비지원기관</caption>
  1165. <select1 id="radio1" ref="/root/main/view/irsmsubjinfo/stdyspcl1" disabled="true" appearance="full" cols="2" overflow="visible" style="left:360px; top:283px; width:90px; height:20px; border-style:none; ">
  1166. <choices>
  1167. <item>
  1168. <label>예</label>
  1169. <value>Y</value>
  1170. </item>
  1171. <item>
  1172. <label>아니오</label>
  1173. <value>N</value>
  1174. </item>
  1175. </choices>
  1176. </select1>
  1177. <select1 id="combo4" ref="/root/main/view/irsmsubjinfo/stdykind2" class="combo_search" disabled="true" appearance="minimal" style="left:548px; top:96; width:140px; height:19px; ">
  1178. <choices>
  1179. <item>
  1180. <label>연구용(연구자주도)</label>
  1181. <value>I</value>
  1182. </item>
  1183. <item>
  1184. <label>연구용(의뢰자주도)</label>
  1185. <value>S</value>
  1186. </item>
  1187. <item>
  1188. <label>연구용(학회주도)</label>
  1189. <value>C</value>
  1190. </item>
  1191. <item>
  1192. <label>연구용(국책과제)</label>
  1193. <value>N</value>
  1194. </item>
  1195. <item>
  1196. <label>연구용(학위논문)</label>
  1197. <value>A</value>
  1198. </item>
  1199. <item>
  1200. <label>허가용(국내)</label>
  1201. <value>D</value>
  1202. </item>
  1203. <item>
  1204. <label>허가용(국외)</label>
  1205. <value>G</value>
  1206. </item>
  1207. <item>
  1208. <label>기타</label>
  1209. <value>E</value>
  1210. </item>
  1211. </choices>
  1212. </select1>
  1213. <caption id="caption48" class="cell_1" style="left:3px; top:142px; width:90px; height:23px; text-align:center; vertical-align:middle; ">연구대상</caption>
  1214. <select1 id="radio2" ref="/root/main/view/irsmsubjinfo/stdyspcl3" disabled="true" appearance="full" cols="2" overflow="visible" style="left:360px; top:321px; width:90px; height:20px; border-style:none; ">
  1215. <choices>
  1216. <item>
  1217. <label>예</label>
  1218. <value>Y</value>
  1219. </item>
  1220. <item>
  1221. <label>아니오</label>
  1222. <value>N</value>
  1223. </item>
  1224. </choices>
  1225. </select1>
  1226. <select1 id="combo5" ref="/root/main/view/irsmsubjinfo/testeestat" class="combo_search" disabled="true" appearance="minimal" style="left:361px; top:168px; width:182px; height:19px; ">
  1227. <choices>
  1228. <item>
  1229. <label>건강인</label>
  1230. <value>1</value>
  1231. </item>
  1232. <item>
  1233. <label>환자</label>
  1234. <value>2</value>
  1235. </item>
  1236. <item>
  1237. <label>취약한피험자</label>
  1238. <value>3</value>
  1239. </item>
  1240. </choices>
  1241. </select1>
  1242. <caption id="caption38" class="cell_1" style="left:455px; top:94px; width:90px; height:23px; text-align:center; vertical-align:middle; ">연구종류2</caption>
  1243. <input id="input28" ref="/root/main/view/imcmreqchrg/email" class="input_default" disabled="false" editable="false" style="left:190px; top:615px; width:205px; height:19px; "/>
  1244. <caption id="caption49" class="cell_1" style="left:3px; top:94px; width:90px; height:23px; text-align:center; vertical-align:middle; ">연구종류1</caption>
  1245. <select1 id="radio3" ref="/root/main/view/irsmsubjinfo/stdyspcl4" disabled="true" appearance="full" cols="2" overflow="visible" style="left:695px; top:280px; width:90px; height:20px; border-style:none; ">
  1246. <choices>
  1247. <item>
  1248. <label>예</label>
  1249. <value>Y</value>
  1250. </item>
  1251. <item>
  1252. <label>아니오</label>
  1253. <value>N</value>
  1254. </item>
  1255. </choices>
  1256. </select1>
  1257. <select1 id="combo6" ref="/root/main/view/irsmsubjinfo/testeeaprvflag" class="combo_search" disabled="true" appearance="minimal" style="left:95px; top:168px; width:153px; height:19px; ">
  1258. <choices>
  1259. <item>
  1260. <label>서면</label>
  1261. <value>1</value>
  1262. </item>
  1263. <item>
  1264. <label>구두(사유서첨부)</label>
  1265. <value>2</value>
  1266. </item>
  1267. <item>
  1268. <label>불필요(사유서첨부)</label>
  1269. <value>3</value>
  1270. </item>
  1271. </choices>
  1272. </select1>
  1273. <caption id="caption39" class="cell_1" style="left:95px; top:563px; width:91px; height:23px; text-align:center; vertical-align:middle; ">핸드폰번호</caption>
  1274. <select1 id="combo12" ref="/root/main/view/irsmsubjinfo/stdykind4" class="combo_search" disabled="true" appearance="minimal" style="left:548px; top:120; width:140px; height:19px; ">
  1275. <choices>
  1276. <item>
  1277. <label>1상</label>
  1278. <value>F</value>
  1279. </item>
  1280. <item>
  1281. <label>2상</label>
  1282. <value>S</value>
  1283. </item>
  1284. <item>
  1285. <label>3상</label>
  1286. <value>T</value>
  1287. </item>
  1288. <item>
  1289. <label>4상</label>
  1290. <value>V</value>
  1291. </item>
  1292. <item>
  1293. <label>학술연구</label>
  1294. <value>I</value>
  1295. </item>
  1296. <item>
  1297. <label>PK연구</label>
  1298. <value>P</value>
  1299. </item>
  1300. <item>
  1301. <label>기타</label>
  1302. <value>E</value>
  1303. </item>
  1304. </choices>
  1305. </select1>
  1306. <caption id="caption29" class="cell_1" style="left:3px; top:344px; width:90px; height:23px; text-align:center; vertical-align:middle; ">관련제출자료</caption>
  1307. <input id="input19" ref="/root/main/view/irsmsubjinfo/manynation" class="input_default" disabled="false" editable="false" style="left:253px; top:120px; width:37px; height:19px; "/>
  1308. <textarea id="textarea10" ref="/root/main/view/irsmsubjinfo/subjnm" scroll="vertical" editable="false" style="left:95px; top:1px; width:690px; height:44px; "/>
  1309. <select1 id="radio5" ref="/root/main/view/irsmsubjinfo/stdyspcl6" disabled="true" appearance="full" cols="2" overflow="visible" style="left:695px; top:302px; width:90px; height:20px; border-style:none; ">
  1310. <choices>
  1311. <item>
  1312. <label>예</label>
  1313. <value>Y</value>
  1314. </item>
  1315. <item>
  1316. <label>아니오</label>
  1317. <value>N</value>
  1318. </item>
  1319. </choices>
  1320. </select1>
  1321. <caption id="caption110" class="cell_1" style="left:3px; top:280px; width:90px; height:63px; text-align:center; vertical-align:middle; ">연구특성</caption>
  1322. <select1 id="combo13" ref="/root/main/view/irsmsubjinfo/stdytrgt" class="combo_search" disabled="true" appearance="minimal" style="left:95px; top:144; width:153px; height:19px; ">
  1323. <choices>
  1324. <item>
  1325. <label>상품명</label>
  1326. <value>1</value>
  1327. </item>
  1328. <item>
  1329. <label>일반명</label>
  1330. <value>2</value>
  1331. </item>
  1332. <item>
  1333. <label>기타</label>
  1334. <value>X</value>
  1335. </item>
  1336. </choices>
  1337. </select1>
  1338. <caption id="caption100" style="left:95px; top:302px; width:138px; height:20px; ">시술/투약/검사등의 중재</caption>
  1339. <caption id="caption111" class="cell_1" style="left:292px; top:118px; width:38px; height:23px; text-align:left; vertical-align:middle; ">개국</caption>
  1340. <select1 id="radio6" ref="/root/main/view/irsmsubjinfo/stdyspcl7" disabled="true" appearance="full" cols="2" overflow="visible" style="left:695px; top:321px; width:90px; height:20px; border-style:none; ">
  1341. <choices>
  1342. <item>
  1343. <label>예</label>
  1344. <value>Y</value>
  1345. </item>
  1346. <item>
  1347. <label>아니오</label>
  1348. <value>N</value>
  1349. </item>
  1350. </choices>
  1351. </select1>
  1352. <select1 id="combo14" ref="/root/main/view/irsmsubjinfo/fratesteeflag" class="combo_search" disabled="true" appearance="minimal" style="left:548px; top:168px; width:140px; height:19px; ">
  1353. <choices>
  1354. <item>
  1355. <label>임산부</label>
  1356. <value>1</value>
  1357. </item>
  1358. <item>
  1359. <label>영/소아</label>
  1360. <value>2</value>
  1361. </item>
  1362. <item>
  1363. <label>장애인</label>
  1364. <value>3</value>
  1365. </item>
  1366. <item>
  1367. <label>관련자의 피고용인</label>
  1368. <value>4</value>
  1369. </item>
  1370. <item>
  1371. <label>관련자의 연구원, 학생</label>
  1372. <value>5</value>
  1373. </item>
  1374. <item>
  1375. <label>군인</label>
  1376. <value>6</value>
  1377. </item>
  1378. <item>
  1379. <label>시설수용자</label>
  1380. <value>7</value>
  1381. </item>
  1382. <item>
  1383. <label>수감자</label>
  1384. <value>8</value>
  1385. </item>
  1386. <item>
  1387. <label>외국인</label>
  1388. <value>9</value>
  1389. </item>
  1390. <item>
  1391. <label>말기환자</label>
  1392. <value>10</value>
  1393. </item>
  1394. <item>
  1395. <label>기타(에이즈,한센병 환자 등)</label>
  1396. <value>11</value>
  1397. </item>
  1398. <item>
  1399. <label>학교의 학생</label>
  1400. <value>12</value>
  1401. </item>
  1402. </choices>
  1403. </select1>
  1404. <select1 id="combo9" ref="/root/main/view/irsmsubjinfo/stdykind3" class="combo_search" disabled="true" appearance="minimal" style="left:95px; top:120; width:153px; height:19px; ">
  1405. <choices>
  1406. <item>
  1407. <label>단독</label>
  1408. <value>S</value>
  1409. </item>
  1410. <item>
  1411. <label>다기관(국내)</label>
  1412. <value>M</value>
  1413. </item>
  1414. <item>
  1415. <label>다기관(다국가)</label>
  1416. <value>G</value>
  1417. </item>
  1418. </choices>
  1419. </select1>
  1420. <caption id="caption101" class="cell_1" style="left:455px; top:142px; width:90px; height:23px; text-align:center; vertical-align:middle; ">유전자연구</caption>
  1421. <input id="input70" ref="/root/main/view/imcmreqchrg/mpphonno" class="input_default" disabled="false" editable="false" style="left:190px; top:565px; width:205px; height:19px; "/>
  1422. <caption id="caption112" class="cell_1" style="left:3px; top:368px; width:90px; height:23px; text-align:center; vertical-align:middle; ">의뢰기관</caption>
  1423. <select1 id="radio7" ref="/root/main/view/irsmsubjinfo/stdyspcl2" disabled="true" appearance="full" cols="2" overflow="visible" style="left:360px; top:302px; width:90px; height:20px; border-style:none; ">
  1424. <choices>
  1425. <item>
  1426. <label>예</label>
  1427. <value>Y</value>
  1428. </item>
  1429. <item>
  1430. <label>아니오</label>
  1431. <value>N</value>
  1432. </item>
  1433. </choices>
  1434. </select1>
  1435. <caption id="caption107" class="cell_1" style="left:3; top:46px; width:90px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  1436. <caption id="caption114" class="cell_1" style="left:3; top:70px; width:90px; height:23px; text-align:center; vertical-align:middle; ">성분명</caption>
  1437. <input id="input71" ref="/root/main/view/irsmsubjinfo/itemnm" class="input_default" disabled="false" editable="false" style="left:95px; top:48px; width:690px; height:19px; "/>
  1438. <input id="input76" ref="/root/main/view/irsmsubjinfo/comnm" class="input_default" disabled="false" editable="false" style="left:95px; top:72px; width:690px; height:19px; "/>
  1439. <input id="input77" ref="/root/main/view/irsmsubjinfo/cmcinstcnt" class="input_default" disabled="false" editable="false" style="left:420px; top:120px; width:32px; height:19px; "/>
  1440. <caption id="caption117" class="cell_1" style="left:3px; top:392px; width:90px; height:23px; text-align:center; vertical-align:middle; ">시험조정자</caption>
  1441. <caption id="caption118" class="cell_1" style="left:395px; top:392px; width:103px; height:23px; text-align:center; vertical-align:middle; ">총외부시험책임자</caption>
  1442. <caption id="caption119" class="cell_1" style="left:95px; top:392px; width:31px; height:23px; text-align:center; vertical-align:middle; ">병원</caption>
  1443. <caption id="caption123" class="cell_1" style="left:500px; top:392px; width:31px; height:23px; text-align:center; vertical-align:middle; ">소속</caption>
  1444. <caption id="caption124" class="cell_1" style="left:250px; top:392px; width:31px; height:23px; text-align:center; vertical-align:middle; ">교수</caption>
  1445. <caption id="caption127" class="cell_1" style="left:655px; top:392px; width:31px; height:23px; text-align:center; vertical-align:middle; ">교수</caption>
  1446. <input id="input78" ref="/root/main/view/irsmsubjinfo/examadjthosp" class="input_default" disabled="false" editable="false" style="left:128px; top:394px; width:120px; height:19px; "/>
  1447. <input id="input79" ref="/root/main/view/irsmsubjinfo/examadjtprf" class="input_default" disabled="false" editable="false" style="left:283px; top:394px; width:105px; height:19px; "/>
  1448. <input id="input80" ref="/root/main/view/irsmsubjinfo/allexamrespnm" class="input_default" disabled="false" editable="false" style="left:533px; top:394px; width:120px; height:19px; "/>
  1449. <input id="input84" ref="/root/main/view/irsmsubjinfo/allexamresppos" class="input_default" disabled="false" editable="false" style="left:688px; top:394px; width:92px; height:19px; "/>
  1450. <caption id="caption129" class="cell_1" style="left:3px; top:416px; width:90px; height:47px; text-align:center; vertical-align:middle; ">
  1451. <![CDATA[식품의약품
  1452. 안정청
  1453. 통과필요여부]]>
  1454. </caption>
  1455. <input id="input86" ref="/root/main/view/irsmsubjinfo/concernrela" class="input_default" disabled="false" editable="false" style="left:402px; top:490px; width:378px; height:19px; "/>
  1456. <caption id="caption133" class="cell_1" style="left:250px; top:416px; width:90px; height:47px; text-align:center; vertical-align:middle; ">허가국가유무</caption>
  1457. <caption id="caption134" class="cell_1" style="left:500px; top:416px; width:103px; height:47px; text-align:center; vertical-align:middle; ">
  1458. <![CDATA[임상시험약
  1459. (의료기기)의
  1460. 국내시판허가유무]]>
  1461. </caption>
  1462. <select1 id="combo10" ref="/root/main/view/irsmsubjinfo/foodscrtgovpassyn" class="combo_search" disabled="true" appearance="minimal" style="left:95px; top:430px; width:100px; height:19px; ">
  1463. <choices>
  1464. <item>
  1465. <label>예</label>
  1466. <value>Y</value>
  1467. </item>
  1468. <item>
  1469. <label>아니오</label>
  1470. <value>N</value>
  1471. </item>
  1472. </choices>
  1473. </select1>
  1474. <select1 id="combo17" ref="/root/main/view/irsmsubjinfo/prmisnnatiyn" class="combo_search" disabled="true" appearance="minimal" style="left:342px; top:430px; width:100px; height:19px; ">
  1475. <choices>
  1476. <item>
  1477. <label>예</label>
  1478. <value>Y</value>
  1479. </item>
  1480. <item>
  1481. <label>아니오</label>
  1482. <value>N</value>
  1483. </item>
  1484. </choices>
  1485. </select1>
  1486. <select1 id="combo20" ref="/root/main/view/irsmsubjinfo/intermarketyn" class="combo_search" disabled="true" appearance="minimal" style="left:605px; top:430px; width:85px; height:19px; ">
  1487. <choices>
  1488. <item>
  1489. <label>예</label>
  1490. <value>Y</value>
  1491. </item>
  1492. <item>
  1493. <label>아니오</label>
  1494. <value>N</value>
  1495. </item>
  1496. </choices>
  1497. </select1>
  1498. <caption id="caption143" class="cell_1" style="left:398px; top:513px; width:91px; height:97px; text-align:center; vertical-align:middle; ">Version</caption>
  1499. <input id="input91" ref="/root/main/view/irsmsubjinfo/veraprv" class="input_default" disabled="false" editable="false" style="left:585px; top:540px; width:195px; height:19px; "/>
  1500. <caption id="caption147" class="cell_1" style="left:490px; top:538px; width:91px; height:23px; text-align:center; vertical-align:middle; ">동의서</caption>
  1501. <input id="input98" ref="/root/main/view/irsmsubjinfo/verib" class="input_default" disabled="false" editable="false" style="left:585px; top:590px; width:195px; height:19px; "/>
  1502. <caption id="caption149" class="cell_1" style="left:490px; top:513px; width:91px; height:23px; text-align:center; vertical-align:middle; ">계획서</caption>
  1503. <caption id="caption150" class="cell_1" style="left:490px; top:588px; width:91px; height:23px; text-align:center; vertical-align:middle; ">IB</caption>
  1504. <input id="input99" ref="/root/main/view/irsmsubjinfo/verplan" class="input_default" disabled="false" editable="false" style="left:585px; top:515px; width:195px; height:19px; "/>
  1505. <caption id="caption151" class="cell_1" style="left:490px; top:563px; width:91px; height:23px; text-align:center; vertical-align:middle; ">CRF</caption>
  1506. <input id="input103" ref="/root/main/view/irsmsubjinfo/vercrf" class="input_default" disabled="false" editable="false" style="left:585px; top:565px; width:195px; height:19px; "/>
  1507. <caption id="caption131" class="cell_1" style="left:95px; top:368px; width:56px; height:23px; text-align:center; vertical-align:middle; ">제약회사</caption>
  1508. <input id="input101" ref="/root/main/view/irsmsubjinfo/croinstnm" class="input_default" disabled="false" editable="false" style="left:330px; top:370px; width:115px; height:19px; "/>
  1509. <caption id="caption152" class="cell_1" style="left:272px; top:368px; width:56px; height:23px; text-align:center; vertical-align:middle; ">CRO</caption>
  1510. <caption id="caption37" class="cell_1" style="left:3px; top:190px; width:90px; height:30px; text-align:center; vertical-align:middle; ">
  1511. <![CDATA[피험자모집
  1512. 방법]]>
  1513. </caption>
  1514. <input id="input106" ref="/root/main/view/irsmsubjinfo/testrecruit" class="input_default" disabled="false" editable="false" style="left:95px; top:195px; width:690px; height:19px; "/>
  1515. <caption id="caption155" class="cell_1" style="left:3px; top:221px; width:90px; height:58px; text-align:center; vertical-align:middle; ">
  1516. <![CDATA[피험자 모집 문건
  1517. (원내(외)광고,전단,
  1518. 인터넷,이메일 등)의
  1519. 사용]]>
  1520. </caption>
  1521. <select1 id="radio4" ref="/root/main/view/irsmsubjinfo/testrecruityn" appearance="full" rows="2" vcellspacing="5" overflow="visible" style="left:95px; top:225px; width:80px; height:45px; border-style:none; ">
  1522. <choices>
  1523. <item>
  1524. <label>예</label>
  1525. <value>Y</value>
  1526. </item>
  1527. <item>
  1528. <label>아니오</label>
  1529. <value>N</value>
  1530. </item>
  1531. </choices>
  1532. </select1>
  1533. <caption id="caption156" style="left:180px; top:227px; width:275px; height:20px; ">(사용전 반드시 IRB 심의를 받고 승인을 득해야 함)</caption>
  1534. </case>
  1535. <case id="case7">
  1536. <caption id="caption53" style="left:230px; top:265px; width:15px; height:20px; ">~</caption>
  1537. <select id="checkbox10" ref="/root/main/view/irsmsubjinfo/relprstdata5" navindex="11" overflow="visible" appearance="full" style="left:597px; top:196px; width:45px; height:20px; border-style:none; ">
  1538. <choices>
  1539. <item>
  1540. <label>기타</label>
  1541. <value>Y</value>
  1542. </item>
  1543. </choices>
  1544. <script type="javascript" ev:event="xforms-value-changed">
  1545. <![CDATA[
  1546. var relprstdata5 = model.getValue("/root/main/view/irsmsubjinfo/relprstdata5");
  1547. input28.disabled = true;
  1548. if(relprstdata5 == "Y") input28.disabled = false;
  1549. else {
  1550. model.setValue("/root/main/view/irsmsubjinfo/prstdataetc5", "");
  1551. model.refresh();
  1552. }
  1553. ]]>
  1554. </script>
  1555. </select>
  1556. <caption id="caption116" class="cell_1" style="left:492px; top:217px; width:91px; height:23px; text-align:center; vertical-align:middle; ">연구비지원기관</caption>
  1557. <select1 id="combo18" ref="/root/main/view/irsmsubjinfo/stdycostsuppinst" class="combo_search" disabled="false" navindex="15" appearance="minimal" style="left:586px; top:218px; width:80px; height:19px; ">
  1558. <choices>
  1559. <item>
  1560. <label>정부기관</label>
  1561. <value>1</value>
  1562. </item>
  1563. <item>
  1564. <label>기업체</label>
  1565. <value>2</value>
  1566. </item>
  1567. <item>
  1568. <label>학회연구용</label>
  1569. <value>3</value>
  1570. </item>
  1571. <item>
  1572. <label>기타</label>
  1573. <value>4</value>
  1574. </item>
  1575. <item>
  1576. <label>해당없음</label>
  1577. <value>5</value>
  1578. </item>
  1579. </choices>
  1580. </select1>
  1581. <caption id="caption121" class="cell_1" style="left:240px; top:241px; width:100px; height:23px; text-align:center; vertical-align:middle; ">피험자동의서</caption>
  1582. <input id="input81" ref="/root/main/view/irsmsubjinfo/reqinstchrgid" class="input_default" disabled="false" navindex="14" editable="true" style="left:190px; top:218px; width:115px; height:19px; "/>
  1583. <caption id="caption122" class="cell_1" style="left:3px; top:99px; width:122px; height:23px; text-align:center; vertical-align:middle; ">조사목적</caption>
  1584. <caption id="caption125" class="cell_1" style="left:344px; top:263px; width:122px; height:23px; text-align:center; vertical-align:middle; ">신청일자</caption>
  1585. <input id="input82" ref="/root/main/view/irsmsubjinfo/inqrgoal" class="input_default" navindex="4" editable="false" style="left:130px; top:101px; width:655px; height:19px; "/>
  1586. <caption id="caption126" class="cell_1" style="left:3px; top:217px; width:122px; height:23px; text-align:center; vertical-align:middle; ">의뢰기관</caption>
  1587. <input id="input83" ref="/root/main/view/irsmsubjinfo/allidxcase" class="input_default" disabled="false" navindex="17" editable="true" style="left:130px; top:242px; width:100px; height:19px; "/>
  1588. <input id="input85" ref="/root/main/view/irsmsubjinfo/itemnm" class="input_default" navindex="2" editable="false" style="left:130px; top:54px; width:655px; height:19px; "/>
  1589. <select id="checkbox2" ref="/root/main/view/irsmsubjinfo/relprstdata1" navindex="7" overflow="visible" appearance="full" style="left:130px; top:196px; width:110px; height:20px; border-style:none; ">
  1590. <choices>
  1591. <item>
  1592. <label>피험자 모집문건</label>
  1593. <value>Y</value>
  1594. </item>
  1595. </choices>
  1596. </select>
  1597. <caption id="caption128" class="cell_1" style="left:3px; top:193px; width:122px; height:23px; text-align:center; vertical-align:middle; ">관련제출자료</caption>
  1598. <caption id="caption130" class="cell_1" style="left:3px; top:169px; width:122px; height:23px; text-align:center; vertical-align:middle; ">조사방법</caption>
  1599. <input id="input87" ref="/root/main/view/irsmsubjinfo/comnm" class="input_default" navindex="3" editable="false" style="left:130px; top:77px; width:655px; height:19px; "/>
  1600. <input id="input88" ref="/root/main/view/irsmsubjinfo/stdycostsuppinstnm" class="input_default" disabled="false" navindex="16" editable="true" style="left:670px; top:218px; width:116px; height:19px; "/>
  1601. <input id="input89" ref="/root/main/view/irsmsubjinfo/stdyenddd" class="input_default" disabled="false" navindex="20" editable="false" inputtype="date" style="left:240px; top:265px; width:100px; height:19px; "/>
  1602. <input id="input92" ref="/root/main/view/irsmsubjinfo/inqrmthd" class="input_default" navindex="6" editable="true" style="left:130px; top:170px; width:655px; height:19px; "/>
  1603. <input id="input93" ref="/root/main/view/irsmsubjinfo/prstdataetc5" class="input_default" disabled="true" navindex="12" editable="true" style="left:640px; top:194px; width:146px; height:19px; "/>
  1604. <caption id="caption132" class="cell_1" style="left:3px; top:241px; width:122px; height:23px; text-align:center; vertical-align:middle; ">전체증례수</caption>
  1605. <input id="input96" ref="/root/main/view/irsmsubjinfo/appdd" class="input_default" disabled="false" navindex="21" editable="false" inputtype="date" style="left:471px; top:264px; width:100px; height:19px; "/>
  1606. <caption id="caption135" class="cell_1" style="left:3px; top:265px; width:122px; height:23px; text-align:center; vertical-align:middle; ">연구예정기간</caption>
  1607. <caption id="caption136" class="cell_1" style="left:3px; top:51px; width:122px; height:23px; text-align:center; vertical-align:middle; ">조사대상 품목명</caption>
  1608. <select1 id="combo7" ref="/root/main/view/irsmsubjinfo/testeeaprvflag" class="combo_search" disabled="false" navindex="18" appearance="minimal" style="left:344px; top:242px; width:153px; height:19px; ">
  1609. <choices>
  1610. <item>
  1611. <label>서면</label>
  1612. <value>1</value>
  1613. </item>
  1614. <item>
  1615. <label>구두(사유서첨부)</label>
  1616. <value>2</value>
  1617. </item>
  1618. <item>
  1619. <label>불필요(사유서첨부)</label>
  1620. <value>3</value>
  1621. </item>
  1622. </choices>
  1623. </select1>
  1624. <caption id="caption137" class="cell_1" style="left:3px; top:3px; width:122px; height:47px; text-align:center; vertical-align:middle; ">연구과제명</caption>
  1625. <select id="checkbox7" ref="/root/main/view/irsmsubjinfo/relprstdata2" navindex="8" overflow="visible" appearance="full" style="left:243px; top:196px; width:110px; height:20px; border-style:none; ">
  1626. <choices>
  1627. <item>
  1628. <label>피험자 환자일지</label>
  1629. <value>Y</value>
  1630. </item>
  1631. </choices>
  1632. </select>
  1633. <caption id="caption138" class="cell_1" style="left:3px; top:75px; width:122px; height:23px; text-align:center; vertical-align:middle; ">성분명 및 규격단위</caption>
  1634. <input id="input100" ref="/root/main/view/irsmsubjinfo/stdystartdd" class="input_default" disabled="false" navindex="19" editable="false" inputtype="date" style="left:130px; top:266px; width:100px; height:19px; "/>
  1635. <select id="checkbox8" ref="/root/main/view/irsmsubjinfo/relprstdata3" navindex="9" overflow="visible" appearance="full" style="left:356px; top:196px; width:100px; height:20px; border-style:none; ">
  1636. <choices>
  1637. <item>
  1638. <label>피험자 설문지</label>
  1639. <value>Y</value>
  1640. </item>
  1641. </choices>
  1642. </select>
  1643. <select id="checkbox9" ref="/root/main/view/irsmsubjinfo/relprstdata4" navindex="10" overflow="visible" appearance="full" style="left:459px; top:196px; width:135px; height:20px; border-style:none; ">
  1644. <choices>
  1645. <item>
  1646. <label>경제적 이해관계 자료</label>
  1647. <value>Y</value>
  1648. </item>
  1649. </choices>
  1650. </select>
  1651. <input id="input102" ref="/root/main/view/irsmsubjinfo/concernrela" class="input_default" navindex="22" editable="true" style="left:130px; top:292px; width:655px; height:19px; "/>
  1652. <caption id="caption139" class="cell_1" style="left:3px; top:289px; width:122px; height:23px; text-align:center; vertical-align:middle; ">
  1653. <![CDATA[경제적이해관계명시]]>
  1654. </caption>
  1655. <textarea id="textarea14" ref="/root/main/view/irsmsubjinfo/subjnm" navindex="1" scroll="vertical" editable="true" style="left:130px; top:3px; width:655px; height:47px; "/>
  1656. <caption id="caption140" class="cell_1" style="left:3px; top:123px; width:122px; height:45px; text-align:center; vertical-align:middle; ">대상질환</caption>
  1657. <textarea id="textarea15" ref="/root/main/view/irsmsubjinfo/trgtsick" navindex="5" scroll="vertical" editable="true" style="left:130px; top:123px; width:655px; height:44px; "/>
  1658. <caption id="caption35" class="cell_1" style="left:3px; top:313px; width:122px; height:123px; text-align:center; vertical-align:middle; ">
  1659. <![CDATA[의뢰기관(CRO)
  1660. 담당자]]>
  1661. </caption>
  1662. <input id="input26" ref="/root/main/view/imcmreqchrg/cntctelno" class="input_default" disabled="false" editable="false" style="left:225px; top:340px; width:205px; height:19px; "/>
  1663. <caption id="caption36" class="cell_1" style="left:130px; top:338px; width:91px; height:23px; text-align:center; vertical-align:middle; ">전화번호</caption>
  1664. <caption id="caption41" class="cell_1" style="left:130px; top:413px; width:91px; height:23px; text-align:center; vertical-align:middle; ">E-mail</caption>
  1665. <input id="input27" ref="/root/main/view/imcmreqchrg/faxno" class="input_default" disabled="false" editable="false" style="left:225px; top:390px; width:205px; height:19px; "/>
  1666. <caption id="caption42" class="cell_1" style="left:130px; top:313px; width:91px; height:23px; text-align:center; vertical-align:middle; ">이름</caption>
  1667. <caption id="caption52" class="cell_1" style="left:130px; top:388px; width:91px; height:23px; text-align:center; vertical-align:middle; ">Fax</caption>
  1668. <input id="input53" ref="/root/main/view/imcmreqchrg/nm" class="input_default" disabled="false" editable="false" style="left:225px; top:315px; width:205px; height:19px; "/>
  1669. <input id="input66" ref="/root/main/view/imcmreqchrg/email" class="input_default" disabled="false" editable="false" style="left:225px; top:415px; width:205px; height:19px; "/>
  1670. <caption id="caption106" class="cell_1" style="left:130px; top:363px; width:91px; height:23px; text-align:center; vertical-align:middle; ">핸드폰번호</caption>
  1671. <input id="input68" ref="/root/main/view/imcmreqchrg/mpphonno" class="input_default" disabled="false" editable="false" style="left:225px; top:365px; width:205px; height:19px; "/>
  1672. <caption id="caption141" class="cell_1" style="left:130px; top:488px; width:91px; height:23px; text-align:center; vertical-align:middle; ">CRF</caption>
  1673. <input id="input90" ref="/root/main/view/irsmsubjinfo/verplan" class="input_default" disabled="false" editable="false" style="left:225px; top:440px; width:205px; height:19px; "/>
  1674. <caption id="caption142" class="cell_1" style="left:130px; top:513px; width:91px; height:23px; text-align:center; vertical-align:middle; ">IB</caption>
  1675. <caption id="caption144" class="cell_1" style="left:130px; top:438px; width:91px; height:23px; text-align:center; vertical-align:middle; ">계획서</caption>
  1676. <input id="input94" ref="/root/main/view/irsmsubjinfo/vercrf" class="input_default" disabled="false" editable="false" style="left:225px; top:490px; width:205px; height:19px; "/>
  1677. <caption id="caption145" class="cell_1" style="left:3px; top:438px; width:122px; height:97px; text-align:center; vertical-align:middle; ">Version</caption>
  1678. <caption id="caption146" class="cell_1" style="left:130px; top:463px; width:91px; height:23px; text-align:center; vertical-align:middle; ">동의서</caption>
  1679. <input id="input95" ref="/root/main/view/irsmsubjinfo/veraprv" class="input_default" disabled="false" editable="false" style="left:225px; top:465px; width:205px; height:19px; "/>
  1680. <input id="input97" ref="/root/main/view/irsmsubjinfo/verib" class="input_default" disabled="false" editable="false" style="left:225px; top:515px; width:205px; height:19px; "/>
  1681. <caption id="caption153" class="cell_1" style="left:130px; top:217px; width:56px; height:23px; text-align:center; vertical-align:middle; ">제약회사</caption>
  1682. <caption id="caption154" class="cell_1" style="left:310px; top:217px; width:56px; height:23px; text-align:center; vertical-align:middle; ">CRO</caption>
  1683. <input id="input104" ref="/root/main/view/irsmsubjinfo/croinstcd" class="input_default" disabled="false" navindex="14" editable="true" style="left:370px; top:220px; width:115px; height:19px; "/>
  1684. </case>
  1685. </switch>
  1686. </case>
  1687. <case id="case3">
  1688. <input id="input38" ref="/root/main/default/subjhospi/subjno" class="input_default" editable="false" style="left:107px; top:28px; width:100px; height:19px; "/>
  1689. <input id="input39" ref="/root/main/default/subjhospi/totstdycost" class="input_default" editable="false" format="(-)#,###" style="left:311px; top:28px; width:210px; height:19px; "/>
  1690. <input id="input40" ref="/root/main/default/subjhospi/usernm" class="input_default" editable="false" style="left:107px; top:52px; width:100px; height:19px; "/>
  1691. <input id="input41" ref="/root/main/default/subjhospi/stdystartdd" class="input_default" editable="false" inputtype="date" style="left:311px; top:52px; width:100px; height:19px; "/>
  1692. <caption id="caption58" class="cell_1" style="left:5px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  1693. <caption id="caption72" class="cell_1" style="left:5px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  1694. <input id="input42" ref="/root/main/default/subjhospi/stdyenddd" class="input_default" editable="false" inputtype="date" style="left:421px; top:52px; width:100px; height:19px; "/>
  1695. <caption id="caption76" class="cell_1" style="left:209px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">연구기간</caption>
  1696. <caption id="caption77" class="cell_1" style="left:523px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">접수일자</caption>
  1697. <input id="input43" ref="/root/main/default/subjhospi/reqdt" class="input_default" editable="false" inputtype="date" style="left:625px; top:29px; width:121px; height:19px; "/>
  1698. <input id="input44" ref="/root/main/default/subjhospi/itemnm" class="input_default" editable="false" style="left:625px; top:52px; width:121px; height:19px; "/>
  1699. <caption id="caption78" class="cell_1" style="left:523px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  1700. <caption id="caption79" class="cell_1" style="left:5px; top:74px; width:100px; height:56px; text-align:center; vertical-align:middle; ">과제명</caption>
  1701. <caption id="caption80" class="tit_2" style="left:6px; top:6px; width:240px; height:13px; ">연구관련정보</caption>
  1702. <textarea id="textarea11" ref="/root/main/default/subjhospi/subjnm" editable="false" style="left:107px; top:75px; width:639px; height:55px; "/>
  1703. <caption id="caption81" class="cell_1" style="left:209px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">총연구비</caption>
  1704. <line id="line21" class="line_3" style="x1:5px; y1:132px; x2:747px; y2:132px; "/>
  1705. <line id="line20" class="line_1" style="x1:5px; y1:22px; x2:747px; y2:22px; "/>
  1706. <button id="button15" class="btn2_letter4" style="left:1090px; top:412px; width:64px; height:19px; ">
  1707. <caption>내려받기</caption>
  1708. </button>
  1709. <datagrid id="datagrid2" nodeset="/root/main/view/icumbugtc" caption="지출항목^실행예산^산출근거" colsep="^" colwidth="100, 200, 200" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:5px; top:322px; width:570px; height:140px; ">
  1710. <col disabled="true" ref="detlitemexpendcd" type="combo">
  1711. <choices>
  1712. <item>
  1713. <label>유인물비</label>
  1714. <value>30001</value>
  1715. </item>
  1716. <item>
  1717. <label>문헌조사비</label>
  1718. <value>30002</value>
  1719. </item>
  1720. <item>
  1721. <label>설문조사비</label>
  1722. <value>30003</value>
  1723. </item>
  1724. <item>
  1725. <label>공공요금,잡비</label>
  1726. <value>30004</value>
  1727. </item>
  1728. <item>
  1729. <label>자문료</label>
  1730. <value>30005</value>
  1731. </item>
  1732. <item>
  1733. <label>기타</label>
  1734. <value>30099</value>
  1735. </item>
  1736. </choices>
  1737. </col>
  1738. <col ref="bugt" format="(-)#,###" mask="exclude" maxlength="12"/>
  1739. <col ref="calcbase"/>
  1740. </datagrid>
  1741. <caption id="caption70" class="tit_2" style="left:6px; top:468px; width:120px; height:13px; ">마.간접비(15%)</caption>
  1742. <caption id="caption71" class="cell_1" style="left:6px; top:488px; width:110px; height:23px; text-align:center; vertical-align:middle; ">병원간접비(10%)</caption>
  1743. <line id="line31" class="line_3" style="x1:5px; y1:298px; x2:575px; y2:298px; "/>
  1744. <line id="line10" class="line_3" style="x1:6px; y1:512px; x2:575px; y2:512px; "/>
  1745. <button id="button18" class="btn2_letter4" style="left:1090px; top:390px; width:64px; height:19px; ">
  1746. <caption>내려받기</caption>
  1747. </button>
  1748. <input id="input30" ref="/root/main/view/icumbugtfilelst/attfilenm4" class="input_default" editable="false" style="left:610px; top:390px; width:470px; height:19px; "/>
  1749. <caption id="caption73" class="cell_1" style="left:275px; top:488px; width:110px; height:23px; text-align:center; vertical-align:middle; ">CRCC간접비(5%)</caption>
  1750. <line id="line11" class="line_3" style="x1:845px; y1:512px; x2:1179px; y2:512px; "/>
  1751. <input id="input31" ref="/root/main/view/icumbugtfilelst/attfilenm5" class="input_default" editable="false" style="left:610px; top:412px; width:470px; height:19px; "/>
  1752. <caption id="caption74" class="tit_2" style="left:846px; top:468px; width:329px; height:13px; ">바.총연구비(115%) (가+나+다+마)</caption>
  1753. <line id="line45" class="line_1" style="x1:610px; y1:153px; x2:1180px; y2:153px; "/>
  1754. <caption id="caption64" class="tit_2" style="left:611px; top:468px; width:155px; height:13px; vertical-align:middle; ">* 소계 (가+나+다)</caption>
  1755. <input id="input32" ref="/root/temp/hospamt" class="input_default" editable="false" format="(-)#,###" style="left:120px; top:490px; width:150px; height:19px; "/>
  1756. <caption id="caption75" class="cell_1" style="left:846px; top:488px; width:129px; height:23px; text-align:center; vertical-align:middle; ">총연구비(115%)</caption>
  1757. <line id="line46" class="line_3" style="x1:610px; y1:298px; x2:1180px; y2:298px; "/>
  1758. <caption id="caption87" class="tit_2" style="left:611px; top:138px; width:161px; height:13px; ">나.직접연구경비</caption>
  1759. <input id="input33" ref="/root/temp/totalamt" class="input_default" editable="false" format="(-)#,###" style="left:980px; top:490px; width:200px; height:19px; "/>
  1760. <line id="line14" class="line_1" style="x1:845px; y1:483px; x2:1179px; y2:483px; "/>
  1761. <datagrid id="datagrid9" nodeset="/root/main/view/icumbugtb" caption="지출항목^실행예산^산출근거" colsep="^" colwidth="100, 200, 200" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:610px; top:157px; width:570px; height:140px; ">
  1762. <col disabled="true" ref="detlitemexpendcd" type="combo">
  1763. <choices>
  1764. <item>
  1765. <label>임상검사비</label>
  1766. <value>20001</value>
  1767. </item>
  1768. <item>
  1769. <label>장비사용(임대)</label>
  1770. <value>20002</value>
  1771. </item>
  1772. <item>
  1773. <label>기기 구입비</label>
  1774. <value>20003</value>
  1775. </item>
  1776. <item>
  1777. <label>시약,재료대</label>
  1778. <value>20004</value>
  1779. </item>
  1780. <item>
  1781. <label>Volunteer Fee</label>
  1782. <value>20005</value>
  1783. </item>
  1784. <item>
  1785. <label>약품관리비</label>
  1786. <value>20006</value>
  1787. </item>
  1788. </choices>
  1789. </col>
  1790. <col ref="bugt" format="(-)#,###" mask="exclude" maxlength="12"/>
  1791. <col ref="calcbase"/>
  1792. </datagrid>
  1793. <datagrid id="datagrid11" nodeset="/root/main/view/icumbugta" caption="지출항목^실행예산^산출근거" colsep="^" colwidth="100, 200, 200" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:5px; top:157px; width:570px; height:140px; ">
  1794. <col disabled="true" ref="detlitemexpendcd" type="combo">
  1795. <choices>
  1796. <item>
  1797. <label>연구교수인건비</label>
  1798. <value>10001</value>
  1799. </item>
  1800. <item>
  1801. <label>인건보조비</label>
  1802. <value>10002</value>
  1803. </item>
  1804. <item>
  1805. <label>회의비</label>
  1806. <value>10003</value>
  1807. </item>
  1808. <item>
  1809. <label>여비</label>
  1810. <value>10004</value>
  1811. </item>
  1812. </choices>
  1813. </col>
  1814. <col ref="bugt" format="(-)#,###" mask="exclude" maxlength="12"/>
  1815. <col ref="calcbase"/>
  1816. </datagrid>
  1817. <input id="input34" ref="/root/temp/sumamt" class="input_default" editable="false" format="(-)#,###" style="left:610px; top:490px; width:229px; height:19px; vertical-align:middle; "/>
  1818. <caption id="caption67" class="tit_2" style="left:6px; top:138px; width:161px; height:13px; ">가.연구활동비(단위: 원)</caption>
  1819. <input id="input35" ref="/root/main/view/icumbugtfilelst/attfilenm1" class="input_default" editable="false" style="left:610px; top:324px; width:470px; height:19px; "/>
  1820. <caption id="caption68" class="tit_2" style="left:6px; top:303px; width:161px; height:13px; ">다.연구운영비</caption>
  1821. <line id="line16" class="line_1" style="x1:6px; y1:483px; x2:575px; y2:483px; "/>
  1822. <input id="input36" ref="/root/main/view/icumbugtfilelst/attfilenm2" class="input_default" editable="false" style="left:610px; top:346px; width:470px; height:19px; "/>
  1823. <line id="line17" class="line_1" style="x1:610px; y1:318px; x2:1180px; y2:318px; "/>
  1824. <caption id="caption69" class="tit_2" style="left:611px; top:303px; width:300px; height:13px; ">라.기타 산출근거(임상검사비등) 파일첨부</caption>
  1825. <line id="line18" class="line_1" style="x1:5px; y1:318px; x2:575px; y2:318px; "/>
  1826. <input id="input37" ref="/root/temp/crccamt" class="input_default" editable="false" format="(-)#,###" style="left:388px; top:490px; width:187px; height:19px; "/>
  1827. <line id="line19" class="line_1" style="x1:5px; y1:153px; x2:575px; y2:153px; "/>
  1828. <button id="button10" class="btn2_letter4" style="left:1090px; top:346px; width:64px; height:19px; ">
  1829. <caption>내려받기</caption>
  1830. </button>
  1831. <line id="line32" class="line_3" style="x1:5px; y1:463px; x2:575px; y2:463px; "/>
  1832. <input id="input29" ref="/root/main/view/icumbugtfilelst/attfilenm3" class="input_default" editable="false" style="left:610px; top:368px; width:470px; height:19px; "/>
  1833. <button id="button12" class="btn2_letter4" style="left:1090px; top:368px; width:64px; height:19px; ">
  1834. <caption>내려받기</caption>
  1835. </button>
  1836. <button id="button14" class="btn2_letter4" style="left:1090px; top:324px; width:64px; height:19px; ">
  1837. <caption>내려받기</caption>
  1838. </button>
  1839. <line id="line30" class="line_3" style="x1:610px; y1:512px; x2:839px; y2:512px; "/>
  1840. <line id="line33" class="line_1" style="x1:610px; y1:483px; x2:839px; y2:483px; "/>
  1841. </case>
  1842. <case id="case4">
  1843. <caption id="caption104" class="tit_2" style="left:10px; top:150px; width:135px; height:13px; ">구비서류 자가체크</caption>
  1844. <datagrid id="datagrid1" nodeset="/root/main/view/chkgrouplst" caption="구비서류항목^구비여부^비고" colsep="^" colwidth="468, 100, 200" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:170px; width:810px; height:340px; ">
  1845. <col ref="prtitem"/>
  1846. <col class="combo_search" ref="possesyn" type="combo">
  1847. <choices>
  1848. <item>
  1849. <label>예</label>
  1850. <value>Y</value>
  1851. </item>
  1852. <item>
  1853. <label>아니오</label>
  1854. <value>N</value>
  1855. </item>
  1856. <item>
  1857. <label>해당사항없음</label>
  1858. <value>R</value>
  1859. </item>
  1860. </choices>
  1861. </col>
  1862. <col ref="cmt"/>
  1863. </datagrid>
  1864. <line id="line55" class="line_1" style="x1:5px; y1:165px; x2:815px; y2:165px; "/>
  1865. <caption id="caption54" class="cell_1" style="left:209px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">총연구비</caption>
  1866. <line id="line26" class="line_1" style="x1:5px; y1:22px; x2:746px; y2:22px; "/>
  1867. <caption id="caption93" class="cell_1" style="left:5px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  1868. <input id="input52" ref="/root/main/default/subjhospi/usernm" class="input_default" editable="false" style="left:107px; top:52px; width:100px; height:19px; "/>
  1869. <line id="line27" class="line_3" style="x1:5px; y1:132px; x2:746px; y2:132px; "/>
  1870. <input id="input60" ref="/root/main/default/subjhospi/stdystartdd" class="input_default" editable="false" inputtype="date" style="left:311px; top:52px; width:100px; height:19px; "/>
  1871. <input id="input61" ref="/root/main/default/subjhospi/stdyenddd" class="input_default" editable="false" inputtype="date" style="left:421px; top:52px; width:100px; height:19px; "/>
  1872. <input id="input62" ref="/root/main/default/subjhospi/reqdt" class="input_default" editable="false" inputtype="date" style="left:625px; top:29px; width:121px; height:19px; "/>
  1873. <input id="input63" ref="/root/main/default/subjhospi/itemnm" class="input_default" editable="false" style="left:625px; top:52px; width:121px; height:19px; "/>
  1874. <caption id="caption94" class="cell_1" style="left:209px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">연구기간</caption>
  1875. <caption id="caption95" class="cell_1" style="left:523px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">접수일자</caption>
  1876. <caption id="caption96" class="cell_1" style="left:523px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  1877. <caption id="caption97" class="cell_1" style="left:5px; top:74px; width:100px; height:56px; text-align:center; vertical-align:middle; ">과제명</caption>
  1878. <caption id="caption98" class="cell_1" style="left:5px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  1879. <input id="input64" ref="/root/main/default/subjhospi/subjno" class="input_default" editable="false" style="left:107px; top:28px; width:100px; height:19px; "/>
  1880. <input id="input65" ref="/root/main/default/subjhospi/totstdycost" class="input_default" editable="false" format="#,###" style="left:311px; top:28px; width:210px; height:19px; "/>
  1881. <textarea id="textarea13" ref="/root/main/default/subjhospi/subjnm" editable="false" style="left:107px; top:75px; width:639px; height:55px; "/>
  1882. <caption id="caption99" class="tit_2" style="left:6px; top:6px; width:240px; height:13px; ">연구관련정보</caption>
  1883. <line id="line28" class="line_3" style="x1:4px; y1:512px; x2:815px; y2:512px; "/>
  1884. <input id="input105" ref="/root/main/view/irsdsubjhosp/subjattfile" class="input_default" editable="false" style="left:185px; top:145px; width:176px; height:19px; ">
  1885. <script type="javascript" ev:event="xforms-value-changed">
  1886. <![CDATA[
  1887. if ( model.getValue("/root/main/view/chkgrouphead/subjattfile") ==""){
  1888. button5.disabled= true;
  1889. } else {
  1890. var reqyn = model.getValue("/root/main/grid/irsdsubjhosp["+ datagrid0.row +"]/reqyn");
  1891. if(reqyn == "Y") {
  1892. button5.disabled= true;
  1893. } else {
  1894. button5.disabled= false;
  1895. }
  1896. }
  1897. ]]>
  1898. </script>
  1899. </input>
  1900. <button id="button5" class="btn5_letter4" style="left:365px; top:145px; width:64px; height:19px; ">
  1901. <caption>내려받기</caption>
  1902. <script type="javascript" ev:event="DOMActivate">
  1903. <![CDATA[
  1904. var s = model.getValue("/root/main/view/irsdsubjhosp/subjattfile");
  1905. var ss = s.split("/");
  1906. var filepath = "";
  1907. var filenm = "";
  1908. for ( var i = 0; i < ss.length; i ++){
  1909. if ( i < ss.length -2 ) {
  1910. filepath = filepath+ss[i] +"/";
  1911. } else if ( i < ss.length -1 ) {
  1912. filepath = filepath+ss[i] ;
  1913. } else {
  1914. filenm = ss[i];
  1915. }
  1916. }
  1917. var localfile = window.fileDialog("save","|",false,filenm,"","All Files(*.*)|*.*");
  1918. if (localfile != "") {
  1919. model.download(getActionURL("TRIRS00105")+"&filepath="+filepath,localfile);
  1920. var rtn = messageBox("파일을", "Q004");
  1921. if( rtn == 6 ) {
  1922. window.exec(localfile);
  1923. }
  1924. }
  1925. ]]>
  1926. </script>
  1927. </button>
  1928. <upload id="upload1" ext="zip" filecount="5" filesize="10485760" validate="true" style="left:445px; top:140px; width:100px; height:20px; "/>
  1929. </case>
  1930. <case id="case5">
  1931. <line id="line24" class="line_1" style="x1:4px; y1:150px; x2:745px; y2:150px; "/>
  1932. <datagrid id="datagrid10" nodeset="/root/main/view/imcmtestee" caption="이름^나이^키^몸무게^생년월일^접수일^연락처^이메일" colsep="^" colwidth="80, 50, 50, 50, 100, 100, 100, 140" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:4px; top:155px; width:741px; height:355px; ">
  1933. <col ref="testeenm"/>
  1934. <col ref="age"/>
  1935. <col ref="ht"/>
  1936. <col ref="bdwt"/>
  1937. <col ref="brthdd" format="yyyy-mm-dd"/>
  1938. <col ref="fstrgstdt" format="yyyy-mm-dd"/>
  1939. <col ref="telno"/>
  1940. <col ref="email"/>
  1941. </datagrid>
  1942. <line id="line25" class="line_3" style="x1:4px; y1:512px; x2:745px; y2:512px; "/>
  1943. <button id="button6" class="btn2_letter7" style="left:650px; top:2px; width:97px; height:19px; ">
  1944. <caption>지원자명단출력</caption>
  1945. </button>
  1946. <textarea id="textarea12" ref="/root/main/default/subjhospi/subjnm" editable="false" style="left:107px; top:75px; width:639px; height:55px; "/>
  1947. <input id="input45" ref="/root/main/default/subjhospi/stdystartdd" class="input_default" editable="false" inputtype="date" style="left:311px; top:52px; width:100px; height:19px; "/>
  1948. <input id="input46" ref="/root/main/default/subjhospi/stdyenddd" class="input_default" editable="false" inputtype="date" style="left:421px; top:52px; width:100px; height:19px; "/>
  1949. <caption id="caption82" class="cell_1" style="left:5px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  1950. <caption id="caption85" class="cell_1" style="left:209px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">연구기간</caption>
  1951. <input id="input47" ref="/root/main/default/subjhospi/reqdt" class="input_default" editable="false" inputtype="date" style="left:625px; top:29px; width:121px; height:19px; "/>
  1952. <caption id="caption86" class="cell_1" style="left:523px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">접수일자</caption>
  1953. <input id="input48" ref="/root/main/default/subjhospi/itemnm" class="input_default" editable="false" style="left:625px; top:52px; width:121px; height:19px; "/>
  1954. <input id="input49" ref="/root/main/default/subjhospi/usernm" class="input_default" editable="false" style="left:107px; top:52px; width:100px; height:19px; "/>
  1955. <input id="input50" ref="/root/main/default/subjhospi/subjno" class="input_default" editable="false" style="left:107px; top:28px; width:100px; height:19px; "/>
  1956. <caption id="caption88" class="cell_1" style="left:523px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  1957. <input id="input51" ref="/root/main/default/subjhospi/totstdycost" class="input_default" editable="false" style="left:311px; top:28px; width:210px; height:19px; "/>
  1958. <caption id="caption89" class="cell_1" style="left:5px; top:74px; width:100px; height:56px; text-align:center; vertical-align:middle; ">과제명</caption>
  1959. <caption id="caption90" class="cell_1" style="left:5px; top:50px; width:100px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  1960. <caption id="caption91" class="cell_1" style="left:209px; top:26px; width:100px; height:23px; text-align:center; vertical-align:middle; ">총연구비</caption>
  1961. <caption id="caption92" class="tit_2" style="left:6px; top:6px; width:240px; height:13px; ">연구관련정보</caption>
  1962. <line id="line22" class="line_1" style="x1:5px; y1:22px; x2:747px; y2:22px; "/>
  1963. <line id="line23" class="line_3" style="x1:5px; y1:132px; x2:746px; y2:132px; "/>
  1964. </case>
  1965. </switch>
  1966. <button id="button71" class="btn_sw" group="tab" selected="true" style="left:2px; top:244px; width:123px; height:22px; ">
  1967. <caption>과제정보/심사이력</caption>
  1968. <toggle case="case1" ev:event="onclick"/>
  1969. <script type="javascript" ev:event="DOMActivate">
  1970. <![CDATA[
  1971. getSubjInfoNInternet();
  1972. ]]>
  1973. </script>
  1974. </button>
  1975. <button id="button1" class="btn_sw" group="tab" style="left:126px; top:244px; width:120px; height:22px; ">
  1976. <caption>과제상세정보</caption>
  1977. <toggle case="case2" ev:event="onclick"/>
  1978. <script type="javascript" ev:event="DOMActivate">
  1979. <![CDATA[
  1980. getSubjInfo();
  1981. ]]>
  1982. </script>
  1983. </button>
  1984. <button id="button2" class="btn_sw" group="tab" style="left:245px; top:244px; width:120px; height:22px; ">
  1985. <caption>과제실행예산</caption>
  1986. <toggle case="case3" ev:event="onclick"/>
  1987. <script type="javascript" ev:event="DOMActivate">
  1988. <![CDATA[
  1989. getIrsdSubjHospInfo();
  1990. ]]>
  1991. </script>
  1992. </button>
  1993. <button id="button3" class="btn_sw" group="tab" style="left:364px; top:244px; width:120px; height:22px; ">
  1994. <caption>자가체크리스트</caption>
  1995. <toggle case="case4" ev:event="onclick"/>
  1996. <script type="javascript" ev:event="DOMActivate">
  1997. <![CDATA[
  1998. if(getValue()) getChkGroupInfo();
  1999. model.makeValue("/root/main/view/irsdsubjhosp/subjattfile", model.getValue("/root/temp/subjattfile"));
  2000. model.refresh();
  2001. if ( model.getValue("/root/temp/subjattfile") == ""){
  2002. button5.disabled=true;
  2003. } else {
  2004. button5.disabled=false;
  2005. }
  2006. ]]>
  2007. </script>
  2008. </button>
  2009. <button id="button4" class="btn_sw" visibility="hidden" group="tab" style="left:483px; top:244px; width:120px; height:22px; ">
  2010. <caption>지원자정보</caption>
  2011. <toggle case="case5" ev:event="onclick"/>
  2012. <script type="javascript" ev:event="DOMActivate">
  2013. <![CDATA[
  2014. getTestInfo();
  2015. ]]>
  2016. </script>
  2017. </button>
  2018. <button id="btn_excel" class="btn2_letter3" style="left:1140px; top:70px; width:53px; height:19px; ">
  2019. <caption>Excel</caption>
  2020. <script type="javascript" ev:event="onclick">
  2021. <![CDATA[
  2022. var fileName = window.fileDialog("save",",",false,"과제진행목록","xls","All Files(*.*)|*.*|Excel Files(*.xls)|*.xls");
  2023. if(fileName !=""){
  2024. grd_prcssubjlist.saveExcel(fileName);
  2025. }
  2026. ]]>
  2027. </script>
  2028. </button>
  2029. </xhtml:body>
  2030. </xhtml:html>