12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXDRA00301">
- <action url="svc://local"
- target="reptapp.CHosPresCondRef"
- interface="himed.his.crd.reptapp.chosprescondref.CHosPresCondRef"
- method="reqSetPatAcpt">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="pid">
- <column id="pid" desc="환자명" ref="pid"/>
- <column id="check_tm" desc="시간" ref="check_tm"/>
- <column id="station_cd" desc="스테이션코드" ref="station_cd"/>
- </table>
- </input>
- <output path="root/list" type="sdf">
- <table id="crdrfprgm" count_ref="crdrfprgm">
- <column id="stationcd" type="string" desc="스테이션코드" ref="crdrfprgm.stationcd"/>
- <column id="pid" type="string" desc="환자ID" ref="crdrfprgm.pid"/>
- <column id="result " type="string" desc="처리결과" ref="crdrfprgm.result"/>
- </table>
- </output>
- </submit>
|