TXIRT00106.xml 2.2 KB

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