eight
2024-08-20 e743e68c542c4f3fac4e085df830aa74fd34fd49
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -68,6 +68,11 @@
    void initQueue();
    /**
     * 开诊前一刻,对 就诊准备的 人员 重新排序
     */
    void reorderQueue();
    /**
     * 把医生候诊的队列塞满
     */
    void hurryup();
@@ -75,12 +80,12 @@
    /**
     * 医生叫下一位患者
     */
    void nextPatient(Long roomId, String bedNo);
    void finishNextPatient(Long roomId, String bedNo);
    /**
     * 医生看完患者
     */
    void finishPatient(Long roomId, String bedNo);
    void passNextPatient(Long roomId, String bedNo);
    List<QueueDO> getDoctorQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
}