1234567891011121314151617 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCRB00104">
- <action url="svc://local"
- target="rulemngtapp.RuleMngt"
- interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
- method="reqGetOrdDeptList">
- </action>
- <input type="urlencoded">
- </input>
- <output path="root" type="xml">
- <table id="orddeptlist" count_ref="orddeptlist">
- <column id="depthngnm" type="String" desc="진료과명" ref="orddeptlist.depthngnm"/>
- <column id="deptcd" type="String" desc="진료과코드" ref="orddeptlist.deptcd"/>
- <column id="depth" type="String" desc="계층구조" ref="orddeptlist.depth"/>
- </table>
- </output>
- </submit>
|