12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * @(#)TXSTP00400.xml
- * 수정이력
- * - 2008.08.08 / 최초작성 / 김종호
- *
- -->
- <submit id="TXSTP00400">
- <action url="svc://local"
- target="stspamapp.StsRecord"
- interface="himed.his.sts.stspamapp.stsrecord.StsRecord"
- method="reqExeRecordBatch">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="in_dschdd">
- <column id="in_dschdd" type="string" desc="퇴원일자(시작)" ref="in_dschdd"/>
- <column id="to_dschdd" type="string" desc="퇴원일자(종료)" ref="to_dschdd"/>
- </table>
- </input>
- <output path="root/hide" type="xml">
- </output>
- </submit>
|