123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00104">
- <action url="svc://local"
- target="clntmngtapp.ClntMngt"
- interface="himed.his.crm.clntmngtapp.clntmngt.ClntMngt"
- method="reqGetOpList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="sndpid">
- <column id="sndpid" desc="등록번호" ref="sndpid"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="oplist" count_ref="oplist">
- <column id="opcnfmdd" desc="수술일" ref="oplist.opcnfmdd"/>
- <column id="opflagcd" desc="수술구분" ref="oplist.opflagcd"/>
- <column id="orddeptnm" desc="진료과" ref="oplist.orddeptnm"/>
- <column id="anstreqflag" desc="마취형태" ref="oplist.anstreqflag"/>
- <column id="opnm" desc="수술명" ref="oplist.opnm"/>
- <column id="perfdeptnm" desc="집도과" ref="oplist.perfdeptnm"/>
- <column id="perfdrnm" desc="집도의" ref="oplist.perfdrnm"/>
- </table>
- </output>
- </submit>
|