summaryrefslogtreecommitdiff
path: root/src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-07-12 10:35:21 +0200
committerPaul-Christian Volkmer2023-07-27 09:24:11 +0200
commit862e4813730acd47e123730286c8e5f3c8ed8085 (patch)
tree1c2c03955bb8b4f1f850efc21e0969594f54a111 /src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java
parenta6238c14e3c08b4f7ee7045824eae4e47890ccd3 (diff)
Issue #29: Möglicher Wert "0" hinzugefügt
Diffstat (limited to 'src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java')
-rw-r--r--src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java b/src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java
index 0102fc6..a664c05 100644
--- a/src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java
+++ b/src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java
@@ -60,6 +60,7 @@ public interface SystemtherapieService {
private boolean isValidEcogCode(String status) {
switch (status) {
+ case "0":
case "1":
case "2":
case "3":