1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCIT00801">
- <action url="svc://local"
- target="cssamngtapp.CssaMngt"
- interface="himed.his.crm.cssamngtapp.cssamngt.CssaMngt"
- method="reqGetCsiExctList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="execdeptcd">
- <column id="stinexecstartdd" type="int" desc="조사실시일자" ref="stinexecstartdd"/>
- <column id="stinexecenddd" type="string" desc="조사종료일자" ref="stinexecenddd"/>
- <column id="stintitlcnts" type="string" desc="만족도제목내용" ref="stintitlcnts"/>
- <column id="stinprcsstatcd" type="int" desc="진행상태코드" ref="stinprcsstatcd"/>
- <column id="execdeptcd" type="string" desc="실행부서코드" ref="execdeptcd"/>
- <column id="execdeptnm" type="string" desc="실행부서이름" ref="execdeptnm"/>
- <column id="screed_id" type="string" desc="화면ID" ref="screed_id"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="satsfctexeclist" count_ref="satsfctexeclist">
- <column id="stinseqno" type="int" desc="만족도일련번호" ref="satsfctexeclist.stinseqno"/>
- <column id="stintitlcnts" type="string" desc="만족도제목내용" ref="satsfctexeclist.stintitlcnts"/>
- <column id="stininnscnts" type="string" desc="만족도조사내용" ref="satsfctexeclist.stininnscnts"/>
- <column id="qpaprseqno" type="int" desc="설문지일련번호" ref="satsfctexeclist.qpaprseqno"/>
- <column id="qpaprtitlcnts" type="string" desc="설문지제목내용" ref="satsfctexeclist.qpaprtitlcnts"/>
- <column id="stintrgtflagcd" type="string" desc="대상구분코드" ref="satsfctexeclist.stintrgtflagcd"/>
- <column id="stintrgtnopl" type="string" desc="대상인원수" ref="satsfctexeclist.stintrgtnopl"/>
- <column id="stintrgtapntyn" type="string" desc="대상지정여부" ref="satsfctexeclist.stintrgtapntyn"/>
- <column id="stintrgtdesccnts" type="string" desc="대상설명내용" ref="satsfctexeclist.stintrgtdesccnts"/>
- <column id="stinprcsstatcd" type="string" desc="진행상태코드" ref="satsfctexeclist.stinprcsstatcd"/>
- <column id="qestopenyn" type="string" desc="설문공개여부" ref="satsfctexeclist.qestopenyn"/>
- <column id="stinexecperd" type="string" desc="만족도조사기간" ref="satsfctexeclist.stinexecperd"/>
- <column id="stinexecstartdd" type="string" desc="만족도시작일자" ref="satsfctexeclist.stinexecstartdd"/>
- <column id="stinexecenddd" type="string" desc="만족도종료일자" ref="satsfctexeclist.stinexecenddd"/>
- <column id="stininvsmthdcd" type="string" desc="조사방법코드" ref="satsfctexeclist.stininvsmthdcd"/>
- <column id="execdeptnm" type="string" desc="실행부서이름" ref="satsfctexeclist.execdeptnm"/>
- <column id="execdeptcd" type="string" desc="실행부서코드" ref="satsfctexeclist.execdeptcd"/>
- <column id="execnm" type="string" desc="실행자이름" ref="satsfctexeclist.execnm"/>
- <column id="execid" type="string" desc="실행자코드" ref="satsfctexeclist.execid"/>
- <column id="execstopyn" type="string" desc="실행중지여부" ref="satsfctexeclist.execstopyn"/>
- <column id="duplcnfmflagcd" type="string" desc="중복확인코드" ref="satsfctexeclist.duplcnfmflagcd"/>
- <column id="answprsncnt" type="int" desc="답변자수" ref="satsfctexeclist.answprsncnt"/>
- <column id="execrsltenddd" type="string" desc="마감일자" ref="satsfctexeclist.execrsltenddd"/>
- <column id="execrsltendyn" type="string" desc="마감여부" ref="satsfctexeclist.execrsltendyn"/>
- </table>
- </output>
- </submit>
|