TRSDT06601.xml 1.7 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRSDT06601">
  3. <action url="svc://local"
  4. target="stscmcnwapp.SoclEndStats"
  5. interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
  6. method="reqGetAidDecisionStat">
  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/chacinfo" type="xml">
  20. <table id="chaclist" count_ref="chaclist">
  21. <column id="flagnm" type="string" desc="구분" ref="chaclist.flagnm"/>
  22. <column id="supppatcnt" type="int" desc="결정환자수" ref="chaclist.supppatcnt"/>
  23. <column id="suppamt" type="long" desc="결정금액" ref="chaclist.suppamt"/>
  24. <column id="patamt" type="long" desc="1인당결정금액" ref="chaclist.patamt"/>
  25. </table>
  26. </output>
  27. </submit>