class documentation
class DashboardForm(forms.Form):
Form for the dashboard page.
Method | __init__ |
Undocumented |
Method | add |
Add the fields for the lymph node levels defined in the trained model. |
Method | add |
Add the field for the midline status. |
Method | add |
Add the fields for the sensitivity and specificity. |
Method | add |
Add the field for the T stage with the choices being defined in the model. |
Method | clean |
Transform three-way toggles to booleans. |
Method | clean |
For now, the midline extension cannot be unknown (value of 0). |
Class Variable | is |
Whether the form has been submitted via the button or not. |
Instance Variable | inference |
Undocumented |
Undocumented
Parameters | |
*args | Undocumented |
inferenceInferenceResult | Undocumented |
**kwargs | Undocumented |
Add the fields for the lymph node levels defined in the trained model.
Parameters | |
inferenceInferenceResult | Undocumented |
Add the field for the T stage with the choices being defined in the model.
Parameters | |
inferenceInferenceResult | Undocumented |