| | |
| | | */ |
| | | 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); |
| | | |
| | |
| | | |
| | | PatientStatisticVO getBedDevInstallStatistic(Long roomId, String bedNo); |
| | | |
| | | Integer recallPatient(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 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<QueueDO> getToBeCheckedPatient(Long roomId, String bedNo); |
| | | |
| | | List<QueueDO> getToBeInstalledPatient(Long roomId, String bedNo); |
| | | } |