123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRC00102">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqGetStdyInfoCompy">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="userid">
- <column id="userid" desc="" ref="userid"/>
- <column id="instcd" desc="" ref="instcd"/>
- </table>
- </input>
- <output path="main/compy" type="xml">
- <table id="stdyinfocompy" count_ref="stdyinfocompy">
- <column id="instcd" desc="병원코드" ref="stdyinfocompy.instcd"/>
- <column id="rrgstno1" desc="주민번호1" ref="stdyinfocompy.rrgstno1"/>
- <column id="rrgstno2" desc="주민번호2" ref="stdyinfocompy.rrgstno2"/>
- <column id="hometel" desc="전화번호" ref="stdyinfocompy.hometel"/>
- <column id="postrecvtret" desc="" ref="stdyinfocompy.postrecvtret"/>
- <column id="gndr" desc="성별" ref="stdyinfocompy.gndr"/>
- <column id="homeaddr" desc="집주소" type="cdata" ref="stdyinfocompy.homeaddr"/>
- <column id="jobposcd" desc="" ref="stdyinfocompy.jobposcd"/>
- <column id="jobposnm" desc="직책" type="cdata" ref="stdyinfocompy.jobposnm"/>
- <column id="email" desc="이메일" type="cdata" ref="stdyinfocompy.email"/>
- <column id="cmpytelno" desc="휴대전화" type="cdata" ref="stdyinfocompy.cmpytelno"/>
- <column id="workplceaddr" desc="직장주소" type="cdata" ref="stdyinfocompy.workplceaddr"/>
- <column id="cmt" desc="비고" type="cdata" ref="stdyinfocompy.cmt"/>
- </table>
- </output>
- </submit>
|