jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/queue/queueService.java
@@ -14,6 +14,8 @@ */ public interface QueueService { void startBiz(); /** * 创建排队 * @@ -59,7 +61,7 @@ void queue(QueueSaveReqVO queueSaveReqVO); /** * * 系统重启时,从DB同步工位的患者队列数据到 工位优先队列 */ void initQueue(); @@ -86,4 +88,8 @@ List<QueueDO> getDoctorQueueByStatus(Long roomId, String bedNo, List<Byte> statusList); PatientStatisticVO getPatientStatistic(Long roomId, String bedNo); Integer recallPatient(Long roomId, String bedNo, String patId); Integer patientJump(String patId, Byte jumped ); }