12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXISR01002">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqExeSubjAppdgItemInfoMngt">
- </action>
-
- <input type="urlencoded" >
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="hospcd" desc="병원선택" ref="hospcd"/>
- <column id="appdg" desc="차수" ref="appdg"/>
- <column id="stdyitemexpendcd" desc="연구비비목코드" ref="stdyitemexpendcd"/>
- <column id="itemexpendnm" desc="사용일자" ref="itemexpendnm"/>
- <column id="confpurcusedd" desc="구입처구분" ref="confpurcusedd"/>
- <column id="payflagcd" desc="은행코드" ref="payflagcd"/>
- <column id="cmpynm" desc="의뢰회사명" ref="cmpynm"/>
- <column id="bizmngrgstno" desc="사업자등록번호" ref="bizmngrgstno"/>
- <column id="acntno" desc="계좌번호" ref="acntno"/>
- <column id="bankcd" desc="은행코드" ref="bankcd"/>
- <column id="depor" desc="예금주" ref="depor"/>
- <column id="rcpttypecd" desc="신청금액" ref="rcpttypecd"/>
- <column id="confcost" desc="지급내역" ref="confcost"/>
- <column id="cmt" desc="지급내역" ref="cmt"/>
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="실행건수" ref="item.count"/>
- </table>
- </output>
- </submit>
|