1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01013">
- <action url="svc://local"
- target="crccsubjapp.CostSubjMngt"
- interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
- method="reqGetSubjPrsnExpsList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="hospcd">
- <column id="hospcd" desc="병원선택" ref="hospcd"/>
- <column id="payscheddfrom" desc="지급예정일" ref="payscheddfrom"/>
- <column id="payscheddto" desc="지급예정일" ref="payscheddto"/>
- <column id="payyncd" desc="지급여부" ref="payyncd"/>
- <column id="nm" desc="책임시험자" ref="nm"/>
-
- </table>
- </input>
- <output path="root/prsnexpslist" type="xml">
- <table id="item" count_ref="item" >
-
- <column id="subjno" desc="과제번호" ref="item.subjno"/>
- <column id="nm" desc="시험책임자" ref="item.nm"/>
- <column id="rrgstno" desc="주민번호" ref="item.rrgstno"/>
- <column id="depor" desc="수령인" ref="item.depor"/>
- <column id="appdg" desc="신청차수" ref="item.appdg"/>
- <column id="hospnm" desc="병원명" ref="item.hospnm"/>
- <column id="payyncd" desc="지급여부" ref="item.payyncd"/>
- <column id="payschedd" desc="지급예정일" ref="item.payschedd"/>
-
- </table>
- </output>
- </submit>
|