TRCVR00501.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVR00501">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetVOCNoReplyList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="srchacptdd1">
  10. <column id="srchacptdd1" desc="접수일자 조회시작일" ref="srchacptdd1"/>
  11. <column id="srchacptdd2" desc="접수일자 조회종료일" ref="srchacptdd2"/>
  12. <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
  13. <column id="srchdeptnm" desc="담당부서 이름" ref="srchdeptnm"/>
  14. </table>
  15. </input>
  16. <output path="root/list" type="xml">
  17. <table id="data" count_ref="data">
  18. <column id="acptseq" desc="접수번호" ref="data.acptseq"/>
  19. <column id="acptdd" desc="접수일자" ref="data.acptdd"/>
  20. <column id="acpttype" desc="접수형태" ref="data.acpttype"/>
  21. <column id="deptnm" desc="담당부서" ref="data.deptnm"/>
  22. <column id="deptcd" desc="담당부서코드" ref="data.deptcd"/>
  23. <column id="replreqdd" desc="회신요청일" ref="data.replreqdd"/>
  24. <column id="replacptdd" desc="접수확인일" ref="data.replacptdd"/>
  25. <column id="repldd" desc="회신일" ref="data.repldd"/>
  26. <column id="acpttitl" type="cdata" desc="제목" ref="data.acpttitl"/>
  27. <column id="acptkindlrg" desc="접수종류" ref="data.acptkindlrg"/>
  28. <column id="rgstseq" desc="등록순서" ref="data.rgstseq"/>
  29. <column id="allcount" desc="요청횟수" ref="data.allcount"/>
  30. <column id="notcount" desc="미회신횟수" ref="data.notcount"/>
  31. <column id="nodays" desc="미회신기간" ref="data.nodays"/>
  32. </table>
  33. </output>
  34. </submit>