123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <submit id="TRSNE00102">
- <action url="svc://local"
- target="stsenrapp.StsErMngt" interface="himed.his.sts.stsenrapp.stsenrmngt.StsErMngt"
- method="reqGetWardMMList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchyear">
- <column id="srchyear" desc="조회년도" ref="srchyear"/>
- <column id="srchflag1" desc="조회구분1" ref="srchflag1"/>
- <column id="srchflag2" desc="조회구분2" ref="srchflag2"/>
- </table>
- </input>
- <output path="root/wardmminfo" type="xml">
- <table id="wardmmlist" count_ref="wardmmlist">
- <column id="mainflagnm" desc="집계구분" ref="wardmmlist.mainflagnm"/>
- <column id="flagnm" desc="집계항목명" ref="wardmmlist.flagnm" type="cdata"/>
- <column id="col1" desc="1월" ref="wardmmlist.col1"/>
- <column id="col2" desc="2월" ref="wardmmlist.col2"/>
- <column id="col3" desc="3월" ref="wardmmlist.col3"/>
- <column id="col4" desc="4월" ref="wardmmlist.col4"/>
- <column id="col5" desc="5월" ref="wardmmlist.col5"/>
- <column id="col6" desc="6월" ref="wardmmlist.col6"/>
- <column id="col7" desc="7월" ref="wardmmlist.col7"/>
- <column id="col8" desc="8월" ref="wardmmlist.col8"/>
- <column id="col9" desc="9월" ref="wardmmlist.col9"/>
- <column id="col10" desc="10월" ref="wardmmlist.col10"/>
- <column id="col11" desc="11월" ref="wardmmlist.col11"/>
- <column id="col12" desc="12월" ref="wardmmlist.col12"/>
- <column id="mmsum" desc="합계" ref="wardmmlist.mmsum"/>
- </table>
- </output>
- </submit>
|