1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCHT00202">
- <action url="svc://local"
- target="healexammngtapp.HealExamMngt"
- interface="himed.his.crm.healexammngtapp.healexammngt.HealExamMngt"
- method="reqGetHealExamDtmnList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="healexamdtmnsmlcd">
- <column id="rgstfromdd" desc="등록일 조회시작일" ref="rgstfromdd"/>
- <column id="rgsttodd" desc="등록일 조회종료일" ref="rgsttodd"/>
- <column id="healexamdtmntitl" desc="건진탬플릿명" ref="healexamdtmntitl"/>
- <column id="autexecflag" desc="자동실행 여부" ref="autexecflag"/>
- <column id="cmpnlnkyn" desc="캠페인 연결여부" ref="cmpnlnkyn"/>
- <column id="healexamdtmnsmlcd" type="int" desc="데이터마이닝소분류코드" ref="healexamdtmnsmlcd"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="healexamdtmnlist" count_ref="healexamdtmnlist">
- <column id="healexamdtmntitl" desc="건진탬플릿명" ref="healexamdtmnlist.healexamdtmntitl"/>
- <column id="healexamdtmnsmltitl" desc="그룹" ref="healexamdtmnlist.healexamdtmnsmltitl"/>
- <column id="lnktmplyn" desc="연결캠페인 여부" ref="healexamdtmnlist.lnktmplyn"/>
- <column id="autexecflag" desc="자동실행 여부" ref="healexamdtmnlist.autexecflag"/>
- <column id="fstrgstdt" desc="등록일시" ref="healexamdtmnlist.fstrgstdt"/>
- <column id="fstrgstnm" desc="등록자" ref="healexamdtmnlist.fstrgstnm"/>
- <column id="examcnt" desc="총실행건수" ref="healexamdtmnlist.examcnt"/>
- <column id="lastexamcnt" desc="최종실행건수" ref="healexamdtmnlist.lastexamcnt"/>
- <column id="lastexamdd" desc="최종실행일" ref="healexamdtmnlist.lastexamdd"/>
- <column id="healexamdtmnkey" desc="건진데이터마이닝코드" ref="healexamdtmnlist.healexamdtmnkey"/>
- </table>
- </output>
- </submit>
|