1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-03 09:42:54 +00:00

Issue #29: Möglicher Wert "0" hinzugefügt

This commit is contained in:
2023-07-12 10:35:21 +02:00
parent a6238c14e3
commit 862e481373

View File

@ -60,6 +60,7 @@ public interface SystemtherapieService {
private boolean isValidEcogCode(String status) { private boolean isValidEcogCode(String status) {
switch (status) { switch (status) {
case "0":
case "1": case "1":
case "2": case "2":
case "3": case "3":