| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-24 | refactor: JacksonConfig for deprecated MappingJackson2HttpMessageConverter ↵ | Paul-Christian Volkmer | 1 | -0/+50 | |
| (#285) | |||||
| 2026-04-23 | test: add test for addition submission after addition | Paul-Christian Volkmer | 1 | -0/+111 | |
| 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 | 4 | -9/+21 | |
| 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-12-10 | test: update fake patient data (#224) | Paul-Christian Volkmer | 1 | -780/+1778 | |
| This is required due to value format changes in DNPM:DIP for TNM etc. | |||||
| 2025-12-04 | feat: check MII broad consent (#213) | Paul-Christian Volkmer | 3 | -34/+559 | |
| 2025-12-03 | feat: simple HTTP GET based consent fetch (#208) | Paul-Christian Volkmer | 1 | -0/+155 | |
| 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-10 | feat: config option for broad consent version (#189) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2025-11-07 | fix: use ..hc.core5.net.URIBuilder for URI (#187)v0.12.0-rc.2 | Paul-Christian Volkmer | 1 | -14/+15 | |
| 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 | 2 | -0/+72 | |
| 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 | 3 | -0/+1442 | |
| 2025-10-28 | feat: do not convert MII consent again (#169) | Paul-Christian Volkmer | 1 | -0/+26 | |
| 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-23 | fix: remove entry from consent.category (#162) | Paul-Christian Volkmer | 1 | -5/+0 | |
| 2025-10-23 | fix: add MII Broad Consent Category (#160) | Paul-Christian Volkmer | 1 | -0/+5 | |
| 2025-10-22 | build: add spotless for java code (#158) | Paul-Christian Volkmer | 1 | -191/+184 | |
| 2025-10-22 | Merge pull request #154 | Paul-Christian Volkmer | 3 | -70/+622 | |
| 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 | 4 | -1986/+1847 | |
| 2025-08-15 | feat: check consent for DNPM 2.1 requests (#126) | Paul-Christian Volkmer | 7 | -85/+633 | |
| 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 | 11 | -37/+4499 | |
| Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de> | |||||
| 2025-07-20 | chore: update mtb data model example file (#123) | Paul-Christian Volkmer | 1 | -1034/+915 | |
| 2025-06-26 | chore: data model changes (#117) | Paul-Christian Volkmer | 2 | -999/+1021 | |
| See: https://github.com/dnpm-dip/mtb-model/commit/3234082af1faf40d6b2faa67f8afcef95d2a5a3b | |||||
