eight
2024-08-23 58f2c54f59b536f546812868393a2cf5b427eaa6
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -66,11 +66,6 @@
    void initQueue();
    /**
     * 开诊前一刻,对 就诊准备的 人员 重新排序
     */
    void reorderQueue();
    /**
     * 把医生候诊的队列塞满
     */
    void hurryup();
@@ -89,7 +84,7 @@
    PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);
    Integer passedPatientReturn(Long roomId, String bedNo, String patId);
    Integer recallPatient(Long roomId, String bedNo, String patId);
    Integer queueJump( String patId, Byte jumped );
    Integer patientJump(String patId, Byte jumped );
}