12345678910111213141516171819202122232425262728 |
- <?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="condnum">
- <column id="condnum" type="string" desc="코드번호" ref="condnum"/>
-
- </table>
- </input>
- <output path="root/cond" type="xml">
- <table id="condcd" count_ref="condcd">
- <column id="mdlnm" desc="캡션" type="string" ref="condcd.mdlnm"/>
- <column id="cd" desc="조건코드" type="string" ref="condcd.cd"/>
- <column id="dp" desc="과코드" type="string" ref="condcd.dp"/>
- <column id="nm" desc="조건명" type="string" ref="condcd.nm"/>
- </table>
- </output>
- </submit>
|