| | |
| | | void deletequeue(Integer id); |
| | | |
| | | /** |
| | | * |
| | | * 一个工位 可能支持多个检查类型, |
| | | */ |
| | | void startHurryUpOneBed(Long roomId, String bedNo); |
| | | void startHurryUpOneCheckType(Integer checkType); |
| | |
| | | |
| | | Integer recallInstallPatient(Long roomId, String bedNo, String patId, Integer checkType, Long roomId_operator, String bedNo_operator); |
| | | |
| | | Integer patientJump(String patId, Byte jumped ); |
| | | Integer patientJump(String patId, Integer bookCheckType, Byte jumped ); |
| | | |
| | | RoomDO getDocRoomInfo(Long docId); |
| | | List<RoomDO> getDocRoomInfo(Long docId); |
| | | |
| | | List<QueueDO> getToBeCheckedPatient(Long roomId, String bedNo); |
| | | |