dbs_annotator.models.clinical_scale.ClinicalScale

class dbs_annotator.models.clinical_scale.ClinicalScale(name, value=None)[source]

Bases: object

Represents a clinical assessment scale with a name and value.

name

The name of the clinical scale (e.g., “YBOCS”, “MADRS”)

Type:

str

value

The score/value for this scale (optional)

Type:

str | None

Methods

is_valid()

Check if the scale has both name and value.

Attributes

value

name