12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC00201">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnTrgtMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpntrgtmngt.CmpnTrgtMngt"
- method="reqGetCnfmList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="chosfromdd">
- <column id="chosfromdd" desc="내원일시작" ref="chosfromdd"/>
- <column id="chostodd" desc="내원일종료" ref="chostodd"/>
- <column id="orddept" desc="내원진료과" ref="orddept"/>
- <column id="pid" desc="등록번호" ref="pid"/>
- <column id="cmpnfromdd" desc="실행일시작" ref="cmpnfromdd"/>
- <column id="cmpntodd" desc="실행일종료" ref="cmpntodd"/>
- <column id="cmpnnm" desc="캠페인명" ref="cmpnnm"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="choslist" count_ref="choslist">
- <column id="cmpnnm" type="string" desc="캠페인명" ref="choslist.cmpnnm"/>
- <column id="rgstdeptnm" type="string" desc="실행부서" ref="choslist.rgstdeptnm"/>
- <column id="orddeptnm" type="string" desc="내원진료과" ref="choslist.orddeptnm"/>
- <column id="cmpnexecdd" type="string" desc="실행일자" ref="choslist.cmpnexecdd"/>
- <column id="orddd" type="string" desc="내원일자" ref="choslist.orddd"/>
- <column id="pid" type="string" desc="등록번호" ref="choslist.pid"/>
- <column id="hngnm" type="string" desc="고객명" ref="choslist.hngnm"/>
- <column id="outinflag" type="string" desc="외래입원상태" ref="choslist.outinflag"/>
- <column id="choscnfmyn" type="string" desc="응답여부" ref="choslist.choscnfmyn"/>
- <column id="cretno" type="int" desc="생성번호(키)" ref="choslist.cretno"/>
- <column id="acptseqno" type="int" desc="접수번호(키)" ref="choslist.acptseqno"/>
- <column id="cmpncd" type="string" desc="캠페인코드(키)" ref="choslist.cmpncd"/>
- <column id="cmpnrgstdt" type="string" desc="등록일시(키)" ref="choslist.cmpnrgstdt"/>
- <column id="rgstseq" type="int" desc="등록순서(키)" ref="choslist.rgstseq"/>
- </table>
- </output>
- </submit>
|