1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRS00129">
- <action url="svc://local"
- target="reqsubjapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjapp.newsubjwrte.NewSubjWrte"
- method="reqGetChkGroupLst">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제아이디" ref="subjid"/>
- <column id="instcd" desc="병원코드" ref="instcd"/>
- </table>
- </input>
- <output path="root/hidden" type="xml" >
- <table id="chkgrouplst" count_ref="chkgrouplst">
- <column id="itemgrupcd" desc="항목그룹코드" ref="chkgrouplst.itemgrupcd"/>
- <column id="itemgrupnm" desc="항목그룹" 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>
-
- <table id="chkgrouphead" count_value="1">
- <column id="subjno" desc="과제번호" ref="chkgrouphead.subjno"/>
- <column id="cmpynm" desc="의뢰자" type="cdata" ref="chkgrouphead.cmpynm"/>
- <column id="perusernm" desc="대표자명" type="cdata" ref="chkgrouphead.perusernm"/>
- <column id="itemnm" desc="품목명" type="cdata" ref="chkgrouphead.itemnm"/>
- <column id="comnm" desc="" type="cdata" ref="chkgrouphead.comnm"/>
- <column id="resusernm" desc="" type="cdata" ref="chkgrouphead.resusernm"/>
- <column id="depthngnm" desc="" type="cdata" ref="chkgrouphead.depthngnm"/>
- <column id="hospnm" desc="병원명" type="cdata" ref="chkgrouphead.hospnm"/>
- <column id="reqdt" desc="" ref="chkgrouphead.reqdt"/>
- <column id="crccaprvyn" desc="" ref="chkgrouphead.crccaprvyn"/>
- <column id="subjattfile" desc="" type="cdata" ref="chkgrouphead.subjattfile"/>
- <column id="hospcd" desc="병원코드" ref="chkgrouphead.hospcd"/>
- </table>
- </output>
- </submit>
|