{% extends "remapp/base.html" %} {% block toprow %}

OpenREM database browser and export

There are {{ homedata.total }} studies in this database. Page last refreshed on {% now "jS F Y \a\t H:i" %}.

{% endblock %} {% block mainblock %} {% load humanize %}
CTFluoroscopyMammography
{{ homedata.ct }}{{ homedata.rf }}{{ homedata.mg }}

CT summary table

{% for key,value in homedata.CT.items %} {% endfor %}
Station nameNumber of studiesLatest study
{{ value.institution }} ({{ key }}) {{ value.total }} {{ value.latest|naturaltime }}

Fluoroscopy summary table

{% for key,value in homedata.RF.items %} {% endfor %}
Station nameNumber of studiesLatest study
{{ value.institution }} ({{ key }}) {{ value.total }} {{ value.latest|naturaltime }}

Mammography summary table

{% for key,value in homedata.MG.items %} {% endfor %}
Station nameNumber of studiesLatest study
{{ value.institution }} ({{ key }}) {{ value.total }} {{ value.latest|naturaltime }}
{% endblock %}