Added in charts for BC control concentrations.
This commit is contained in:
@@ -725,3 +725,7 @@ class IridaControl(Control):
|
||||
"""
|
||||
from backend.validators import PydIridaControl
|
||||
return PydIridaControl(**self.__dict__)
|
||||
|
||||
@property
|
||||
def is_positive_control(self):
|
||||
return not self.subtype.lower().startswith("en")
|
||||
|
||||
Reference in New Issue
Block a user