TRCVP00304.xml 1.4 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVP00304">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetPIDMngData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="sndPID">
  10. <column id="sndPID" desc="환자 등록번호" ref="sndPID"/>
  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="mpphontel" type="string" desc="핸드폰번호" ref="piddata.mpphontel"/>
  18. <column id="zipcd1" type="string" desc="우편번호 앞자리" ref="piddata.zipcd1"/>
  19. <column id="zipcd2" type="string" desc="우편번호 뒷자리" ref="piddata.zipcd2"/>
  20. <column id="zipcdaddr" type="string" desc="우편번호 주소" ref="piddata.zipcdaddr"/>
  21. <column id="detladdr" type="string" desc="상세주소" ref="piddata.detladdr"/>
  22. <column id="rrgstno" type="string" desc="주민번호" ref="piddata.rrgstno"/>
  23. <column id="hometel" type="string" desc="자택전화번호" ref="piddata.hometel"/>
  24. <column id="email" type="string" desc="이메일" ref="piddata.email"/>
  25. </table>
  26. </output>
  27. </submit>