123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXISR01004">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqExeSubjItemAddMngt">
- </action>
-
- <input type="urlencoded" >
- <table id="req" count_ref="senddatacom" >
- <column id="m" desc="실행구분" ref="senddatacom.m"/>
- <column id="subjid" desc="과제ID" ref="senddatacom.subjid"/>
- <column id="hospcd" desc="병원코드" ref="senddatacom.hospcd"/>
- <column id="seqno" desc="일련번호" ref="senddatacom.seqno"/>
- <column id="payschedd" desc="지급예정일" ref="senddatacom.payschedd"/>
- <column id="stdycostitemcd" desc="연구비항목" ref="senddatacom.stdycostitemcd"/>
- <column id="appdg" desc="신청차수" ref="senddatacom.appdg"/>
- <column id="acpter" desc="수령인" ref="senddatacom.acpter"/>
- <column id="payyncd" desc="지급여부코드" ref="senddatacom.payyncd"/>
- <column id="payscheamt" desc="지급예정액" ref="senddatacom.payscheamt"/>
-
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="실행건수" ref="item.count"/>
- </table>
- </output>
- </submit>
|