TXICU01002.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXICS01002">
  3. <action url="svc://local"
  4. target="crccsubjapp.CostSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
  6. method="reqExeSubjPayMngt">
  7. </action>
  8. <input type="urlencoded" >
  9. <table id="req1" count_ref="subjid">
  10. <column id="subjid" desc="과제ID" ref="subjid"/>
  11. <column id="hospcd" desc="병원선택" ref="hospcd"/>
  12. </table>
  13. <table id="req2" count_ref="senddata" >
  14. <column id="m" desc="실행구분" ref="senddata.m"/>
  15. <column id="appdg" desc="차수" ref="senddata.appdg"/>
  16. <column id="payyncd" desc="지급여부" ref="senddata.payyncd"/>
  17. <column id="payscheamt" desc="지급여부" ref="senddata.payscheamt"/>
  18. <column id="payschedd" desc="지급여부" ref="senddata.payschedd"/>
  19. </table>
  20. </input>
  21. <output path="root/hidden" type="xml">
  22. <table id="item" count_ref="item" >
  23. <column id="count" desc="실행건수" ref="item.count"/>
  24. </table>
  25. </output>
  26. </submit>