Table of Contents

Class AppendDicomTransformRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Append the value of a DICOM element.

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

Constructors

AppendDicomTransformRule(DicomTag, string)

public AppendDicomTransformRule(DicomTag tag, string append)

Parameters

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