123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXIRS00129">
- <action url="svc://local"
- target="reqsubjapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjapp.newsubjwrte.NewSubjWrte"
- method="reqSetSubjHospOrder">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="respstdyempno" desc="책임연구자 사번" ref="respstdyempno"/>
- </table>
- </input>
- <output path="main/view" type="xml" >
- <table id="chkgrouplst" count_ref="chkgrouplst">
- <column id="itemgrupcd" desc="항목그룹코드" ref="chkgrouplst.itemgrupcd"/>
- <column id="itemgrupnm" desc="항목그룹" type="cdata" ref="chkgrouplst.itemgrupnm"/>
- <column id="supitemseq" desc="상위항목순번" ref="chkgrouplst.supitemseq"/>
- <column id="prtitem" desc="분류명" type="cdata" ref="chkgrouplst.prtitem"/>
- <column id="subjid" desc="과제ID" ref="chkgrouplst.subjid"/>
- <column id="instcd" desc="병원코드" ref="chkgrouplst.instcd"/>
- <column id="possesyn" desc="구비여부" ref="chkgrouplst.possesyn"/>
- <column id="cmt" desc="비고" type="cdata" ref="chkgrouplst.cmt"/>
- </table>
- </output>
- </submit>
|