TRICS01008.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01008">
  3. <action url="svc://local"
  4. target="clinicresearchapp.CrccSubjMngt"
  5. interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
  6. method="reqGetSubjItemExeListDtl">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="subjid">
  10. <column id="subjid" desc="과제ID" ref="subjid"/>
  11. <column id="hospcd" desc="병원선택" ref="hospcd"/>
  12. <column id="appdg" desc="차수" ref="appdg"/>
  13. <column id="stdyitemexpend" desc="연구비비목코드" ref="stdyitemexpend"/>
  14. </table>
  15. </input>
  16. <output path="root/exelistdtl" type="xml">
  17. <table id="item" count_value="1" >
  18. <column id="itemexpendnm" type="cdata" desc="비목명" ref="item.itemexpendnm"/>
  19. <column id="usespecflagcd" type="cdata" desc="사용내역구분코드" ref="item.usespecflagcd"/>
  20. <column id="confcost" type="cdata" desc="지급액" ref="item.confcost"/>
  21. <column id="confpurcusedd" type="cdata" desc="사용일자" ref="item.confpurcusedd"/>
  22. <column id="rcpttypecd" type="cdata" desc="영수증타입코드" ref="item.rcpttypecd"/>
  23. <column id="payflagcd" type="cdata" desc="지급처구분코드" ref="item.payflagcd"/>
  24. <column id="stdyitemexpendcd" type="cdata" desc="연구비비목코드" ref="item.stdyitemexpendcd"/>
  25. <column id="bankcd" type="cdata" desc="은행코드" ref="item.bankcd"/>
  26. <column id="bizmngrgstno" type="cdata" desc="사업자등록번호" ref="item.bizmngrgstno"/>
  27. <column id="acntno" type="cdata" desc="계좌번호" ref="item.acntno"/>
  28. <column id="depor" type="cdata" desc="예금주" ref="item.depor"/>
  29. <column id="confcnts" type="cdata" desc="활용내역" ref="item.confcnts"/>
  30. </table>
  31. </output>
  32. </submit>