1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXIRS00198">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqDelUploadAttachFileRept">
- </action>
- <input type="urlencoded">
- <table id="data" count_ref="instcd">
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="subjid" desc="과제번호" ref="subjid"/>
- <column id="reptkind" desc="보고서종류" ref="reptkind"/>
- <column id="reptseqno" desc="보고서일련번호" ref="reptseqno"/>
- </table>
- </input>
-
- <output path="root/temp" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="실행건수" ref="item.count"/>
- </table>
- </output>
- </submit>
|