DeidentifyConfig class

Configures de-id options specific to different types of content.

Each submessage customizes the handling of an https://tools.ietf.org/html/rfc6838 media type or subtype. Configs are applied in a nested manner at runtime.

Constructors

DeidentifyConfig({DicomConfig? dicom, FhirConfig? fhir, ImageConfig? image, TextConfig? text, bool? useRegionalDataProcessing})
DeidentifyConfig.fromJson(Map json_)

Properties

dicom DicomConfig?
Configures de-id of application/DICOM content.
getter/setter pair
fhir FhirConfig?
Configures de-id of application/FHIR content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image ImageConfig?
Configures de-identification of image pixels wherever they are found in the source_dataset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text TextConfig?
Configures de-identification of text wherever it is found in the source_dataset.
getter/setter pair
useRegionalDataProcessing bool?
Ensures in-flight data remains in the region of origin during de-identification.
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