123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXICS01002">
- <action url="svc://local"
- target="crccsubjapp.CostSubjMngt"
- interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
- method="reqExeSubjPayMngt">
- </action>
-
- <input type="urlencoded" >
- <table id="req1" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="hospcd" desc="병원선택" ref="hospcd"/>
-
- </table>
- <table id="req2" count_ref="senddata" >
- <column id="m" desc="실행구분" ref="senddata.m"/>
- <column id="appdg" desc="차수" ref="senddata.appdg"/>
- <column id="payyncd" desc="지급여부" ref="senddata.payyncd"/>
- <column id="payscheamt" desc="지급여부" ref="senddata.payscheamt"/>
- <column id="payschedd" desc="지급여부" ref="senddata.payschedd"/>
-
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="실행건수" ref="item.count"/>
- </table>
- </output>
- </submit>
|