123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSDT06702">
- <action url="svc://local"
- target="stscmcnwapp.SoclEndStats"
- interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
- method="reqGetContribSuppStat">
- </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/expsinfo" type="xml">
- <table id="expslist" count_ref="expslist">
- <column id="flagnm" type="string" desc="구분" ref="expslist.flagnm"/>
- <column id="supppatcnt" type="int" desc="기부금지원환자수" ref="expslist.supppatcnt"/>
- <column id="suppamt" type="int" desc="기부금지원금액" ref="expslist.suppamt"/>
- </table>
- </output>
- </submit>
|