1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * @(#)TRSTC00200.xml
- * 수정이력
- * - 2008.07.27 / 최초작성 / 박정화
- *
- -->
- <submit id="TRSTC00200">
- <action url="svc://local"
- target="stscomapp.StsCom"
- interface="himed.his.sts.stscomapp.StsCom.StsCom"
- method="reqGetStsRptCond">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="in_lrgcd">
- <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_cond" type="xml">
- <table id="func/func" count_ref="func">
- <column id="funccd" desc="버튼기능" type="string" ref="func.funccd"/>
- </table>
- <table id="cond1/cond1cd" count_ref="cond1">
- <column id="cond1cd" desc="조건1코드" type="string" ref="cond1.cond_cd"/>
- <column id="cond1nm" desc="조건1명" type="string" ref="cond1.cond_nm"/>
- </table>
- <table id="cond2/cond2cd" count_ref="cond2">
- <column id="cond2cd" desc="조건2코드" type="string" ref="cond2.cond_cd"/>
- <column id="cond2nm" desc="조건2명" type="string" ref="cond2.cond_nm"/>
- </table>
- <table id="cond3/cond3cd" count_ref="cond3">
- <column id="cond3cd" desc="조건3코드" type="string" ref="cond3.cond_cd"/>
- <column id="cond3nm" desc="조건3명" type="string" ref="cond3.cond_nm"/>
- </table>
- <table id="cond4/cond4cd" count_ref="cond4">
- <column id="cond4cd" desc="조건4코드" type="string" ref="cond4.cond_cd"/>
- <column id="cond4nm" desc="조건4명" type="string" ref="cond4.cond_nm"/>
- </table>
- <table id="cond5/cond5cd" count_ref="cond5">
- <column id="cond5cd" desc="조건5코드" type="string" ref="cond5.cond_cd"/>
- <column id="cond5nm" desc="조건5명" type="string" ref="cond5.cond_nm"/>
- </table>
- <table id="cond6/cond6cd" count_ref="cond6">
- <column id="cond6cd" desc="조건6코드" type="string" ref="cond6.cond_cd"/>
- <column id="cond6nm" desc="조건6명" type="string" ref="cond6.cond_nm"/>
- </table>
- <table id="cond7/cond7cd" count_ref="cond7">
- <column id="cond7cd" desc="조건7코드" type="string" ref="cond7.cond_cd"/>
- <column id="cond7nm" desc="조건7명" type="string" ref="cond7.cond_nm"/>
- </table>
- <table id="cond8/cond8cd" count_ref="cond8">
- <column id="cond8cd" desc="조건8코드" type="string" ref="cond8.cond_cd"/>
- <column id="cond8nm" desc="조건8명" type="string" ref="cond8.cond_nm"/>
- </table>
- <table id="cond9/cond9cd" count_ref="cond9">
- <column id="cond9cd" desc="조건9코드" type="string" ref="cond9.cond_cd"/>
- <column id="cond9nm" desc="조건9명" type="string" ref="cond9.cond_nm"/>
- </table>
- <table id="cond10/cond10cd" count_ref="cond10">
- <column id="cond10cd" desc="조건10코드" type="string" ref="cond10.cond_cd"/>
- <column id="cond10nm" desc="조건10명" type="string" ref="cond10.cond_nm"/>
- </table>
- <table id="grdform/grdform" count_ref="grdform">
- <column id="grdtitle" desc="그리드TITLE" type="string" ref="grdform.grdtitle"/>
- <column id="grdsize" desc="그리드SIZE" type="string" ref="grdform.grdsize"/>
- </table>
- </output>
- </submit>
|