1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSNW00301">
- <action url="svc://local"
- target="stsenrapp.StsEnrInjSpecialRoomMngt" interface="himed.his.sts.stsenrapp.stsenrinjspecialroommngt.StsEnrInjSpecialRoomMngt"
- method="reqGetChemoTime">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="yyyy">
- <column id="yyyy" desc="기준년도" ref="yyyy"/>
- </table>
- </input>
- <output path="root/chemotimeinfo" type="xml">
- <table id="chemotimelist" count_ref="chemotimelist">
- <column id="item" desc="아이템" ref="chemotimelist.item"/>
- <column id="m01" desc="1월" ref="chemotimelist.m01"/>
- <column id="m02" desc="2월" ref="chemotimelist.m02"/>
- <column id="m03" desc="3월" ref="chemotimelist.m03"/>
- <column id="m04" desc="4월" ref="chemotimelist.m04"/>
- <column id="m05" desc="5월" ref="chemotimelist.m05"/>
- <column id="m06" desc="6월" ref="chemotimelist.m06"/>
- <column id="m07" desc="7월" ref="chemotimelist.m07"/>
- <column id="m08" desc="8월" ref="chemotimelist.m08"/>
- <column id="m09" desc="9월" ref="chemotimelist.m09"/>
- <column id="m10" desc="10월" ref="chemotimelist.m10"/>
- <column id="m11" desc="11월" ref="chemotimelist.m11"/>
- <column id="m12" desc="12월" ref="chemotimelist.m12"/>
- </table>
- </output>
- </submit>
|