|
@@ -632,6 +632,7 @@ FROM measurement
|
|
|
WHERE measurement.label NOT IN ('SBP', 'DBP')
|
|
|
AND (measurement.is_cellular_zero = FALSE or measurement.is_cellular_zero IS NULL)
|
|
|
AND measurement.is_removed IS FALSE
|
|
|
+ AND measurement.has_been_stamped_by_mcp IS FALSE
|
|
|
AND measurement.ts IS NOT NULL
|
|
|
AND measurement.client_bdt_measurement_id IS NOT NULL
|
|
|
AND (measurement.status IS NULL OR (measurement.status <> 'ACK' AND measurement.status <> 'INVALID_ACK'))
|