| | |
| | | void setQueueReadyMax(Integer max); |
| | | void startBiz(); |
| | | void closeBiz(); |
| | | void resetScheduler(); |
| | | |
| | | |
| | | /** |
| | | * 创建排队 |
| | |
| | | /** |
| | | * |
| | | */ |
| | | void startHurryUp(); |
| | | void startBedReload(); |
| | | Integer getOpeningFlag(); |
| | | |
| | | ErrorCode startBedOpen(Long roomId, String bedNo); |
| | | ErrorCode startBedClose(Long roomId, String bedNo); |
| | | ErrorCode startBedDoctorPause(Long roomId, String bedNo, Long docId, String docName); |
| | |
| | | Integer recallPatient(Long roomId, String bedNo, String patId); |
| | | |
| | | Integer patientJump(String patId, Byte jumped ); |
| | | |
| | | void monitorInfo(); |
| | | } |