123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSDT06501">
- <action url="svc://local"
- target="stscmcnwapp.SoclEndStats"
- interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
- method="reqGetCharityOrdStat">
- </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"/>
- </table>
- </input>
- <output path="root/chacinfo" type="xml">
- <table id="chaclist" count_ref="chaclist">
- <column id="ordflagnm" type="string" desc="입원외래" ref="chaclist.ordflagnm"/>
- <column id="discunconm" type="cdata" desc="자선진료코드명" ref="chaclist.discunconm"/>
- <column id="orgpatcnt" type="int" desc="실인원수" ref="chaclist.orgpatcnt"/>
- <column id="yearpatcnt" type="int" desc="연인원수" ref="chaclist.yearpatcnt"/>
- <column id="totamt" type="logn" desc="총액" ref="chaclist.totamt"/>
- <column id="totinsubamt" type="logn" desc="공단청구액" ref="chaclist.totinsubamt"/>
- <column id="outeraidamt" type="logn" desc="외부후원액" ref="chaclist.outeraidamt"/>
- <column id="rcptamt" type="logn" desc="본인납부액" ref="chaclist.rcptamt"/>
- <column id="totownbamt" type="logn" desc="총납부액" ref="chaclist.totownbamt"/>
- <column id="suppamt" type="logn" desc="보조액" ref="chaclist.suppamt"/>
- <column id="aidsuppamt" type="logn" desc="후원보조액" ref="chaclist.aidsuppamt"/>
- <column id="supprate" type="double" desc="총액대비보조율" ref="chaclist.supprate"/>
- <column id="ownsupprate" type="double" desc="환자부담액대비보조율" ref="chaclist.ownsupprate"/>
- </table>
- </output>
- </submit>
|