按照科室统计医废数量和重量排名
GET
/sunthink/collect/getWasteRankingByDept
请求参数
参数名
类型
描述
必填
startTime
String
开始时间:2021-01-01 00:00:00
必填
endTime
String
结束时间:2021-12-31 23:59:59
必填
limitMax
int
返回的最大条数,若要返回所有,则limitMax=999999 ( Integer.MAX_VALUE)
必填
deptId
Long
当前医院的Id
必填
响应参数
参数名
类型
描述
必填
code
int
必填
msg
String
必填
hdept_id
int
科室Id
必填
hdept_name
String
科室名称
必填
totalWeight
int
医废总重
必填
totalTimes
int
收集次数
必填
infectionWeght
感染类重量
必填
chemistryWeight
化学类重量
必填
pathologyWeight
病理类重量
必填
injuryWeight
损伤类重量
必填
drugsWeight
药物类重量
必填
infusionWeight
输液类重量
必填
infectionTimes
必填
chemistryTimes
必填
pathologyTimes
必填
injuryTimes
必填
drugsTimes
必填
infusionTimes
必填
total
必填