DeidentifyDicomStoreRequest constructor
DeidentifyDicomStoreRequest({
- DeidentifyConfig? config,
- String? destinationStore,
- DicomFilterConfig? filterConfig,
- String? gcsConfigUri,
Implementation
DeidentifyDicomStoreRequest({
this.config,
this.destinationStore,
this.filterConfig,
this.gcsConfigUri,
});