1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01016">
- <action url="svc://local"
- target="clinicresearchapp.CrccSubjMngt"
- interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
- method="reqGetSubjSearchInfoDtlTo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="hospcd" desc="병원코드" ref="hospcd"/>
-
- </table>
- </input>
- <output path="root/infodtlto" type="xml">
- <table id="item" count_value="1" >
-
- <column id="condd" desc="계약일자" ref="item.condd"/>
- <column id="depomthd" desc="입금방법" ref="item.depomthd"/>
- <column id="roothospidxcasecnt" desc="본원증례수" ref="item.roothospidxcasecnt"/>
- <column id="totstdycost" desc="총연구비" ref="item.totstdycost"/>
- <column id="stdytermfrom" desc="연구기간/FROM" ref="item.stdytermfrom"/>
- <column id="stdytermto" desc="연구기간/TO" ref="item.stdytermto"/>
- <column id="respstdynm" desc="책임연구원" ref="item.respstdynm"/>
- <column id="respstdyposnm" desc="소속명" ref="item.respstdyposnm"/>
- <column id="respstdyjobposnm" desc="직위명" ref="item.respstdyjobposnm"/>
- <column id="reqyn" desc="의뢰여부" ref="item.reqyn"/>
- <column id="direccost" desc="직접비" ref="item.direccost"/>
-
- </table>
- </output>
- </submit>
|