TRIMR00550.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRIMR00550">
  3. <action url="svc://local"
  4. target="comsubjapp.IrbReserMngt"
  5. interface="himed.his.crc.comsubjapp.irbresermngt.IrbReserMngt"
  6. method="reqGetReserInfo">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="instcd">
  10. <column id="instcd" desc="병원코드" ref="instcd"/>
  11. <column id="subjid" desc="과제id" ref="subjid"/>
  12. </table>
  13. </input>
  14. <output path="root/grid" type="xml">
  15. <table id="item" count_ref="item" >
  16. <column id="chk" desc="선택여부" ref="item.chk"/>
  17. <column id="usernm" desc="이름" type="cdata" ref="item.usernm"/>
  18. <column id="deptnm" desc="부서" type="cdata" ref="item.deptnm"/>
  19. <column id="jobposnm" desc="직위" type="cdata" ref="item.jobposnm"/>
  20. <column id="rrgstno" desc="주민번호" ref="item.rrgstno"/>
  21. <column id="workplceaddr" desc="직장주소" type="cdata" ref="item.workplceaddr"/>
  22. <column id="cmpytelno" desc="전화번호" type="cdata" ref="item.cmpytelno"/>
  23. <column id="email" desc="이메일" type="cdata" ref="item.email"/>
  24. <column id="bankcd" desc="은행코드" ref="item.bankcd"/>
  25. <column id="acntno" desc="계좌번호" type="cdata" ref="item.acntno"/>
  26. <column id="depor" desc="예금주" type="cdata" ref="item.depor"/>
  27. <column id="subjid" desc="과제ID" ref="item.subjid"/>
  28. <column id="instcd" desc="병원코드" ref="item.instcd"/>
  29. <column id="userid" desc="사번" type="cdata" ref="item.userid"/>
  30. <column id="userkind" desc="구분" ref="item.userkind"/>
  31. <column id="userseqno" desc="일련번호" ref="item.userseqno"/>
  32. </table>
  33. </output>
  34. </submit>