eight
2024-08-23 f696df5ce36beb3af261bae782fa0a418b83b9e6
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -63,12 +63,7 @@
    /**
     * 系统重启时,从DB同步工位的患者队列数据到 工位优先队列
     */
    void initQueue();
    /**
     * 开诊前一刻,对 就诊准备的 人员 重新排序
     */
    void reorderQueue();
    void initBedQueueAndSeqNumFromDB();
    /**
     * 把医生候诊的队列塞满
@@ -88,4 +83,8 @@
    List<QueueDO> getDoctorQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
    PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);
    Integer recallPatient(Long roomId, String bedNo, String patId);
    Integer patientJump(String patId, Byte jumped );
}