summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/input/MtbFileRestController.kt
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer1-1/+2
2026-03-12feat: save error request for non json (#266)Paul-Christian Volkmer1-0/+17
2026-03-11feat: save error request for invalid input (#264)Paul-Christian Volkmer1-28/+29
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer1-9/+2
2025-11-21feat: add alternative endpoints for request (#196)Paul-Christian Volkmer1-3/+9
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer1-25/+27
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer1-5/+11
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-32/+1
2025-07-23refactor: simple code cleanups (#125)Paul-Christian Volkmer1-17/+15
2025-07-2263 check consent status (#120)jlidke1-6/+27
2025-04-06feat: support multiple request content types (#109)Paul-Christian Volkmer1-4/+5
2025-04-06feat: add endpoint for DNPM-Datamodel V2 using content negotiation (#104)Paul-Christian Volkmer1-2/+11
2025-04-04feat: add new MTB endpoint path (#93)Paul-Christian Volkmer1-2/+2
2025-03-23Code cleanup (#87)Paul-Christian Volkmer1-2/+2
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-2/+4
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-0/+61