eight
2024-11-12 d8c1b8408ca24f3e02427c7885da8c87c90f16a0
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -114,9 +114,9 @@
     */
    void passInstallNextPatient(Long roomId, String bedNo);
    List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
    List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Integer> statusList);
    List<QueueDO> getRoomQueueByStatus(Long roomId, List<Byte> statusList);
    List<QueueDO> getRoomQueueByStatus(Long roomId, List<Integer> statusList);
    PatientStatisticVO getPatientStatistic(Long roomId, String bedNo);
@@ -131,4 +131,8 @@
    Integer patientJump(String patId, Byte jumped );
    RoomDO getDocRoomInfo(Long docId);
    List<QueueDO> getToBeCheckedPatient(Long roomId, String bedNo);
    List<QueueDO> getToBeInstalledPatient(Long roomId, String bedNo);
}