summaryrefslogtreecommitdiff
path: root/src/main/kotlin
AgeCommit message (Collapse)AuthorFilesLines
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
2025-10-22feat: add basic support for gPAS SOAP endpoint (#157)Paul-Christian Volkmer4-5/+92
2025-09-04refactor: several changes related to code style and readability (#152)Paul-Christian Volkmer1-13/+16
* refactor: extract provision code extraction * refactor: catch exceptions by type without later type check * refactor: further code cleanup * chore: log error with error level, not debug level
2025-09-03feat: mark older request with unknown state (#150)Paul-Christian Volkmer1-9/+20
2025-08-27fix: add missing requestId to KafkaMtbFileSender (#142)Paul-Christian Volkmer1-4/+3
2025-08-25fix: mime type representation in kafka header (#139)Paul-Christian Volkmer1-5/+3
2025-08-20feat: configuration of genomDe test submission via ↵jlidke1-29/+24
'app.genomDeTestSubmission' = 'true', is implemented, now. (#136) Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de>
2025-08-18feat: do not default to test submissions (#135)Paul-Christian Volkmer1-1/+1