eight
2025-03-30 069328ea846a08e673c508725e7e8d019f8a6333
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -107,6 +107,11 @@
    void finishInstallNextPatient(Long roomId, String bedNo);
    /**
     * 过号排队中患者
     */
    void passWaitingPatient( String patId, Integer bookCheckType );
    /**
     * 常规过号、领用过号
     */
    void passNextPatient(Long roomId, String bedNo);
@@ -126,13 +131,15 @@
    PatientStatisticVO getBedDevInstallStatistic(Long roomId, String bedNo);
    Integer recallPassWaitingPatient(String patId, Integer checkType);
    Integer recallPatient(Long roomId, String bedNo, String patId, Integer checkType);
    Integer recallInstallPatient(Long roomId, String bedNo, String patId, Integer checkType, Long roomId_operator, String bedNo_operator);
    Integer patientJump(String patId, Byte jumped );
    RoomDO getDocRoomInfo(Long docId);
    List<RoomDO> getDocRoomInfo(Long docId);
    List<QueueDO> getToBeCheckedPatient(Long roomId, String bedNo);