TRCVO02201.xml 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVO02201">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetVOCDelData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="sndacptseq">
  10. <column id="sndacptdd" desc="접수일자" ref="sndacptdd"/>
  11. <column id="sndacptseq" type="int" desc="접수번호" ref="sndacptseq"/>
  12. <column id="sndrgstseq" type="int" desc="등록번호" ref="sndrgstseq"/>
  13. </table>
  14. </input>
  15. <output path="root/vocdata" type="xml">
  16. <table id="customer" count_ref="customer">
  17. <column id="clntnm" desc="민원인 이름" ref="customer.clntnm"/>
  18. <column id="resdnrgstno1" desc="주민번호1" ref="customer.resdnrgstno1"/>
  19. <column id="resdnrgstno2" desc="주번번호2" ref="customer.resdnrgstno2"/>
  20. <column id="pid" desc="환자 등록번호" ref="customer.pid"/>
  21. <column id="patnm" desc="환자 이름" ref="customer.patnm"/>
  22. <column id="patresdnrgstno1" desc="환자 주민번호1" ref="customer.patresdnrgstno1"/>
  23. <column id="patresdnrgstno2" desc="환자 주민번호2" ref="customer.patresdnrgstno2"/>
  24. <column id="patphonno" desc="환자 연락처" ref="customer.patphonno"/>
  25. <column id="patrela" desc="환자와의 관계" ref="customer.patrela"/>
  26. <column id="zipcd1" desc="우편번호1" ref="customer.zipcd1"/>
  27. <column id="zipcd2" desc="우편번호2" ref="customer.zipcd2"/>
  28. <column id="zipcdaddr" desc="기본주소" ref="customer.zipcdaddr"/>
  29. <column id="detladdr" desc="잔여 주소" ref="customer.detladdr"/>
  30. <column id="hometelno" desc="집 전화번호" ref="customer.hometelno"/>
  31. <column id="mpphonno" desc="핸드폰 번호" ref="customer.mpphonno"/>
  32. <column id="etctelno" desc="기타 전화번호" ref="customer.etctelno"/>
  33. <column id="emailaddr" desc="이메일 주소" ref="customer.emailaddr"/>
  34. <column id="gndr" desc="성별" ref="customer.gndr"/>
  35. </table>
  36. <table id="accept" count_ref="accept">
  37. <column id="acptseq" desc="접수번호" ref="accept.acptseq"/>
  38. <column id="acptdd" desc="접수일자" ref="accept.acptdd"/>
  39. <column id="acpviewdd" desc="접수표시일자" ref="accept.acpviewdd"/>
  40. <column id="genrdd" desc="발생일자" ref="accept.genrdd"/>
  41. <column id="acpttype" desc="접수형태" ref="accept.acpttype"/>
  42. <column id="acptkindlrg" desc="접수 대분류" ref="accept.acptkindlrgcd"/>
  43. <column id="acptkindmdl" desc="접수 중분류" ref="accept.acptkindmdlcd"/>
  44. <column id="acptkindsml" desc="접수 소분류" ref="accept.acptkindsmlcd"/>
  45. <column id="acpttitl" type="cdata" desc="접수제목" ref="accept.acpttitl"/>
  46. <column id="acptcnts" type="cdata" desc="접수내용" ref="accept.acptcnts"/>
  47. <column id="openallyn" desc="공개여부" ref="accept.openallyn"/>
  48. <column id="deptpidopenyn" desc="환자정보공개여부" ref="accept.deptpidopenyn"/>
  49. <column id="fstrgstrnm" desc="최초등록자" ref="accept.fstrgstrnm"/>
  50. <column id="cncldd" desc="접수취소일" ref="accept.cncldd"/>
  51. <column id="cnclpsnnm" desc="접수취소자" ref="accept.cnclpsnnm"/>
  52. </table>
  53. <table id="deptview" count_ref="deptview">
  54. <column id="deptnm" desc="해당부서" ref="deptview.deptnm"/>
  55. <column id="deptcd" desc="부서코드" ref="deptview.deptcd"/>
  56. <column id="empnm" desc="해당직원" ref="deptview.empnm"/>
  57. <column id="empid" desc="직원id" ref="deptview.empid"/>
  58. <column id="rgstseq" desc="등록순서" ref="deptview.rgstseq"/>
  59. </table>
  60. </output>
  61. </submit>