TRICS01009.xml 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01009">
  3. <action url="svc://local"
  4. target="clinicresearchapp.CrccSubjMngt"
  5. interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
  6. method="reqGetSubjPayPlanList">
  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. </table>
  13. </input>
  14. <output path="root/payplanlist" type="xml">
  15. <table id="item" count_ref="item" >
  16. <column id="nm" type="cdata" desc="성명" ref="item.nm"/>
  17. <column id="rrgstno1" type="cdata" desc="주민번호1" ref="item.rrgstno1"/>
  18. <column id="rrgstno2" type="cdata" desc="주민번호2" ref="item.rrgstno2"/>
  19. <column id="posnm" type="cdata" desc="소속명" ref="item.posnm"/>
  20. <column id="depor" type="cdata" desc="예금주" ref="item.depor"/>
  21. <column id="acntno" type="cdata" desc="계좌번호" ref="item.acntno"/>
  22. <column id="banknm" type="cdata" desc="은행명" ref="item.banknm"/>
  23. <column id="prsnexpstotpayamt" type="cdata" desc="신청액" ref="item.prsnexpstotpayamt"/>
  24. <column id="addr" type="cdata" desc="주소" ref="item.addr"/>
  25. <column id="cntctelno" type="cdata" desc="연락처" ref="item.cntctelno"/>
  26. </table>
  27. </output>
  28. </submit>