123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * @(#)TRSTC00100.xml
- * 수정이력
- * - 2008.07.27 / 최초작성 / 박정화
- *
- -->
- <submit id="TRSTC00100">
- <action url="svc://local"
- target="stscomapp.StsCom"
- interface="himed.his.sts.stscomapp.StsCom.StsCom"
- method="reqGetStsComCode">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="in_cdflag">
- <column id="in_cdflag" type="string" desc="공통코드구분" ref="in_cdflag"/>
- <column id="in_lrgcd" type="string" desc="대분류코드" ref="in_lrgcd"/>
- <column id="in_mdlcd" type="string" desc="중분류코드" ref="in_mdlcd"/>
- <column id="in_smlcd" type="string" desc="소분류코드" ref="in_smlcd"/>
- <column id="in_rptcd" type="string" desc="장표코드" ref="in_rptcd"/>
- </table>
- </input>
-
- <output path="root/rptm" type="xml">
- <table id="lrg/lrgcd" count_ref="lrg">
- <column id="lrgcd" desc="대분류코드" type="string" ref="lrg.cd"/>
- <column id="lrgnm" desc="대분류명" type="string" ref="lrg.nm"/>
- </table>
- <table id="mdl/mdlcd" count_ref="mdl">
- <column id="mdlcd" desc="중분류코드" type="string" ref="mdl.cd"/>
- <column id="mdlnm" desc="중분류명" type="string" ref="mdl.nm"/>
- </table>
- <table id="sml/smlcd" count_ref="sml">
- <column id="smlcd" desc="소분류코드" type="string" ref="sml.cd"/>
- <column id="smlnm" desc="소분류명" type="string" ref="sml.nm"/>
- </table>
- <table id="rpt/rptcd" count_ref="rpt">
- <column id="rptcd" desc="장표코드" type="string" ref="rpt.cd"/>
- <column id="rptnm" desc="장표명" type="string" ref="rpt.nm"/>
- </table>
- </output>
- </submit>
|