TRCVO00101.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVO00101">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetPIDData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="pid">
  10. <column id="pid" desc="PID" ref="pid"/>
  11. </table>
  12. </input>
  13. <output path="root" type="xml">
  14. <table id="piddata" count_ref="piddata">
  15. <column id="pid" type="string" desc="PID" ref="piddata.pid"/>
  16. <column id="hngnm" type="string" desc="환자이름" ref="piddata.hngnm"/>
  17. <column id="rrgstno1" type="string" desc="주민번호 앞자리" ref="piddata.rrgstno1"/>
  18. <column id="rrgstno2" type="string" desc="주민번호 뒷자리 " ref="piddata.rrgstno2"/>
  19. <column id="rrgstno" type="string" desc="주민번호" ref="piddata.rrgstno"/>
  20. <column id="hometel" type="string" desc="자택전화번호" ref="piddata.hometel"/>
  21. <column id="mpphontel" type="string" desc="핸드폰번호" ref="piddata.mpphontel"/>
  22. <column id="email" type="string" desc="이메일" ref="piddata.email"/>
  23. <column id="sex" type="string" desc="성별" ref="piddata.sex"/>
  24. <column id="zipcd1" type="string" desc="우편번호 앞자리" ref="piddata.zipcd1"/>
  25. <column id="zipcd2" type="string" desc="우편번호 뒷자리" ref="piddata.zipcd2"/>
  26. <column id="zipcdseq" type="string" desc="우편번호 일련번호" ref="piddata.zipcdseq"/>
  27. <column id="zipcdaddr" type="string" desc="우편번호 주소" ref="piddata.zipcdaddr"/>
  28. <column id="detladdr" type="string" desc="상세주소" ref="piddata.detladdr"/>
  29. <column id="etctelno1" type="string" desc="기타 전화번호" ref="piddata.etctelno1"/>
  30. </table>
  31. </output>
  32. </submit>