eight
2024-10-12 6a7f481d975f94984602b15c90904090f30b9b67
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -90,11 +90,21 @@
    void queue(QueueSaveReqVO queueSaveReqVO);
    /**
     * 医生叫下一位患者
     * 常规检查 医生叫下一位患者
     */
    void finishNextPatient(Long roomId, String bedNo);
    /**
     * 领用 医生叫下一位患者
     */
    void finishReceiveNextPatient(Long roomId, String bedNo);
    /**
     * 装机 医生叫下一位患者
     */
    void finishInstallNextPatient(Long roomId, String bedNo);
    /**
     * 医生看完患者
     */
    void passNextPatient(Long roomId, String bedNo);