TRDRP00203.xml 684 B

12345678910111213141516171819202122
  1. <?xml version='1.0' encoding='euc-kr'?>
  2. <submit id="TRDRP00203">
  3. <action url="svc://local"
  4. target="cardissueapp.CardIssue"
  5. interface="himed.his.crd.cardissueapp.cardissue.CardIssue"
  6. method="reqGetOrdDrid">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="orddeptcd">
  10. <column id="orddeptcd" desc="" ref="orddeptcd"/>
  11. </table>
  12. </input>
  13. <!--진료과에 대한 의사 리스트 -->
  14. <output path="root/orddrid" type="xml">
  15. <table id="itemlist" count_ref="itemlist">
  16. <column id="emplno" type="string" desc="코드id" ref="itemlist.emplno"/>
  17. <column id="name" type="string" desc="한글명" ref="itemlist.name"/>
  18. </table>
  19. </output>
  20. </submit>