123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSDT01003">
- <action url="svc://local"
- target="stscmcnwapp.SoclEndStats"
- interface="himed.his.sts.stscmcnwapp.soclendstats.SoclEndStats"
- method="reqGetPerMonthCnstInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="todd">
- <column id="fromdd" desc="조회시작일자" ref="fromdd"/>
- <column id="todd" desc="조회종료일자" ref="todd"/>
- <column id="sumflag" desc="조회구분" ref="sumflag"/>
- <column id="achivflag" desc="실적데이터구분" ref="achivflag"/>
- <column id="fromyy" desc="조회년도" ref="fromyy"/>
- </table>
- </input>
- <output path="root/cnstinfo" type="xml">
- <table id="cnstlist" count_ref="cnstlist">
- <column id="cond" desc="구분" ref="cnstlist.cond"/>
- <column id="bizfilecommon" desc="일반의료" ref="cnstlist.bizfilecommon"/>
- <column id="bizfilereform" desc="재활의료" ref="cnstlist.bizfilereform"/>
- <column id="bizfilemind" desc="정신의료" ref="cnstlist.bizfilemind" />
- <column id="bizfileorgantrans" desc="장기이식" ref="cnstlist.bizfileorgantrans" />
- <column id="bizfilehospis" desc="호스피스" ref="cnstlist.bizfilehospis"/>
- <column id="sum" desc="합계" ref="cnstlist.sum" />
- <column id="bfsum" desc="전월실적" ref="cnstlist.bfsum" />
- <column id="bfcompare" desc="전월대비실적비교" ref="cnstlist.bfcompare" />
- </table>
- </output>
- </submit>
|