TXSTP00900.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXSTP00900">
  3. <action url="svc://local"
  4. target="stspamapp.StsPam"
  5. interface="himed.his.sts.stspamapp.stspam.StsPam"
  6. method="reqExePreEarnOrddeptList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="status">
  10. <column id="status" desc="" ref="status"/>
  11. <column id="bugtym" desc="예산년월" ref="bugtym"/>
  12. <column id="centcd" default = "-" desc="센터" ref="centcd"/>
  13. <column id="orddeptcd" desc="진료과" ref="orddeptcd"/>
  14. <column id="grupgb" default = "-" desc="계열구분" ref="grupgb"/>
  15. <column id="dispseq" default = "0" desc="출력순서" ref="dispseq"/>
  16. <column id="inpgoal" default = "0" desc="입원예산수익" ref="inpgoal"/>
  17. <column id="outgoal" default = "0" desc="외래예산수익" ref="outgoal"/>
  18. </table>
  19. </input>
  20. <output path="root/grddata" type="xml">
  21. <table id="preearnlist" count_ref="preearnlist">
  22. <column id="status" desc="" ref="preearnlist.status"/>
  23. <column id="bugtym" desc="예산년월" ref="preearnlist.bugtym"/>
  24. <column id="centcd" desc="센터" ref="preearnlist.centcd"/>
  25. <column id="orddeptcd" desc="진료과" ref="preearnlist.orddeptcd"/>
  26. <column id="grupgb" desc="계열구분" ref="preearnlist.grupgb"/>
  27. <column id="dispseq" desc="출력순서" ref="preearnlist.dispseq"/>
  28. <column id="inpgoal" desc="입원예산수익" ref="preearnlist.inpgoal"/>
  29. <column id="outgoal" desc="외래예산수익" ref="preearnlist.outgoal"/>
  30. </table>
  31. </output>
  32. </submit>