1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-04 18:12:55 +00:00

Verschiebe Implementierungen für Therapiepläne in eigenes Paket

This commit is contained in:
2023-05-08 11:56:35 +02:00
parent 13ba0f902f
commit 06b5381e88
12 changed files with 230 additions and 70 deletions

View File

@ -7,6 +7,7 @@ import DNPM.services.mtb.DefaultMtbService;
import DNPM.services.mtb.MtbService;
import DNPM.services.systemtherapie.DefaultSystemtherapieService;
import DNPM.services.systemtherapie.SystemtherapieService;
import DNPM.services.therapieplan.TherapieplanServiceFactory;
import de.itc.onkostar.api.IOnkostarApi;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;