1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVO01101">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetVOCAccData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="sndacptseq">
- <column id="sndacptdd" desc="접수일자" ref="sndacptdd"/>
- <column id="sndacptseq" type="int" desc="접수번호" ref="sndacptseq"/>
- <column id="sndrgstseq" type="int" desc="등록번호" ref="sndrgstseq"/>
- </table>
- </input>
- <output path="root/vocdata" type="xml">
- <table id="accept" count_ref="accept">
- <column id="pid" desc="등록번호" ref="accept.pid"/>
- <column id="patnm" desc="환자 이름" ref="accept.patnm"/>
- <column id="acptseq" desc="접수번호" ref="accept.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="accept.acptdd"/>
- <column id="acpviewdd" desc="접수표시일자" ref="accept.acpviewdd"/>
- <column id="genrdd" desc="발생일자" ref="accept.genrdd"/>
- <column id="acpttype" desc="접수형태" ref="accept.acpttype"/>
- <column id="prcsstatcd" desc="진행상태" ref="accept.prcsstatcd"/>
- <column id="acptkindlrg" desc="접수 대분류" ref="accept.acptkindlrgcd"/>
- <column id="acptkindmdl" desc="접수 중분류" ref="accept.acptkindmdlcd"/>
- <column id="acptkindsml" desc="접수 소분류" ref="accept.acptkindsmlcd"/>
- <column id="acpttitl" type="cdata" desc="접수제목" ref="accept.acpttitl"/>
- <column id="acptcnts" type="cdata" desc="접수내용" ref="accept.acptcnts"/>
- <column id="openallyn" desc="공개여부" ref="accept.openallyn"/>
- <column id="deptpidopenyn" desc="환자정보공개여부" ref="accept.deptpidopenyn"/>
- <column id="fstrgstrnm" desc="최초등록자" ref="accept.fstrgstrnm"/>
- <column id="lastupdtrnm" desc="최종수정자" ref="accept.lastupdtrnm"/>
- </table>
- <table id="deptview" count_ref="deptview">
- <column id="deptnm" desc="해당부서" ref="deptview.deptnm"/>
- <column id="deptcd" desc="부서코드" ref="deptview.deptcd"/>
- <column id="empnm" desc="해당직원" ref="deptview.empnm"/>
- <column id="empid" desc="직원id" ref="deptview.empid"/>
- <column id="rgstseq" desc="등록순서" ref="deptview.rgstseq"/>
- </table>
- <table id="area" count_ref="area">
- <column id="deptnm" desc="해당부서" ref="area.deptnm"/>
- <column id="deptcd" desc="부서코드" ref="area.deptcd"/>
- <column id="empnm" desc="해당직원" ref="area.empnm"/>
- <column id="empid" desc="직원id" ref="area.empid"/>
- </table>
- </output>
- </submit>
|