TRICU01010.xml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01010">
  3. <action url="svc://local"
  4. target="crccsubjapp.CostSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
  6. method="reqGetSubjPayAppList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="subjid">
  10. <column id="subjid" desc="과제ID" ref="subjid"/>
  11. <column id="hospcd" desc="병원선택" ref="hospcd"/>
  12. <column id="appdg" desc="차수" ref="appdg"/>
  13. <column id="stdyitemexpend" desc="연구비비목코드" ref="stdyitemexpend"/>
  14. </table>
  15. </input>
  16. <output path="root/payapplist" type="xml">
  17. <table id="item" count_ref="item" >
  18. <column id="itemexpendnm" desc="비목명" ref="item.itemexpendnm"/>
  19. <column id="appdg" desc="신청차수" ref="item.appdg"/>
  20. <column id="payyncd" desc="지급여부" ref="item.payyncd"/>
  21. <column id="payscheamt" desc="지급예정액" ref="item.payscheamt"/>
  22. <column id="payschedd" desc="지급예정일" ref="item.payschedd"/>
  23. </table>
  24. </output>
  25. </submit>