1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCVO01103">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqSetAcceptData">
- </action>
- <input type="urlencoded">
- <table id="accept" count_ref="acptdd">
- <column id="acptseq" type="int" desc="접수순서" ref="acptseq"/>
- <column id="acpviewdd" desc="접수표시일자" ref="acpviewdd"/>
- <column id="acptdd" desc="접수일자" ref="acptdd"/>
- <column id="genrdd" desc="발생일자" ref="genrdd"/>
- <column id="acpttype" desc="접수형태" ref="acpttype"/>
- <column id="acptkindlrg" desc="접수 대분류" ref="acptkindlrg"/>
- <column id="acptkindmdl" desc="접수 중분류" ref="acptkindmdl"/>
- <column id="acptkindsml" desc="접수 소분류" ref="acptkindsml"/>
- <column id="acpttitl" desc="접수제목" ref="acpttitl"/>
- <column id="acptcnts" desc="접수내용" ref="acptcnts"/>
- <column id="openallyn" desc="공개여부" ref="openallyn"/>
- <column id="deptpidopenyn" desc="환자정보공개여부" ref="deptpidopenyn"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- </output>
- </submit>
|