AnonymizeInPlace
AnonymizeInPlace(DicomFile)
Anonymizes a dataset of the given file.
public void AnonymizeInPlace(DicomFile file)
| Parameter | Type | Description |
|---|---|---|
| file | DicomFile | The DICOM file containing the dataset to be anonymized (the file will be altered). |
Remarks
The given file will be altered.
See Also
- class DicomFile
- class Anonymizer
- namespace Aspose.Medical.Dicom.Anonymization
- assembly Aspose.Medical
AnonymizeInPlace(Dataset)
Anonymizes the given dataset.
public void AnonymizeInPlace(Dataset dataset)
| Parameter | Type | Description |
|---|---|---|
| dataset | Dataset | The DICOM dataset to be anonymized (the dataset will be altered). |
Remarks
The given dataset will be altered.
See Also
- class Dataset
- class Anonymizer
- namespace Aspose.Medical.Dicom.Anonymization
- assembly Aspose.Medical