DeidentifyConfig constructor
DeidentifyConfig({
- DicomConfig? dicom,
- FhirConfig? fhir,
- ImageConfig? image,
- TextConfig? text,
- bool? useRegionalDataProcessing,
Implementation
DeidentifyConfig({
this.dicom,
this.fhir,
this.image,
this.text,
this.useRegionalDataProcessing,
});