summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/statistics.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html
index 1da382c..231bfe9 100644
--- a/src/main/resources/templates/statistics.html
+++ b/src/main/resources/templates/statistics.html
@@ -14,6 +14,38 @@
</p>
<section>
+ <h2>Submissions</h2>
+ <p>
+ Die übermittelten Meldungen sind nach Monaten absteigen sortiert.
+ </p>
+ <p>
+ Achtung: Die Anzahl der Meldebestätigungen und die Anzahl der initialen Meldungen
+ werden erst seit Version 0.15 erfasst.
+ </p>
+ <div class="border">
+ <table>
+ <thead>
+ <tr>
+ <th>Monat</th>
+ <th>Mit Meldebestätigung</th>
+ <th>Initiale Meldungen</th>
+ <th>Meldungen Gesamt</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr th:each="submission : ${submissions}">
+ <td th:text="${submission['month']}"></td>
+ <td th:text="${submission['accepted']}"></td>
+ <td th:text="${submission['initial']}"></td>
+ <td th:text="${submission['submissions']}"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </section>
+
+
+ <section>
<h2>MTB-File-Anfragen</h2>
<p>
Anfragen zur Aktualisierung von Patientendaten durch Übermittlung eines MTB-Files.