mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-01 17:02:53 +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:
|
||||
|
||||
* `MR.Consent`
|
||||
* `Excel-Formular` (UKW - Beinhaltet Consent-Angaben)
|
||||
|
||||
Eine Übernahme von Consent-Daten aus unbekannten Formularen ist nur manuell möglich.
|
||||
|
||||
|
||||
## Therapieplan
|
||||
|
@ -19,8 +19,9 @@ public class ConsentManagerServiceFactory {
|
||||
case "Excel-Formular":
|
||||
return new UkwConsentManagerService(this.onkostarApi);
|
||||
case "MR.Consent":
|
||||
default:
|
||||
return new MrConsentManagerService(this.onkostarApi);
|
||||
default:
|
||||
return procedure -> {};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user