TRICS02000.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICA02000" desc="CRCC 임상시험실적 조회">
  3. <action url="svc://local"
  4. target="crccsubjapp.CrccSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.crccsubjmngt.CrccSubjMngt"
  6. method="reqGetClincResAchiv">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="fromdd">
  10. <column id="fromdd" desc="시작일자" ref="fromdd"/>
  11. <column id="todd" desc="종료일자" ref="todd"/>
  12. </table>
  13. </input>
  14. <output path="root/list" type="xml">
  15. <table id="item" count_ref="item">
  16. <column id="consorflag" desc="공동과제여부" ref="item.consorflag"/>
  17. <column id="judgdd" desc="심사일자" ref="item.judgdd"/>
  18. <column id="judgkind" desc="심의종류" ref="item.judgkind"/>
  19. <column id="hospnm" desc="병원명" type="cdata" ref="item.hospnm"/>
  20. <column id="judgappdg" desc="심사차수" type="cdata" ref="item.judgappdg"/>
  21. <column id="judgrslt" desc="심사결과" ref="item.judgrslt"/>
  22. <column id="subjno" desc="과제번호" ref="item.subjno"/>
  23. <column id="stdykind" desc="과제종류" ref="item.stdykind"/>
  24. <column id="stdykind1" desc="연구종류1" ref="item.stdykind1"/>
  25. <column id="stdykind2" desc="연구종류2" ref="item.stdykind2"/>
  26. <column id="stdykind3" desc="연구종류3" ref="item.stdykind3"/>
  27. <column id="stdykind4" desc="연구종류4" ref="item.stdykind4"/>
  28. <column id="reptkind" desc="보고서종류" ref="item.reptkind"/>
  29. <column id="subjnm" desc="과제명" type="cdata" ref="item.subjnm"/>
  30. <column id="respstdyempno" desc="책임연구자" type="cdata" ref="item.respstdyempno"/>
  31. <column id="direccost" desc="직접비" ref="item.direccost"/>
  32. <column id="centercost" desc="센터간접비" ref="item.centercost"/>
  33. <column id="crcccost" desc="병원간접비" ref="item.crcccost"/>
  34. <column id="totcost" desc="총액" ref="item.totcost"/>
  35. <column id="irbjudgcostamt" desc="심사비" ref="item.irbjudgcostamt"/>
  36. <column id="irbjudgcostdepodd" desc="입금일자" ref="item.irbjudgcostdepodd"/>
  37. <column id="irbjudgcostdepoyn" desc="확인여부" ref="item.irbjudgcostdepoyn"/>
  38. <column id="printyn" desc="printyn" ref="item.printyn"/>
  39. <column id="reqinstcd" desc="의뢰사" type="cdata" ref="item.reqinstcd"/>
  40. <column id="nm" desc="의뢰담당자" type="cdata" ref="item.nm"/>
  41. <column id="cntctelno" desc="연락처" type="cdata" ref="item.cntctelno"/>
  42. <column id="mpponno" desc="핸드폰" type="cdata" ref="item.mpponno"/>
  43. </table>
  44. </output>
  45. </submit>