1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXIRT00106">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqExeStdyHist">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="grid">
- <column id="m" desc="status" ref="grid.m"/>
- <column id="seqno" desc="순번" ref="grid.seqno"/>
- <column id="stdystartdd" desc="연구시작일자" ref="grid.stdystartdd"/>
- <column id="stdyenddd" desc="연구종료일자" ref="grid.stdyenddd"/>
- <column id="subjno" desc="과제번호" ref="grid.subjno"/>
- <column id="subjnm" desc="과제명" ref="grid.subjnm"/>
- <column id="nm" desc="의롸자명" ref="grid.nm"/>
- <column id="reqinstcd" desc="병원코드" ref="grid.reqinstcd"/>
- <column id="respstdyeryn" desc="책임연구자여부" ref="grid.respstdyeryn"/>
- <column id="clincstagecd" desc="임상단계코드" ref="grid.clincstagecd"/>
- </table>
- </input>
- <output path="main/view" type="xml">
- <table id="hist" count_ref="hist">
- <column id="userid" desc="아이디" ref="hist.userid"/>
- <column id="seqno" desc="순번" ref="hist.seqno"/>
- <column id="stdystartdd" desc="연구시작일자" ref="hist.stdystartdd"/>
- <column id="stdyenddd" desc="연구종료일자" ref="hist.stdyenddd"/>
- <column id="subjno" desc="과제번호" ref="hist.subjno"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="hist.subjnm"/>
- <column id="nm" desc="의롸자명" type="cdata" ref="hist.nm"/>
- <column id="reqinstcd" desc="병원코드" ref="hist.reqinstcd"/>
- <column id="respstdyeryn" desc="책임연구자여부" ref="hist.respstdyeryn"/>
- <column id="clincstagecd" desc="임상단계코드" ref="hist.clincstagecd"/>
- </table>
- </output>
- </submit>
|