TRISR01008.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRISR01008">
  3. <action url="svc://local"
  4. target="stdysubjapp.StdySubjMngt"
  5. interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
  6. method="reqGetStdyItemAddMngtList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="subjid">
  10. <column id="subjid" desc="과제번호" ref="subjid"/>
  11. <column id="hospcd" desc="병원코드" ref="hospcd"/>
  12. <column id="appdg" desc="신청차수" ref="appdg"/>
  13. <column id="stdyitemexpendcd" desc="연구비비목코드" ref="stdyitemexpendcd"/>
  14. </table>
  15. </input>
  16. <output path="root/griditemadd" type="xml">
  17. <table id="item" count_ref="item">
  18. <column id="itemexpendnm" desc="연구비목명" type="cdata" ref="item.itemexpendnm"/>
  19. <column id="cmpynm" desc="상호명" type="cdata" ref="item.cmpynm"/>
  20. <column id="confcost" desc="지급액" ref="item.confcost"/>
  21. <column id="confpurcusedd" desc="사용일자" ref="item.confpurcusedd"/>
  22. <column id="rcpttypecd" desc="영수증타입코드" ref="item.rcpttypecd"/>
  23. <column id="payflagcd" desc="지급처구분코드" ref="item.payflagcd"/>
  24. <column id="subjid" desc="과제ID" ref="item.subjid"/>
  25. <column id="hospcd" desc="병원코드" ref="item.hospcd"/>
  26. <column id="appdg" desc="신청차수" ref="item.appdg"/>
  27. <column id="stdyitemexpendcd" desc="신청차수" ref="item.stdyitemexpendcd"/>
  28. </table>
  29. </output>
  30. </submit>