12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRS00124">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqGetUserLst">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchnm">
- <column id="srchnm" desc="연구자명" ref="srchnm"/>
- </table>
- </input>
- <output path="main/view" type="xml" >
- <table id="userlist" count_ref="userlist">
- <column id="userkindcd" desc="사용자유형코드" ref="userlist.userkindcd"/>
- <column id="userid" desc="사용자기본정보에 등록된 사용자ID" ref="userlist.userid"/>
- <column id="usernm" desc="사용자이름" ref="userlist.usernm"/>
- <column id="hospnm" desc="" ref="userlist.hospnm"/>
- <column id="cdnm" desc="" ref="userlist.cdnm"/>
- </table>
- </output>
- </submit>
|