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()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Transform(DicomDataset, DicomDataset)

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

Parameters

dataset DicomDataset
modifiedAttributesSequenceItem DicomDataset