| | |
| | | void finishInstallNextPatient(Long roomId, String bedNo); |
| | | |
| | | /** |
| | | * 医生看完患者 |
| | | * 常规过号、领用过号 |
| | | */ |
| | | void passNextPatient(Long roomId, String bedNo); |
| | | |
| | | /** |
| | | * 装机过号 |
| | | */ |
| | | void passInstallNextPatient(Long roomId, String bedNo); |
| | | |
| | | List<QueueDO> getBedQueueByStatus(Long roomId, String bedNo, List<Byte> statusList); |
| | | |
| | |
| | | |
| | | Integer recallPatient(Long roomId, String bedNo, String patId); |
| | | |
| | | Integer recallInstallPatient(Long roomId, String bedNo, String patId); |
| | | |
| | | Integer patientJump(String patId, Byte jumped ); |
| | | |
| | | RoomDO getDocRoomInfo(Long docId); |