123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00102">
- <action url="svc://local"
- target="clntmngtapp.ClntMngt"
- interface="himed.his.crm.clntmngtapp.clntmngt.ClntMngt"
- method="reqGetOutList">
- </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="outlist" count_ref="outlist">
- <column id="orddd" desc="진료일" ref="outlist.orddd"/>
- <column id="orddeptnm" desc="진료과" ref="outlist.orddeptnm"/>
- <column id="orddrnm" desc="진료의사" ref="outlist.orddrnm"/>
- <column id="specordyn" desc="선택진료" ref="outlist.specordyn"/>
- <column id="fsexamflag" desc="초재진" ref="outlist.fsexamflag"/>
- <column id="insukind" desc="보험종류" ref="outlist.insukind"/>
- <column id="diagnm" type="cdata" desc="진단명" ref="outlist.diagnm"/>
- <column id="rqstflag" desc="협력구분" ref="outlist.rqstflag"/>
- <column id="rqsthospcd" desc="협력병원명" ref="outlist.rqsthospcd"/>
- </table>
- </output>
- </submit>
|