- Make anonymisation configurable
- E.g.
anonymisation.tags=PatientName,PatientSex,PatientAddress
inapplication-site.conf
- If any values are provided for this setting then all other tags will be left intact
- See
app/util/Dicom.java
for default setting
- E.g.
- Allow restrictions on project identifiers to be disabled
- Add
projectIdentifier.validationDisabled=true
toapplication-site.conf
- Add