|
|
@@ -146,7 +146,6 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
|
|
|
PatientMonitorQuery patientMonitorQuery = new PatientMonitorQuery();
|
|
|
patientMonitorQuery.setTenantId(tenantId);
|
|
|
return CollUtil.size(this.baseMapper.selectMonitor(Page.of(0,500,false),patientMonitorQuery).getRecords());
|
|
|
-// return this.baseMapper.monitorTotalCount(tenantId);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -158,6 +157,7 @@ public class LocalBusPatientService extends BaseService<BusPatientMapper, BusPat
|
|
|
patientDeviceRepeats.forEach(deviceRepeat -> {
|
|
|
PatientDeviceRepeatResult repeatResult = resultMap.computeIfAbsent(deviceRepeat.getCode() + deviceRepeat.getClinicId(), k ->
|
|
|
PatientDeviceRepeatResult.of(
|
|
|
+ deviceRepeat.getPatientId(),
|
|
|
deviceRepeat.getName(),
|
|
|
deviceRepeat.getGender(),
|
|
|
deviceRepeat.getCode(),
|