From be5e5dd019c89cf586b9b4c8aa07954065d80b0c Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 14 十月 2024 18:52:44 +0800 Subject: [PATCH] 装机 过号 召回 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java | 9 ++++++++- 1 files changed, 8 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 c528bae..36ee3e8 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 @@ -105,9 +105,14 @@ void finishInstallNextPatient(Long roomId, String bedNo); /** - * 鍖荤敓鐪嬪畬鎮h�� + * 甯歌杩囧彿銆侀鐢ㄨ繃鍙� */ void passNextPatient(Long roomId, String bedNo); + + /** + * 瑁呮満杩囧彿 + */ + void passInstallNextPatient(Long roomId, String bedNo); List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Byte> statusList); @@ -121,6 +126,8 @@ Integer recallPatient(Long roomId, String bedNo, String patId); + Integer recallInstallPatient(Long roomId, String bedNo, String patId); + Integer patientJump(String patId, Byte jumped ); RoomDO getDocRoomInfo(Long docId); -- Gitblit v1.9.3