TXSMR00204.xml 1.0 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXSMR00204">
  3. <!-- 레포트 등록화면 레포트 파일업로드 -->
  4. <action url="svc://local"
  5. target="stsmngtapp.StsRept"
  6. interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
  7. method="reqExeUploadReport">
  8. </action>
  9. <input type="urlencoded">
  10. <table id="attach" count_ref="file">
  11. <column id="filenm" desc="첨부파일명" ref="file.name"/>
  12. <column id="filedata" desc="첨부파일데이터" ref="file.data"/>
  13. <column id="filesize" desc="첨부파일크기" ref="file.size"/>
  14. <column id="filetype" desc="파일종류" ref="file.type"/>
  15. </table>
  16. <table id="report" count_ref="title">
  17. <column id="title" desc="보고서명" ref="title"/>
  18. <column id="statsreptcd" type="string" desc="레포트코드" ref="statsreptcd"/>
  19. <column id="cretseq" type="int" desc="레포트순번" ref="cretseq"/>
  20. </table>
  21. </input>
  22. <output path="root/temp" type="xml">
  23. </output>
  24. </submit>