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:
@ -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":
|
||||||
|
Reference in New Issue
Block a user