DicomConfig constructor

DicomConfig({
  1. String? filterProfile,
  2. TagFilterList? keepList,
  3. TagFilterList? removeList,
  4. bool? skipIdRedaction,
})

Implementation

DicomConfig({
  this.filterProfile,
  this.keepList,
  this.removeList,
  this.skipIdRedaction,
});