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