12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSMR00102">
- <!-- 레포트 조회화면 트리가져오기 -->
- <action url="svc://local"
- target="stsmngtapp.StsRept"
- interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
- method="reqGetReptTree">
- </action>
- <input type="urlencoded">
- </input>
- <output path="root" type="xml">
- <table id="item" count_ref="item">
- <column id="lvl" type="string" desc="레벨" ref="item.lvl"/>
- <column id="subjcd" type="string" desc="서브젝트코드" ref="item.subjcd"/>
- <column id="supsubjcd" type="string" desc="상위서브젝트코드" ref="item.supsubjcd"/>
- <column id="subjcdnm" type="string" desc="서브젝트코드명" ref="item.subjcdnm"/>
- <column id="path" type="string" desc="경로" ref="item.path"/>
- </table>
- </output>
- </submit>
|