eight
2024-09-27 e458133f5db4afe2e497af8ac3e1fc29bbc979aa
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -10,6 +10,7 @@
import cn.lihu.jh.module.ecg.controller.admin.room.vo.RoomRespVO;
import cn.lihu.jh.module.ecg.dal.dataobject.queue.QueueDO;
import cn.lihu.jh.framework.common.pojo.PageResult;
import cn.lihu.jh.module.ecg.dal.dataobject.room.RoomDO;
/**
 * 排队 Service 接口
@@ -50,6 +51,7 @@
     */
    void startHurryUp();
    void startBedReload();
    void startResetRoom();
    MonitorInfoVO getMonitorInfo();
    ErrorCode startBedOpen(Long roomId, String roomName, String bedNo);
@@ -118,4 +120,6 @@
    Integer patientJump(String patId, Byte jumped );
    void monitorInfo();
    RoomDO getDocRoomInfo(Long docId);
}