123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRISR01009">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqGetStdyItemAddMngtList">
- </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/itemdtlinfo" type="xml">
- <table id="item" count_value="1" >
-
- <column id="itemexpendnm" desc="연구비목명" type="cdata" ref="item.itemexpendnm"/>
- <column id="cmpynm" desc="상호명" type="cdata" ref="item.cmpynm"/>
- <column id="confcost" desc="지급액" ref="item.confcost"/>
- <column id="confpurcusedd" desc="사용일자" ref="item.confpurcusedd"/>
- <column id="rcpttypecd" desc="영수증타입코드" ref="item.rcpttypecd"/>
- <column id="payflagcd" desc="지급처구분코드" ref="item.payflagcd"/>
- <column id="subjid" desc="과제ID" ref="item.subjid"/>
- <column id="hospcd" desc="병원코드" ref="item.hospcd"/>
- <column id="appdg" desc="신청차수" ref="item.appdg"/>
- <column id="stdyitemexpendcd" desc="stdyitemexpendcd" ref="item.stdyitemexpendcd"/>
- <column id="bizmngrgstno" desc="사업자등록번호" ref="item.bizmngrgstno"/>
- <column id="bankcd" desc="은행코드" ref="item.bankcd"/>
- <column id="depor" desc="예금주" type="cdata" ref="item.depor"/>
- <column id="acntno" desc="계좌번호" type="cdata" ref="item.acntno"/>
- <column id="cmt" desc="비고" type="cdata" ref="item.cmt"/>
- </table>
- </output>
- </submit>
|