123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- <?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>
- <crbaseinfo>
- <subjinfo>
- <itemnm/>
- <stdysubjnm/>
- <stdytermfrom/>
- <stdytermto/>
- <direccost/>
- <indireccost/>
- <crccindireccost/>
- <totstdycost/>
- <clincflag/>
- <judgdg/>
- <conpaperconacptdd/>
- <irbjudglistdd/>
- <subjendyn/>
- <subjenddd/>
- <allidxcase/>
- <roothospidxcasecnt/>
- <chrgfoodyn/>
- <roomfeeyn/>
- <carecureyn/>
- <medfeeyn/>
- <reqphos/>
- <reqnm/>
- <ioflag/>
- <outerpharmnm/>
- <outerpharmtel/>
- <mngtpharmstnm/>
- <crcnm/>
- <crctel/>
- <cranm/>
- <cratel/>
- <costyn/>
- <subjno/>
- <subjid/>
- <stdykind1/>
- <stdykind2/>
- <stdykind3/>
- <stdykind4/>
- <crcmpphonno/>
- <crcfaxno/>
- <crcemail/>
- <crampphonno/>
- <crafaxno/>
- <craemail/>
- </subjinfo>
- <druginfo>
- <clincresdrugflag/>
- <drugcd/>
- <ordnm/>
- </druginfo>
- <empinfo>
- <empflag/>
- <empid/>
- <deptnm/>
- <empnm/>
- <telno/>
- <deptcd/>
- <seqno/>
- </empinfo>
- <testeeinfo>
- <pid/>
- <patnm/>
- <screenno/>
- <subtesteephosid/>
- <subtesteephosnm/>
- <orddd/>
- <enddd/>
- </testeeinfo>
- </crbaseinfo>
- <druginfo>
- <druglist>
- <clincresdrugflag/>
- <drugcd/>
- <ordnm/>
- </druglist>
- </druginfo>
- </main>
- <send>
- <srchdata>
- <subjno/>
- <stdyno/>
- </srchdata>
- <data>
- <subjdata/>
- <drugdata/>
- </data>
- <data2>
- <drugcd/>
- <workflag/>
- <subjectno/>
- </data2>
- </send>
- <init/>
- <hidden/>
- <temp>
- <receivesubjno>
- <receiveref>/root/send/srchdata/subjno</receiveref>
- </receivesubjno>
- <receivedata>
- <receiveref>/root/temp/drugcd</receiveref>
- <srchflag/>
- <srchcnts/>
- <drugkind/>
- </receivedata>
- <drugcd/>
- </temp>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- function fGetSubject(){
-
- //------------------(20091015)
- // 20091130_노동우_stdyno 로도 검색할 수 있게 if 조건 추가
- if (model.getValue("/root/send/srchdata/subjno") == "" && model.getValue("/root/send/srchdata/stdyno") == "" ) {
- messageBox("과제번호 혹은 연구코드가 존재하지 않습니다.","I9999");
- model.setFocus("input1");
- return;
- }
- //------------------
- submit("TRATB00107");
- var costyn="";
- if (model.getValue("/root/main/crbaseinfo/subjinfo/chrgfoodyn")=="Y"){
- costyn = costyn + "1 ";
- }
- if (model.getValue("/root/main/crbaseinfo/subjinfo/roomfeeyn")=="Y"){
- costyn = costyn + "2 ";
- }
- if (model.getValue("/root/main/crbaseinfo/subjinfo/carecureyn")=="Y"){
- costyn = costyn + "3 ";
- }
- if (model.getValue("/root/main/crbaseinfo/subjinfo/medfeeyn")=="Y"){
- costyn = costyn + "4 ";
- }
- model.makeValue("/root/main/crbaseinfo/subjinfo/costyn", costyn);
-
- model.setValue("/root/send/srchdata/stdyno", model.getValue("/root/main/crbaseinfo/subjinfo/stdyno"));
- model.setValue("/root/send/srchdata/subjno", model.getValue("/root/main/crbaseinfo/subjinfo/subjno"));
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <submission id="TRATB00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" replace="instance" resultref="/root/main/druginfo"/>
- <submission id="TXATB00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/temp/ret"/>
- <submission id="TRATB00107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchdata" replace="instance" resultref="/root/main/crbaseinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body disabled="1" overflow="scroll" scroll="auto" guideline="1,1195;2,782;2,784;">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:111px; height:14px; ">관리약사 마스터</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <group id="group2" style="left:0px; top:1px; width:1194px; height:30px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" style="left:1123px; top:5px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetSubject();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1107px; y1:5px; x2:1107px; y2:27px; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:7px; width:86px; height:17px; ">과제번호 :</caption>
- <caption id="caption3" class="search_name" style="left:316px; top:7px; width:108px; height:17px; ">연구코드 :</caption>
- <input id="input1" ref="/root/send/srchdata/subjno" class="input_search" style="left:105px; top:6px; width:130px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- model.setValue("/root/send/srchdata/stdyno", "");
- fGetSubject();
- }
- ]]>
- </script>
- </input>
- <input id="input2" ref="/root/send/srchdata/stdyno" class="input_search" style="left:404px; top:6px; width:130px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if ( event.keyCode == 13 ) {
- setInputNodeCurText();
- model.setValue("/root/send/srchdata/subjno", "");
- fGetSubject();
- }
- ]]>
- </script>
- </input>
- <button id="button5" class="icon_search" style="left:240px; top:5px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //window.load("SPADB60100_약품검색.xrw","modal","code", "left:100px; top:150px; width:850px; height:730px;min:hidden;max:hidden;resize:false;");
- modal("SMATB00300",0,10,150,"SMATB00300","/root/temp/receivesubjno","/root/temp/receivedata");
- model.setValue("/root/send/srchdata/stdyno", getParameter("stdyno"));
- model.setValue("/root/send/srchdata/subjno", getParameter("subjno"));
-
- /*
- 20091130_노동우
- 내용 : 과제검색화면에서 과제를 선택하지 않고 종료하면 과제검색 함수 타지 않음.
- */
- if( model.getValue("/root/send/srchdata/stdyno") != "" && model.getValue("/root/send/srchdata/subjno") != "" ) {
- fGetSubject();
- }
- ]]>
- </script>
- </button>
- </group>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:78px; height:14px; ">기본정보</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:522px; y2:70px; "/>
- <caption id="caption11" class="cell_1" style="left:0px; top:100px; width:95px; height:60px; vertical-align:middle; ">연구제목</caption>
- <caption id="caption14" class="cell_1" style="left:0px; top:162px; width:95px; height:115px; vertical-align:middle; ">연구자</caption>
- <line id="line3" class="line_2" style="x1:0px; y1:99px; x2:519px; y2:99px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:161px; x2:519px; y2:161px; "/>
- <caption id="caption7" class="cell_1" style="left:0px; top:75px; width:95px; height:23px; font-family:돋움; vertical-align:middle; ">품목명</caption>
- <caption id="caption4" class="cell_1" style="left:267px; top:75px; width:100px; height:23px; font-family:돋움; vertical-align:middle; ">의뢰자</caption>
- <datagrid id="datagrid1" nodeset="/root/main/crbaseinfo/empinfo" disabled="false" caption="분류^연구자 ID^진료과^성명^연락처" colsep="^" colwidth="91, 82, 79, 59, 80" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="25" rowsep="|" style="left:98px; top:162px; width:422px; height:115px; ">
- <col disabled="true" ref="empflag" type="combo">
- <choices>
- <item>
- <label>책임</label>
- <value>1</value>
- </item>
- <item>
- <label>공동</label>
- <value>2</value>
- </item>
- <item>
- <label>코디네이터</label>
- <value>3</value>
- </item>
- <item>
- <label>관리약사</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="empid"/>
- <col ref="deptnm"/>
- <col ref="empnm"/>
- <col ref="telno"/>
- </datagrid>
- <line id="line5" class="line_2" style="x1:0px; y1:278px; x2:519px; y2:278px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:304px; width:95px; height:49px; vertical-align:middle; ">연구자 부담</caption>
- <line id="line6" class="line_2" style="x1:0px; y1:379px; x2:519px; y2:379px; "/>
- <caption id="caption8" class="cell_1" style="left:0px; top:279px; width:95px; height:23px; font-family:돋움; vertical-align:middle; ">연구 예정기간</caption>
- <input id="input6" ref="/root/main/crbaseinfo/subjinfo/stdytermfrom" class="input_search" editable="false" format="yyyy-mm-dd" style="left:98px; top:280px; width:110px; height:19px; "/>
- <caption id="caption9" class="search_no_b" style="left:209px; top:280px; width:12px; height:17px; ">~</caption>
- <input id="input7" ref="/root/main/crbaseinfo/subjinfo/stdytermto" class="input_search" editable="false" format="yyyy-mm-dd" style="left:223px; top:280px; width:110px; height:19px; "/>
- <alert>
- <![CDATA[1]]>
- </alert>
- <line id="line7" class="line_2" style="x1:0px; y1:303px; x2:519px; y2:303px; "/>
- <caption id="caption10" class="cell_1" style="left:0px; top:355px; width:95px; height:23px; vertical-align:middle; ">목표례수</caption>
- <caption id="caption16" class="cell_2" style="left:0px; top:436px; width:95px; height:153px; text-align:left; vertical-align:middle; ">임상약등록</caption>
- <line id="line8" class="line_2" style="x1:0px; y1:404px; x2:519px; y2:404px; "/>
- <caption id="caption12" style="left:99px; top:355px; width:40px; height:23px; vertical-align:middle; ">전체</caption>
- <input id="input27" ref="/root/main/crbaseinfo/subjinfo/allidxcase" class="input_default" editable="false" style="left:126px; top:358px; width:93px; height:19px; "/>
- <caption id="caption15" style="left:221px; top:355px; width:35px; height:23px; vertical-align:middle; ">례중</caption>
- <caption id="caption17" style="left:272px; top:355px; width:40px; height:23px; vertical-align:middle; ">본원</caption>
- <caption id="caption18" style="left:395px; top:355px; width:35px; height:23px; vertical-align:middle; ">례</caption>
- <input id="input8" ref="/root/main/crbaseinfo/subjinfo/roothospidxcasecnt" class="input_default" editable="false" style="left:300px; top:358px; width:93px; height:19px; "/>
- <input id="input9" ref="/root/main/crbaseinfo/subjinfo/judgdg" class="input_default" editable="false" style="left:99px; top:382px; width:62px; height:19px; "/>
- <caption id="caption19" style="left:162px; top:382px; width:20px; height:20px; vertical-align:middle; ">차</caption>
- <caption id="caption20" style="left:99px; top:410px; width:50px; height:23px; vertical-align:middle; ">승인일 :</caption>
- <input id="input10" ref="/root/main/crbaseinfo/subjinfo/irbjudglistdd" class="input_default" editable="false" format="yyyy-mm-dd" style="left:145px; top:412px; width:82px; height:19px; "/>
- <input id="input11" ref="/root/main/crbaseinfo/subjinfo/conpaperconacptdd" class="input_default" editable="false" format="yyyy-mm-dd" style="left:289px; top:412px; width:85px; height:19px; "/>
- <caption id="caption21" style="left:241px; top:410px; width:50px; height:23px; vertical-align:middle; ">계약일 :</caption>
- <input id="input12" ref="/root/main/crbaseinfo/subjinfo/subjenddd" class="input_default" editable="false" format="yyyy-mm-dd" style="left:435px; top:412px; width:85px; height:19px; "/>
- <caption id="caption22" style="left:387px; top:410px; width:50px; height:23px; vertical-align:middle; ">종결일 :</caption>
- <button id="button11" class="btn2_letter5" style="left:366px; top:438px; width:75px; height:19px; ">
- <caption>시험약추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/temp/receivedata/srchflag", "");
- model.setValue("/root/temp/receivedata/srchcnts", "");
- model.setValue("/root/temp/receivedata/drugkind","");
- modal("SPADB61000",0,100,150,"SPADB61000","/root/temp/receivedata","/root/temp/receivedata");
-
- //------------------------(20091015)
- //팝업에서 선택하지 않는 경우
- if ( model.getValue("/root/temp/drugcd") == "") {
- return;
- } else {
- //구분/약품코드/약품명을 가져온다.
- model.setValue("/root/send/data2/drugcd", model.getValue("/root/temp/drugcd"));
- model.setValue("/root/send/data2/workflag", "A");
- model.setValue("/root/send/data2/subjectno",model.getValue("/root/send/srchdata/subjno"));
-
- if( submit("TRATB00111") ){
- grd_druglist.addRow();
- //model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/drugcd",model.getValue("/root/temp/drugcd"));
- model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/clincresdrugflag",model.getValue("/root/main/druginfo/druglist/clincresdrugflag"));
- model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/drugcd", model.getValue("/root/main/druginfo/druglist/drugcd"));
- model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/ordnm", model.getValue("/root/main/druginfo/druglist/ordnm"));
- model.refresh();
-
- grd_druglist.refresh();
- }
- }
- //--------------------------
-
- ]]>
- </script>
- </button>
- <line id="line9" class="line_2" style="x1:0px; y1:590px; x2:519px; y2:590px; "/>
- <caption id="caption23" class="tit_2" style="left:533px; top:55px; width:113px; height:14px; ">등록환자 list</caption>
- <line id="line10" class="line_1" style="x1:528px; y1:70px; x2:1195px; y2:70px; "/>
- <line id="line11" class="line_2" style="x1:0px; y1:686px; x2:519px; y2:686px; "/>
- <caption id="caption24" class="cell_2" style="left:0px; top:639px; width:95px; height:48px; text-align:left; vertical-align:middle; ">CRA 정보</caption>
- <line id="line12" class="line_2" style="x1:0px; y1:637px; x2:519px; y2:637px; "/>
- <line id="line14" class="line_2" style="x1:0px; y1:710px; x2:519px; y2:710px; "/>
- <caption id="caption25" class="cell_2" style="left:0px; top:688px; width:95px; height:23px; text-align:left; vertical-align:middle; ">임상약 요약지</caption>
- <caption id="caption26" class="cell_2" style="left:0px; top:712px; width:95px; height:23px; text-align:left; vertical-align:middle; ">복약 설명서</caption>
- <button id="button10" class="btn2_letter2" style="left:99px; top:691px; width:42px; height:19px; ">
- <caption>작성</caption>
- </button>
- <button id="button2" class="btn2_letter2" style="left:99px; top:714px; width:42px; height:19px; ">
- <caption>작성</caption>
- </button>
- <button id="button3" class="btn2_letter2" visibility="hidden" style="left:144px; top:691px; width:42px; height:19px; ">
- <caption>조회</caption>
- </button>
- <button id="button4" class="btn2_letter2" visibility="hidden" style="left:144px; top:714px; width:42px; height:19px; ">
- <caption>조회</caption>
- </button>
- <caption id="caption28" visibility="hidden" style="left:189px; top:714px; width:95px; height:20px; vertical-align:middle; ">임시저장 / 완료</caption>
- <input id="input16" ref="/root/main/crbaseinfo/subjinfo/cranm" class="input_default" style="left:146px; top:642px; width:58px; height:19px; "/>
- <input id="input17" ref="/root/main/crbaseinfo/subjinfo/cratel" class="input_default" style="left:275px; top:641px; width:75px; height:19px; "/>
- <caption id="caption27" visibility="hidden" style="left:190px; top:693px; width:180px; height:20px; vertical-align:middle; ">임시저장된 / 완료된 요약지 있음</caption>
- <caption id="caption36" class="cell_2" style="left:0px; top:590px; width:95px; height:48px; text-align:left; vertical-align:middle; ">CRC 정보</caption>
- <input id="input18" ref="/root/main/crbaseinfo/subjinfo/crcnm" class="input_default" style="left:146px; top:593px; width:58px; height:19px; "/>
- <input id="input19" ref="/root/main/crbaseinfo/subjinfo/crctel" class="input_default" style="left:275px; top:593px; width:75px; height:19px; "/>
- <line id="line17" class="line_2" style="x1:0px; y1:354px; x2:519px; y2:354px; "/>
- <caption id="caption13" class="cell_1" style="left:0px; top:380px; width:95px; height:55px; vertical-align:middle; ">IRB 심사회차</caption>
- <line id="line18" class="line_2" style="x1:0px; y1:435px; x2:519px; y2:435px; "/>
- <bool id="bool1" checkvalue="Y,N" ref="/root/main/crbaseinfo/subjinfo/subjendyn" style="left:425px; top:386px; width:35px; height:20px; "/>
- <caption id="caption37" style="left:455px; top:384px; width:55px; height:25px; ">종결</caption>
- <datagrid id="grd_druglist" nodeset="/root/main/crbaseinfo/druginfo" caption="구분^약품코드^약품명" colsep="^" colwidth="104, 120, 160" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:99px; top:458px; width:422px; height:130px; ">
- <col class="gridcombo" ref="clincresdrugflag" type="combo">
- <choices>
- <item>
- <label>시험약</label>
- <value>1</value>
- </item>
- <item>
- <label>대조약</label>
- <value>2</value>
- </item>
- <item>
- <label>병용약</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col ref="drugcd"/>
- <col ref="ordnm"/>
- </datagrid>
- <select id="checkbox1" ref="/root/main/crbaseinfo/subjinfo/costyn" overflow="visible" appearance="full" cols="3" rows="1" style="left:194px; top:306px; width:185px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>식대</label>
- <value>1</value>
- </item>
- <item>
- <label>병실료</label>
- <value>2</value>
- </item>
- <item>
- <label>간호처치료</label>
- <value>3</value>
- </item>
- </choices>
- </select>
- <select id="checkbox2" ref="/root/main/crbaseinfo/subjinfo/costyn" overflow="visible" appearance="full" cols="3" rows="1" style="left:194px; top:332px; width:185px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>진찰료</label>
- <value>4</value>
- </item>
- </choices>
- </select>
- <caption id="caption38" class="cell_1" style="left:99px; top:304px; width:91px; height:23px; vertical-align:middle; ">입원</caption>
- <caption id="caption39" class="cell_1" style="left:99px; top:329px; width:91px; height:23px; vertical-align:middle; ">외래</caption>
- <button id="button6" class="btn2_letter5" style="left:445px; top:438px; width:75px; height:19px; ">
- <caption>시험약삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_druglist.addStatus( grd_druglist.row, "delete" );
- grd_druglist.refresh();
- ]]>
- </script>
- </button>
- <textarea id="input5" ref="/root/main/crbaseinfo/subjinfo/stdysubjnm" class="input_search" editable="false" appearance="textarea" style="left:98px; top:100px; width:422px; height:60px; "/>
- <input id="input3" ref="/root/main/crbaseinfo/subjinfo/itemnm" class="input_search" editable="false" appearance="input" style="left:98px; top:76px; width:165px; height:19px; "/>
- <input id="input4" ref="/root/main/crbaseinfo/subjinfo/reqnm" class="input_search" editable="false" appearance="input" style="left:370px; top:76px; width:150px; height:19px; "/>
- <line id="line2" class="line_3" style="x1:0px; y1:734px; x2:519px; y2:734px; "/>
- <line id="line15" class="line_3" style="x1:529px; y1:737px; x2:1193px; y2:737px; "/>
- <caption id="caption41" class="cell_2" style="left:353px; top:638px; width:80px; height:23px; vertical-align:middle; ">핸드폰번호</caption>
- <caption id="caption53" class="cell_2" style="left:98px; top:663px; width:45px; height:23px; vertical-align:middle; ">Fax</caption>
- <caption id="caption32" class="cell_2" style="left:353px; top:591px; width:80px; height:23px; vertical-align:middle; ">핸드폰번호</caption>
- <caption id="caption54" class="cell_2" style="left:224px; top:663px; width:48px; height:23px; vertical-align:middle; ">E-mail</caption>
- <caption id="caption33" class="cell_2" style="left:98px; top:615px; width:45px; height:23px; vertical-align:middle; ">Fax</caption>
- <caption id="caption44" class="cell_2" style="left:98px; top:591px; width:45px; height:23px; vertical-align:middle; ">이름</caption>
- <caption id="caption34" class="cell_2" style="left:224px; top:615px; width:48px; height:23px; vertical-align:middle; ">E-mail</caption>
- <caption id="caption45" class="cell_2" style="left:98px; top:639px; width:45px; height:23px; vertical-align:middle; ">이름</caption>
- <caption id="caption46" class="cell_2" style="left:208px; top:591px; width:64px; height:23px; vertical-align:middle; ">전화번호</caption>
- <caption id="caption47" class="cell_2" style="left:208px; top:639px; width:64px; height:23px; vertical-align:middle; ">전화번호</caption>
- <input id="input13" ref="/root/main/crbaseinfo/subjinfo/crampphonno" class="input_default" style="left:436px; top:642px; width:85px; height:19px; "/>
- <input id="input14" ref="/root/main/crbaseinfo/subjinfo/crcmpphonno" class="input_default" style="left:436px; top:593px; width:85px; height:19px; "/>
- <input id="input15" ref="/root/main/crbaseinfo/subjinfo/crcfaxno" class="input_default" style="left:146px; top:616px; width:75px; height:19px; "/>
- <input id="input20" ref="/root/main/crbaseinfo/subjinfo/crafaxno" class="input_default" style="left:146px; top:664px; width:75px; height:19px; "/>
- <input id="input21" ref="/root/main/crbaseinfo/subjinfo/crcemail" class="input_default" style="left:275px; top:615px; width:246px; height:19px; "/>
- <input id="input22" ref="/root/main/crbaseinfo/subjinfo/craemail" class="input_default" style="left:275px; top:663px; width:246px; height:19px; "/>
- <datagrid id="grd_testeeinfo" nodeset="/root/main/crbaseinfo/testeeinfo" caption="등록번호^성 명^Screening No.^피험자 ID^Initial^등록일^종결일" colsep="^" colwidth="90, 90, 90, 90, 90, 90, 90" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:528px; top:75px; width:667px; height:660px; ">
- <col ref="pid"/>
- <col ref="patnm"/>
- <col ref="screenno"/>
- <col ref="subtesteephosid"/>
- <col ref="subtesteephosnm"/>
- <col ref="orddd" format="yyyy-mm-dd"/>
- <col ref="enddd" format="yyyy-mm-dd"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- /*
- var iRow = grd_testeeinfo.row;
- if( grd_testeeinfo.isCell(event.target) && iRow > 0 && iRow <= grd_testeeinfo.rows ){
-
- }
- */
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- <button id="btn_del" class="btn4_letter2" visibility="hidden" style="left:1020px; top:5px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1139px; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.copyNode("/root/send/data/subjdata","/root/main/crbaseinfo/subjinfo");
- model.setValue("/root/send/data/drugdata",grd_druglist.getUpdateData());
- model.refresh();
- if( submit("TXATB00201") ){
- fGetSubject();
- }
- ]]>
- </script>
- </button>
- </group>
- <button id="button51" class="btn2_letter2" navindex="34" style="left:1135px; top:90px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //---------------(20091015)-----------------------
- if (grd_testeeinfo.rows > 1) {
- var file = window.fileDialog("save","","false","","xls","Excel Files(*.xls)|*.xls");
- grd_testeeinfo.saveExcel(file);
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|