class documentation

class Modalities:

View In Hierarchy

Class that aims to replicate the functionality of TextChoices from Django's enum types, but with the added functionality of storing the sensitivity & specificity of the respective modality.

Constant CT Undocumented
Constant DC Undocumented
Constant FNA Undocumented
Constant MRI Undocumented
Constant PATH Undocumented
Constant PCT Undocumented
Constant PET Undocumented
CT =

Undocumented

Value
Mod('CT', 'CT', 0.76, 0.81)
DC =

Undocumented

Value
Mod('diagnostic_consensus', 'Diagnostic Consensus', 0.86, 0.81)
FNA =

Undocumented

Value
Mod('FNA', 'Fine Needle Aspiration', 0.98, 0.8)
MRI =

Undocumented

Value
Mod('MRI', 'MRI', 0.63, 0.81)
PATH =

Undocumented

Value
Mod('pathology', 'Pathology', 1.0, 1.0)
PCT =

Undocumented

Value
Mod('pCT', 'Planning CT', 0.86, 0.81)
PET =

Undocumented

Value
Mod('PET', 'PET', 0.86, 0.79)