TRCVA00302.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVA00302">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetVOCDeptList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="deptcd">
  10. <column id="deptcd" desc="부서코드" ref="deptcd"/>
  11. <column id="instcd" desc="기관코드" ref="instcd"/>
  12. </table>
  13. </input>
  14. <output path="root/voclist" type="xml">
  15. <table id="area" count_ref="area">
  16. <column id="acptseq" desc="접수번호" ref="area.acptseq"/>
  17. <column id="acptdd" desc="접수일자" ref="area.acptdd"/>
  18. <column id="rgstseq" desc="등록순서" ref="area.rgstseq"/>
  19. <column id="acptkindlrg" desc="접수 대분류" ref="area.acptkindlrg"/>
  20. <column id="acpttitl" type="cdata" desc="접수제목" ref="area.acpttitl"/>
  21. <column id="prcsstat" desc="부서진행상태" ref="area.prcsstat"/>
  22. <column id="acptcnts" type="cdata" desc="접수내용" ref="area.acptcnts"/>
  23. </table>
  24. </output>
  25. </submit>