1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRISR01101">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqGetReserInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="userid">
- <column id="userid" desc="사용자ID" ref="userid"/>
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="userkind" desc="사용구분" ref="userkind"/>
- </table>
- </input>
- <output path="main/reserinfo" type="xml">
- <table id="item" count_ref="item">
- <column id="userid" desc="사용자ID" ref="item.userid"/>
- <column id="instcd" desc="병원코드" ref="item.instcd"/>
- <column id="usertodd" desc="시작일자" ref="item.usertodd"/>
- <column id="userkind" desc="사용구분" ref="item.userkind"/>
- <column id="usernm" desc="이름" type="cdata" ref="item.usernm"/>
- <column id="engnm" desc="영문이름" type="cdata" ref="item.engnm"/>
- <column id="gndr" desc="성별" ref="item.gndr"/>
- <column id="deptcd" desc="소속코드" ref="item.deptcd"/>
- <column id="deptnm" desc="소속명" type="cdata" ref="item.deptnm"/>
- <column id="jobposcd" desc="직위코드" ref="item.jobposcd"/>
- <column id="jobposnm" desc="직위명" type="cdata" ref="item.jobposnm"/>
- <column id="frmrmertcd" desc="전공코드" ref="item.frmrmertcd"/>
- <column id="frmrmertnm" desc="전공명" type="cdata" ref="item.frmrmertnm"/>
- <column id="acdmydgcd" desc="학위코드" ref="item.acdmydgcd"/>
- <column id="acdmydgnm" desc="학위명" type="cdata" ref="item.acdmydgnm"/>
- <column id="homeaddr" desc="집주소" type="cdata" ref="item.homeaddr"/>
- <column id="hometel" desc="집전화번호" type="cdata" ref="item.hometel"/>
- <column id="cmpytelno" desc="연락처" type="cdata" ref="item.cmpytelno"/>
- <column id="faxno" desc="팩스번호" type="cdata" ref="item.faxno"/>
- <column id="zipcd1" desc="우편번호1" ref="item.zipcd1"/>
- <column id="zipcd2" desc="우편번호2" ref="item.zipcd2"/>
- <column id="postrecvtret" desc="우편물수신처" type="cdata" ref="item.postrecvtret"/>
- <column id="bankcd" desc="은행코드" ref="item.bankcd"/>
- <column id="acntno" desc="계좌번호" type="cdata" ref="item.acntno"/>
- <column id="depor" desc="예금주" type="cdata" ref="item.depor"/>
- <column id="email" desc="이메일" type="cdata" ref="item.email"/>
- <column id="mpphonno" desc="핸드폰" type="cdata" ref="item.mpphonno"/>
- <column id="rrgstno" desc="주민번호" ref="item.rrgstno"/>
- <column id="userfromdd" desc="종료일자" ref="item.userfromdd"/>
- </table>
- </output>
- </submit>
|