12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICU01601">
- <action url="svc://local"
- target="stdycostapp.Stdycost"
- interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
- method="reqGetPrsnPayList">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" type="cdata" desc="과제ID" ref="subjid"/>
- <column id="instcd" type="cdata" desc="병원코드" ref="instcd"/>
- </table>
- </input>
-
- <output path="root/list" type="xml">
- <table id="grid1" count_ref="item" >
- <column id="userkind" desc="사용자구분" ref="item.userkind"/>
- <column id="usernm" type="cdata" desc="성명" ref="item.usernm"/>
- <column id="userid" type="cdata" desc="사번" ref="item.userid"/>
- <column id="sosok" type="cdata" desc="소속" ref="item.sosok"/>
- <column id="rrgstno1" desc="주민등록번호1" ref="item.rrgstno1"/>
- <column id="rrgstno2" desc="주민등록번호2" ref="item.rrgstno2"/>
- <column id="workplceaddr" type="cdata" desc="주소" ref="item.workplceaddr"/>
- <column id="cmpytelno" type="cdata" desc="연락처" ref="item.cmpytelno"/>
- <column id="email" type="cdata" desc="이메일" ref="item.email"/>
- <column id="depor" type="cdata" desc="예금주" ref="item.depor"/>
- <column id="bankcd" type="cdata" desc="지급은행" ref="item.bankcd"/>
- <column id="acntno" type="cdata" desc="계좌번호" ref="item.acntno"/>
- <column id="subjid" type="cdata" desc="과제ID" ref="item.subjid"/>
- <column id="instcd" type="cdata" desc="병원코드" ref="item.instcd"/>
- <column id="enddd" type="cdata" desc="연구종료일" ref="item.enddd"/>
- <column id="userseqno" desc="userseqno" ref="item.userseqno"/>
- <column id="conreseryn" desc="계약연구원여부" ref="item.conreseryn"/>
- </table>
- </output>
- </submit>
|