mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 01:02:55 +00:00
11 lines
238 B
Java
11 lines
238 B
Java
package dev.dnpm.services.strahlentherapie;
|
|
|
|
import dev.dnpm.services.TherapieMitEcogService;
|
|
|
|
/**
|
|
* Service für Systemtherapieformulare
|
|
*
|
|
* @since 0.6.0
|
|
*/
|
|
public interface StrahlentherapieService extends TherapieMitEcogService {}
|