From 0c0ca5af04f73f5748622183cae0cd611fa3d194 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 14 十月 2024 15:14:04 +0800
Subject: [PATCH] 常规检查 统计信息
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java | 5 +++++
1 files changed, 5 insertions(+), 0 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 73ea58f..c528bae 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
@@ -63,6 +63,7 @@
ErrorCode startBedDoctorOn(Long roomId, String bedNo, Long docId, String docName);
ErrorCode startBedDoctorOff(Long roomId, String bedNo, Long docId, String docName);
ErrorCode startNextPatient(Long roomId, String bedNo);
+ ErrorCode startNextInstallPatient(Long roomId, String bedNo);
CommonResult<RoomRespVO> getRoom(Long roomId, String bedNo, Long docId);
@@ -114,6 +115,10 @@
PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);
+ PatientStatisticVO getBedDevReadyStatistic(Long roomId, String bedNo);
+
+ PatientStatisticVO getBedDevInstallStatistic(Long roomId, String bedNo);
+
Integer recallPatient(Long roomId, String bedNo, String patId);
Integer patientJump(String patId, Byte jumped );
--
Gitblit v1.9.3