TRSTP01501.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <!--
  3. * 화면 : SMSTP01300_인원연보.xrw
  4. * 설명 : 인원통계실적
  5. * 작성자 : 정선영
  6. * 작성일 : 2010/09/01
  7. -->
  8. <submit id="TRSTP01501">
  9. <action url="svc://local"
  10. target="stspamapp.StsPam"
  11. interface="himed.his.sts.stspamapp.stspam.StsPam"
  12. method="reqGetMonthRsrvSTS">
  13. </action>
  14. <input type="urlencoded">
  15. <table id="req" count_ref="fromdd">
  16. <column id="fromdd" type="string" desc="조회기간" ref="fromdd"/>
  17. <column id="todd" type="string" desc="조회기간" ref="todd"/>
  18. <column id="dataflag" type="string" desc="조회구분" ref="dataflag"/>
  19. <column id="orddeptcd" type="string" desc="진료과" ref="orddeptcd"/>
  20. <column id="orddrid" type="string" desc="진료의" ref="orddrid"/>
  21. </table>
  22. </input>
  23. <output path="root/month" type="xml">
  24. <table id="monthlist" count_ref="monthlist">
  25. <column id="orddeptnm" type="string" desc="진료과" ref="monthlist.orddeptnm"/>
  26. <column id="orddrnm" type="string" desc="진료의사" ref="monthlist.orddrnm"/>
  27. <column id="lrgitem" type="string" desc="대분류" ref="monthlist.lrgitem"/>
  28. <column id="new_cnt" type="string" desc="28일 오후 환자수" ref="monthlist.new_cnt"/>
  29. <column id="first_cnt" type="string" desc="29일 오전 환자수" ref="monthlist.first_cnt"/>
  30. <column id="re_cnt" type="string" desc="29일 오후 환자수" ref="monthlist.re_cnt"/>
  31. <column id="tot_cnt" type="string" desc="30일 오전 환자수" ref="monthlist.tot_cnt"/>
  32. <column id="rsrv_rat" type="string" desc="30일 오후 환자수" ref="monthlist.rsrv_rat"/>
  33. </table>
  34. </output>
  35. </submit>