1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSNW00701">
- <action url="svc://local"
- target="stsenrapp.StsPatMngt"
- interface="himed.his.sts.stsenrapp.stspatmngt.StsPatMngt"
- method="reqGetDschInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="fromdd">
- <column id="fromdd" desc="보고일자" ref="fromdd"/>
- <column id="todd" desc="보고일자" ref="todd"/>
- <column id="deptcd" desc="보고일자" ref="deptcd"/>
- </table>
- </input>
- <output path="root/dsch" type="xml">
- <table id="dschlist" count_ref="dschlist">
- <column id="deptnm" type="string" desc="" ref="dschlist.deptnm" />
- <column id="inptmcnt" type="string" desc="" ref="dschlist.inptmcnt" />
- <column id="inptfcnt" type="string" desc="" ref="dschlist.inptfcnt" />
- <column id="trnsoutcnt" type="string" desc="" ref="dschlist.trnsoutcnt" />
- <column id="dethdschcnt" type="string" desc="" ref="dschlist.dethdschcnt" />
- <column id="diedschcnt" type="string" desc="" ref="dschlist.diedschcnt" />
- <column id="hopedschcnt" type="string" desc="" ref="dschlist.hopedschcnt" />
- <column id="trnshosdschcnt" type="string" desc="" ref="dschlist.trnshosdschcnt"/>
- <column id="nodethdschcnt" type="string" desc="" ref="dschlist.nodethdschcnt" />
- <column id="totoutrmcnt" type="string" desc="" ref="dschlist.totoutrmcnt" />
- </table>
- </output>
- </submit>
|