DicomConfig class

Specifies the parameters needed for de-identification of DICOM stores.

Constructors

DicomConfig({String? filterProfile, TagFilterList? keepList, TagFilterList? removeList, bool? skipIdRedaction})
DicomConfig.fromJson(Map json_)

Properties

filterProfile String?
Tag filtering profile that determines which tags to keep/remove. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keepList TagFilterList?
List of tags to keep.
getter/setter pair
removeList TagFilterList?
List of tags to remove.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipIdRedaction bool?
If true, skip replacing StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID, and MediaStorageSOPInstanceUID and leave them untouched.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited