12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRISR00002">
- <action url="svc://local"
- target="stdysubjapp.StdySubjMngt"
- interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
- method="reqGetSubjWritelstForSdy">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- </table>
- </input>
- <output path="main/grid" type="xml">
- <table id="sdysubjlst" count_ref="sdysubjlst">
- <column id="subjno" desc="과제번호" ref="sdysubjlst.subjno"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="sdysubjlst.subjnm"/>
- <column id="perchgrid" desc="의뢰자아이디" ref="sdysubjlst.perchgrid"/>
- <column id="reqdd" desc="의뢰일자" ref="sdysubjlst.reqdd"/>
- <column id="ccaprvyn" desc="crcc승인여부" ref="sdysubjlst.ccaprvyn"/>
- <column id="reqyn" desc="의뢰여부" ref="sdysubjlst.reqyn"/>
- <column id="subjid" desc="과제id" ref="sdysubjlst.subjid"/>
- <column id="instcd" desc="병원코드" ref="sdysubjlst.instcd"/>
- <column id="hospnm" desc="병원명" ref="sdysubjlst.hospnm"/>
- </table>
- </output>
- </submit>
|