1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCIT00101">
- <action url="svc://local"
- target="cssamngtapp.CssaMngt"
- interface="himed.his.crm.cssamngtapp.cssamngt.CssaMngt"
- method="reqGetCssaList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="qestitemgrupnm">
- <column id="qestitemgrupnm" desc="문항그룹명" ref="qestitemgrupnm"/>
- <column id="qestitemlrgcd" desc="설문문항분류대그룹" ref="qestitemlrgcd"/>
- <column id="qestitemmdlcd" desc="설문문항분류중그룹" ref="qestitemmdlcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="qestitemgruplist" count_ref="qestitemgruplist">
- <column id="qestitemgrupnm" type="string" desc="문항그룹명" ref="qestitemgruplist.qestitemgrupnm"/>
- <column id="qestitemgrupdesc" type="string" desc="문항그룹설명" ref="qestitemgruplist.qestitemgrupdesc"/>
- <column id="qestitemlrgnm" type="string" desc="설문문항대분류" ref="qestitemgruplist.qestitemlrgnm"/>
- <column id="qestitemmdlnm" type="string" desc="설문문항중분류" ref="qestitemgruplist.qestitemmdlnm"/>
- <column id="qestitemlrgcd" type="string" desc="설문문항대분류코드" ref="qestitemgruplist.qestitemlrgcd"/>
- <column id="qestitemmdlcd" type="string" desc="설문문항중분류코드" ref="qestitemgruplist.qestitemmdlcd"/>
- <column id="rgstdeptcd" type="string" desc="등록부서코드" ref="qestitemgruplist.rgstdeptcd"/>
- <column id="qestrgstid" type="string" desc="등록자ID" ref="qestitemgruplist.qestrgstid"/>
- <column id="rgstdeptnm" type="string" desc="등록부서" ref="qestitemgruplist.rgstdeptnm"/>
- <column id="qestrgstnm" type="string" desc="등록자" ref="qestitemgruplist.qestrgstnm"/>
- <column id="qestrgstdd" type="string" desc="등록일" ref="qestitemgruplist.qestrgstdd"/>
- <column id="qestitemgrupseqno" type="int" desc="문항그룹일련번호" ref="qestitemgruplist.qestitemgrupseqno"/>
- <column id="qestseqnocount" type="int" desc="설문일련번호" ref="qestitemgruplist.qestseqnocount"/>
- </table>
- </output>
- </submit>
|