1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRS00141">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqGetRegSubjInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="suserid">
- <column id="suserid" desc="사용자아이디" ref="suserid" />
- <column id="consorflag" desc="공동IRB여부" ref="consorflag" />
- <column id="screenmenu" desc="의뢰자 연구자 구분" ref="screenmenu" />
- </table>
- </input>
- <output path="root/view" type="xml" >
- <table id="gridebaseinfo" count_ref="item">
- <column id="subjid" desc="과제id" ref="item.subjid"/>
- <column id="subjnm" desc="과제명" type ="cdata" ref="item.subjnm"/>
- <column id="subjno" desc="과제번호" ref="item.subjno"/>
- <column id="judgkind" desc="심의종류" ref="item.judgkind"/>
- <column id="instcd" desc="병원코드" ref="item.instcd"/>
- <column id="reqdd" desc="의뢰일자" ref="item.reqdd"/>
- <column id="respstdyempno" desc="책임자명" type ="cdata" ref="item.respstdyempno"/>
- <column id="respstdycnfmsubjyn" desc="과제확인여부" ref="item.respstdycnfmsubjyn"/>
- <column id="respstdycnfmexecyn" desc="실행예산확인여부" ref="item.respstdycnfmexecyn"/>
- <column id="respstdycnfmselfyn" desc="구비서류확인여부" ref="item.respstdycnfmselfyn"/>
- <column id="subjyn" desc="승인여부" ref="item.subjyn"/>
- <column id="crccaprvyn" desc="crcc승인여부" ref="item.crccaprvyn"/>
- <column id="crccaprvdd" desc="crcc승인일자" ref="item.crccaprvdd"/>
- <column id="hospnm" desc="병원명" type ="cdata" ref="item.hospnm"/>
- <column id="rtnresn" desc="반려사유" type ="cdata" ref="item.rtnresn"/>
- </table>
- </output>
- </submit>
|