TRSNI00101.xml 1.3 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRSNI00101">
  3. <action url="svc://local"
  4. target="stsenrapp.InjRoomMngt"
  5. interface="himed.his.sts.stsenrapp.injroommngt.InjRoomMngt"
  6. method="reqGetInjRoomStatslist">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="fromdd">
  10. <column id="fromdd" desc="시작일자" ref="fromdd"/>
  11. <column id="todd" desc="종료일자" ref="todd"/>
  12. <column id="orddeptcd" desc="부서과" ref="deptcd"/>
  13. <column id="tstcd" desc="검사코드" ref="tstcd"/>
  14. </table>
  15. </input>
  16. <output path="root/injroomstatsinfo" type="xml">
  17. <table id="injroomstatslist" count_ref="injroomstatslist">
  18. <column id="testnm" desc="검사" ref="injroomstatslist.testnm"/>
  19. <column id="prcpcnt" desc="처방건수" ref="injroomstatslist.prcpcnt"/>
  20. <column id="patcnt" desc="환자수" ref="injroomstatslist.patcnt"/>
  21. <column id="orddeptcd" desc="처방코드" ref="injroomstatslist.orddeptcd"/>
  22. <column id="orddeptnm" desc="처방명" ref="injroomstatslist.orddeptcd"/>
  23. </table>
  24. </output>
  25. </submit>