TRCVT00101.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVT00101">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetChfDeptList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="searchterm">
  10. <column id="searchterm" desc="부서명" ref="searchterm"/>
  11. <column id="searchempnm" desc="담당자명" ref="searchempnm"/>
  12. <column id="searchchfempnm" desc="부서장명" ref="searchchfempnm"/>
  13. </table>
  14. </input>
  15. <output path="root/list" type="xml">
  16. <table id="voclist" count_ref="voclist">
  17. <column id="instnm" desc="기관명" ref="voclist.instnm"/>
  18. <column id="deptnm" desc="부서명" ref="voclist.deptnm"/>
  19. <column id="psnworksupdeptnm" desc="상위부서" ref="voclist.psnworksupdeptnm"/>
  20. <column id="empnm" desc="담당자" ref="voclist.empnm"/>
  21. <column id="emptelno" desc="담당자 전화번호" ref="voclist.emptelno"/>
  22. <column id="chfempnm" desc="부서장" ref="voclist.chfempnm"/>
  23. <column id="chfdeptnm" desc="부서장부서" ref="voclist.chfdeptnm"/>
  24. <column id="chfdeptcd" desc="부서장부서코드" ref="voclist.chfdeptcd"/>
  25. <column id="chfemptelno" desc="부서장전화번호" ref="voclist.chfemptelno"/>
  26. <column id="psnworksupdeptcd" desc="인사상위부서" ref="voclist.psnworksupdeptcd"/>
  27. <column id="empid" desc="담당자ID" ref="voclist.empid"/>
  28. <column id="empmobile" desc="담당자핸드폰" ref="voclist.empmobile"/>
  29. <column id="chfempid" desc="인사상위부서" ref="voclist.chfempid"/>
  30. <column id="groupdeptcd" desc="그룹코드" ref="voclist.groupdeptcd"/>
  31. <column id="fstrgstrnm" desc="등록자" ref="voclist.fstrgstrnm"/>
  32. <column id="lastupdtrnm" desc="수정자" ref="voclist.lastupdtrnm"/>
  33. <column id="deptcd" desc="부서코드" ref="voclist.deptcd"/>
  34. <column id="rgstseq" type="int" desc="등록순서" ref="voclist.rgstseq"/>
  35. </table>
  36. </output>
  37. </submit>