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

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