summaryrefslogtreecommitdiff
path: root/src/main/kotlin
AgeCommit message (Collapse)AuthorFilesLines
11 daysfeat: send submission as a follow-up (#290)Paul-Christian Volkmer1-3/+29
This identifies follow-up submissions: * if the initial submission has been accepted * if the most recent follow-up is later than the patients last submission If these criteria are not met, the submission will be sent as an addition
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer50-459/+750
2026-05-06refactor: replace deprecated HttpClientErrorExceptionPaul-Christian Volkmer1-2/+1
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer2-5/+7
2026-04-24refactor: JacksonConfig for deprecated MappingJackson2HttpMessageConverter ↵Paul-Christian Volkmer4-50/+36
(#285)
2026-04-22fix: do not block earlier initial requests with error response (#281)Paul-Christian Volkmer1-6/+7
Requests with errors are blocked within DNPM:DIP and not used for MVH. Any later accepted successful request with SUCCESS or WARNING should be used as ADDITION.
2026-03-23fix: filtered requests sort order DESC (#274)Paul-Christian Volkmer1-0/+1
2026-03-12refactor: extract List.toPage() implementation (#269)Paul-Christian Volkmer2-16/+49
2026-03-12fix: filter request list into page (#267)Paul-Christian Volkmer3-4/+9
2026-03-12feat: save error request for non json (#266)Paul-Christian Volkmer2-28/+50
2026-03-11feat: save error request for invalid input (#264)Paul-Christian Volkmer2-220/+247
2026-03-11feat: add request filter (#262)Paul-Christian Volkmer3-7/+65
This enables filter for * All requests * Requests sent to DNPM:DIP and, if initial submission block is enabled * Confirmed Requests sent to DNPM:DIP * Unconfirmed Requests sent to DNPM:DIP
2026-03-11refactor: use html fragment for request card (#261)Paul-Christian Volkmer1-2/+5
This also allows for fragment reload on pressing accept button.
2026-03-10feat: show submission statistics table (#260)Paul-Christian Volkmer1-1/+30
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer3-3/+30
This adds the date and username when a request gets updated. If the request gets updated by an async Kafka response, "SYSTEM" will be used as username.
2026-03-10fix: ignore token users with existing username (#257)Paul-Christian Volkmer1-3/+10
This will ignore token usernames with the same username as an existing user.
2026-03-07feat: search by patient pseudonym and TAN (#256)Paul-Christian Volkmer3-1/+25
2026-03-07feat: configuration of additional users (#254)Paul-Christian Volkmer2-29/+30
2026-03-06fix: ensure metadata is initialized using MtbFileConsentServicePaul-Christian Volkmer1-2/+2
2026-03-06fix: code formattingPaul-Christian Volkmer1-1/+2
2026-03-06feat: improve request listPaul-Christian Volkmer2-4/+5
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer3-0/+17
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer5-11/+14
2026-03-02chore: do not log unknown responsePaul-Christian Volkmer2-1/+1
This is default behavior for async Kafka messaging
2026-01-22feat!: allow missing GenomDE gICS domain name (#244)Paul-Christian Volkmer2-12/+16
If no domain name is given vor GenomDE consent, this will be ignored and the consent information must be present in incoming MTB data in order to satisfy DNPM:DIP.
2026-01-21feat: always send dataset without consent (#243)Paul-Christian Volkmer1-30/+13
This changes the behavior of the application! Any dataset will be forwarded to DNPM:DIP, even w/o valid consent information. DNPM:DIP will return issues if MV consent or broad consent is missing.
2026-01-09fix: possible sorting errors in bar chart (#241)Paul-Christian Volkmer1-17/+22
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer3-16/+24
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer9-33/+179
2025-12-18fix: handle null values in supporting variants (#230)Paul-Christian Volkmer1-1/+1
2025-12-16fix: do not save PID in test mode (#228)Paul-Christian Volkmer2-8/+6
2025-12-16deps!: update dto lib to version 0.2.0 (#226)Paul-Christian Volkmer1-3/+3
This release is for use with DNPM:DIP (api-gateway) Version >= 1.2.3 and uses patients birthDay and date of death in format 'yyyy-MM' (without day) with fallback to accept old format 'yyyy-MM-dd'.
2025-12-05fix: do not serialize null values (#216)Paul-Christian Volkmer2-9/+26
For outgoing HTTP requests, null values have been serialized as `"name": null`. Since this causes problems in DNPM:DIP, data parts with null values must not be serialized.
2025-12-03feat: simple HTTP GET based consent fetch (#208)Paul-Christian Volkmer2-0/+25
2025-12-01fix: show error page (#207)Paul-Christian Volkmer1-2/+3
This shows error page when trying to load unavailable resource.
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer3-93/+139
This allows for requests to (with optional path-prefix "/api"): * POST /{usecase} * POST /{usecase}/etl/patient-record => as DNPM:DIP * DELETE /{usecase}/{ID} * DELETE /{usecase}/etl/patient-record/{ID} * DELETE /{usecase}/etl/patient/{ID} => as DNPM:DIP Where {usecase} is one of: * mtbfile * mtb => as DNPM:DIP
2025-11-20fix: possible NPE for MSI anonymization (#195)Paul-Christian Volkmer1-134/+131
This might occur if a null value is present in the list of MSI findings. With this change, the usage if "it" has been replaced with proper element names.
2025-11-20fix: fix possible NPE for MSI patient refs (#194)Paul-Christian Volkmer1-1/+1
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer47-2073/+2055
2025-11-10feat: config option for broad consent version (#189)Paul-Christian Volkmer1-0/+5
2025-11-06chore: change annotation for KT-73255 (#185)Paul-Christian Volkmer4-9/+9
This keeps old behavior in future releases.
2025-11-06fix: docs uses APP_PSEUDOMYMIZE_GPAS_PID_DOMAIN (#184)Paul-Christian Volkmer1-1/+4
2025-11-06chore: use jspecify and NullAway (#183)Paul-Christian Volkmer1-1/+1
2025-11-04fix: errors in response parsing (#181)v0.12.0-rc.1Paul-Christian Volkmer2-4/+17
2025-11-03fix: do not re-anonymize diagnosis ID (#179)Paul-Christian Volkmer1-22/+14
2025-10-31fix: only send nested content with MTB record (#175)Paul-Christian Volkmer1-1/+1
2025-10-31fix: usage and serialisation of null values (#174)Paul-Christian Volkmer2-34/+36
2025-10-31fix: getProvisionTypeByPolicyCode updated to new consent structure (#173)jlidke1-10/+11
2025-10-27fix: use correct gPAS URI for connection test (#166)Paul-Christian Volkmer1-2/+1
2025-10-24feat: add logging for connection checks (#164)Paul-Christian Volkmer1-10/+31