summaryrefslogtreecommitdiff
path: root/src/main/java/dev/dnpm/services/strahlentherapie/StrahlentherapieService.java
blob: 80e2db2c674afb70bf2604361d0eae6478422761 (plain)
1
2
3
4
5
6
7
8
9
10
package dev.dnpm.services.strahlentherapie;

import dev.dnpm.services.TherapieMitEcogService;

/**
 * Service für Systemtherapieformulare
 *
 *  @since 0.6.0
 */
public interface StrahlentherapieService extends TherapieMitEcogService {}