12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVA00302">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetVOCDeptList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="deptcd">
- <column id="deptcd" desc="부서코드" ref="deptcd"/>
- <column id="instcd" desc="기관코드" ref="instcd"/>
- </table>
- </input>
- <output path="root/voclist" type="xml">
- <table id="area" count_ref="area">
- <column id="acptseq" desc="접수번호" ref="area.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="area.acptdd"/>
- <column id="rgstseq" desc="등록순서" ref="area.rgstseq"/>
- <column id="acptkindlrg" desc="접수 대분류" ref="area.acptkindlrg"/>
- <column id="acpttitl" type="cdata" desc="접수제목" ref="area.acpttitl"/>
- <column id="prcsstat" desc="부서진행상태" ref="area.prcsstat"/>
- <column id="acptcnts" type="cdata" desc="접수내용" ref="area.acptcnts"/>
- </table>
- </output>
- </submit>
|