SPIIA00101_정규심사회의록작성.xrw 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. <judgdd/>
  37. <reptkind/>
  38. <reptchoose/>
  39. </sjudgconf>
  40. <subjinfo>
  41. <subjno/>
  42. <itemnm/>
  43. <comnm/>
  44. <respstdyempno/>
  45. <respstdynm/>
  46. <subjnm/>
  47. <contschedd/>
  48. <mdlschedd/>
  49. <m/>
  50. <subjid/>
  51. <instcd/>
  52. <roothospidxcasecnt/>
  53. </subjinfo>
  54. </judgconf>
  55. </main>
  56. <send>
  57. <srchjudgappdg/>
  58. <srchjudgkind/>
  59. <srchsubjid/>
  60. <srchinstcd/>
  61. <srchflag/>
  62. <srchreptkind/>
  63. <srchreptseqno/>
  64. <searchitem>
  65. <instcd/>
  66. <subjid/>
  67. <reptkind/>
  68. </searchitem>
  69. <searchitem2>
  70. <instcd/>
  71. <subjid/>
  72. <reptseqno/>
  73. <reptkind/>
  74. <judgappdg/>
  75. <roothospidxcasecnt/>
  76. <subjno/>
  77. <subjnm/>
  78. <totstdycost/>
  79. <direccost/>
  80. <autosrchyn/>
  81. <actionyn/>
  82. <judgdd/>
  83. </searchitem2>
  84. <data2>
  85. <subjid/>
  86. <instcd/>
  87. <confyn/>
  88. <reserrtnresn/>
  89. <reptkind/>
  90. <reptseqno/>
  91. </data2>
  92. </send>
  93. <init>
  94. </init>
  95. <hidden>
  96. </hidden>
  97. </root>
  98. </instance>
  99. <script type="javascript" ev:event="xforms-ready">
  100. <![CDATA[
  101. var judgappdg = opener.javascript.getParameter("judgappdg");
  102. var judgkind = opener.javascript.getParameter("judgkind");
  103. var instcd = opener.javascript.getParameter("instcd");
  104. var subjid = opener.javascript.getParameter("subjid");
  105. var confyn = opener.javascript.getParameter("confyn");
  106. var judgdd = opener.javascript.getParameter("judgdd");
  107. var reptkind = opener.javascript.getParameter("reptkind");
  108. var reptseqno = opener.javascript.getParameter("reptseqno");
  109. model.setValue("/root/send/srchjudgappdg", judgappdg);
  110. model.setValue("/root/send/srchjudgkind", judgkind);
  111. model.setValue("/root/send/srchinstcd", instcd);
  112. model.setValue("/root/send/srchsubjid", subjid);
  113. model.setValue("/root/send/srchreptkind", reptkind);
  114. model.setValue("/root/send/srchreptseqno", reptseqno);
  115. model.setValue("/root/send/srchflag", "1");
  116. if ( judgkind == 'A' ) {
  117. submit("TRIIA00114");
  118. } else {
  119. submit("TRIIA00111");
  120. }
  121. if ( model.getValue("/root/main/judgconf/sjudgconf/reptkind") == '' ) {
  122. model.setValue("/root/main/judgconf/sjudgconf/reptkind", reptkind);
  123. }
  124. if ( model.getValue("/root/main/judgconf/sjudgconf/reptseqno") == '' ) {
  125. model.setValue("/root/main/judgconf/sjudgconf/reptseqno", reptseqno);
  126. }
  127. if(confyn =='Y'){
  128. button18.disabled=true;
  129. }
  130. var mdlschedd = model.getValue("/root/main/judgconf/subjinfo/mdlschedd");
  131. var contschedd = model.getValue("/root/main/judgconf/subjinfo/contschedd");
  132. var judgdd = model.getValue("/root/main/judgconf/sjudgconf/judgdd");
  133. var nextdd = eval(judgdd.substr(0,4))+1+""+judgdd.substr(4,4);
  134. // 2008-10-06 이희용 선생님 요청 공란처리
  135. /* if(mdlschedd == '00000000' || mdlschedd == ''){
  136. model.setValue("/root/main/judgconf/subjinfo/mdlschedd",nextdd);
  137. }
  138. if(contschedd == '00000000' || contschedd == ''){
  139. model.setValue("/root/main/judgconf/subjinfo/contschedd",nextdd);
  140. } */
  141. if(model.getValue("/root/main/judgconf/sjudgconf/judgdd") == ""){
  142. model.setValue("/root/main/judgconf/sjudgconf/judgdd",judgdd);
  143. }
  144. model.setValue("/root/send/data2/subjid",model.getValue("/root/send/srchsubjid"));
  145. model.setValue("/root/send/data2/instcd",model.getValue("/root/send/srchinstcd"));
  146. model.setValue("/root/send/data2/reptkind",model.getValue("/root/send/srchreptkind"));
  147. model.setValue("/root/send/data2/reptseqno",model.getValue("/root/send/srchreptseqno"));
  148. iviewer1.visible = true;
  149. model.setValue("/root/send/searchitem2/subjid", model.getValue("/root/send/srchsubjid"));
  150. model.setValue("/root/send/searchitem2/instcd", model.getValue("/root/send/srchinstcd"));
  151. model.setValue("/root/send/searchitem2/reptseqno", model.getValue("/root/send/srchreptseqno"));
  152. model.setValue("/root/send/searchitem2/reptkind", model.getValue("/root/send/srchreptkind"));
  153. model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/send/srchjudgappdg"));
  154. model.setValue("/root/send/searchitem2/judgdd", model.getValue("/root/send/srchjudgdd"));
  155. model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/judgconf/subjinfo/roothospidxcasecnt"));
  156. model.setValue("/root/send/searchitem2/subjno", model.getValue("/root/main/judgconf/subjinfo/subjno"));
  157. model.setValue("/root/send/searchitem2/subjnm", model.getValue("/root/main/judgconf/subjinfo/subjnm"));
  158. model.setValue("/root/send/searchitem2/autosrchyn", "Y");
  159. setParameter("actionyn", "N");
  160. // model.refresh();
  161. //해당 보고서별 iviewer 호출
  162. if ( reptkind == 1 ) {
  163. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
  164. }
  165. else if ( reptkind == 7 ) {
  166. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
  167. }
  168. else if ( reptkind == 8 ) {
  169. iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
  170. } else if (reptkind == 9 || reptkind == 0 ) {
  171. iviewer1.visible = false;
  172. }
  173. model.refresh();
  174. ]]>
  175. </script>
  176. <submission id="TRIIA00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  177. <submission id="TXIIA00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
  178. <submission id="TXIIA00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/subjinfo" replace="instance" resultref="/root/main/judgconf"/>
  179. <submission id="TRIIA00114" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
  180. <submission id="TXIIA00113" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
  181. <submission id="TXIIA00114" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/subjinfo" replace="instance" resultref="/root/main/judgconf"/>
  182. </model>
  183. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  184. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  185. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  186. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  187. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  188. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  189. </xhtml:head>
  190. <xhtml:body pageheight="670" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  191. <group id="group2" scroll="auto" style="left:0px; top:0px; width:825px; height:650px; ">
  192. <caption id="caption35" class="tit_1" style="left:5px; top:10px; width:158px; height:14px; ">회의록작성</caption>
  193. <button id="button18" class="btn5_letter2" _auth="X" style="left:730px; top:5px; width:42px; height:19px; ">
  194. <caption>저장</caption>
  195. <script type="javascript" ev:event="onclick">
  196. <![CDATA[
  197. var judgrslt = model.getValue("/root/main/judgconf/sjudgconf/judgrslt")+"";
  198. if(judgrslt==""){
  199. messageBox("심사결과를 선택해주세요","E000");
  200. return;
  201. }
  202. if ( model.getValue("/root/main/judgconf/sjudgconf/reptkind") == '1' ) {
  203. if ( model.getValue("/root/main/judgconf/sjudgconf/reptchoose") == '' ) {
  204. model.setValue("/root/main/judgconf/sjudgconf/reptchoose", iviewer1.model.getValue("/root/main/reptdetl/item/reptchoose") );
  205. }
  206. }
  207. if ( model.getValue("/root/main/judgconf/sjudgconf/judgkind") == 'A' ) {
  208. model.setValue("/root/main/judgconf/sjudgconf/instcd", "999");
  209. submit("TXIIA00113");
  210. if(judgrslt=="Y"){
  211. submit("TXIIA00114");
  212. }
  213. opener.javascript.fSJudgSearch('A');
  214. } else {
  215. submit("TXIIA00111");
  216. if(judgrslt=="Y"){
  217. submit("TXIIA00112");
  218. }
  219. opener.javascript.fSJudgSearch('S');
  220. }
  221. window.close();
  222. ]]>
  223. </script>
  224. </button>
  225. <button id="button19" class="btn2_letter2" style="left:775px; top:5px; width:42px; height:19px; ">
  226. <caption>닫기</caption>
  227. <script type="javascript" ev:event="onclick">
  228. <![CDATA[
  229. window.close();
  230. ]]>
  231. </script>
  232. </button>
  233. <line id="line15" class="line_1" style="x1:5px; y1:30px; x2:820px; y2:30px; "/>
  234. <caption id="caption36" class="cell_1" style="left:5px; top:35px; width:95px; height:23px; text-align:center; vertical-align:middle; ">일시</caption>
  235. <input id="input31" ref="/root/main/judgconf/sjudgconf/judgdd" class="input_default" editable="false" inputtype="date" style="left:105px; top:37px; width:100px; height:19px; "/>
  236. <caption id="caption37" class="cell_1" style="left:5px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
  237. <input id="input32" ref="/root/main/judgconf/subjinfo/subjno" class="input_default" editable="false" style="left:105px; top:86px; width:100px; height:19px; "/>
  238. <caption id="caption38" class="cell_1" style="left:5px; top:112px; width:95px; height:73px; text-align:center; vertical-align:middle; ">과제명</caption>
  239. <caption id="caption51" class="cell_1" style="left:5px; top:285px; width:95px; height:40px; text-align:center; vertical-align:middle; ">기본사항</caption>
  240. <caption id="caption52" class="cell_1" style="left:5px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과</caption>
  241. <input id="input46" ref="/root/main/judgconf/sjudgconf/allentry" class="input_default" editable="false" style="left:105px; top:62px; width:715px; height:19px; "/>
  242. <caption id="caption54" class="cell_1" style="left:5px; top:60px; width:95px; height:23px; text-align:center; vertical-align:middle; ">참석위원</caption>
  243. <caption id="caption42" class="tit_2" style="left:5px; top:192px; width:158px; height:13px; ">심사내용</caption>
  244. <textarea id="textarea1" ref="/root/main/judgconf/sjudgconf/judgitem1" navindex="5" maxlength="1500" style="left:105px; top:285px; width:715px; height:40px; "/>
  245. <input id="input34" ref="/root/main/judgconf/sjudgconf/conftm" class="input_default" editable="false" style="left:210px; top:37px; width:180px; height:19px; "/>
  246. <caption id="caption43" class="cell_1" style="left:210px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
  247. <caption id="caption44" class="cell_1" style="left:415px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성분명</caption>
  248. <input id="input39" ref="/root/main/judgconf/subjinfo/comnm" class="input_default" editable="false" style="left:515px; top:86px; width:100px; height:19px; "/>
  249. <caption id="caption47" class="cell_1" style="left:620px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
  250. <input id="input40" ref="/root/main/judgconf/subjinfo/respstdynm" class="input_default" editable="false" style="left:720px; top:86px; width:100px; height:19px; "/>
  251. <textarea id="textarea2" ref="/root/main/judgconf/subjinfo/subjnm" editable="false" style="left:105px; top:112px; width:715px; height:73px; "/>
  252. <select1 id="combo4" ref="/root/main/judgconf/sjudgconf/judgrslt" class="combo_search" navindex="1" appearance="minimal" style="left:105px; top:212px; width:100px; height:19px; ">
  253. <choices>
  254. <item>
  255. <label>승인</label>
  256. <value>Y</value>
  257. </item>
  258. <item>
  259. <label>시정승인</label>
  260. <value>A</value>
  261. </item>
  262. <item>
  263. <label>반려</label>
  264. <value>R</value>
  265. </item>
  266. <item>
  267. <label>보완후재심</label>
  268. <value>V</value>
  269. </item>
  270. <item>
  271. <label>저장</label>
  272. <value>S</value>
  273. </item>
  274. <item>
  275. <label>부결</label>
  276. <value>B</value>
  277. </item>
  278. <item>
  279. <label>승인된시험중지</label>
  280. <value>N</value>
  281. </item>
  282. </choices>
  283. </select1>
  284. <caption id="caption39" class="cell_1" style="left:5px; top:330px; width:95px; height:40px; text-align:center; vertical-align:middle; ">
  285. <![CDATA[연구 목적
  286. 및 배경]]>
  287. </caption>
  288. <textarea id="textarea3" ref="/root/main/judgconf/sjudgconf/judgitem2" navindex="6" maxlength="1500" style="left:105px; top:330px; width:715px; height:40px; "/>
  289. <caption id="caption40" class="cell_1" style="left:5px; top:375px; width:95px; height:40px; text-align:center; vertical-align:middle; ">
  290. <![CDATA[임상시험
  291. 대상 관련]]>
  292. </caption>
  293. <textarea id="textarea4" ref="/root/main/judgconf/sjudgconf/judgitem3" navindex="7" maxlength="1500" style="left:105px; top:375px; width:715px; height:40px; "/>
  294. <caption id="caption41" class="cell_1" style="left:5px; top:420px; width:95px; height:40px; text-align:center; vertical-align:middle; ">피험자 관련</caption>
  295. <textarea id="textarea5" ref="/root/main/judgconf/sjudgconf/judgitem4" navindex="8" maxlength="1500" style="left:105px; top:420px; width:715px; height:40px; "/>
  296. <caption id="caption45" class="cell_1" style="left:5px; top:465px; width:95px; height:40px; text-align:center; vertical-align:middle; ">임상시험방법</caption>
  297. <textarea id="textarea6" ref="/root/main/judgconf/sjudgconf/judgitem5" navindex="9" maxlength="1500" style="left:105px; top:465px; width:715px; height:40px; "/>
  298. <textarea id="textarea7" ref="/root/main/judgconf/sjudgconf/judgitem6" navindex="10" maxlength="1500" style="left:105px; top:510px; width:715px; height:40px; "/>
  299. <caption id="caption46" class="cell_1" style="left:5px; top:510px; width:95px; height:40px; text-align:center; vertical-align:middle; ">통계관련</caption>
  300. <textarea id="textarea8" ref="/root/main/judgconf/sjudgconf/judgitem7" navindex="11" maxlength="1500" style="left:105px; top:555px; width:715px; height:40px; "/>
  301. <caption id="caption1" class="cell_1" style="left:5px; top:555px; width:95px; height:40px; text-align:center; vertical-align:middle; ">
  302. <![CDATA[피험자동의
  303. 및 안전대책]]>
  304. </caption>
  305. <textarea id="textarea9" ref="/root/main/judgconf/sjudgconf/judgitem8" navindex="12" maxlength="1500" style="left:105px; top:600px; width:715px; height:40px; "/>
  306. <caption id="caption2" class="cell_1" style="left:5px; top:600px; width:95px; height:40px; text-align:center; vertical-align:middle; ">기타</caption>
  307. <input id="input1" ref="/root/main/judgconf/sjudgconf/allpsnno" class="input_default" navindex="2" style="left:310px; top:212px; width:100px; height:19px; "/>
  308. <caption id="caption3" class="cell_1" style="left:210px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성원정족수</caption>
  309. <caption id="caption4" class="cell_1" style="left:415px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과 찬성수</caption>
  310. <input id="input2" ref="/root/main/judgconf/sjudgconf/attntrpsnno" class="input_default" navindex="3" style="left:515px; top:212px; width:100px; height:19px; "/>
  311. <caption id="caption5" class="cell_1" style="left:620px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과반대수</caption>
  312. <input id="input3" ref="/root/main/judgconf/sjudgconf/rejtcnt" class="input_default" navindex="4" style="left:720px; top:212px; width:100px; height:19px; "/>
  313. <caption id="caption6" class="cell_1" style="left:210px; top:235px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사제외자</caption>
  314. <input id="input4" ref="/root/main/judgconf/sjudgconf/nonentryresn" class="input_default" style="left:310px; top:237px; width:510px; height:19px; "/>
  315. <input id="input5" ref="/root/main/judgconf/subjinfo/contschedd" class="input_default" inputtype="date" style="left:105px; top:260px; width:100px; height:19px; "/>
  316. <caption id="caption7" class="cell_1" style="left:5px; top:258px; width:95px; height:23px; text-align:center; vertical-align:middle; ">지속심의일</caption>
  317. <caption id="caption8" class="cell_1" style="left:210px; top:260px; width:95px; height:23px; text-align:center; vertical-align:middle; ">중간보고일</caption>
  318. <input id="input6" ref="/root/main/judgconf/subjinfo/mdlschedd" class="input_default" inputtype="date" style="left:310px; top:262px; width:100px; height:19px; "/>
  319. <input id="input7" ref="/root/main/judgconf/subjinfo/itemnm" class="input_default" editable="false" style="left:310px; top:86px; width:100px; height:19px; "/>
  320. </group>
  321. <iviewer id="iviewer1" style="left:840px; top:35px; width:1120px; height:615px; "/>
  322. </xhtml:body>
  323. </xhtml:html>