Table of Contents

Class MapValueDicomTransformRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Maps the value of a DICOM element to a value.

public class MapValueDicomTransformRule : IDicomTransformRule
Inheritance
MapValueDicomTransformRule
Implements
Inherited Members
Extension Methods

Constructors

MapValueDicomTransformRule(DicomTag, string, string)

public MapValueDicomTransformRule(DicomTag tag, string match, string value)

Parameters

tag DicomTag
match string
value string

Methods

ToString()

public override string ToString()

Returns

string

Transform(DicomDataset, DicomDataset)

public void Transform(DicomDataset dataset, DicomDataset modifiedAttributesSequenceItem = null)

Parameters

dataset DicomDataset
modifiedAttributesSequenceItem DicomDataset