12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVT00301">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetDeptTreeList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="instcd">
- <column id="instcd" type="string" ref="instcd" desc="기관코드" />
- </table>
- </input>
- <output path="root/indxlist" type="xml">
- <table id="item" count_ref="item">
- <column id="depth" ref="item.depth" desc="레벨"/>
- <column id="deptcd" ref="item.deptcd" desc="부서코드"/>
- <column id="psnworksupdeptcd" ref="item.psnworksupdeptcd" desc="상위부서코드"/>
- <column id="depthngnm" ref="item.depthngnm" desc="부서명"/>
- <column id="pathcd" ref="item.pathcd" desc="경로"/>
- <column id="pathnm" ref="item.pathnm" desc="전체부서명"/>
- <column id="instnm" ref="item.instnm" desc="기관명"/>
- </table>
- </output>
- </submit>
-
|