123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRC00106">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqGetStdyHist">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="userid">
- <column id="userid" desc="" ref="userid"/>
- <column id="instcd" desc="" ref="instcd"/>
- </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="과제명" ref="hist.subjnm"/>
- <column id="nm" desc="의롸자명" 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>
|