Table of Contents

Class PadStringDicomTransformRule

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Pads a DICOM element value.

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

Constructors

PadStringDicomTransformRule(DicomTag, int, char)

public PadStringDicomTransformRule(DicomTag tag, int totalLength, char paddingChar)

Parameters

tag DicomTag
totalLength int
paddingChar char

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