Views

remapp.views.ct_detail_view(request, pk=None)

Detail view for a CT study.

remapp.views.ct_summary_list_filter(request)

Obtain data for CT summary view.

remapp.views.dx_detail_view(request, pk=None)

Detail view for a DX study.

remapp.views.dx_summary_list_filter(request)

Obtain data for radiographic summary view.

remapp.views.logout_page(request)

Log users out and re-direct them to the main page.

remapp.views.mg_detail_view(request, pk=None)

Detail view for a CT study.

remapp.views.mg_summary_list_filter(request)

Mammography data for summary view.

remapp.views.multiply(value, arg)

Return multiplication within Django templates

Parameters:
  • value – the value to multiply

  • arg – the second value to multiply

Returns:

the multiplication

remapp.views.nm_detail_view(request, pk=None)

Detail view for a NM study.

remapp.views.nm_summary_list_filter(request)

Obtain data for NM summary view.

remapp.views.rf_detail_view(request, pk=None)

Detail view for an RF study.

remapp.views.rf_detail_view_skin_map(request, pk=None)

View to calculate a skin dose map. Currently just a copy of rf_detail_view.

remapp.views.rf_summary_list_filter(request)

Obtain data for radiographic summary view.

remapp.views.standard_name_settings()

Obtain the system-level enable_standard_names setting.

remapp.views.update_latest_studies(request)

AJAX function to calculate the latest studies for each display name for a particular modality.

Parameters:

request – Request object

Returns:

HTML table of modalities