eight
2024-12-02 7105cd2dd94171feb6fa969f71f8f9ba491b0729
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/QueueService.java
@@ -89,6 +89,8 @@
     */
    void queue(QueueSaveReqVO queueSaveReqVO);
    List<QueueDO> selectBookSeqNumByAppointIdList(List<Long> appointIdList);
    /**
     * 常规检查 医生叫下一位患者
     */
@@ -103,6 +105,11 @@
     * 装机 医生叫下一位患者
     */
    void finishInstallNextPatient(Long roomId, String bedNo);
    /**
     * 过号排队中患者
     */
    void passWaitingPatient( String patId, Integer bookCheckType );
    /**
     * 常规过号、领用过号
@@ -124,13 +131,15 @@
    PatientStatisticVO getBedDevInstallStatistic(Long roomId, String bedNo);
    Integer recallPatient(Long roomId, String bedNo, String patId);
    Integer recallPassWaitingPatient(String patId, Integer checkType);
    Integer recallInstallPatient(Long roomId, String bedNo, String patId);
    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);