TRSTP01301.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <!--
  3. * 화면 : SMSTP01300_인원연보.xrw
  4. * 설명 : 인원통계실적
  5. * 작성자 : 정선영
  6. * 작성일 : 2010/09/01
  7. -->
  8. <submit id="TRSTP01301">
  9. <action url="svc://local"
  10. target="stspamapp.StsPam"
  11. interface="himed.his.sts.stspamapp.stspam.StsPam"
  12. method="retGetYearPersonSTS">
  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="orddeptcd" type="string" desc="진료과" ref="orddeptcd"/>
  19. <column id="orddrid" type="string" desc="진료의" ref="orddrid"/>
  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="lrgitem" type="string" desc="대분류" ref="monthlist.lrgitem"/>
  27. <column id="mdlitem" type="string" desc="중분류" ref="monthlist.mdlitem"/>
  28. <column id="pcnt_jan" type="string" desc="1월 환자수" ref="monthlist.pcnt_jan"/>
  29. <column id="pcnt_feb" type="string" desc="2월 환자수" ref="monthlist.pcnt_feb"/>
  30. <column id="pcnt_mar" type="string" desc="3월 환자수" ref="monthlist.pcnt_mar"/>
  31. <column id="pcnt_apr" type="string" desc="4월 환자수" ref="monthlist.pcnt_apr"/>
  32. <column id="pcnt_may" type="string" desc="5월 환자수" ref="monthlist.pcnt_may"/>
  33. <column id="pcnt_jun" type="string" desc="6월 환자수" ref="monthlist.pcnt_jun"/>
  34. <column id="pcnt_jul" type="string" desc="7월 환자수" ref="monthlist.pcnt_jul"/>
  35. <column id="pcnt_aug" type="string" desc="8월 환자수" ref="monthlist.pcnt_aug"/>
  36. <column id="pcnt_sep" type="string" desc="9월 환자수" ref="monthlist.pcnt_sep"/>
  37. <column id="pcnt_oct" type="string" desc="10월 환자수" ref="monthlist.pcnt_oct"/>
  38. <column id="pcnt_nov" type="string" desc="11월 환자수" ref="monthlist.pcnt_nov"/>
  39. <column id="pcnt_dec" type="string" desc="12월 환자수" ref="monthlist.pcnt_dec"/>
  40. <column id="total" type="string" desc="전체환자수" ref="monthlist.total"/>
  41. </table>
  42. </output>
  43. </submit>