12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSDT06201">
- <action url="svc://local"
- target="stscmcnwapp.SoclEndStats"
- interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
- method="reqGetBrgstIncmExpsPresCond">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="reqflag">
- <column id="reqflag" desc="연도월구분플래그" ref="reqflag"/>
- <column id="fromdd" desc="조회시작일" ref="fromdd"/>
- <column id="todd" desc="조회종료일" ref="todd" />
- <column id="fromendyy" desc="마감조회시작월" ref="fromendyy"/>
- <column id="toendyy" desc="마감조회종료월" ref="toendyy"/>
- <column id="fromentryy" desc="조회시작년도" ref="fromentryy"/>
- <column id="toentryy" desc="조회종료사업년도" ref="toentryy"/>
- </table>
- </input>
- <output path="root/brgstincmexpspres" type="xml">
- <table id="brgstincmexpsprescond" count_ref="brgstincmexpsprescond">
- <column id="cond" type="string" desc="구분" ref="brgstincmexpsprescond.cond"/>
- <column id="incmcnt" type="string" desc="헌혈증수입(수증)" ref="brgstincmexpsprescond.incmcnt"/>
- <column id="expscnt" type="string" desc="헌혈증지출(기증)" ref="brgstincmexpsprescond.expscnt"/>
- <column id="expsamt" type="string" desc="헌혈증환산액" ref="brgstincmexpsprescond.expsamt"/>
- <column id="patcnt" type="string" desc="헌혈증환산액" ref="brgstincmexpsprescond.patcnt"/>
- </table>
- </output>
- </submit>
|