1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVA00104">
- <action url="svc://local"
- target="vocmngtapp.VocMngt"
- interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
- method="reqGetPIDData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="pid">
- <column id="pid" desc="PID" ref="pid"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="piddata" count_ref="piddata">
- <column id="pid" type="string" desc="PID" ref="piddata.pid"/>
- <column id="hngnm" type="string" desc="환자이름" ref="piddata.hngnm"/>
- <column id="rrgstno1" type="string" desc="주민번호 앞자리" ref="piddata.rrgstno1"/>
- <column id="rrgstno2" type="string" desc="주민번호 뒷자리 " ref="piddata.rrgstno2"/>
- <column id="rrgstno" type="string" desc="주민번호" ref="piddata.rrgstno"/>
- <column id="hometel" type="string" desc="자택전화번호" ref="piddata.hometel"/>
- <column id="mpphontel" type="string" desc="핸드폰번호" ref="piddata.mpphontel"/>
- <column id="email" type="string" desc="이메일" ref="piddata.email"/>
- <column id="sex" type="string" desc="성별" ref="piddata.sex"/>
- <column id="zipcd1" type="string" desc="우편번호 앞자리" ref="piddata.zipcd1"/>
- <column id="zipcd2" type="string" desc="우편번호 뒷자리" ref="piddata.zipcd2"/>
- <column id="zipcdseq" type="string" desc="우편번호 일련번호" ref="piddata.zipcdseq"/>
- <column id="zipcdaddr" type="string" desc="우편번호 주소" ref="piddata.zipcdaddr"/>
- <column id="detladdr" type="string" desc="상세주소" ref="piddata.detladdr"/>
- <column id="etctelno1" type="string" desc="기타 전화번호" ref="piddata.etctelno1"/>
- </table>
- </output>
- </submit>
|