TRSDT06701.xml 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRSDT06701">
  3. <action url="svc://local"
  4. target="stscmcnwapp.SoclEndStats"
  5. interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
  6. method="reqGetContribDeciStat">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="flag">
  10. <column id="flag" type="string" desc="조회구분" ref="flag"/>
  11. <column id="ioflag" type="string" desc="입원외래구분" ref="ioflag"/>
  12. <column id="fromdd" type="string" desc="조회시작일자" ref="fromdd"/>
  13. <column id="todd" type="string" desc="조회종료일자" ref="todd"/>
  14. <column id="fromentryy" type="string" desc="년도시작일자" ref="fromentryy"/>
  15. <column id="toentryy" type="string" desc="년도종료일자" ref="toentryy"/>
  16. <column id="achivflag" type="string" desc="실적구분" ref="achivflag"/>
  17. </table>
  18. </input>
  19. <output path="root/deciinfo" type="xml">
  20. <table id="decilist" count_ref="decilist">
  21. <column id="flagnm" type="string" desc="구분" ref="decilist.flagnm"/>
  22. <column id="contribpatcnt" type="int" desc="기부자수" ref="decilist.contribpatcnt"/>
  23. <column id="contribamt" type="long" desc="기부금액" ref="decilist.contribamt"/>
  24. <column id="contribpatamt" type="long" desc="1인당평균금액" ref="decilist.contribpatamt"/>
  25. <column id="decipatcnt" type="int" desc="기부금결정환자수" ref="decilist.decipatcnt"/>
  26. <column id="deciamt" type="logn" desc="기부금결정금액" ref="decilist.deciamt"/>
  27. <column id="patamt" type="long" desc="1인당결정금액" ref="decilist.patamt"/>
  28. </table>
  29. </output>
  30. </submit>