123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCIT00604">
- <action url="svc://local"
- target="cssamngtapp.CssaMngt"
- interface="himed.his.crm.cssamngtapp.cssamngt.CssaMngt"
- method="reqGetQPaprChoiList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="qestseqno">
- <column id="qestseqno" desc="설문일련번호" ref="qestseqno"/>
- <column id="qestitemgrupseqno" desc="설문그룹일련번호" ref="qestitemgrupseqno"/>
- <column id="qpaprseqno" desc="설문지일련번호" ref="qpaprseqno"/>
- <column id="itemcd" desc="구분코드" ref="itemcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="qestitemchoi" count_ref="qestitemchoi">
- <column id="qestitemanswchoicnts" type="string" desc="보기문항내용" ref="qestitemchoi.qestitemanswcnts"/>
- <column id="divpnt" type="double" desc="배분점수" ref="qestitemchoi.divpnt"/>
- <column id="norpaddinptyn" type="string" desc="무응답추가여부" ref="qestitemchoi.norpaddyn"/>
- <column id="answchoiseqno" type="int" desc="답변보기일련번호" ref="qestitemchoi.answseqno"/>
- <column id="qestseqno" type="int" desc="설문일련번호" ref="qestitemchoi.qestseqno"/>
- <column id="qestitemgrupseqno" type="int" desc="설문문항그룹일련번호" ref="qestitemchoi.qestitemgrupseqno"/>
- <column id="qpaprseqno" type="int" desc="설문지일련번호" ref="qestitemchoi.qpaprseqno"/>
- </table>
- </output>
- </submit>
|