123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01008">
- <action url="svc://local"
- target="clinicresearchapp.CrccSubjMngt"
- interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
- method="reqGetSubjItemExeListDtl">
- </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"/>
-
- </table>
- </input>
-
- <output path="root/exelistdtl" type="xml">
- <table id="item" count_value="1" >
-
- <column id="itemexpendnm" type="cdata" desc="비목명" ref="item.itemexpendnm"/>
- <column id="usespecflagcd" type="cdata" desc="사용내역구분코드" ref="item.usespecflagcd"/>
- <column id="confcost" type="cdata" desc="지급액" ref="item.confcost"/>
- <column id="confpurcusedd" type="cdata" desc="사용일자" ref="item.confpurcusedd"/>
- <column id="rcpttypecd" type="cdata" desc="영수증타입코드" ref="item.rcpttypecd"/>
- <column id="payflagcd" type="cdata" desc="지급처구분코드" ref="item.payflagcd"/>
- <column id="stdyitemexpendcd" type="cdata" desc="연구비비목코드" ref="item.stdyitemexpendcd"/>
- <column id="bankcd" type="cdata" desc="은행코드" ref="item.bankcd"/>
- <column id="bizmngrgstno" type="cdata" desc="사업자등록번호" ref="item.bizmngrgstno"/>
- <column id="acntno" type="cdata" desc="계좌번호" ref="item.acntno"/>
- <column id="depor" type="cdata" desc="예금주" ref="item.depor"/>
- <column id="confcnts" type="cdata" desc="활용내역" ref="item.confcnts"/>
-
- </table>
- </output>
- </submit>
|