AnonymizeInPlace

AnonymizeInPlace(DicomFile)

Anonymizes a dataset of the given file.

public void AnonymizeInPlace(DicomFile file)
ParameterTypeDescription
fileDicomFileThe DICOM file containing the dataset to be anonymized (the file will be altered).

Remarks

The given file will be altered.

See Also


AnonymizeInPlace(Dataset)

Anonymizes the given dataset.

public void AnonymizeInPlace(Dataset dataset)
ParameterTypeDescription
datasetDatasetThe DICOM dataset to be anonymized (the dataset will be altered).

Remarks

The given dataset will be altered.

See Also