12345678910111213141516171819202122 |
- <?xml version='1.0' encoding='euc-kr'?>
- <submit id="TRDRP00203">
- <action url="svc://local"
- target="cardissueapp.CardIssue"
- interface="himed.his.crd.cardissueapp.cardissue.CardIssue"
- method="reqGetOrdDrid">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="orddeptcd">
- <column id="orddeptcd" desc="" ref="orddeptcd"/>
- </table>
- </input>
-
- <!--진료과에 대한 의사 리스트 -->
- <output path="root/orddrid" type="xml">
- <table id="itemlist" count_ref="itemlist">
- <column id="emplno" type="string" desc="코드id" ref="itemlist.emplno"/>
- <column id="name" type="string" desc="한글명" ref="itemlist.name"/>
- </table>
- </output>
- </submit>
|