diff options
Diffstat (limited to 'src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java')
| -rw-r--r-- | src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java b/src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java deleted file mode 100644 index f205554..0000000 --- a/src/main/java/DNPM/services/systemtherapie/ProzedurToProzedurwerteMapper.java +++ /dev/null @@ -1,14 +0,0 @@ -package DNPM.services.systemtherapie; - -import de.itc.onkostar.api.Procedure; - -import java.util.Map; -import java.util.Optional; -import java.util.function.Function; - -/** - * Mapper um ein Systemtherapieformular in eine Optional-Map mit Prozedurwerten umzuwandeln - * - * @since 0.2.0 - */ -public interface ProzedurToProzedurwerteMapper extends Function<Procedure, Optional<Map<String, String>>> {} |
