| | |
| | | void startBedReload(); |
| | | MonitorInfoVO getMonitorInfo(); |
| | | |
| | | ErrorCode startBedOpen(Long roomId, String bedNo); |
| | | ErrorCode startBedOpen(Long roomId, String roomName, String bedNo); |
| | | ErrorCode startBedClose(Long roomId, String bedNo); |
| | | ErrorCode startBedDoctorPause(Long roomId, String bedNo, Long docId, String docName); |
| | | ErrorCode startBedDoctorResume(Long roomId, String bedNo, Long docId, String docName); |
| | |
| | | ErrorCode startBedDoctorOff(Long roomId, String bedNo, Long docId, String docName); |
| | | ErrorCode startNextPatient(Long roomId, String bedNo); |
| | | |
| | | ErrorCode bedOpen(Long roomId, String bedNo); |
| | | ErrorCode bedOpen(Long roomId, String roomName, String bedNo); |
| | | ErrorCode bedClose(Long roomId, String bedNo); |
| | | ErrorCode bedDoctorPause(Long roomId, String bedNo, Long docId, String docName); |
| | | ErrorCode bedDoctorResume(Long roomId, String bedNo, Long docId, String docName); |
| | |
| | | Integer patientJump(String patId, Byte jumped ); |
| | | |
| | | void monitorInfo(); |
| | | |
| | | List<QueueDO> callingData(Integer waitingNum, Integer passedNum); |
| | | |
| | | List<QueueDO> getRoomQueue(String ip, List<Byte> statusList); |
| | | } |