12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCRB00201">
- <action url="svc://local"
- target="rulemngtapp.RuleMngt"
- interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
- method="reqGetRemarkList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchterm">
- <column id="orddept" desc="사용부서" ref="orddept"/>
- <column id="srchterm" desc="검색단어" ref="srchterm"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="remarklist" count_ref="remarklist">
- <column id="orddeptnm" type="string" desc="진료부서" ref="remarklist.orddeptnm"/>
- <column id="typenm" type="cdata" desc="예약Remark" ref="remarklist.typenm"/>
- <column id="orddeptcd" type="string" desc="진료부서코드" ref="remarklist.orddeptcd"/>
-
- </table>
- </output>
- </submit>
|