123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIIA00200">
- <action url="svc://local"
- target="irbsubjapp.ReglJudgMngt"
- interface="himed.his.crc.irbsubjapp.regljudgmngt.ReglJudgMngt"
- method="reqGetJudgConfRept">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="nsubjsavedata">
- <column id="respstdyempno" desc="처리구분" ref="nsubjsavedata.respstdyempno" />
- </table>
- </input>
-
- <output path="root/rexjudgspdlist" type="xml">
- <table id="cnt" count_ref="cnt">
- <column id="cnt" desc="보고서종류" ref="cnt.cnt"/>
- </table>
- <table id="item" count_ref="item">
- <column id="firstjudgdd" desc="심의일" type="cdata" ref="item.firstjudgdd"/>
- <column id="subjno" desc="과제번호" type="cdata" ref="item.subjno"/>
- <column id="nm" desc="책임연구자" type="cdata" ref="item.nm"/>
- <column id="deptnm" desc="신청과" type="cdata" ref="item.deptnm"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="item.subjnm"/>
- <column id="hospnm" desc="병원명" type="cdata" ref="item.hospnm"/>
- <column id="reptkind" desc="보고서종류" ref="item.reptkind"/>
- </table>
- </output>
-
- </submit>
|