Changelog
Added
- Added (optional) DicomFileSize property to ETL pipeline. Add to template(s) with:
- ColumnName: DicomFileSize
AllowNulls: true
Type:
CSharpType: System.Int64
- Added new microservice IsIdentifiable which scans for personally identifiable information (in databases and dicom files)
- Added support for custom rules in IsIdentifiable (entered in
Rules.yaml
)
- Rules are applied in the order they appear in this file
- Rules are applied before any other classifiers (i.e. to allow whitelisting rules)
Changed
- Updated RDMP and Dicom plugins
- Refactor Java exception handling and use of threads