12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSDT06701">
- <action url="svc://local"
- target="stscmcnwapp.SoclEndStats"
- interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
- method="reqGetContribDeciStat">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="flag">
- <column id="flag" type="string" desc="조회구분" ref="flag"/>
- <column id="ioflag" type="string" desc="입원외래구분" ref="ioflag"/>
- <column id="fromdd" type="string" desc="조회시작일자" ref="fromdd"/>
- <column id="todd" type="string" desc="조회종료일자" ref="todd"/>
- <column id="fromentryy" type="string" desc="년도시작일자" ref="fromentryy"/>
- <column id="toentryy" type="string" desc="년도종료일자" ref="toentryy"/>
- <column id="achivflag" type="string" desc="실적구분" ref="achivflag"/>
- </table>
- </input>
- <output path="root/deciinfo" type="xml">
- <table id="decilist" count_ref="decilist">
- <column id="flagnm" type="string" desc="구분" ref="decilist.flagnm"/>
- <column id="contribpatcnt" type="int" desc="기부자수" ref="decilist.contribpatcnt"/>
- <column id="contribamt" type="long" desc="기부금액" ref="decilist.contribamt"/>
- <column id="contribpatamt" type="long" desc="1인당평균금액" ref="decilist.contribpatamt"/>
- <column id="decipatcnt" type="int" desc="기부금결정환자수" ref="decilist.decipatcnt"/>
- <column id="deciamt" type="logn" desc="기부금결정금액" ref="decilist.deciamt"/>
- <column id="patamt" type="long" desc="1인당결정금액" ref="decilist.patamt"/>
- </table>
- </output>
- </submit>
|