mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 01:02:55 +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) {
|
||||
switch (status) {
|
||||
case "0":
|
||||
case "1":
|
||||
case "2":
|
||||
case "3":
|
||||
|
Reference in New Issue
Block a user