module documentation
Here, the generic views from django.views.generic are implemented for the patients.models.
A view handles the actual rendering of the HTML template that needs to be filled with what the python backend computes/generates.
It includes views for creating, editing, deleting and listing the models in the patients app.
Class |
|
Create a dataset from a form. |
Class |
|
Add a diagnose for a patient's lymphatic system. |
Class |
|
View used to create a new patient entry in the database. |
Class |
|
Create a tumor and add it to a given patient. |
Class |
|
View that displays all datasets in a list. |
Class |
|
View that serves the respective Dataset CSV file. |
Class |
|
Remove this dataset from the database, and all associated patients with it. |
Class |
|
Remove a particular diagnose frm a patient's entry. |
Class |
|
Remove this patient from the database. |
Class |
|
Delete a patient's tumor. |
Class |
|
Show details of a particular patient. |
Class |
|
Renders a list of all patients in the database showing basic information and links to the individual entries. Depending from where this view is called, the list is filterable. |
Class |
|
Change a patient's diagnose. |
Class |
|
Update a given patient's information. |
Class |
|
Update specifics of a patient's tumor. |
Variable | logger |
Undocumented |