From 3e45de56cfedbb489220d789c511d07d78a0942a Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer
Date: Mon, 4 Dec 2023 17:35:44 +0100
Subject: feat: add page that shows transformation configuration
---
src/main/resources/templates/transformations.html | 47 +++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 src/main/resources/templates/transformations.html
(limited to 'src/main/resources/templates/transformations.html')
diff --git a/src/main/resources/templates/transformations.html b/src/main/resources/templates/transformations.html
new file mode 100644
index 0000000..b8e2f37
--- /dev/null
+++ b/src/main/resources/templates/transformations.html
@@ -0,0 +1,47 @@
+
+
+
+
+ ETL-Prozessor
+
+
+
+
+
+ Transformationen
+
+ Syntax
+ Hier einige Beispiele zum Syntax des JSON-Path
+
+ - diagnoses[*].icdO3T.version: Ersetze die ICD-O3T-Version in allen Diagnosen, z.B. zur Version der deutschen Übersetzung
+ - patient.gender: Ersetze das Geschlecht des Patienten, z.B. in das von bwHC verlangte Format
+
+
+ Konfigurierte Transformationen
+
+ Hier sehen Sie eine Übersicht der konfigurierten Transformationen.
+
+
+
+
+
+ | JSON-Path |
+ Transformation von ⇒ nach |
+
+
+
+
+ |
+ [[ ${transformation.path} ]]
+ |
+
+ [[ ${transformation.existingValue} ]]
+ ⇒
+ [[ ${transformation.newValue} ]]
+ |
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3