12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRT00102">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqGetStdyInfoCompy">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="userid">
- <column id="userid" desc="사번" ref="userid"/>
- </table>
- </input>
- <output path="main/compy" type="xml">
- <table id="stdyinfocompy" count_ref="stdyinfocompy">
- <column id="instcd" desc="병원코드" ref="stdyinfocompy.instcd"/>
- <column id="rrgstno" desc="주민번호" ref="stdyinfocompy.rrgstno"/>
- <column id="hometel" desc="전화번호" type="cdata" ref="stdyinfocompy.hometel"/>
- <column id="postrecvtret" desc="" type="cdata" 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>
|