TRSTP01201.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <!--
  3. * 화면 : SMSTP01200_인원통계실적.xrw
  4. * 설명 : 인원통계실적
  5. * 작성자 : 정선영
  6. * 작성일 : 2010/09/01
  7. -->
  8. <submit id="TRSTP01201">
  9. <action url="svc://local"
  10. target="stspamapp.StsPam"
  11. interface="himed.his.sts.stspamapp.stspam.StsPam"
  12. method="retGetMonthPersonSTS">
  13. </action>
  14. <input type="urlencoded">
  15. <table id="req" count_ref="enddd">
  16. <column id="enddd" type="string" desc="조회기간" ref="enddd"/>
  17. <column id="dataflag" type="string" desc="조회구분" ref="dataflag"/>
  18. <column id="caseflag" type="string" desc="탭구분" ref="caseflag"/>
  19. <column id="childyn" type="string" desc="어린이병원" ref="childyn"/>
  20. </table>
  21. </input>
  22. <output path="root/month" type="xml">
  23. <table id="monthlist" count_ref="monthlist">
  24. <column id="orddeptnm" type="string" desc="진료과" ref="monthlist.orddeptnm"/>
  25. <column id="orddrnm" type="string" desc="진료의사" ref="monthlist.orddrnm"/>
  26. <column id="pcnt_jan" type="string" desc="1월 환자수" ref="monthlist.pcnt_jan"/>
  27. <column id="pcnt_feb" type="string" desc="2월 환자수" ref="monthlist.pcnt_feb"/>
  28. <column id="pcnt_mar" type="string" desc="3월 환자수" ref="monthlist.pcnt_mar"/>
  29. <column id="pcnt_apr" type="string" desc="4월 환자수" ref="monthlist.pcnt_apr"/>
  30. <column id="pcnt_may" type="string" desc="5월 환자수" ref="monthlist.pcnt_may"/>
  31. <column id="pcnt_jun" type="string" desc="6월 환자수" ref="monthlist.pcnt_jun"/>
  32. <column id="pcnt_jul" type="string" desc="7월 환자수" ref="monthlist.pcnt_jul"/>
  33. <column id="pcnt_aug" type="string" desc="8월 환자수" ref="monthlist.pcnt_aug"/>
  34. <column id="pcnt_sep" type="string" desc="9월 환자수" ref="monthlist.pcnt_sep"/>
  35. <column id="pcnt_oct" type="string" desc="10월 환자수" ref="monthlist.pcnt_oct"/>
  36. <column id="pcnt_nov" type="string" desc="11월 환자수" ref="monthlist.pcnt_nov"/>
  37. <column id="pcnt_dec" type="string" desc="12월 환자수" ref="monthlist.pcnt_dec"/>
  38. <column id="total" type="string" desc="전체환자수" ref="monthlist.total"/>
  39. <column id="month_avg" type="string" desc="월평균" ref="monthlist.month_avg"/>
  40. <column id="day_avg" type="string" desc="일평균" ref="monthlist.day_avg"/>
  41. </table>
  42. </output>
  43. </submit>