12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXICS01003">
- <action url="svc://local"
- target="crccsubjapp.CrccSubjMngt"
- interface="himed.his.crc.crccsubjapp.crccsubjmngt.CrccSubjMngt"
- method="reqExeSubjItemExeDtl">
- </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="stdyitemexpend" desc="연구비비목코드" ref="stdyitemexpend"/>
- <column id="confpurcusedd" desc="사용일자" ref="confpurcusedd"/>
- <column id="usespecflagcd" desc="구입처구분" ref="usespecflagcd"/>
- <column id="bankcd" desc="은행코드" ref="bankcd"/>
- <column id="bizmngrgstno" desc="사업자등록번호" ref="bizmngrgstno"/>
- <column id="itemnm" desc="구입처명" ref="itemnm"/>
- <column id="acntno" desc="계좌번호" ref="acntno"/>
- <column id="depor" desc="예금주" ref="depor"/>
- <column id="rcpttypecd" desc="영수증종류" ref="rcpttypecd"/>
- <column id="confcost" desc="신청금액" ref="confcost"/>
- <column id="confcnts" desc="지급내역" ref="confcnts"/>
-
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="실행건수" ref="item.count"/>
- </table>
- </output>
- </submit>
|