123456789101112131415161718192021 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCIT01502">
- <action url="svc://local"
- target="cssamngtapp.CssaClsMngt"
- interface="himed.his.crm.cssamngtapp.cssaclsmngt.CssaClsMngt"
- method="reqGetQestItemMdlList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="qestitemlrgcd">
- <column id="qestitemlrgcd" desc="설문목적대분류코드" ref="qestitemlrgcd"/>
- <column id="refauth" desc="조회권한" ref="refauth"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="qestitemmdllist" count_ref="qestitemmdllist">
- <column id="qestitemmdlnm" desc="설문목적중분류이름" ref="qestitemmdllist.qestitemmdlnm"/>
- <column id="qestitemmdlcd" desc="설문목적중분류코드" ref="qestitemmdllist.qestitemmdlcd"/>
- <column id="qestitemlrgcd" desc="설문목적대분류코드" ref="qestitemmdllist.qestitemlrgcd"/>
- </table>
- </output>
- </submit>
|