12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXSMK00110">
- <!-- KPI 상태 변경 (승인, 반려 등) -->
- <action url="svc://local"
- target="stsmngtapp.StsKpi"
- interface="himed.his.sts.stsmngtapp.stskpi.StsKpi"
- method="reqSetKpi_HistStat_Update">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="kpicd">
- <column id="kpicd" type="string" desc="KPI코드" ref="kpicd"/>
- <column id="histstatcd" type="string" desc="이력상태코드" ref="histstatcd"/>
- </table>
- </input>
- <output path="root/temp" type="xml">
- </output>
- </submit>
|