TRSDT06501.xml 2.7 KB

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