1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRISR01010">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqGetStdyItemAddMaxList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제번호" ref="subjid"/>
- <column id="hospcd" desc="병원코드" ref="hospcd"/>
- <column id="appdg" desc="신청차수" ref="appdg"/>
- <column id="stdyitemexpendcd" desc="연구비비목코드" ref="stdyitemexpendcd"/>
- </table>
- </input>
- <output path="root/itemaddmax" type="xml">
- <table id="item" count_value="1" >
-
- <column id="seqno" desc="일련번호" ref="item.seqno"/>
-
- </table>
- </output>
- </submit>
|