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