TRCRB00201.xml 1008 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCRB00201">
  3. <action url="svc://local"
  4. target="rulemngtapp.RuleMngt"
  5. interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
  6. method="reqGetRemarkList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="srchterm">
  10. <column id="orddept" desc="사용부서" ref="orddept"/>
  11. <column id="srchterm" desc="검색단어" ref="srchterm"/>
  12. </table>
  13. </input>
  14. <output path="root" type="xml">
  15. <table id="remarklist" count_ref="remarklist">
  16. <column id="orddeptnm" type="string" desc="진료부서" ref="remarklist.orddeptnm"/>
  17. <column id="typenm" type="cdata" desc="예약Remark" ref="remarklist.typenm"/>
  18. <column id="orddeptcd" type="string" desc="진료부서코드" ref="remarklist.orddeptcd"/>
  19. </table>
  20. </output>
  21. </submit>