Table of Contents

Class SetValueDicomTransformRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Sets the value of a DICOM element.

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

Constructors

SetValueDicomTransformRule(DicomTag, string)

public SetValueDicomTransformRule(DicomTag tag, string value)

Parameters

tag DicomTag
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