1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICA02000" desc="CRCC 임상시험실적 조회">
- <action url="svc://local"
- target="crccsubjapp.CrccSubjMngt"
- interface="himed.his.crc.crccsubjapp.crccsubjmngt.CrccSubjMngt"
- method="reqGetClincResAchiv">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="fromdd">
- <column id="fromdd" desc="시작일자" ref="fromdd"/>
- <column id="todd" desc="종료일자" ref="todd"/>
- </table>
- </input>
-
- <output path="root/list" type="xml">
- <table id="item" count_ref="item">
- <column id="consorflag" desc="공동과제여부" ref="item.consorflag"/>
- <column id="judgdd" desc="심사일자" ref="item.judgdd"/>
- <column id="judgkind" desc="심의종류" ref="item.judgkind"/>
- <column id="hospnm" desc="병원명" type="cdata" ref="item.hospnm"/>
- <column id="judgappdg" desc="심사차수" type="cdata" ref="item.judgappdg"/>
- <column id="judgrslt" desc="심사결과" ref="item.judgrslt"/>
- <column id="subjno" desc="과제번호" ref="item.subjno"/>
- <column id="stdykind" desc="과제종류" ref="item.stdykind"/>
- <column id="stdykind1" desc="연구종류1" ref="item.stdykind1"/>
- <column id="stdykind2" desc="연구종류2" ref="item.stdykind2"/>
- <column id="stdykind3" desc="연구종류3" ref="item.stdykind3"/>
- <column id="stdykind4" desc="연구종류4" ref="item.stdykind4"/>
- <column id="reptkind" desc="보고서종류" ref="item.reptkind"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="item.subjnm"/>
- <column id="respstdyempno" desc="책임연구자" type="cdata" ref="item.respstdyempno"/>
- <column id="direccost" desc="직접비" ref="item.direccost"/>
- <column id="centercost" desc="센터간접비" ref="item.centercost"/>
- <column id="crcccost" desc="병원간접비" ref="item.crcccost"/>
- <column id="totcost" desc="총액" ref="item.totcost"/>
- <column id="irbjudgcostamt" desc="심사비" ref="item.irbjudgcostamt"/>
- <column id="irbjudgcostdepodd" desc="입금일자" ref="item.irbjudgcostdepodd"/>
- <column id="irbjudgcostdepoyn" desc="확인여부" ref="item.irbjudgcostdepoyn"/>
- <column id="printyn" desc="printyn" ref="item.printyn"/>
- <column id="reqinstcd" desc="의뢰사" type="cdata" ref="item.reqinstcd"/>
- <column id="nm" desc="의뢰담당자" type="cdata" ref="item.nm"/>
- <column id="cntctelno" desc="연락처" type="cdata" ref="item.cntctelno"/>
- <column id="mpponno" desc="핸드폰" type="cdata" ref="item.mpponno"/>
- </table>
- </output>
- </submit>
|