TRSTC00402.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <!--
  3. * @(#)TRSTC00200.xml
  4. * 수정이력
  5. * - 2008.07.27 / 최초작성 / 박정화
  6. *
  7. -->
  8. <submit id="TRSTC00200">
  9. <action url="svc://local"
  10. target="stscomapp.StsCom"
  11. interface="himed.his.sts.stscomapp.StsCom.StsCom"
  12. method="reqGetStsRptCond">
  13. </action>
  14. <input type="urlencoded">
  15. <table id="req" count_ref="condnum">
  16. <column id="condnum" type="string" desc="코드번호" ref="condnum"/>
  17. </table>
  18. </input>
  19. <output path="root/cond" type="xml">
  20. <table id="condcd" count_ref="condcd">
  21. <column id="mdlnm" desc="캡션" type="string" ref="condcd.mdlnm"/>
  22. <column id="cd" desc="조건코드" type="string" ref="condcd.cd"/>
  23. <column id="dp" desc="과코드" type="string" ref="condcd.dp"/>
  24. <column id="nm" desc="조건명" type="string" ref="condcd.nm"/>
  25. </table>
  26. </output>
  27. </submit>