12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01039">
- <action url="svc://local"
- target="crccsubjapp.NormalMngt"
- interface="himed.his.crc.crccsubjapp.normalmngt.NormalMngt"
- method="reqGetSubjOrgnInfoList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="hospcd">
- <column id="hospcd" desc="병원코드" ref="hospcd"/>
-
-
- </table>
- </input>
- <output path="root/grid" type="xml">
- <table id="item" count_ref="item" >
- <column id="hospcd" desc="병원코드" ref="item.hospcd"/>
- <column id="hospnm" desc="병원명" ref="item.hospnm"/>
-
- </table>
- </output>
- </submit>
|