eight
2024-10-12 7bc725bea3fa8e02e952635dcbb1a493e4a74a13
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -2,7 +2,6 @@
import javax.validation.Valid;
import java.util.List;
import java.util.Map;
import cn.lihu.jh.framework.common.exception.ErrorCode;
import cn.lihu.jh.framework.common.pojo.CommonResult;
@@ -109,7 +108,9 @@
     */
    void passNextPatient(Long roomId, String bedNo);
    List<QueueDO> getDoctorQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
    List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
    List<QueueDO> getRoomQueueByStatus(Long roomId, List<Byte> statusList);
    PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);