From 36549622948da2cb2e66012876e5eef15e839aa2 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 6 Mar 2024 10:00:17 +0100 Subject: feat: initial implementation of gPAS connection check --- .../templates/configs/connectionAvailable.html | 16 ---------------- .../templates/configs/gPasConnectionAvailable.html | 19 +++++++++++++++++++ .../templates/configs/outputConnectionAvailable.html | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 16 deletions(-) delete mode 100644 src/main/resources/templates/configs/connectionAvailable.html create mode 100644 src/main/resources/templates/configs/gPasConnectionAvailable.html create mode 100644 src/main/resources/templates/configs/outputConnectionAvailable.html (limited to 'src/main/resources/templates/configs') diff --git a/src/main/resources/templates/configs/connectionAvailable.html b/src/main/resources/templates/configs/connectionAvailable.html deleted file mode 100644 index 6d52d70..0000000 --- a/src/main/resources/templates/configs/connectionAvailable.html +++ /dev/null @@ -1,16 +0,0 @@ -

Verbindung zum bwHC-Backend

-
- Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell - verfügbar. - nicht verfügbar. -
-
- ETL-Processor - - bwHC-Backend - Kafka-Broker - ETL-Processor - - bwHC-Backend - Kafka-Broker -
\ No newline at end of file diff --git a/src/main/resources/templates/configs/gPasConnectionAvailable.html b/src/main/resources/templates/configs/gPasConnectionAvailable.html new file mode 100644 index 0000000..6dccc60 --- /dev/null +++ b/src/main/resources/templates/configs/gPasConnectionAvailable.html @@ -0,0 +1,19 @@ + +

🟦 gPAS nicht konfiguriert - Patienten-IDs werden intern anonymisiert

+
+ +

Verbindung zu gPAS

+
+ Die Verbindung ist aktuell + verfügbar. + nicht verfügbar. +
+
+ ETL-Processor + + gPAS + ETL-Processor + + gPAS +
+
\ No newline at end of file diff --git a/src/main/resources/templates/configs/outputConnectionAvailable.html b/src/main/resources/templates/configs/outputConnectionAvailable.html new file mode 100644 index 0000000..699c614 --- /dev/null +++ b/src/main/resources/templates/configs/outputConnectionAvailable.html @@ -0,0 +1,16 @@ +

Verbindung zum bwHC-Backend

+
+ Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell + verfügbar. + nicht verfügbar. +
+
+ ETL-Processor + + bwHC-Backend + Kafka-Broker + ETL-Processor + + bwHC-Backend + Kafka-Broker +
\ No newline at end of file -- cgit v1.2.3