django.apps.AppConfig
lyprox.accounts.apps.AccountsConfig
- Undocumentedlyprox.dataexplorer.apps.DataExplorerConfig
- Configuration for the dataexplorer app.lyprox.riskpredictor.apps.RiskConfig
- Django configuration for the riskpredictor app.django.contrib.auth.forms.AuthenticationForm
lyprox.accounts.forms.CustomAuthenticationForm
- Custom form that allows assignment of classes to widgets.django.contrib.auth.mixins.LoginRequiredMixin
lyprox.riskpredictor.views.AddCheckpointModelView
- View for adding a new CheckpointModel
instance.django.contrib.auth.models.AbstractBaseUser
lyprox.accounts.models.User
- Extending the base functionality of the default User class.django.contrib.auth.models.BaseUserManager
lyprox.accounts.models.UserManager
- Custom manager for the User model.django.contrib.auth.models.PermissionsMixin
lyprox.accounts.models.User
- Extending the base functionality of the default User class.django.core.management.base.BaseCommand
lyprox.accounts.management.commands.add_institutions.Command
- Command to add institutions from a file or the command line.lyprox.accounts.management.commands.add_users.Command
- Command to add users from a file or via arguments.lyprox.dataexplorer.management.commands.add_datasets.Command
- Command to add datasets to database from initial JSON data.lyprox.riskpredictor.management.commands.add_riskmodels.Command
- Command to add risk prediction models to database.django.db.migrations.Migration
lyprox.accounts.migrations.0001_initial.Migration
- Undocumentedlyprox.dataexplorer.migrations.0001_initial.Migration
- Undocumentedlyprox.riskpredictor.migrations.0001_initial.Migration
- Undocumenteddjango.db.models.CharField
lyprox.accounts.models.CountryField
- Field for storing a country code.django.db.models.IntegerChoices
lyprox.settings.TStages
- Tumor stages.django.db.models.Model
lyprox.accounts.models.Institution
- Class for an institution like a hospital/clinic.lyprox.dataexplorer.models.DatasetModel
- Minimal model representing a dataset.lyprox.riskpredictor.models.CheckpointModel
- Results of a round of parameter sampling for one of the lymph.models
.django.db.models.TextChoices
lyprox.dataexplorer.subsites.Subsites.BaseOfTongue
- Tumor subsites in the base of the tongue.lyprox.dataexplorer.subsites.Subsites.Cheek
- Tumor subsites in the gums and cheeks.lyprox.dataexplorer.subsites.Subsites.FloorOfMouth
- Tumor subsites in the floor of the mouth.lyprox.dataexplorer.subsites.Subsites.Gum
- Tumor subsites in the gums.lyprox.dataexplorer.subsites.Subsites.Hypopharynx
- Tumor subsites in the rest of the hypopharynx.lyprox.dataexplorer.subsites.Subsites.Larynx
- Tumor subsites in the rest of the larynx.lyprox.dataexplorer.subsites.Subsites.Oropharynx
- Tumor subsites in the rest of the oropharynx.lyprox.dataexplorer.subsites.Subsites.Palate
- Tumor subsites in the palate.lyprox.dataexplorer.subsites.Subsites.Tongue
- Tumor subsites in the tongue.lyprox.dataexplorer.subsites.Subsites.Tonsil
- Tumor subsites in the tonsils.django.forms.ChoiceField
lyprox.dataexplorer.forms.ThreeWayToggle
- Field to choose one of three options: True, None and False.django.forms.Form
lyprox.accounts.forms.InsitutionForm
- Form for creating an institution. This is not yet in use or even functional.lyprox.dataexplorer.forms.DataexplorerForm
- Form for querying the database.lyprox.riskpredictor.forms.RiskpredictorForm
- Form for the riskpredictor dashboard page.django.forms.ModelForm
lyprox.accounts.forms.SignupRequestForm
- Form for requesting to be signed up by an administrator.lyprox.riskpredictor.forms.CheckpointModelForm
- Form for creating a new CheckpointModel
instance.django.forms.MultipleChoiceField
lyprox.dataexplorer.forms.EasySubsiteChoiceField
- Simple subclass that provides a convenience method to create subsite fields.django.forms.RadioSelect
lyprox.dataexplorer.forms.ThreeWayToggleWidget
- Widget that renders the three-way toggle button.django.forms.widgets.NumberInput
lyprox.riskpredictor.forms.RangeInput
- A widget for a range slider input field.django.views.generic.CreateView
lyprox.riskpredictor.views.AddCheckpointModelView
- View for adding a new CheckpointModel
instance.django.views.generic.ListView
lyprox.riskpredictor.views.ChooseCheckpointModelView
- View for choosing a CheckpointModel
instance.lyprox.accounts.forms.InsitutionForm.Meta
- Meta class for the form.lyprox.accounts.forms.SignupRequestForm.Meta
- Meta class for the form.lyprox.dataexplorer.models.DatasetModel.Meta
- Meta options for the DatasetModel
.lyprox.dataexplorer.subsites.Subsites
- All tumor subsites as ICD-10 codes with the respective names.lyprox.loggers.FormLoggerMixin
lyprox.accounts.forms.InsitutionForm
- Form for creating an institution. This is not yet in use or even functional.lyprox.dataexplorer.forms.DataexplorerForm
- Form for querying the database.lyprox.riskpredictor.forms.CheckpointModelForm
- Form for creating a new CheckpointModel
instance.lyprox.loggers.ModelLoggerMixin
lyprox.accounts.models.Institution
- Class for an institution like a hospital/clinic.lyprox.accounts.models.User
- Extending the base functionality of the default User class.lyprox.dataexplorer.models.DatasetModel
- Minimal model representing a dataset.lyprox.riskpredictor.models.CheckpointModel
- Results of a round of parameter sampling for one of the lymph.models
.lyprox.loggers.ViewLoggerMixin
lyprox.riskpredictor.views.AddCheckpointModelView
- View for adding a new CheckpointModel
instance.lyprox.riskpredictor.views.ChooseCheckpointModelView
- View for choosing a CheckpointModel
instance.lyprox.riskpredictor.forms.CheckpointModelForm.Meta
- Meta class for the form.lyprox.riskpredictor.models.CheckpointModel.Meta
- Meta options for the CheckpointModel
.mdx_math.MathExtension
lyprox.templatetags.customtags.MyMathExtension
- Custom math extension for markdown.pydantic.BaseModel
lyprox.dataexplorer.query.BaseStatistics
- Basic statistics to be computed and displayed on the dashboard.