12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRISR00001">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqGetChkSubjForSdy">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="screenmenu" desc="연구자 의뢰자 구분값" ref="screenmenu"/>
- </table>
- </input>
- <output path="main/grid" type="xml">
- <table id="chksubjlst" count_ref="chksubjlst">
- <column id="hospnm" desc="병원명" type="cdata" ref="chksubjlst.hospnm"/>
- <column id="subjid" desc="과제ID" ref="chksubjlst.subjid"/>
- <column id="instcd" desc="병원코드" ref="chksubjlst.instcd"/>
- <column id="reqdd" desc="의뢰일자" ref="chksubjlst.reqdd"/>
- <column id="perchgrid" desc="의뢰자아이디" type="cdata" ref="chksubjlst.perchgrid"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="chksubjlst.subjnm"/>
- <column id="respstdycnfmsubjyn" desc="과제정보확인" ref="chksubjlst.respstdycnfmsubjyn"/>
- <column id="respstdycnfmexecyn" desc="실행예산확인" ref="chksubjlst.respstdycnfmexecyn"/>
- <column id="respstdycnfmselfyn" desc="구비서류확인" ref="chksubjlst.respstdycnfmselfyn"/>
- <column id="rtnresn" desc="반려사유" type="cdata" ref="chksubjlst.rtnresn"/>
- <column id="cmpynm" desc="의뢰자" type="cdata" ref="chksubjlst.cmpynm"/>
- <column id="croinstnm" desc="대행사" type="cdata" ref="chksubjlst.croinstnm"/>
- <column id="nm" desc="담당자명" type="cdata" ref="chksubjlst.nm"/>
- <column id="cntctelno" desc="연락처" type="cdata" ref="chksubjlst.cntctelno"/>
- </table>
- </output>
- </submit>
|