1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * 화면 : SMSTP01200_인원통계실적.xrw
- * 설명 : 인원통계실적
- * 작성자 : 정선영
- * 작성일 : 2010/09/01
- -->
- <submit id="TRSTP01201">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="retGetMonthPersonSTS">
- </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="caseflag" type="string" desc="탭구분" ref="caseflag"/>
- <column id="childyn" type="string" desc="어린이병원" ref="childyn"/>
- </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="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"/>
- <column id="month_avg" type="string" desc="월평균" ref="monthlist.month_avg"/>
- <column id="day_avg" type="string" desc="일평균" ref="monthlist.day_avg"/>
- </table>
- </output>
- </submit>
|