TRCVP00302.xml 1.2 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVP00302">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetPatHisData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="pid">
  10. <column id="pid" desc="환자 등록번호" ref="pid"/>
  11. </table>
  12. </input>
  13. <output path="root" type="xml">
  14. <table id="piddata" count_ref="piddata">
  15. <column id="hngnm" desc="환자명" ref="piddata.hngnm"/>
  16. <column id="pid" desc="등록번호" ref="piddata.pid"/>
  17. <column id="rrgstno" desc="주민번호" ref="piddata.rrgstno"/>
  18. <column id="mpphontel" desc="휴대폰번호" ref="piddata.mpphontel"/>
  19. <column id="hometel" desc="집전화번호" ref="piddata.hometel"/>
  20. <column id="zipcd1" desc="우편번호1" ref="piddata.zipcd1"/>
  21. <column id="zipcd2" desc="우편번호2" ref="piddata.zipcd2"/>
  22. <column id="zipcdaddr" desc="우편번호주소" ref="piddata.zipcdaddr"/>
  23. <column id="detladdr" desc="나머지주소" ref="piddata.detladdr"/>
  24. <column id="email" desc="이메일" ref="piddata.email"/>
  25. </table>
  26. </output>
  27. </submit>