From ef86458242721792b2f181183811904eddfb8ef5 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 08 四月 2025 11:44:38 +0800 Subject: [PATCH] 大屏显示患者 实现调整 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java index a270588..9cba6af 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/callingscreen/CallingScreenService.java @@ -1,16 +1,7 @@ package cn.lihu.jh.module.ecg.service.callingscreen; -import cn.lihu.jh.framework.common.exception.ErrorCode; -import cn.lihu.jh.framework.common.pojo.CommonResult; -import cn.lihu.jh.framework.common.pojo.PageResult; -import cn.lihu.jh.module.ecg.controller.admin.queue.vo.PatientStatisticVO; -import cn.lihu.jh.module.ecg.controller.admin.queue.vo.QueuePageReqVO; -import cn.lihu.jh.module.ecg.controller.admin.queue.vo.QueueSaveReqVO; -import cn.lihu.jh.module.ecg.controller.admin.room.vo.MonitorInfoVO; -import cn.lihu.jh.module.ecg.controller.admin.room.vo.RoomRespVO; import cn.lihu.jh.module.ecg.dal.dataobject.queue.QueueDO; -import javax.validation.Valid; import java.util.List; import java.util.Map; @@ -24,10 +15,7 @@ void setBigScreenConfig(BigScreenConfig bigScreenConfig); Map<Integer, List<String>> getDisplayColInfo(); - Map<Integer, Map<Integer, List<QueueDO>>> callingData(); - Map<Integer, List<QueueDO>> callingData2(); - - List<QueueDO> getRoomQueue(String ip, List<Integer> statusList); + Map<Integer, List<QueueDO>> getBigScreenPatient(); List<QueueDO> getRoomCheckRelatedPatient(String ip); List<QueueDO> getRoomInstallRelatedPatient(String ip); -- Gitblit v1.9.3