module documentation

Module for the views of the riskpredictor app.

Class AddInferenceResultView View for adding a new InferenceResult instance.
Class ChooseInferenceResultView View for choosing a InferenceResult instance.
Class RiskPredictionView View for the dashboard of the riskpredictor app.
Function help_view View for the help page of the riskpredictor app.
Function riskpredictor_AJAX_view View for the AJAX request of the riskpredictor dashboard.
Function test_view View for testing the riskpredictor app.
Variable logger Undocumented
def help_view(request):

View for the help page of the riskpredictor app.

Returns
HttpResponseUndocumented
def riskpredictor_AJAX_view(request, pk, **kwargs):

View for the AJAX request of the riskpredictor dashboard.

This view receives the same data as the RiskPredictionView, albeit in JSON format. It then computes the risks and returns them in JSON format again to be handled by JavaScript on the client side.

Parameters
requestUndocumented
pk:intUndocumented
**kwargs:AnyUndocumented
Returns
JsonResponseUndocumented
def test_view(request):

View for testing the riskpredictor app.

logger =

Undocumented