12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXIIA00109">
- <action url="svc://local"
- target="irbsubapp.ReglJudgMngt"
- interface="himed.his.crc.irbsubapp.regljudgmngt.ReglJudgMngt"
- method="reqSetSubjRtn">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제id" ref="subjid"/>
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="acptyn" desc="접수여부" ref="acptyn"/>
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item">
- <column id="instcd" desc="병원코드" ref="item.instcd"/>
- <column id="subjid" desc="과제id" ref="item.subjid"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="item.subjnm"/>
- <column id="respstdycnfmsubjyn" desc="연구자확인1" ref="item.respstdycnfmsubjyn"/>
- <column id="respstdycnfmexecyn" desc="연구자확인2" ref="item.respstdycnfmexecyn"/>
- <column id="respstdycnfmselfyn" desc="연구자확인3" ref="item.respstdycnfmselfyn"/>
- <column id="rtnresn" desc="반려사유" type="cdata" ref="item.rtnresn"/>
- </table>
- </output>
- </submit>
|