123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSN00104">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetUseInstcdVsDeptcd">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="periodtype">
- <column id="srchvsinstcd" desc="기관코드" ref="srchvsinstcd"/>
- <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"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="rsvsdept" count_ref="rsvsdept">
- <column id="deptcd" desc="부서코드" ref="rsvsdept.deptcd"/>
- <column id="deptnm" desc="부서명" ref="rsvsdept.deptnm"/>
- </table>
- </output>
- </submit>
|