1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01029">
- <action url="svc://local"
- target="clinicresearchapp.CrccSubjMngt"
- interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
- method="reqGetSubjStdyMdlReptList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="hospcd" desc="병원코드" ref="hospcd"/>
-
- </table>
- </input>
- <output path="root/mdlreptlist" type="xml">
- <table id="item" count_ref="item" >
- <column id="reptenddd" desc="성명" ref="item.reptenddd"/>
- <column id="irbcnfmyn" desc="전화번호" ref="item.irbcnfmyn"/>
- <column id="cmt" desc="이메일" ref="item.cmt"/>
-
- </table>
- </output>
- </submit>
|