TRISR01007.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRISR01007">
  3. <action url="svc://local"
  4. target="stdysubjapp.StdySubjMngt"
  5. interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
  6. method="reqGetStdyAddMngtList">
  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="seqno" desc="일련번호" ref="seqno"/>
  13. </table>
  14. </input>
  15. <output path="root/gridaddcody" type="xml">
  16. <table id="item" count_ref="item">
  17. <column id="seqno" desc="순번" ref="item.seqno"/>
  18. <column id="itemexpendnm" desc="비목명" type="cdata" ref="item.itemexpendnm"/>
  19. <column id="appdg" desc="신청차수" ref="item.appdg"/>
  20. <column id="acpter" desc="수령인" type="cdata" ref="item.acpter"/>
  21. <column id="payyncd" desc="지급여부코드" ref="item.payyncd"/>
  22. <column id="payscheamt" desc="지급예정액" ref="item.payscheamt"/>
  23. <column id="payschedd" desc="지급예정일" ref="item.payschedd"/>
  24. <column id="subjid" desc="과제번호" ref="item.subjid"/>
  25. <column id="hospcd" desc="병원코드" ref="item.hospcd"/>
  26. </table>
  27. </output>
  28. </submit>