123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCHI01201">
- <action url="svc://local"
- target="healexammngtapp.HealExamTrgt"
- interface="himed.his.crm.healexammngtapp.healexamtrgt.HealExamTrgt"
- method="reqGetHealExamFuList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="ordfromdd">
- <column id="ordfromdd" desc="진료시작일자" ref="ordfromdd"/>
- <column id="ordtodd" desc="진료종료일자" ref="ordtodd"/>
- <column id="hefrmodd" desc="건진시작일자" ref="hefromdd"/>
- <column id="hetodd" desc="건진종료일자" ref="hetodd"/>
- <column id="orddept" desc="진료과" ref="orddept"/>
- <column id="assgward" desc="병동" ref="assgward"/>
- <column id="pid" desc="등록번호" ref="pid"/>
- <column id="patnm" desc="고객명" ref="patnm"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="inlist" count_ref="inlist">
- <column id="orddd" desc="입원일자" ref="inlist.orddd"/>
- <column id="pid" desc="등록번호" ref="inlist.pid"/>
- <column id="hngnm" desc="고객명" ref="inlist.hngnm"/>
- <column id="wardnm" desc="병동" ref="inlist.wardnm"/>
- <column id="roomcd" desc="병실" ref="inlist.roomcd"/>
- <column id="orddeptnm" desc="진료과" ref="inlist.orddeptnm"/>
- <column id="orddrnm" desc="진료의" ref="inlist.orddrnm"/>
- <column id="healexamdd" desc="건진일자" ref="inlist.healexamdd"/>
- <column id="healexamvipgrde" desc="건진고객등급" ref="inlist.healexamvipgrde"/>
- <column id="memo" desc="메모" ref="inlist.memo"/>
- <column id="outinflag" desc="외래입원구분(키)" ref="inlist.outinflag"/>
- <column id="cretno" type="int" desc="생성번호(키)" ref="inlist.cretno"/>
- <column id="acptseqno" type="int" desc="접수일련번호(키)" ref="inlist.acptseqno"/>
- </table>
- <table id="outlist" count_ref="outlist">
- <column id="orddd" desc="진료일자" ref="outlist.orddd"/>
- <column id="pid" desc="등록번호" ref="outlist.pid"/>
- <column id="hngnm" desc="고객명" ref="outlist.hngnm"/>
- <column id="orddeptnm" desc="진료과" ref="outlist.orddeptnm"/>
- <column id="orddrnm" desc="진료의" ref="outlist.orddrnm"/>
- <column id="fsexamflag" desc="초재진구분" ref="outlist.fsexamflag"/>
- <column id="healexamdd" desc="건진일자" ref="outlist.healexamdd"/>
- <column id="healexamvipgrde" desc="건진고객등급" ref="outlist.healexamvipgrde"/>
- <column id="memo" desc="메모" ref="outlist.memo"/>
- <column id="outinflag" desc="외래입원구분(키)" ref="outlist.outinflag"/>
- <column id="cretno" type="int" desc="생성번호(키)" ref="outlist.cretno"/>
- <column id="acptseqno" type="int" desc="접수일련번호(키)" ref="outlist.acptseqno"/>
- </table>
- </output>
- </submit>
|