Class RemoveElementDicomTransformRule
Remove an element from a DICOM dataset.
Inheritance
RemoveElementDicomTransformRule
Namespace: Dicom
Assembly: cs.temp.dll.dll
public class RemoveElementDicomTransformRule : IDicomTransformRule
Constructors
Declaration
public RemoveElementDicomTransformRule(DicomMaskedTag mask)
Parameters
Methods
Declaration
public override string ToString()
Returns
Overrides
Declaration
public void Transform(DicomDataset dataset, DicomDataset modifiedAttributesSequenceItem = null)
Parameters
Implements