TRSMR00102.xml 979 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRSMR00102">
  3. <!-- 레포트 조회화면 트리가져오기 -->
  4. <action url="svc://local"
  5. target="stsmngtapp.StsRept"
  6. interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
  7. method="reqGetReptTree">
  8. </action>
  9. <input type="urlencoded">
  10. </input>
  11. <output path="root" type="xml">
  12. <table id="item" count_ref="item">
  13. <column id="lvl" type="string" desc="레벨" ref="item.lvl"/>
  14. <column id="subjcd" type="string" desc="서브젝트코드" ref="item.subjcd"/>
  15. <column id="supsubjcd" type="string" desc="상위서브젝트코드" ref="item.supsubjcd"/>
  16. <column id="subjcdnm" type="string" desc="서브젝트코드명" ref="item.subjcdnm"/>
  17. <column id="path" type="string" desc="경로" ref="item.path"/>
  18. </table>
  19. </output>
  20. </submit>