TRTSS00701.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRTSS00701">
  3. <action url="svc://local"
  4. target="sampleapp.CrossTabSample"
  5. interface="himed.his.tmp.sampleapp.crosstabsample.CrossTabSample"
  6. method="reqGetDietMenuCrossTab">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_value="1">
  10. <column id="appdd" type="string" ref="appdd"/>
  11. <column id="dietmdlcd" type="string" ref="dietmdlcd"/>
  12. </table>
  13. </input>
  14. <output path="root/list" type="xml">
  15. <table id="header" count_ref="header">
  16. <column id="dietcd" type="string" ref="header.dietcd"/>
  17. <column id="dietnm" type="string" ref="header.dietnm"/>
  18. <column id="mealcalrcnts" type="string" ref="header.mealcalrcnts"/>
  19. <column id="columnid" type="string" ref="header.columnid"/>
  20. </table>
  21. <table id="rows" count_ref="rows">
  22. <column id="mealflag" type="string" ref="rows.mealflag"/>
  23. <column id="dishtableflag" type="string" ref="rows.dishtableflag"/>
  24. <column id="dishtablenm" type="string" ref="rows.dishtablenm"/>
  25. <column id="dishcd" type="string" ref="rows.dishcd"/>
  26. <column id="dishnm" type="string" ref="rows.dishnm"/>
  27. <column id="${value}" type="string" ref="diets.columnid" extend_ref="rows">
  28. <attribute name="dietcd" ref="diets.dietcd"/>
  29. <attribute name="mealcalrcnts" ref="diets.mealcalrcnts"/>
  30. <value ref="diets.psncnt"/>
  31. </column>
  32. </table>
  33. </output>
  34. </submit>