123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * 화면 : SMSTP01300_인원연보.xrw
- * 설명 : 인원통계실적
- * 작성자 : 정선영
- * 작성일 : 2010/09/01
- -->
- <submit id="TRSTP01301">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="retGetYearPersonSTS">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="enddd">
- <column id="enddd" type="string" desc="조회기간" ref="enddd"/>
- <column id="dataflag" type="string" desc="조회구분" ref="dataflag"/>
- <column id="orddeptcd" type="string" desc="진료과" ref="orddeptcd"/>
- <column id="orddrid" type="string" desc="진료의" ref="orddrid"/>
- </table>
- </input>
- <output path="root/month" type="xml">
- <table id="monthlist" count_ref="monthlist">
- <column id="orddeptnm" type="string" desc="진료과" ref="monthlist.orddeptnm"/>
- <column id="orddrnm" type="string" desc="진료의사" ref="monthlist.orddrnm"/>
- <column id="lrgitem" type="string" desc="대분류" ref="monthlist.lrgitem"/>
- <column id="mdlitem" type="string" desc="중분류" ref="monthlist.mdlitem"/>
- <column id="pcnt_jan" type="string" desc="1월 환자수" ref="monthlist.pcnt_jan"/>
- <column id="pcnt_feb" type="string" desc="2월 환자수" ref="monthlist.pcnt_feb"/>
- <column id="pcnt_mar" type="string" desc="3월 환자수" ref="monthlist.pcnt_mar"/>
- <column id="pcnt_apr" type="string" desc="4월 환자수" ref="monthlist.pcnt_apr"/>
- <column id="pcnt_may" type="string" desc="5월 환자수" ref="monthlist.pcnt_may"/>
- <column id="pcnt_jun" type="string" desc="6월 환자수" ref="monthlist.pcnt_jun"/>
- <column id="pcnt_jul" type="string" desc="7월 환자수" ref="monthlist.pcnt_jul"/>
- <column id="pcnt_aug" type="string" desc="8월 환자수" ref="monthlist.pcnt_aug"/>
- <column id="pcnt_sep" type="string" desc="9월 환자수" ref="monthlist.pcnt_sep"/>
- <column id="pcnt_oct" type="string" desc="10월 환자수" ref="monthlist.pcnt_oct"/>
- <column id="pcnt_nov" type="string" desc="11월 환자수" ref="monthlist.pcnt_nov"/>
- <column id="pcnt_dec" type="string" desc="12월 환자수" ref="monthlist.pcnt_dec"/>
- <column id="total" type="string" desc="전체환자수" ref="monthlist.total"/>
- </table>
- </output>
- </submit>
-
-
-
-
-
|