TRCCM00101.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCCM00101">
  3. <action url="svc://local"
  4. target="crmapp.Common"
  5. interface="himed.his.crm.crmapp.common.Common"
  6. method="reqGetPatCodeList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="searchcondition">
  10. <column id="insttype" desc="근무지 기관 기준('dutplceinstcd'), 전체기관기준('totalinstcd')" ref="insttype"/>
  11. <column id="searchcondition" desc="환자 검색 기준" ref="searchcondition"/>
  12. <column id="searchterm" desc="환자 검색어" ref="searchterm"/>
  13. </table>
  14. </input>
  15. <output path="root/list" type="xml">
  16. <table id="patlist" count_ref="patlist">
  17. <column id="pid" type="string" desc="등록번호" ref="patlist.pid"/>
  18. <column id="hngnm" type="string" desc="환자명" ref="patlist.hngnm"/>
  19. <column id="rrgstno" type="string" desc="주민번호" ref="patlist.rrgstno"/>
  20. <column id="mpphontel" type="cdata" desc="휴대폰" ref="patlist.mpphontel"/>
  21. <column id="hometel" type="cdata" desc="집전화" ref="patlist.hometel"/>
  22. <column id="email" type="string" desc="이메일" ref="patlist.email"/>
  23. <column id="lastchosdt" type="string" desc="최종내원일" ref="patlist.lastchosdd"/>
  24. <column id="rrgstno1" type="string" desc="주민번호1" ref="patlist.rrgstno1"/>
  25. <column id="rrgstno2" type="string" desc="주민번호2" ref="patlist.rrgstno2"/>
  26. <column id="sex" type="string" desc="성별" ref="patlist.sex"/>
  27. <column id="zipcd1" type="string" desc="우편번호1" ref="patlist.zipcd1"/>
  28. <column id="zipcd2" type="string" desc="우편번호2" ref="patlist.zipcd2"/>
  29. <column id="zipcdseq" type="string" desc="일련번호" ref="patlist.zipcdseq"/>
  30. <column id="zipcdaddr" type="string" desc="우편번호주소" ref="patlist.zipcdaddr"/>
  31. <column id="detladdr" type="cdata" desc="상세주소" ref="patlist.detladdr"/>
  32. <column id="etctelno1" type="string" desc="기타 번호" ref="patlist.etctelno1"/>
  33. </table>
  34. </output>
  35. </submit>