1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * @(#)TXSTP00300.xml
- * 수정이력
- * - 2008.08.08 / 최초작성 / 정선영
- *
- -->
- <submit id="TXSTP00300">
- <action url="svc://local"
- target="stspamapp.StsPamCut"
- interface="himed.his.sts.stspamapp.stspam.StsPamCut"
- method="reqExePamCutBatch">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="in_batchgubn">
- <column id="in_batchgubn" type="string" desc="집계구분" ref="in_batchgubn"/>
- <column id="in_procdd" type="string" desc="집계일자" ref="in_procdd"/>
- <column id="in_todd" type="string" desc="집계종료일자" ref="in_todd"/>
- </table>
- </input>
- <output path="root/hide" type="xml">
- </output>
- </submit>
|