12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01010">
- <action url="svc://local"
- target="clinicresearchapp.CrccSubjMngt"
- interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
- method="reqGetSubjPayAppList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="hospcd" desc="병원선택" ref="hospcd"/>
- <column id="appdg" desc="차수" ref="appdg"/>
- <column id="stdyitemexpend" desc="연구비비목코드" ref="stdyitemexpend"/>
-
- </table>
- </input>
- <output path="root/payapplist" type="xml">
- <table id="item" count_ref="item" >
-
- <column id="itemexpendnm" type="cdata" desc="비목명" ref="item.itemexpendnm"/>
- <column id="appdg" type="cdata" desc="신청차수" ref="item.appdg"/>
- <column id="payyncd" type="cdata" desc="지급여부" ref="item.payyncd"/>
- <column id="payscheamt" type="cdata" desc="지급예정액" ref="item.payscheamt"/>
- <column id="payschedd" type="cdata" desc="지급예정일" ref="item.payschedd"/>
-
- </table>
- </output>
- </submit>
|