summaryrefslogtreecommitdiff
path: root/src/main/java/dev/dnpm
AgeCommit message (Collapse)AuthorFilesLines
2023-07-27Code polish for PRPaul-Christian Volkmer1-26/+17
* Do not use component creation using annotation on classes since components will be created within AppConfiguration config class * Patient PseudonymizeService intentionally uses prefix. If no prefix is configured, the default value "UNKNOWN" will be used to prevent conflicts with other organizations and to show the source organization.
2023-07-27feat: patient pid may be replaced with gPAS pseudonym, now.Jakub Lidke2-8/+250
2023-07-24Initial commitPaul-Christian Volkmer2-0/+67