TXIRS00199.xml 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXIRS00199">
  3. <action url="svc://local"
  4. target="reqsubjcmpyapp.NewSubjWrte"
  5. interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
  6. method="reqExeUploadAttachFileRept">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="attach" count_ref="file">
  10. <column id="filenm" desc="첨부파일명" ref="file.name"/>
  11. <column id="filedata" desc="첨부파일데이터" ref="file.data"/>
  12. <column id="filesize" desc="첨부파일크기" ref="file.size"/>
  13. <column id="filetype" desc="파일종류" ref="file.type"/>
  14. </table>
  15. <table id="data" count_ref="instcd">
  16. <column id="instcd" desc="병원코드" ref="instcd"/>
  17. <column id="subjid" desc="과제번호" ref="subjid"/>
  18. <column id="reptkind" desc="보고서종류" ref="reptkind"/>
  19. <column id="reptseqno" desc="보고서일련번호" ref="reptseqno"/>
  20. </table>
  21. </input>
  22. <output path="root/hidden" type="xml">
  23. <table id="item" count_ref="item" >
  24. <column id="count" desc="실행건수" ref="item.count"/>
  25. </table>
  26. </output>
  27. </submit>