1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXSMR00206">
- <!-- 리포트 승인및 신청등의 상태변경 -->
- <action url="svc://local"
- target="stsmngtapp.StsRept"
- interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
- method="reqSetReqStateUpdate">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="statsreptcd">
- <column id="statsreptcd" type="string" desc="통계생성레포트코드" ref="statsreptcd"/>
- <column id="cretseq" type="int" desc="생성순번" ref="cretseq"/>
- <column id="histstatcd" type="string" desc="이력상태코드" ref="histstatcd"/>
- </table>
- </input>
- <output path="root/temp" type="xml">
- </output>
- </submit>
|