12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRTSS00701">
- <action url="svc://local"
- target="sampleapp.CrossTabSample"
- interface="himed.his.tmp.sampleapp.crosstabsample.CrossTabSample"
- method="reqGetDietMenuCrossTab">
- </action>
- <input type="urlencoded">
- <table id="req" count_value="1">
- <column id="appdd" type="string" ref="appdd"/>
- <column id="dietmdlcd" type="string" ref="dietmdlcd"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="header" count_ref="header">
- <column id="dietcd" type="string" ref="header.dietcd"/>
- <column id="dietnm" type="string" ref="header.dietnm"/>
- <column id="mealcalrcnts" type="string" ref="header.mealcalrcnts"/>
- <column id="columnid" type="string" ref="header.columnid"/>
- </table>
- <table id="rows" count_ref="rows">
- <column id="mealflag" type="string" ref="rows.mealflag"/>
- <column id="dishtableflag" type="string" ref="rows.dishtableflag"/>
- <column id="dishtablenm" type="string" ref="rows.dishtablenm"/>
- <column id="dishcd" type="string" ref="rows.dishcd"/>
- <column id="dishnm" type="string" ref="rows.dishnm"/>
- <column id="${value}" type="string" ref="diets.columnid" extend_ref="rows">
- <attribute name="dietcd" ref="diets.dietcd"/>
- <attribute name="mealcalrcnts" ref="diets.mealcalrcnts"/>
- <value ref="diets.psncnt"/>
- </column>
- </table>
- </output>
- </submit>
|