1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIIA00116">
- <action url="svc://local"
- target="irbsubapp.ReglJudgMngt"
- interface="himed.his.crc.irbsubapp.regljudgmngt.ReglJudgMngt"
- method="reqGetComnCrccPrvYN">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="srchjudgkind">
- <column id="srchjudgkind" desc="심사종류" ref="srchjudgkind"/>
- <column id="srchjudgappdg" desc="심사차수" ref="srchjudgappdg"/>
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item">
- <column id="judgappdg" desc="심사차수" ref="item.judgappdg"/>
- <column id="judgkind" desc="심사종류(정규,신속,면제)" ref="item.judgkind"/>
- <column id="instcd" desc="병원코드" ref="item.instcd"/>
- <column id="subjid" desc="과제id" ref="item.subjid"/>
- <column id="subjno" desc="과제번호" ref="item.subjno"/>
- <column id="hospnm" desc="병원명" type="cdata" ref="item.hospnm"/>
- <column id="respstdycnfmsubjyn" desc="연구자확인1" ref="item.respstdycnfmsubjyn"/>
- <column id="respstdycnfmexecyn" desc="연구자확인2" ref="item.respstdycnfmexecyn"/>
- <column id="respstdycnfmselfyn" desc="연구자확인3" ref="item.respstdycnfmselfyn"/>
- </table>
- </output>
- </submit>
|