12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIMR00550">
- <action url="svc://local"
- target="comsubjapp.IrbReserMngt"
- interface="himed.his.crc.comsubjapp.irbresermngt.IrbReserMngt"
- method="reqGetReserInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="instcd">
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="subjid" desc="과제id" ref="subjid"/>
- </table>
- </input>
- <output path="root/grid" type="xml">
- <table id="item" count_ref="item" >
- <column id="chk" desc="선택여부" ref="item.chk"/>
- <column id="usernm" desc="이름" type="cdata" ref="item.usernm"/>
- <column id="deptnm" desc="부서" type="cdata" ref="item.deptnm"/>
- <column id="jobposnm" desc="직위" type="cdata" ref="item.jobposnm"/>
- <column id="rrgstno" desc="주민번호" ref="item.rrgstno"/>
- <column id="workplceaddr" desc="직장주소" type="cdata" ref="item.workplceaddr"/>
- <column id="cmpytelno" desc="전화번호" type="cdata" ref="item.cmpytelno"/>
- <column id="email" desc="이메일" type="cdata" ref="item.email"/>
- <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="subjid" desc="과제ID" ref="item.subjid"/>
- <column id="instcd" desc="병원코드" ref="item.instcd"/>
- <column id="userid" desc="사번" type="cdata" ref="item.userid"/>
- <column id="userkind" desc="구분" ref="item.userkind"/>
- <column id="userseqno" desc="일련번호" ref="item.userseqno"/>
- </table>
- </output>
- </submit>
|