123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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>
- <testeeinfo>
- <pid/>
- <patnm/>
- <screenno/>
- <subtesteephosid/>
- <subtesteephosnm/>
- <prcpdd1/>
- <rtndd1/>
- <rtninptdd1/>
- <prcpdd2/>
- <rtndd2/>
- <rtninptdd2/>
- </testeeinfo>
- </crbaseinfo>
- <send>
- <srchsubjno/>
- </send>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var srchsubjno = opener.javascript.getParameter("srchsubjno");
-
- model.setValue("/root/send/srchsubjno",srchsubjno);
-
- if (srchsubjno!=""){
- submit("TRATP60201");
- }
- model.refresh();
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <submission id="TRATP60201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/crbaseinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="1120" pageheight="500" guideline="1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:10px; width:1090px; height:430px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:98px; height:14px; ">등록환자 List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:1035px; y2:26px; "/>
- <datagrid id="datagrid1" nodeset="/root/crbaseinfo/testeeinfo" caption="등록번호^성명^Screening No^Random No^피험자 Initial^처방일1^반납일^반환입력일^처방일2^반납일^반환일" colsep="^" colwidth="90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1035px; height:380px; ">
- <col ref="pid"/>
- <col ref="patnm"/>
- <col ref="screenno"/>
- <col ref="subtesteephosid"/>
- <col ref="subtesteephosnm"/>
- <col ref="prcpdd1" format="yyyy-mm-dd"/>
- <col ref="rtndd1" format="yyyy-mm-dd"/>
- <col ref="rtninptdd1" format="yyyy-mm-dd"/>
- <col ref="prcpdd2" format="yyyy-mm-dd"/>
- <col ref="rtndd2" format="yyyy-mm-dd"/>
- <col ref="rtninptdd2" format="yyyy-mm-dd"/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:456px; width:1090px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:980px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|