class documentation

class DashboardView(ViewLoggerMixin, generic.ListView):

View In Hierarchy

Use the forms.DashboardForm and the patients.models.Patient model along with the query functions to extract the requested information from the database and render it into the HTML response displaying the lymphatic patterns of progression.

Method get_context_data Pass form and stats to the context. No need to have the list of patients in there too.
Method get_queryset Undocumented
Class Variable template_name Undocumented
Instance Variable form Undocumented
Instance Variable stats Undocumented
Class Method _get_queryset Undocumented
def get_context_data(self):

Pass form and stats to the context. No need to have the list of patients in there too.

Returns
Dict[str, Any]Undocumented
def get_queryset(self):

Undocumented

template_name: str =

Undocumented

form =

Undocumented

stats =

Undocumented

@classmethod
def _get_queryset(cls, data, user, logger):

Undocumented