123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- <?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/>
- <judgdd/>
- <reptkind/>
- <reptchoose/>
- </sjudgconf>
- <subjinfo>
- <subjno/>
- <itemnm/>
- <comnm/>
- <respstdyempno/>
- <respstdynm/>
- <subjnm/>
- <contschedd/>
- <mdlschedd/>
- <m/>
- <subjid/>
- <instcd/>
- <roothospidxcasecnt/>
- </subjinfo>
- </judgconf>
- </main>
- <send>
- <srchjudgappdg/>
- <srchjudgkind/>
- <srchsubjid/>
- <srchinstcd/>
- <srchflag/>
- <srchreptkind/>
- <srchreptseqno/>
- <searchitem>
- <instcd/>
- <subjid/>
- <reptkind/>
- </searchitem>
- <searchitem2>
- <instcd/>
- <subjid/>
- <reptseqno/>
- <reptkind/>
- <judgappdg/>
- <roothospidxcasecnt/>
- <subjno/>
- <subjnm/>
- <totstdycost/>
- <direccost/>
- <autosrchyn/>
- <actionyn/>
- <judgdd/>
- </searchitem2>
- <data2>
- <subjid/>
- <instcd/>
- <confyn/>
- <reserrtnresn/>
- <reptkind/>
- <reptseqno/>
- </data2>
- </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 confyn = opener.javascript.getParameter("confyn");
- var judgdd = opener.javascript.getParameter("judgdd");
- var reptkind = opener.javascript.getParameter("reptkind");
- var reptseqno = opener.javascript.getParameter("reptseqno");
-
- 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/srchreptkind", reptkind);
- model.setValue("/root/send/srchreptseqno", reptseqno);
- model.setValue("/root/send/srchflag", "1");
- if ( judgkind == 'A' ) {
- submit("TRIIA00114");
- } else {
- submit("TRIIA00111");
- }
-
- if ( model.getValue("/root/main/judgconf/sjudgconf/reptkind") == '' ) {
- model.setValue("/root/main/judgconf/sjudgconf/reptkind", reptkind);
- }
-
- if ( model.getValue("/root/main/judgconf/sjudgconf/reptseqno") == '' ) {
- model.setValue("/root/main/judgconf/sjudgconf/reptseqno", reptseqno);
- }
-
- if(confyn =='Y'){
- button18.disabled=true;
- }
-
- var mdlschedd = model.getValue("/root/main/judgconf/subjinfo/mdlschedd");
- var contschedd = model.getValue("/root/main/judgconf/subjinfo/contschedd");
- var judgdd = model.getValue("/root/main/judgconf/sjudgconf/judgdd");
-
- var nextdd = eval(judgdd.substr(0,4))+1+""+judgdd.substr(4,4);
-
- // 2008-10-06 이희용 선생님 요청 공란처리
- /* if(mdlschedd == '00000000' || mdlschedd == ''){
- model.setValue("/root/main/judgconf/subjinfo/mdlschedd",nextdd);
- }
- if(contschedd == '00000000' || contschedd == ''){
- model.setValue("/root/main/judgconf/subjinfo/contschedd",nextdd);
- } */
- if(model.getValue("/root/main/judgconf/sjudgconf/judgdd") == ""){
- model.setValue("/root/main/judgconf/sjudgconf/judgdd",judgdd);
- }
-
- model.setValue("/root/send/data2/subjid",model.getValue("/root/send/srchsubjid"));
- model.setValue("/root/send/data2/instcd",model.getValue("/root/send/srchinstcd"));
- model.setValue("/root/send/data2/reptkind",model.getValue("/root/send/srchreptkind"));
- model.setValue("/root/send/data2/reptseqno",model.getValue("/root/send/srchreptseqno"));
-
- iviewer1.visible = true;
- model.setValue("/root/send/searchitem2/subjid", model.getValue("/root/send/srchsubjid"));
- model.setValue("/root/send/searchitem2/instcd", model.getValue("/root/send/srchinstcd"));
- model.setValue("/root/send/searchitem2/reptseqno", model.getValue("/root/send/srchreptseqno"));
- model.setValue("/root/send/searchitem2/reptkind", model.getValue("/root/send/srchreptkind"));
-
-
- model.setValue("/root/send/searchitem2/judgappdg", model.getValue("/root/send/srchjudgappdg"));
- model.setValue("/root/send/searchitem2/judgdd", model.getValue("/root/send/srchjudgdd"));
- model.setValue("/root/send/searchitem2/roothospidxcasecnt", model.getValue("/root/main/judgconf/subjinfo/roothospidxcasecnt"));
- 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"));
- model.setValue("/root/send/searchitem2/autosrchyn", "Y");
- setParameter("actionyn", "N");
-
- // model.refresh();
-
- //해당 보고서별 iviewer 호출
- if ( reptkind == 1 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00200_보완답변서.xrw";
- }
- else if ( reptkind == 7 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00900_결과보고서.xrw";
- }
- else if ( reptkind == 8 ) {
- iviewer1.src = "../../reqsubjcmpyweb/xrw/SSIRB00400_지속심의.xrw";
- } else if (reptkind == 9 || reptkind == 0 ) {
- iviewer1.visible = false;
- }
-
- 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="TXIIA00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
- <submission id="TXIIA00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/subjinfo" 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"/>
- <submission id="TXIIA00113" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/sjudgconf" replace="instance" resultref="/root/main/judgconf"/>
- <submission id="TXIIA00114" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/judgconf/subjinfo" 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 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:825px; height:650px; ">
- <caption id="caption35" class="tit_1" style="left:5px; top:10px; width:158px; height:14px; ">회의록작성</caption>
- <button id="button18" class="btn5_letter2" _auth="X" style="left:730px; top:5px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var judgrslt = model.getValue("/root/main/judgconf/sjudgconf/judgrslt")+"";
- if(judgrslt==""){
- messageBox("심사결과를 선택해주세요","E000");
- return;
- }
-
- if ( model.getValue("/root/main/judgconf/sjudgconf/reptkind") == '1' ) {
- if ( model.getValue("/root/main/judgconf/sjudgconf/reptchoose") == '' ) {
- model.setValue("/root/main/judgconf/sjudgconf/reptchoose", iviewer1.model.getValue("/root/main/reptdetl/item/reptchoose") );
- }
- }
-
- if ( model.getValue("/root/main/judgconf/sjudgconf/judgkind") == 'A' ) {
- model.setValue("/root/main/judgconf/sjudgconf/instcd", "999");
- submit("TXIIA00113");
- if(judgrslt=="Y"){
- submit("TXIIA00114");
- }
- opener.javascript.fSJudgSearch('A');
-
- } else {
- submit("TXIIA00111");
- if(judgrslt=="Y"){
- submit("TXIIA00112");
- }
- opener.javascript.fSJudgSearch('S');
- }
-
- window.close();
- ]]>
- </script>
- </button>
- <button id="button19" class="btn2_letter2" style="left:775px; top:5px; 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:30px; x2:820px; y2:30px; "/>
- <caption id="caption36" class="cell_1" style="left:5px; top:35px; width:95px; height:23px; text-align:center; vertical-align:middle; ">일시</caption>
- <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; "/>
- <caption id="caption37" class="cell_1" style="left:5px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">과제번호</caption>
- <input id="input32" ref="/root/main/judgconf/subjinfo/subjno" class="input_default" editable="false" style="left:105px; top:86px; width:100px; height:19px; "/>
- <caption id="caption38" class="cell_1" style="left:5px; top:112px; width:95px; height:73px; text-align:center; vertical-align:middle; ">과제명</caption>
- <caption id="caption51" class="cell_1" style="left:5px; top:285px; width:95px; height:40px; text-align:center; vertical-align:middle; ">기본사항</caption>
- <caption id="caption52" class="cell_1" style="left:5px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과</caption>
- <input id="input46" ref="/root/main/judgconf/sjudgconf/allentry" class="input_default" editable="false" style="left:105px; top:62px; width:715px; height:19px; "/>
- <caption id="caption54" class="cell_1" style="left:5px; top:60px; width:95px; height:23px; text-align:center; vertical-align:middle; ">참석위원</caption>
- <caption id="caption42" class="tit_2" style="left:5px; top:192px; width:158px; height:13px; ">심사내용</caption>
- <textarea id="textarea1" ref="/root/main/judgconf/sjudgconf/judgitem1" navindex="5" maxlength="1500" style="left:105px; top:285px; width:715px; height:40px; "/>
- <input id="input34" ref="/root/main/judgconf/sjudgconf/conftm" class="input_default" editable="false" style="left:210px; top:37px; width:180px; height:19px; "/>
- <caption id="caption43" class="cell_1" style="left:210px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">품목명</caption>
- <caption id="caption44" class="cell_1" style="left:415px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성분명</caption>
- <input id="input39" ref="/root/main/judgconf/subjinfo/comnm" class="input_default" editable="false" style="left:515px; top:86px; width:100px; height:19px; "/>
- <caption id="caption47" class="cell_1" style="left:620px; top:85px; width:95px; height:23px; text-align:center; vertical-align:middle; ">시험책임자</caption>
- <input id="input40" ref="/root/main/judgconf/subjinfo/respstdynm" class="input_default" editable="false" style="left:720px; top:86px; width:100px; height:19px; "/>
- <textarea id="textarea2" ref="/root/main/judgconf/subjinfo/subjnm" editable="false" style="left:105px; top:112px; width:715px; height:73px; "/>
- <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; ">
- <choices>
- <item>
- <label>승인</label>
- <value>Y</value>
- </item>
- <item>
- <label>시정승인</label>
- <value>A</value>
- </item>
- <item>
- <label>반려</label>
- <value>R</value>
- </item>
- <item>
- <label>보완후재심</label>
- <value>V</value>
- </item>
- <item>
- <label>저장</label>
- <value>S</value>
- </item>
- <item>
- <label>부결</label>
- <value>B</value>
- </item>
- <item>
- <label>승인된시험중지</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption39" class="cell_1" style="left:5px; top:330px; width:95px; height:40px; text-align:center; vertical-align:middle; ">
- <![CDATA[연구 목적
- 및 배경]]>
- </caption>
- <textarea id="textarea3" ref="/root/main/judgconf/sjudgconf/judgitem2" navindex="6" maxlength="1500" style="left:105px; top:330px; width:715px; height:40px; "/>
- <caption id="caption40" class="cell_1" style="left:5px; top:375px; width:95px; height:40px; text-align:center; vertical-align:middle; ">
- <![CDATA[임상시험
- 대상 관련]]>
- </caption>
- <textarea id="textarea4" ref="/root/main/judgconf/sjudgconf/judgitem3" navindex="7" maxlength="1500" style="left:105px; top:375px; width:715px; height:40px; "/>
- <caption id="caption41" class="cell_1" style="left:5px; top:420px; width:95px; height:40px; text-align:center; vertical-align:middle; ">피험자 관련</caption>
- <textarea id="textarea5" ref="/root/main/judgconf/sjudgconf/judgitem4" navindex="8" maxlength="1500" style="left:105px; top:420px; width:715px; height:40px; "/>
- <caption id="caption45" class="cell_1" style="left:5px; top:465px; width:95px; height:40px; text-align:center; vertical-align:middle; ">임상시험방법</caption>
- <textarea id="textarea6" ref="/root/main/judgconf/sjudgconf/judgitem5" navindex="9" maxlength="1500" style="left:105px; top:465px; width:715px; height:40px; "/>
- <textarea id="textarea7" ref="/root/main/judgconf/sjudgconf/judgitem6" navindex="10" maxlength="1500" style="left:105px; top:510px; width:715px; height:40px; "/>
- <caption id="caption46" class="cell_1" style="left:5px; top:510px; width:95px; height:40px; text-align:center; vertical-align:middle; ">통계관련</caption>
- <textarea id="textarea8" ref="/root/main/judgconf/sjudgconf/judgitem7" navindex="11" maxlength="1500" style="left:105px; top:555px; width:715px; height:40px; "/>
- <caption id="caption1" class="cell_1" style="left:5px; top:555px; width:95px; height:40px; text-align:center; vertical-align:middle; ">
- <![CDATA[피험자동의
- 및 안전대책]]>
- </caption>
- <textarea id="textarea9" ref="/root/main/judgconf/sjudgconf/judgitem8" navindex="12" maxlength="1500" style="left:105px; top:600px; width:715px; height:40px; "/>
- <caption id="caption2" class="cell_1" style="left:5px; top:600px; width:95px; height:40px; text-align:center; vertical-align:middle; ">기타</caption>
- <input id="input1" ref="/root/main/judgconf/sjudgconf/allpsnno" class="input_default" navindex="2" style="left:310px; top:212px; width:100px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:210px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">성원정족수</caption>
- <caption id="caption4" class="cell_1" style="left:415px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과 찬성수</caption>
- <input id="input2" ref="/root/main/judgconf/sjudgconf/attntrpsnno" class="input_default" navindex="3" style="left:515px; top:212px; width:100px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:620px; top:210px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사결과반대수</caption>
- <input id="input3" ref="/root/main/judgconf/sjudgconf/rejtcnt" class="input_default" navindex="4" style="left:720px; top:212px; width:100px; height:19px; "/>
- <caption id="caption6" class="cell_1" style="left:210px; top:235px; width:95px; height:23px; text-align:center; vertical-align:middle; ">심사제외자</caption>
- <input id="input4" ref="/root/main/judgconf/sjudgconf/nonentryresn" class="input_default" style="left:310px; top:237px; width:510px; height:19px; "/>
- <input id="input5" ref="/root/main/judgconf/subjinfo/contschedd" class="input_default" inputtype="date" style="left:105px; top:260px; width:100px; height:19px; "/>
- <caption id="caption7" class="cell_1" style="left:5px; top:258px; width:95px; height:23px; text-align:center; vertical-align:middle; ">지속심의일</caption>
- <caption id="caption8" class="cell_1" style="left:210px; top:260px; width:95px; height:23px; text-align:center; vertical-align:middle; ">중간보고일</caption>
- <input id="input6" ref="/root/main/judgconf/subjinfo/mdlschedd" class="input_default" inputtype="date" style="left:310px; top:262px; width:100px; height:19px; "/>
- <input id="input7" ref="/root/main/judgconf/subjinfo/itemnm" class="input_default" editable="false" style="left:310px; top:86px; width:100px; height:19px; "/>
- </group>
- <iviewer id="iviewer1" style="left:840px; top:35px; width:1120px; height:615px; "/>
- </xhtml:body>
- </xhtml:html>
|