1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCIS01103">
- <action url="svc://local"
- target="reqsubjcmpyapp.ReserInfo"
- interface="himed.his.crc.reqsubjcmpyapp.reserinfo.ReserInfo"
- method="reqGetreserDevelopInfo">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="srchitemnm">
- <column id="hospcd" desc="병원코드" ref="hospcd"/>
- <column id="empno" desc="사원번호" ref="empno"/>
- </table>
-
- </input>
- <output path="root/reserdevelopinfo" type="xml">
- <table id="item" count_ref="item">
- <column id="hospcd" desc="병원코드" ref="item.hospcd"/>
- <column id="empno" desc="사번" ref="item.empno"/>
- <column id="seqno" desc="일련번호" ref="item.seqno"/>
- <column id="stdystartdd" desc="연구시작일자" ref="item.stdystartdd"/>
- <column id="stdyenddd" desc="연구종료일자" ref="item.stdyenddd"/>
- <column id="subjnm" desc="과제명" ref="item.subjnm"/>
- <column id="reqphos" desc="의뢰자" ref="item.reqphos"/>
- <column id="respstdyeryn" desc="책임연구자여부" ref="item.respstdyeryn"/>
- <column id="cnststdyeryn" desc="공동연구자" ref="item.cnststdyeryn"/>
- <column id="clincstage" desc="임상단계" ref="item.clincstage"/>
- <column id="userid" desc="사용자ID" ref="item.userid"/>
- <column id="prgmid" desc="프로그램ID" ref="item.prgmid"/>
- <column id="ipaddr" desc="IP Address" ref="item.ipaddr"/>
- <column id="inptdd" desc="입력일자" ref="item.inptdd"/>
- <column id="updtdd" desc="수정일자" ref="item.updtdd"/>
- </table>
- </output>
- </submit>
|