{% extends "layouts/base.html" %} {% load i18n %} {% block title %}Census Report - PX360{% endblock %} {% block content %}
{% trans "OPD, ER & Inpatient visit counts from HIS data" %}
{% trans "There are no HIS patient visit records in the database for the selected hospital and year." %}
{% trans "OPD Total" %}
{{ year_totals.OPD_fmt }}
{% trans "ER Total" %}
{{ year_totals.ER_fmt }}
{% trans "Inpatient Total" %}
{{ year_totals.IP_fmt }}
| {% trans "Area" %} | Q1 | Q2 | Q3 | Q4 | {% trans "Total" %} |
|---|---|---|---|---|---|
| {{ row.area }} | {{ row.q1_fmt }} | {{ row.q2_fmt }} | {{ row.q3_fmt }} | {{ row.q4_fmt }} | {{ row.total_fmt }} |