TRCVR00602.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVR00602">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetVOCDate2List">
  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="repldd" desc="회신일" ref="data.repldd"/>
  25. <column id="endreqdd" desc="완료처리일" ref="data.endreqdd"/>
  26. <column id="acptkindlrg" desc="접수종류" ref="data.acptkindlrg"/>
  27. <column id="rgstseq" desc="등록순서" ref="data.rgstseq"/>
  28. <column id="allcount" desc="요청횟수" ref="data.allcount"/>
  29. <column id="notcount" desc="미회신건수" ref="data.notcount"/>
  30. <column id="treatdays" desc="회신기간" ref="data.treatdays"/>
  31. </table>
  32. </output>
  33. </submit>