1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSN00101">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetSMSAllList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="periodtype">
- <column id="periodtype" desc="기간조건" ref="periodtype"/>
- <column id="srchtrsmdd1" desc="전송일자 조회시작일" ref="srchtrsmdd1"/>
- <column id="srchtrsmdd2" desc="전송일자 조회종료일" ref="srchtrsmdd2"/>
- <column id="srchyear" desc="전송일자 조회연도" ref="srchyear"/>
- <column id="srchmonth" desc="전송일자 조회월" ref="srchmonth"/>
- <column id="biztype" desc="업무조건" ref="biztype"/>
- <column id="srchbizflag" desc="업무구분" ref="srchbizflag"/>
- <column id="srchaprvflag" desc="미승인포함" ref="srchaprvflag"/>
- <column id="srchbizdetlcd" desc="예약구분 상세" ref="srchbizdetlcd"/>
- <column id="depttype" desc="부서조건" ref="depttype"/>
- <column id="srchinstcd" desc="담당기관 코드" ref="srchinstcd"/>
- <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
- <column id="srchempid" desc="전송자 ID" ref="srchempid"/>
- <column id="srchempnm" desc="전송자 이름" ref="srchempnm"/>
- <column id="srchvsinstcd" desc="비교부서기관" ref="srchvsinstcd"/>
- <column id="srchvs1deptcd" desc="비교부서1" ref="srchvs1deptcd"/>
- <column id="srchvs2deptcd" desc="비교부서2" ref="srchvs2deptcd"/>
- <column id="srchvs3deptcd" desc="비교부서3" ref="srchvs3deptcd"/>
- <column id="srchvs4deptcd" desc="비교부서4" ref="srchvs4deptcd"/>
- <column id="srchvs5deptcd" desc="비교부서5" ref="srchvs5deptcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="smsalllist" count_ref="smsalllist">
- <column id="instcd" desc="기관코드" ref="smsalllist.instcd"/>
- <column id="instnm" desc="기관명" ref="smsalllist.instnm"/>
- <column id="deptcd" desc="부서코드" ref="smsalllist.deptcd"/>
- <column id="deptnm" desc="부서명" ref="smsalllist.deptnm"/>
- <column id="hdcount" desc="수동전송수" ref="smsalllist.hdcount"/>
- <column id="rscount" desc="예약전송수" ref="smsalllist.rscount"/>
- <column id="cpcount" desc="캠페인전송수" ref="smsalllist.cpcount"/>
- <column id="hecount" desc="건진전송수" ref="smsalllist.hecount"/>
- <column id="hscount" desc="정적전송수" ref="smsalllist.hscount"/>
- <column id="avcount" desc="기념일전송수" ref="smsalllist.avcount"/>
- <column id="allcount" desc="전체전송수" ref="smsalllist.allcount"/>
- </table>
- </output>
- </submit>
|