TRIRT00106.xml 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRIRT00106">
  3. <action url="svc://local"
  4. target="stdysubjapp.StdySubjMngt"
  5. interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
  6. method="reqGetStdyHist">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="userid">
  10. <column id="userid" desc="사번" ref="userid"/>
  11. </table>
  12. </input>
  13. <output path="main/view" type="xml">
  14. <table id="hist" count_ref="hist">
  15. <column id="userid" desc="아이디" ref="hist.userid"/>
  16. <column id="seqno" desc="순번" ref="hist.seqno"/>
  17. <column id="stdystartdd" desc="연구시작일자" ref="hist.stdystartdd"/>
  18. <column id="stdyenddd" desc="연구종료일자" ref="hist.stdyenddd"/>
  19. <column id="subjno" desc="과제번호" ref="hist.subjno"/>
  20. <column id="subjnm" desc="과제명" type="cdata" ref="hist.subjnm"/>
  21. <column id="nm" desc="의롸자명" type="cdata" ref="hist.nm"/>
  22. <column id="reqinstcd" desc="병원코드" ref="hist.reqinstcd"/>
  23. <column id="respstdyeryn" desc="책임연구자여부" ref="hist.respstdyeryn"/>
  24. <column id="clincstagecd" desc="임상단계코드" ref="hist.clincstagecd"/>
  25. </table>
  26. </output>
  27. </submit>