DicomConfig constructor
DicomConfig({
- String? filterProfile,
- TagFilterList? keepList,
- TagFilterList? removeList,
- bool? skipIdRedaction,
Implementation
DicomConfig({
this.filterProfile,
this.keepList,
this.removeList,
this.skipIdRedaction,
});