123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVA00301">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetVOCCommonList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="instcd">
- <column id="instcd" desc="기관코드" ref="instcd"/>
- </table>
- </input>
- <output path="root/vocdata" type="xml">
- <table id="accept" count_ref="accept">
- <column id="acptseq" desc="접수번호" ref="accept.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="accept.acptdd"/>
- <column id="acptkindlrg" desc="접수 대분류" ref="accept.acptkindlrg"/>
- <column id="acpttitl" type="cdata" desc="접수제목" ref="accept.acpttitl"/>
- <column id="prcsstat" desc="진행상태" ref="accept.prcsstat"/>
- <column id="acptcnts" type="cdata" desc="접수내용" ref="accept.acptcnts"/>
- <column id="openallyn" desc="공개여부" ref="accept.openallyn"/>
- </table>
- </output>
- </submit>
|