1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSNW00103">
- <action url="svc://local"
- target="stsenrapp.StsEnrIcuMngt" interface="himed.his.sts.stsenrapp.stsenricumngt.StsEnrIcuMngt"
- method="reqGetICUMonthList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="wardcd">
- <column id="wardcd" desc="병동코드" ref="wardcd"/>
- <column id="year" desc="해당연도" ref="year"/>
- <column id="refflag" desc="조회구분" ref="refflag"/>
- </table>
- </input>
- <output path="root/icupatmonthinfo" type="xml">
- <table id="icupatmonthlist" count_ref="icupatmonthlist">
- <column id="m01" desc="01month" ref="icupatmonthlist.m01"/>
- <column id="m02" desc="02month" ref="icupatmonthlist.m02"/>
- <column id="m03" desc="03month" ref="icupatmonthlist.m03"/>
- <column id="m04" desc="04month" ref="icupatmonthlist.m04"/>
- <column id="m05" desc="05month" ref="icupatmonthlist.m05"/>
- <column id="m06" desc="06month" ref="icupatmonthlist.m06"/>
- <column id="m07" desc="07month" ref="icupatmonthlist.m07"/>
- <column id="m08" desc="08month" ref="icupatmonthlist.m08"/>
- <column id="m09" desc="09month" ref="icupatmonthlist.m09"/>
- <column id="m10" desc="10month" ref="icupatmonthlist.m10"/>
- <column id="m11" desc="11month" ref="icupatmonthlist.m11"/>
- <column id="m12" desc="12month" ref="icupatmonthlist.m12"/>
- <column id="total" desc="total" ref="icupatmonthlist.total"/>
- <column id="item" desc="item" ref="icupatmonthlist.item"/>
- </table>
- </output>
- </submit>
|