SPIIA00107_심사이력조회.xrw 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <judgconf>
  11. <sjudgconf>
  12. <subjid/>
  13. <judgkind/>
  14. <judgappdg/>
  15. <instcd/>
  16. <judgconfkind/>
  17. <judgrslt/>
  18. <allpsnno/>
  19. <attntrpsnno/>
  20. <appcnt/>
  21. <rejtcnt/>
  22. <rejtresn/>
  23. <judgnonentry/>
  24. <nonentryresn/>
  25. <judgitem1/>
  26. <judgitem2/>
  27. <judgitem3/>
  28. <judgitem4/>
  29. <judgitem5/>
  30. <judgitem6/>
  31. <judgitem7/>
  32. <judgitem8/>
  33. <m/>
  34. <conftm/>
  35. <allentry/>
  36. <confplc/>
  37. <judgdd/>
  38. </sjudgconf>
  39. <subjinfo>
  40. <subjno/>
  41. <itemnm/>
  42. <comnm/>
  43. <respstdyempno/>
  44. <respstdynm/>
  45. <subjnm/>
  46. <cmpynm/>
  47. <roothospidxcasecnt/>
  48. </subjinfo>
  49. </judgconf>
  50. <temp>
  51. <conft/>
  52. <confd/>
  53. </temp>
  54. </main>
  55. <send>
  56. <srchjudgappdg/>
  57. <srchjudgkind/>
  58. <srchsubjid/>
  59. <srchinstcd/>
  60. <srchreptkind/>
  61. <srchreptseqno/>
  62. <report/>
  63. <rtnbtn/>
  64. <rtndate/>
  65. <rtnresn/>
  66. <searchitem2>
  67. <instcd/>
  68. <subjid/>
  69. <reptseqno/>
  70. <reptkind/>
  71. <judgappdg/>
  72. <roothospidxcasecnt/>
  73. <subjno/>
  74. <subjnm/>
  75. <totstdycost/>
  76. <direccost/>
  77. <autosrchyn/>
  78. </searchitem2>
  79. </send>
  80. <init>
  81. </init>
  82. <hidden>
  83. </hidden>
  84. </root>
  85. </instance>
  86. <script type="javascript" ev:event="xforms-ready">
  87. <![CDATA[
  88. var judgappdg = opener.javascript.getParameter("judgappdg");
  89. var judgkind = opener.javascript.getParameter("judgkind");
  90. var instcd = opener.javascript.getParameter("instcd");
  91. var subjid = opener.javascript.getParameter("subjid");
  92. var reptkind = opener.javascript.getParameter("reptkind");
  93. var reptseqno = opener.javascript.getParameter("reptseqno");
  94. var report = opener.javascript.getParameter("report");
  95. model.setValue("/root/send/srchjudgappdg", judgappdg);
  96. model.setValue("/root/send/srchjudgkind", judgkind);
  97. model.setValue("/root/send/srchinstcd", instcd);
  98. model.setValue("/root/send/srchsubjid", subjid);
  99. model.setValue("/root/send/report", "Y");
  100. model.setValue("/root/send/srchreptkind", reptkind);
  101. model.setValue("/root/send/srchreptseqno", reptseqno);
  102. //보고서 조회에 필요한 값 설정
  103. model.setValue("/root/send/searchitem2/instcd", instcd);
  104. model.setValue("/root/send/searchitem2/subjid", subjid);
  105. model.setValue("/root/send/searchitem2/reptseqno",reptseqno);
  106. model.setValue("/root/send/searchitem2/reptkind", reptkind);
  107. model.setValue("/root/send/searchitem2/autosrchyn", "Y");
  108. if ( reptkind == 9 || reptkind == 0 ) {
  109. iviewer1.visible = false;
  110. } else {
  111. iviewer1.visible = true;
  112. }
  113. if ( model.getValue("/root/send/srchjudgkind") == 'A' || model.getValue("/root/send/srchjudgkind") == 'B' ) {
  114. submit("TRIIA00168");
  115. } else {
  116. submit("TRIIA00165");
  117. }
  118. model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/judgconf/subjinfo/roothospidxcasecnt"));
  119. model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/main/judgconf/sjudgconf/judgappdg"));
  120. model.setValue("/root/send/searchitem2/subjno", model.getValue("/root/main/judgconf/subjinfo/subjno"));
  121. model.setValue("/root/send/searchitem2/subjnm", model.getValue("/root/main/judgconf/subjinfo/subjnm"));
  122. //해당 보고서별 iviewer 호출
  123. if ( reptkind == 1 ) {
  124. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
  125. }
  126. else if ( reptkind == 2 ) {
  127. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00300_중간보고서.xrw";
  128. }
  129. else if ( reptkind == 3 ) {
  130. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00500_SAE(원내).xrw";
  131. }
  132. else if ( reptkind == 4 ) {
  133. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00600_SAE(원외).xrw";
  134. }
  135. else if ( reptkind == 5 ) {
  136. //iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00700_변경계획서.xrw";
  137. setParameter("instcd", model.getValue("/root/send/searchitem2/instcd"));
  138. setParameter("subjid", model.getValue("/root/send/searchitem2/subjid"));
  139. setParameter("reptseqno", model.getValue("/root/send/searchitem2/reptseqno"));
  140. setParameter("reptkind", model.getValue("/root/send/searchitem2/reptkind"));
  141. setParameter("totstdycost", model.getValue("/root/send/searchitem2/totstdycost"));
  142. setParameter("direccost", model.getValue("/root/send/searchitem2/direccost"));
  143. setParameter("reqinstcd", model.getValue("/root/send/searchitem2/reqinstcd"));
  144. setParameter("actionyn", "N");
  145. iviewer1.src = "../../reqsubjcmpyweb/xrw/SPIRB00100_과제변경항목.xrw";
  146. }
  147. else if ( reptkind == 6 ) {
  148. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00800_종료보고서.xrw";
  149. }
  150. else if ( reptkind == 7 ) {
  151. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
  152. }
  153. else if ( reptkind == 8 ) {
  154. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
  155. }
  156. else if ( reptkind == "A" ) {
  157. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB01100_변동위반보고서.xrw";
  158. }
  159. else if ( reptkind == "B" ) {
  160. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB01200_연구자보고서.xrw";
  161. }
  162. else if (reptkind == 9 || reptkind == 0 ) {
  163. iviewer1.visible = false;
  164. }
  165. model.refresh();
  166. ]]>
  167. </script>
  168. <submission id="TRIIA00165" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  169. <submission id="TRIIA00168" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  170. </model>
  171. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  172. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  173. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  174. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  175. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  176. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  177. </xhtml:head>
  178. <xhtml:body pagewidth="1220" pageheight="670" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  179. <group id="group2" scroll="auto" style="left:0px; top:0px; width:1200px; height:640px; ">
  180. <caption id="caption35" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">심사이력조회</caption>
  181. <button id="button19" class="btn2_letter2" style="left:1145px; top:20px; width:42px; height:19px; ">
  182. <caption>닫기</caption>
  183. <script type="javascript" ev:event="onclick">
  184. <![CDATA[
  185. window.close();
  186. ]]>
  187. </script>
  188. </button>
  189. <line id="line15" class="line_1" style="x1:5px; y1:45px; x2:1190px; y2:45px; "/>
  190. <caption id="caption1" class="tit_2" style="left:5px; top:30px; width:100px; height:13px; ">심사내용</caption>
  191. <textarea id="textarea6" ref="/root/main/judgconf/sjudgconf/judgitem3" editable="false" style="left:105px; top:218px; width:485px; height:80px; "/>
  192. <textarea id="textarea7" ref="/root/main/judgconf/sjudgconf/judgitem7" editable="false" style="left:705px; top:218px; width:485px; height:80px; "/>
  193. <textarea id="textarea8" ref="/root/main/judgconf/sjudgconf/judgitem4" editable="false" style="left:105px; top:302px; width:485px; height:80px; "/>
  194. <textarea id="textarea9" ref="/root/main/judgconf/sjudgconf/judgitem8" editable="false" style="left:705px; top:302px; width:485px; height:80px; "/>
  195. <caption id="caption20" class="cell_1" style="left:5px; top:218px; width:95px; height:80px; text-align:center; vertical-align:middle; ">임상시험 방법</caption>
  196. <caption id="caption22" class="cell_1" style="left:5px; top:302px; width:95px; height:80px; text-align:center; vertical-align:middle; ">
  197. <![CDATA[피험자 동의
  198. 및 안전대책]]>
  199. </caption>
  200. <caption id="caption23" class="cell_1" style="left:605px; top:50px; width:95px; height:80px; text-align:center; vertical-align:middle; ">
  201. <![CDATA[연구목적
  202. 및 배경]]>
  203. </caption>
  204. <caption id="caption24" class="cell_1" style="left:605px; top:134px; width:95px; height:80px; text-align:center; vertical-align:middle; ">피험자관련</caption>
  205. <caption id="caption25" class="cell_1" style="left:605px; top:218px; width:95px; height:80px; text-align:center; vertical-align:middle; ">통계 관련</caption>
  206. <caption id="caption26" class="cell_1" style="left:605px; top:302px; width:95px; height:80px; text-align:center; vertical-align:middle; ">기타</caption>
  207. <textarea id="textarea1" ref="/root/main/judgconf/sjudgconf/judgitem1" editable="false" style="left:105px; top:50px; width:485px; height:80px; "/>
  208. <textarea id="textarea3" ref="/root/main/judgconf/sjudgconf/judgitem5" editable="false" style="left:705px; top:50px; width:485px; height:80px; "/>
  209. <caption id="caption18" class="cell_1" style="left:5px; top:50px; width:95px; height:80px; text-align:center; vertical-align:middle; ">기본사항</caption>
  210. <textarea id="textarea4" ref="/root/main/judgconf/sjudgconf/judgitem2" editable="false" style="left:105px; top:134px; width:485px; height:80px; "/>
  211. <caption id="caption19" class="cell_1" style="left:5px; top:134px; width:95px; height:80px; text-align:center; vertical-align:middle; ">
  212. <![CDATA[임상시험
  213. 대상관련]]>
  214. </caption>
  215. <textarea id="textarea5" ref="/root/main/judgconf/sjudgconf/judgitem6" editable="false" style="left:705px; top:134px; width:485px; height:80px; "/>
  216. <iviewer id="iviewer1" style="left:5px; top:50px; width:1185px; height:575px; "/>
  217. </group>
  218. </xhtml:body>
  219. </xhtml:html>