TRICU01601.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICU01601">
  3. <action url="svc://local"
  4. target="stdycostapp.Stdycost"
  5. interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
  6. method="reqGetPrsnPayList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="subjid">
  10. <column id="subjid" type="cdata" desc="과제ID" ref="subjid"/>
  11. <column id="instcd" type="cdata" desc="병원코드" ref="instcd"/>
  12. </table>
  13. </input>
  14. <output path="root/list" type="xml">
  15. <table id="grid1" count_ref="item" >
  16. <column id="userkind" desc="사용자구분" ref="item.userkind"/>
  17. <column id="usernm" type="cdata" desc="성명" ref="item.usernm"/>
  18. <column id="userid" type="cdata" desc="사번" ref="item.userid"/>
  19. <column id="sosok" type="cdata" desc="소속" ref="item.sosok"/>
  20. <column id="rrgstno1" desc="주민등록번호1" ref="item.rrgstno1"/>
  21. <column id="rrgstno2" desc="주민등록번호2" ref="item.rrgstno2"/>
  22. <column id="workplceaddr" type="cdata" desc="주소" ref="item.workplceaddr"/>
  23. <column id="cmpytelno" type="cdata" desc="연락처" ref="item.cmpytelno"/>
  24. <column id="email" type="cdata" desc="이메일" ref="item.email"/>
  25. <column id="depor" type="cdata" desc="예금주" ref="item.depor"/>
  26. <column id="bankcd" type="cdata" desc="지급은행" ref="item.bankcd"/>
  27. <column id="acntno" type="cdata" desc="계좌번호" ref="item.acntno"/>
  28. <column id="subjid" type="cdata" desc="과제ID" ref="item.subjid"/>
  29. <column id="instcd" type="cdata" desc="병원코드" ref="item.instcd"/>
  30. <column id="enddd" type="cdata" desc="연구종료일" ref="item.enddd"/>
  31. <column id="userseqno" desc="userseqno" ref="item.userseqno"/>
  32. <column id="conreseryn" desc="계약연구원여부" ref="item.conreseryn"/>
  33. </table>
  34. </output>
  35. </submit>