123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>심사이력조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <judgconf>
- <sjudgconf>
- <subjid/>
- <judgkind/>
- <judgappdg/>
- <instcd/>
- <judgconfkind/>
- <judgrslt/>
- <allpsnno/>
- <attntrpsnno/>
- <appcnt/>
- <rejtcnt/>
- <rejtresn/>
- <judgnonentry/>
- <nonentryresn/>
- <judgitem1/>
- <judgitem2/>
- <judgitem3/>
- <judgitem4/>
- <judgitem5/>
- <judgitem6/>
- <judgitem7/>
- <judgitem8/>
- <m/>
- <conftm/>
- <allentry/>
- <confplc/>
- <judgdd/>
- </sjudgconf>
- <subjinfo>
- <subjno/>
- <itemnm/>
- <comnm/>
- <respstdyempno/>
- <respstdynm/>
- <subjnm/>
- <cmpynm/>
- <roothospidxcasecnt/>
- </subjinfo>
- </judgconf>
- <temp>
- <conft/>
- <confd/>
- </temp>
- </main>
- <send>
- <srchjudgappdg/>
- <srchjudgkind/>
- <srchsubjid/>
- <srchinstcd/>
- <srchreptkind/>
- <srchreptseqno/>
- <report/>
- <rtnbtn/>
- <rtndate/>
- <rtnresn/>
- <searchitem2>
- <instcd/>
- <subjid/>
- <reptseqno/>
- <reptkind/>
- <judgappdg/>
- <roothospidxcasecnt/>
- <subjno/>
- <subjnm/>
- <totstdycost/>
- <direccost/>
- <autosrchyn/>
- </searchitem2>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- var judgappdg = opener.javascript.getParameter("judgappdg");
- var judgkind = opener.javascript.getParameter("judgkind");
- var instcd = opener.javascript.getParameter("instcd");
- var subjid = opener.javascript.getParameter("subjid");
- var reptkind = opener.javascript.getParameter("reptkind");
- var reptseqno = opener.javascript.getParameter("reptseqno");
- var report = opener.javascript.getParameter("report");
-
- model.setValue("/root/send/srchjudgappdg", judgappdg);
- model.setValue("/root/send/srchjudgkind", judgkind);
- model.setValue("/root/send/srchinstcd", instcd);
- model.setValue("/root/send/srchsubjid", subjid);
- model.setValue("/root/send/report", "Y");
- model.setValue("/root/send/srchreptkind", reptkind);
- model.setValue("/root/send/srchreptseqno", reptseqno);
-
- //보고서 조회에 필요한 값 설정
- model.setValue("/root/send/searchitem2/instcd", instcd);
- model.setValue("/root/send/searchitem2/subjid", subjid);
- model.setValue("/root/send/searchitem2/reptseqno",reptseqno);
- model.setValue("/root/send/searchitem2/reptkind", reptkind);
- model.setValue("/root/send/searchitem2/autosrchyn", "Y");
-
- if ( reptkind == 9 || reptkind == 0 ) {
- iviewer1.visible = false;
- } else {
- iviewer1.visible = true;
- }
-
- if ( model.getValue("/root/send/srchjudgkind") == 'A' || model.getValue("/root/send/srchjudgkind") == 'B' ) {
- submit("TRIIA00114");
- } else {
- submit("TRIIA00111");
- }
-
- model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/judgconf/subjinfo/roothospidxcasecnt"));
- model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/main/judgconf/sjudgconf/judgappdg"));
- model.setValue("/root/send/searchitem2/subjno", model.getValue("/root/main/judgconf/subjinfo/subjno"));
- model.setValue("/root/send/searchitem2/subjnm", model.getValue("/root/main/judgconf/subjinfo/subjnm"));
-
- //해당 보고서별 iviewer 호출
- if ( reptkind == 1 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
- }
- else if ( reptkind == 2 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00300_중간보고서.xrw";
- }
- else if ( reptkind == 3 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00500_SAE(원내).xrw";
- }
- else if ( reptkind == 4 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00600_SAE(원외).xrw";
- }
- else if ( reptkind == 5 ) {
- //iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00700_변경계획서.xrw";
- setParameter("instcd", model.getValue("/root/send/searchitem2/instcd"));
- setParameter("subjid", model.getValue("/root/send/searchitem2/subjid"));
- setParameter("reptseqno", model.getValue("/root/send/searchitem2/reptseqno"));
- setParameter("reptkind", model.getValue("/root/send/searchitem2/reptkind"));
- setParameter("totstdycost", model.getValue("/root/send/searchitem2/totstdycost"));
- setParameter("direccost", model.getValue("/root/send/searchitem2/direccost"));
- setParameter("reqinstcd", model.getValue("/root/send/searchitem2/reqinstcd"));
- setParameter("actionyn", "N");
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SPIRB00100_과제변경항목.xrw";
- }
- else if ( reptkind == 6 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00800_종료보고서.xrw";
- }
- else if ( reptkind == 7 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
- }
- else if ( reptkind == 8 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
- }
-
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRIIA00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
- <submission id="TRIIA00114" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/judgconf"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1220" pageheight="670" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group2" scroll="auto" style="left:0px; top:0px; width:1200px; height:640px; ">
- <caption id="caption35" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">심사이력조회</caption>
- <button id="button19" class="btn2_letter2" style="left:1145px; top:20px; width:42px; height:19px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line15" class="line_1" style="x1:5px; y1:45px; x2:1190px; y2:45px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:30px; width:100px; height:13px; ">심사내용</caption>
- <textarea id="textarea6" ref="/root/main/judgconf/sjudgconf/judgitem3" editable="false" style="left:105px; top:218px; width:485px; height:80px; "/>
- <textarea id="textarea7" ref="/root/main/judgconf/sjudgconf/judgitem7" editable="false" style="left:705px; top:218px; width:485px; height:80px; "/>
- <textarea id="textarea8" ref="/root/main/judgconf/sjudgconf/judgitem4" editable="false" style="left:105px; top:302px; width:485px; height:80px; "/>
- <textarea id="textarea9" ref="/root/main/judgconf/sjudgconf/judgitem8" editable="false" style="left:705px; top:302px; width:485px; height:80px; "/>
- <caption id="caption20" class="cell_1" style="left:5px; top:218px; width:95px; height:80px; text-align:center; vertical-align:middle; ">임상시험 방법</caption>
- <caption id="caption22" class="cell_1" style="left:5px; top:302px; width:95px; height:80px; text-align:center; vertical-align:middle; ">
- <![CDATA[피험자 동의
- 및 안전대책]]>
- </caption>
- <caption id="caption23" class="cell_1" style="left:605px; top:50px; width:95px; height:80px; text-align:center; vertical-align:middle; ">
- <![CDATA[연구목적
- 및 배경]]>
- </caption>
- <caption id="caption24" class="cell_1" style="left:605px; top:134px; width:95px; height:80px; text-align:center; vertical-align:middle; ">피험자관련</caption>
- <caption id="caption25" class="cell_1" style="left:605px; top:218px; width:95px; height:80px; text-align:center; vertical-align:middle; ">통계 관련</caption>
- <caption id="caption26" class="cell_1" style="left:605px; top:302px; width:95px; height:80px; text-align:center; vertical-align:middle; ">기타</caption>
- <textarea id="textarea1" ref="/root/main/judgconf/sjudgconf/judgitem1" editable="false" style="left:105px; top:50px; width:485px; height:80px; "/>
- <textarea id="textarea3" ref="/root/main/judgconf/sjudgconf/judgitem5" editable="false" style="left:705px; top:50px; width:485px; height:80px; "/>
- <caption id="caption18" class="cell_1" style="left:5px; top:50px; width:95px; height:80px; text-align:center; vertical-align:middle; ">기본사항</caption>
- <textarea id="textarea4" ref="/root/main/judgconf/sjudgconf/judgitem2" editable="false" style="left:105px; top:134px; width:485px; height:80px; "/>
- <caption id="caption19" class="cell_1" style="left:5px; top:134px; width:95px; height:80px; text-align:center; vertical-align:middle; ">
- <![CDATA[임상시험
- 대상관련]]>
- </caption>
- <textarea id="textarea5" ref="/root/main/judgconf/sjudgconf/judgitem6" editable="false" style="left:705px; top:134px; width:485px; height:80px; "/>
- <iviewer id="iviewer1" style="left:5px; top:50px; width:1185px; height:575px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|