| | |
| | | */ |
| | | void queue(QueueSaveReqVO queueSaveReqVO); |
| | | |
| | | List<QueueDO> selectBookSeqNumByAppointIdList(List<Long> appointIdList); |
| | | |
| | | /** |
| | | * 常规检查 医生叫下一位患者 |
| | | */ |
| | |
| | | * 装机 医生叫下一位患者 |
| | | */ |
| | | void finishInstallNextPatient(Long roomId, String bedNo); |
| | | |
| | | /** |
| | | * 过号排队中患者 |
| | | */ |
| | | void passWaitingPatient( String patId, Integer bookCheckType ); |
| | | |
| | | /** |
| | | * 常规过号、领用过号 |
| | |
| | | |
| | | 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); |
| | | |