12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCDT00701">
- <action url="svc://local"
- target="dtmnmngtapp.DtmnTrgt"
- interface="himed.his.crm.dtmnmngtapp.dtmntrgt.DtmnTrgt"
- method="reqGetPrcpCodeList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="searchcondition">
- <column id="searchterm" desc="처방또는처방코드" ref="searchterm"/>
- <column id="searchcondition" desc="처방or처방코드IDflag" ref="searchcondition"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="prcplist" count_ref="prcplist">
- <column id="prcpnm" type="cdata" desc="처방영문명" ref="prcplist.ordnm"/>
- <column id="prcphngnm" type="cdata" desc="처방한글명" ref="prcplist.ordhngnm"/>
- <column id="prcpcd" type="cdata" desc="처방코드" ref="prcplist.calcscorcd"/>
- <column id="oldordcd" type="cdata" desc="기존처방코드" ref="prcplist.oldordcd"/>
- </table>
- </output>
- </submit>
|