diff options
| author | Paul-Christian Volkmer | 2023-07-12 10:35:21 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-27 09:24:11 +0200 |
| commit | 862e4813730acd47e123730286c8e5f3c8ed8085 (patch) | |
| tree | 1c2c03955bb8b4f1f850efc21e0969594f54a111 /src | |
| parent | a6238c14e3c08b4f7ee7045824eae4e47890ccd3 (diff) | |
Issue #29: Möglicher Wert "0" hinzugefügt
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/DNPM/services/systemtherapie/SystemtherapieService.java | 1 |
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": |
