mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-04 01:52:55 +00:00
Mapping für Formular "MR.MTB_Anmeldung" zu Therapieplan-Protokollauszug hinzugefügt
This commit is contained in:
@ -38,8 +38,8 @@ public class PluginConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
public MtbService mtbService() {
|
||||
return new DefaultMtbService();
|
||||
public MtbService mtbService(final IOnkostarApi onkostarApi) {
|
||||
return new DefaultMtbService(onkostarApi);
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
Reference in New Issue
Block a user