| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-22 | test: add test for initial submission | Paul-Christian Volkmer | 1 | -1/+99 | |
| 2026-04-22 | fix: do not block earlier initial requests with error response (#281) | Paul-Christian Volkmer | 1 | -4/+128 | |
| 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-12 | refactor: extract List.toPage() implementation (#269) | Paul-Christian Volkmer | 1 | -0/+69 | |
| 2026-03-12 | fix: filter request list into page (#267) | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2026-03-12 | feat: save error request for non json (#266) | Paul-Christian Volkmer | 1 | -237/+257 | |
| 2026-03-11 | feat: save error request for invalid input (#264) | Paul-Christian Volkmer | 2 | -829/+852 | |
| 2026-03-11 | feat: add request filter (#262) | Paul-Christian Volkmer | 1 | -172/+266 | |
| 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-06 | fix: ensure metadata is initialized using MtbFileConsentService | Paul-Christian Volkmer | 1 | -0/+24 | |
| 2026-03-06 | feat: save TAN for MTB requests (#253) | Paul-Christian Volkmer | 3 | -1/+91 | |
| 2026-03-05 | deps!: migrate to Spring Boot 4 (#250) | Paul-Christian Volkmer | 2 | -7/+19 | |
| 2026-01-22 | feat!: allow missing GenomDE gICS domain name (#244) | Paul-Christian Volkmer | 1 | -6/+6 | |
| 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-21 | feat: always send dataset without consent (#243) | Paul-Christian Volkmer | 1 | -0/+43 | |
| 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-07 | feat!: do not delete patient information if no consent is given (#236) | Paul-Christian Volkmer | 3 | -67/+91 | |
| 2026-01-06 | feat: block further initial submissions (#232) | Paul-Christian Volkmer | 4 | -3/+253 | |
| 2025-12-16 | deps!: update dto lib to version 0.2.0 (#226) | Paul-Christian Volkmer | 1 | -4/+7 | |
| 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-11-21 | feat: add alternative endpoints for request (#196) | Paul-Christian Volkmer | 2 | -34/+103 | |
| 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-20 | fix: possible NPE for MSI anonymization (#195) | Paul-Christian Volkmer | 1 | -0/+41 | |
| 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-11 | chore: use spotless for kotlin code (#191) | Paul-Christian Volkmer | 20 | -2379/+2390 | |
| 2025-11-06 | fix: docs uses APP_PSEUDOMYMIZE_GPAS_PID_DOMAIN (#184) | Paul-Christian Volkmer | 1 | -0/+1 | |
| 2025-11-04 | fix: errors in response parsing (#181)v0.12.0-rc.1 | Paul-Christian Volkmer | 1 | -0/+36 | |
| 2025-11-03 | fix: do not re-anonymize diagnosis ID (#179) | Paul-Christian Volkmer | 1 | -0/+11 | |
| 2025-11-01 | test: check equal anonymization for diagnosis and references (#177) | Paul-Christian Volkmer | 1 | -2/+61 | |
| This should ensure correct anonymization because some cases of non-resolvable references have been observed in previous runs. | |||||
| 2025-10-31 | fix: only send nested content with MTB record (#175) | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2025-10-31 | fix: getProvisionTypeByPolicyCode updated to new consent structure (#173) | jlidke | 1 | -0/+58 | |
| 2025-10-28 | test: add check result emit tests (#168) | Paul-Christian Volkmer | 1 | -16/+145 | |
| 2025-10-27 | fix: use correct gPAS URI for connection test (#166) | Paul-Christian Volkmer | 1 | -0/+141 | |
| 2025-10-22 | Merge pull request #154 | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-08-27 | fix: add missing requestId to KafkaMtbFileSender (#142) | Paul-Christian Volkmer | 1 | -0/+2 | |
| 2025-08-25 | fix: mime type representation in kafka header (#139) | Paul-Christian Volkmer | 1 | -2/+9 | |
| 2025-08-20 | feat: configuration of genomDe test submission via ↵ | jlidke | 1 | -0/+38 | |
| 'app.genomDeTestSubmission' = 'true', is implemented, now. (#136) Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de> | |||||
| 2025-08-18 | 132 fix consent check (#133) | jlidke | 2 | -15/+37 | |
| 2025-08-15 | feat: check consent for DNPM 2.1 requests (#126) | Paul-Christian Volkmer | 6 | -18/+508 | |
| Co-authored-by: Jakub Lidke <jakub.lidke@uni-marburg.de> | |||||
| 2025-08-14 | 108 anonym id mtb v2 (#131) | jlidke | 1 | -0/+58 | |
| 2025-08-12 | refactor: remove obsolete bwHC data model V1.0 (#129) | Paul-Christian Volkmer | 10 | -1135/+214 | |
| 2025-07-23 | refactor: simple code cleanups (#125) | Paul-Christian Volkmer | 1 | -41/+18 | |
| 2025-07-23 | 119 add transaction (#124) | jlidke | 1 | -2/+14 | |
| 2025-07-22 | 63 check consent status (#120) | jlidke | 6 | -37/+448 | |
| Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de> | |||||
| 2025-06-26 | chore: data model changes (#117) | Paul-Christian Volkmer | 1 | -1/+1 | |
| See: https://github.com/dnpm-dip/mtb-model/commit/3234082af1faf40d6b2faa67f8afcef95d2a5a3b | |||||
| 2025-05-30 | chore: update dnpm mtb dto library (#113) | Paul-Christian Volkmer | 3 | -65/+71 | |
| 2025-04-06 | feat: support multiple request content types (#109) | Paul-Christian Volkmer | 6 | -228/+443 | |
| 2025-04-06 | feat: add pseudonymization for patient IDs (#107) | Paul-Christian Volkmer | 1 | -145/+228 | |
| 2025-04-06 | feat: add endpoint for DNPM-Datamodel V2 using content negotiation (#104) | Paul-Christian Volkmer | 2 | -6/+114 | |
| This simply adds an REST endpoint without proper implementation. The goal is to accept DNPM V2 JSON data. | |||||
| 2025-04-04 | feat: add new MTB endpoint path (#93) | Paul-Christian Volkmer | 1 | -71/+109 | |
| 2025-04-03 | feat: use issue severity to create status (#90) | Paul-Christian Volkmer | 3 | -59/+241 | |
| 2025-03-23 | feat: do not retry on validation issues (#89) | Paul-Christian Volkmer | 1 | -4/+9 | |
| This will prevent retry if response is HTTP 400 or HTTP 422. | |||||
| 2025-03-22 | feat: handle and save issue report for non HTTP 2xx responses | Paul-Christian Volkmer | 2 | -8/+8 | |
| 2025-03-20 | chore: use API URL to DNPM:DIP | Paul-Christian Volkmer | 1 | -7/+7 | |
| 2025-03-08 | refactor: use different sender classes for bwHC and DIP | Paul-Christian Volkmer | 2 | -5/+267 | |
| 2025-03-08 | fix: use patient pseudonym value | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2025-03-08 | feat: Support POSTing data to dnpm:dip | Niklas Sombert | 1 | -7/+7 | |
