123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVP00302">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetPatHisData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="pid">
- <column id="pid" desc="환자 등록번호" ref="pid"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="piddata" count_ref="piddata">
- <column id="hngnm" desc="환자명" ref="piddata.hngnm"/>
- <column id="pid" desc="등록번호" ref="piddata.pid"/>
- <column id="rrgstno" desc="주민번호" ref="piddata.rrgstno"/>
- <column id="mpphontel" desc="휴대폰번호" ref="piddata.mpphontel"/>
- <column id="hometel" desc="집전화번호" ref="piddata.hometel"/>
- <column id="zipcd1" desc="우편번호1" ref="piddata.zipcd1"/>
- <column id="zipcd2" desc="우편번호2" ref="piddata.zipcd2"/>
- <column id="zipcdaddr" desc="우편번호주소" ref="piddata.zipcdaddr"/>
- <column id="detladdr" desc="나머지주소" ref="piddata.detladdr"/>
- <column id="email" desc="이메일" ref="piddata.email"/>
- </table>
- </output>
- </submit>
|