TRCVO00801.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVO00801">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetCustomer">
  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. </table>
  13. </input>
  14. <output path="root/vocdata" type="xml">
  15. <table id="customer" count_ref="customer">
  16. <column id="acptseq" type="int" desc="접수번호" ref="customer.acptseq"/>
  17. <column id="acptdd" desc="접수일자" ref="customer.acptdd"/>
  18. <column id="clntnm" desc="민원인 이름" ref="customer.clntnm"/>
  19. <column id="resdnrgstno1" desc="주민번호1" ref="customer.resdnrgstno1"/>
  20. <column id="resdnrgstno2" desc="주번번호2" ref="customer.resdnrgstno2"/>
  21. <column id="pid" desc="환자 등록번호" ref="customer.pid"/>
  22. <column id="patnm" desc="환자 이름" ref="customer.patnm"/>
  23. <column id="patresdnrgstno1" desc="환자 주민번호1" ref="customer.patresdnrgstno1"/>
  24. <column id="patresdnrgstno2" desc="환자 주민번호2" ref="customer.patresdnrgstno2"/>
  25. <column id="patphonno" desc="환자 연락처" ref="customer.patphonno"/>
  26. <column id="patrela" desc="환자와의 관계" ref="customer.patrela"/>
  27. <column id="zipcd1" desc="우편번호1" ref="customer.zipcd1"/>
  28. <column id="zipcd2" desc="우편번호2" ref="customer.zipcd2"/>
  29. <column id="zipcdaddr" desc="기본주소" ref="customer.zipcdaddr"/>
  30. <column id="detladdr" desc="잔여 주소" ref="customer.detladdr"/>
  31. <column id="hometelno" desc="집 전화번호" ref="customer.hometelno"/>
  32. <column id="mpphonno" desc="핸드폰 번호" ref="customer.mpphonno"/>
  33. <column id="etctelno" desc="기타 전화번호" ref="customer.etctelno"/>
  34. <column id="emailaddr" desc="이메일 주소" ref="customer.emailaddr"/>
  35. <column id="gndr" desc="성별" ref="customer.gndr"/>
  36. </table>
  37. </output>
  38. </submit>