1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-05 10:32:54 +00:00

Issue #54: Add common EcogService interface

This commit is contained in:
2023-10-10 12:21:27 +02:00
parent f0f09d43a3
commit 14e9fcab1a
9 changed files with 112 additions and 125 deletions

View File

@ -1,5 +1,6 @@
package DNPM.analyzer;
import DNPM.dto.EcogStatusWithDate;
import DNPM.VerweisVon;
import DNPM.security.DelegatingDataBasedPermissionEvaluator;
import DNPM.security.IllegalSecuredObjectAccessException;
@ -237,7 +238,7 @@ public class DNPMHelper extends BackendService {
}
public List<SystemtherapieService.EcogStatusWithDate> getEcogStatus(final Map<String, Object> input) {
public List<EcogStatusWithDate> getEcogStatus(final Map<String, Object> input) {
var pid = AnalyzerUtils.getRequiredId(input, "PatientId");
if (pid.isEmpty()) {
logger.error("Kein Parameter 'PatientId' angegeben, gebe leere Liste zurück");