TRSTC00100.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <!--
  3. * @(#)TRSTC00100.xml
  4. * 수정이력
  5. * - 2008.07.27 / 최초작성 / 박정화
  6. *
  7. -->
  8. <submit id="TRSTC00100">
  9. <action url="svc://local"
  10. target="stscomapp.StsCom"
  11. interface="himed.his.sts.stscomapp.StsCom.StsCom"
  12. method="reqGetStsComCode">
  13. </action>
  14. <input type="urlencoded">
  15. <table id="req" count_ref="in_cdflag">
  16. <column id="in_cdflag" type="string" desc="공통코드구분" ref="in_cdflag"/>
  17. <column id="in_lrgcd" type="string" desc="대분류코드" ref="in_lrgcd"/>
  18. <column id="in_mdlcd" type="string" desc="중분류코드" ref="in_mdlcd"/>
  19. <column id="in_smlcd" type="string" desc="소분류코드" ref="in_smlcd"/>
  20. <column id="in_rptcd" type="string" desc="장표코드" ref="in_rptcd"/>
  21. </table>
  22. </input>
  23. <output path="root/rptm" type="xml">
  24. <table id="lrg/lrgcd" count_ref="lrg">
  25. <column id="lrgcd" desc="대분류코드" type="string" ref="lrg.cd"/>
  26. <column id="lrgnm" desc="대분류명" type="string" ref="lrg.nm"/>
  27. </table>
  28. <table id="mdl/mdlcd" count_ref="mdl">
  29. <column id="mdlcd" desc="중분류코드" type="string" ref="mdl.cd"/>
  30. <column id="mdlnm" desc="중분류명" type="string" ref="mdl.nm"/>
  31. </table>
  32. <table id="sml/smlcd" count_ref="sml">
  33. <column id="smlcd" desc="소분류코드" type="string" ref="sml.cd"/>
  34. <column id="smlnm" desc="소분류명" type="string" ref="sml.nm"/>
  35. </table>
  36. <table id="rpt/rptcd" count_ref="rpt">
  37. <column id="rptcd" desc="장표코드" type="string" ref="rpt.cd"/>
  38. <column id="rptnm" desc="장표명" type="string" ref="rpt.nm"/>
  39. </table>
  40. </output>
  41. </submit>