Class MapValueDicomTransformRule
Maps the value of a DICOM element to a value.
Inheritance
MapValueDicomTransformRule
Namespace: Dicom
Assembly: cs.temp.dll.dll
public class MapValueDicomTransformRule : IDicomTransformRule
Constructors
Declaration
public MapValueDicomTransformRule(DicomTag tag, string match, string value)
Parameters
Methods
Declaration
public override string ToString()
Returns
Overrides
Declaration
public void Transform(DicomDataset dataset, DicomDataset modifiedAttributesSequenceItem = null)
Parameters
Implements