From 25ef09df68cd79b9c75bb88ee8ee039b58ce5690 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期日, 01 九月 2024 22:20:06 +0800
Subject: [PATCH] update

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
index 9a3bb4b..5d1431d 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -22,7 +22,7 @@
     void setQueueReadyMax(Integer max);
     void startBiz();
     void closeBiz();
-    void resetScheduler();
+
 
     /**
      * 鍒涘缓鎺掗槦
@@ -49,6 +49,9 @@
     /**
      *
      */
+    void startHurryUp();
+    void startBedReload();
+
     ErrorCode startBedOpen(Long roomId, String bedNo);
     ErrorCode startBedClose(Long roomId, String bedNo);
     ErrorCode startBedDoctorPause(Long roomId, String bedNo, Long docId, String docName);
@@ -65,6 +68,7 @@
     ErrorCode bedDoctorOff(Long roomId, String bedNo, Long docId, String docName);
     ErrorCode nextPatient(Long roomId, String bedNo);
 
+    ErrorCode bedReload();
     CommonResult<RoomRespVO> getRoom(Long roomId, String bedNo, Long docId);
 
     /**
@@ -112,4 +116,6 @@
     Integer recallPatient(Long roomId, String bedNo, String patId);
 
     Integer patientJump(String patId, Byte jumped );
+
+    void monitorInfo();
 }

--
Gitblit v1.9.3