TRICU01006.xml 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01006">
  3. <action url="svc://local"
  4. target="crccsubjapp.CostSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
  6. method="reqGetSubjItemExeList">
  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/exelist" type="xml">
  17. <table id="item" count_ref="item" >
  18. <column id="itemexpendnm" desc="비목명" ref="item.itemexpendnm"/>
  19. <column id="confcost" desc="사용금액" ref="item.confcost"/>
  20. <column id="confpurcusedd" desc="사용일자" ref="item.confpurcusedd"/>
  21. <column id="rcpttypecd" desc="영수증종류" ref="item.rcpttypecd"/>
  22. <column id="payflagcd" desc="구분" ref="item.payflagcd"/>
  23. </table>
  24. </output>
  25. </submit>