eight
2024-10-14 be5e5dd019c89cf586b9b4c8aa07954065d80b0c
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -105,9 +105,14 @@
    void finishInstallNextPatient(Long roomId, String bedNo);
    /**
     * 医生看完患者
     * 常规过号、领用过号
     */
    void passNextPatient(Long roomId, String bedNo);
    /**
     * 装机过号
     */
    void passInstallNextPatient(Long roomId, String bedNo);
    List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Byte> statusList);
@@ -121,6 +126,8 @@
    Integer recallPatient(Long roomId, String bedNo, String patId);
    Integer recallInstallPatient(Long roomId, String bedNo, String patId);
    Integer patientJump(String patId, Byte jumped );
    RoomDO getDocRoomInfo(Long docId);