123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVE00802">
- <action url="svc://local"
- target="vocmngtapp.VocMngt"
- interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
- method="reqGetVOCDate2List">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchacptdd1">
- <column id="srchacptdd1" desc="접수일자 조회시작일" ref="srchacptdd1"/>
- <column id="srchacptdd2" desc="접수일자 조회종료일" ref="srchacptdd2"/>
- <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
- <column id="srchdeptnm" desc="담당부서 이름" ref="srchdeptnm"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="data" count_ref="data">
- <column id="acptseq" desc="접수번호" ref="data.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="data.acptdd"/>
- <column id="acpttype" desc="접수형태" ref="data.acpttype"/>
- <column id="deptnm" desc="담당부서" ref="data.deptnm"/>
- <column id="deptcd" desc="담당부서코드" ref="data.deptcd"/>
- <column id="replreqdd" desc="회신요청일" ref="data.replreqdd"/>
- <column id="repldd" desc="회신일" ref="data.repldd"/>
- <column id="endreqdd" desc="완료처리일" ref="data.endreqdd"/>
- <column id="acptkindlrg" desc="접수종류" ref="data.acptkindlrg"/>
- <column id="rgstseq" desc="등록순서" ref="data.rgstseq"/>
- <column id="allcount" desc="요청횟수" ref="data.allcount"/>
- <column id="notcount" desc="미회신건수" ref="data.notcount"/>
- <column id="treatdays" desc="회신기간" ref="data.treatdays"/>
- </table>
- </output>
- </submit>
|