From 44ece6e4a27b1004077023a6ac2ee1f6d192966d Mon Sep 17 00:00:00 2001 From: Jan Grzegorzewski Date: Wed, 7 Dec 2022 14:34:57 +0100 Subject: [PATCH] fixed #741 --- backend/pkdb_app/info_nodes/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/pkdb_app/info_nodes/models.py b/backend/pkdb_app/info_nodes/models.py index ba839770..31094f5a 100644 --- a/backend/pkdb_app/info_nodes/models.py +++ b/backend/pkdb_app/info_nodes/models.py @@ -173,6 +173,7 @@ class MeasurementType(AbstractInfoNode): CAN_NEGATIVE = [ "tmax", # tmax can be negative due to time offsets, i.e. pre-simulation with subsequent fall after intervention "concentration change", # this often happens in placebo simulations + "concentration change absolute", "EHR change", ] ADDITIVE = [] # todo remove