Table of Contents

Class CopyValueDicomTransformRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Copies the value of a DICOM element to another DICOM element.

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

Constructors

CopyValueDicomTransformRule(DicomTag, DicomTag)

public CopyValueDicomTransformRule(DicomTag src, DicomTag dst)

Parameters

src DicomTag
dst DicomTag

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