1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSDT06102">
- <action url="svc://local"
- target="stscmcnwapp.SoclEndStats"
- interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
- method="reqGetSoclEndStatsSeqInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="from">
- <column id="from" desc="조회시작일자" ref="from" />
- <column id="to" desc="조회종료일자" ref="to" />
- <column id="medicntrtrsmpsn" desc="마감자" ref="medicntrtrsmpsn" />
- <column id="endym" desc="원목마감월" ref="endym" />
- <column id="endyy" desc="원목마감" ref="endyy" />
- <column id="endmm" desc="원목마감" ref="endmm" />
- <column id="btnflag" desc="버튼flag" ref="btnflag" />
- <column id="bizflag" desc="업무구분" ref="bizflag" />
- </table>
- </input>
- <output path="root/fthendlist" type="xml">
- <table id="fthendlistinfo" count_ref="fthendlistinfo">
- <column id="endyy" type="string" desc="마감년도" ref="fthendlistinfo.endyy" />
- <column id="endmm" type="string" desc="마감월" ref="fthendlistinfo.endmm" />
- <column id="endym" type="string" desc="마감" ref="fthendlistinfo.endym" />
- <column id="workstat" type="string" desc="상태" ref="fthendlistinfo.workstat" />
- <column id="enddg" type="string" desc="마감차수" ref="fthendlistinfo.enddg" />
- <column id="enddt" type="string" desc="마감일시" ref="fthendlistinfo.enddt" />
- <column id="endpsn" type="string" desc="마감자" ref="fthendlistinfo.endpsn" />
- <column id="medicntrtrsmdt" type="string" desc="송신일" ref="fthendlistinfo.medicntrtrsmdt" />
- <column id="medicntrtrsmpsn" type="string" desc="송신자" ref="fthendlistinfo.medicntrtrsmpsn" />
- <column id="endrem" type="cdata" desc="비고" ref="fthendlistinfo.endrem" />
- </table>
- </output>
- </submit>
|