mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 09:12:54 +00:00
Wende ConsentManagerService ohne Funktion für unbekanntes Formular an
This commit is contained in:
@ -19,6 +19,9 @@ VALUES (
|
|||||||
Aktuell werden folgende Consent-Formulare unterstützt:
|
Aktuell werden folgende Consent-Formulare unterstützt:
|
||||||
|
|
||||||
* `MR.Consent`
|
* `MR.Consent`
|
||||||
|
* `Excel-Formular` (UKW - Beinhaltet Consent-Angaben)
|
||||||
|
|
||||||
|
Eine Übernahme von Consent-Daten aus unbekannten Formularen ist nur manuell möglich.
|
||||||
|
|
||||||
|
|
||||||
## Therapieplan
|
## Therapieplan
|
||||||
|
@ -19,8 +19,9 @@ public class ConsentManagerServiceFactory {
|
|||||||
case "Excel-Formular":
|
case "Excel-Formular":
|
||||||
return new UkwConsentManagerService(this.onkostarApi);
|
return new UkwConsentManagerService(this.onkostarApi);
|
||||||
case "MR.Consent":
|
case "MR.Consent":
|
||||||
default:
|
|
||||||
return new MrConsentManagerService(this.onkostarApi);
|
return new MrConsentManagerService(this.onkostarApi);
|
||||||
|
default:
|
||||||
|
return procedure -> {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user