dbs_annotator.models.clinical_scale.SessionScale
- class dbs_annotator.models.clinical_scale.SessionScale(name, min_value='0', max_value='10', current_value=None)[source]
Bases:
objectRepresents a session tracking scale with name and min/max range.
Methods
has_value()Check if the scale has a current value set.
is_valid()Check if the scale has a valid name.
Attributes