TRCVT00301.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVT00301">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetDeptTreeList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="instcd">
  10. <column id="instcd" type="string" ref="instcd" desc="기관코드" />
  11. </table>
  12. </input>
  13. <output path="root/indxlist" type="xml">
  14. <table id="item" count_ref="item">
  15. <column id="depth" ref="item.depth" desc="레벨"/>
  16. <column id="deptcd" ref="item.deptcd" desc="부서코드"/>
  17. <column id="psnworksupdeptcd" ref="item.psnworksupdeptcd" desc="상위부서코드"/>
  18. <column id="depthngnm" ref="item.depthngnm" desc="부서명"/>
  19. <column id="pathcd" ref="item.pathcd" desc="경로"/>
  20. <column id="pathnm" ref="item.pathnm" desc="전체부서명"/>
  21. <column id="instnm" ref="item.instnm" desc="기관명"/>
  22. </table>
  23. </output>
  24. </submit>