12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * @(#)TRSTP00102.xml
- * 수정이력
- * - 2009.10.21 / 최초작성 / 정선영
- *
- -->
- <submit id="TRSTP00102">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="reqGetGridData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="ordflag">
- <column id="ordflag" type="string" desc="진료구분" ref="ordflag"/>
- </table>
- </input>
- <output path="root/grdform" type="xml">
- <table id="grdform" count_ref="grdform">
- <column id="grdtitle" type="string" desc="그리드타이틀" ref="grdform.grdtitle"/>
- <column id="colcount" type="string" desc="컬럼갯수" ref="grdform.colcount"/>
- </table>
- </output>
- </submit>
|