Table of Contents

Class ToUpperDicomTransformRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Changes the case of a DICOM element value to all upper case.

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

Constructors

ToUpperDicomTransformRule(DicomTag)

public ToUpperDicomTransformRule(DicomTag tag)

Parameters

tag 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