12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSN00109">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetSMSEmpOneList">
- </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="smsemponelist" count_ref="smsemponelist">
- <column id="instcd" desc="기관코드" ref="smsemponelist.instcd"/>
- <column id="instnm" desc="기관명" ref="smsemponelist.instnm"/>
- <column id="deptcd" desc="부서코드" ref="smsemponelist.deptcd"/>
- <column id="deptnm" desc="부서명" ref="smsemponelist.deptnm"/>
- <column id="empid" desc="사번" ref="smsemponelist.empid"/>
- <column id="empnm" desc="부서원명" ref="smsemponelist.empnm"/>
- <column id="acount" desc="전송수" ref="smsemponelist.acount"/>
- </table>
- </output>
- </submit>
|