Table of Contents

Class DicomUnlimitedCharacters

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Unlimited Characters (UC)

public class DicomUnlimitedCharacters : DicomMultiStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomUnlimitedCharacters
Implements
Inherited Members
Extension Methods

Constructors

DicomUnlimitedCharacters(DicomTag, params string[])

public DicomUnlimitedCharacters(DicomTag tag, params string[] values)

Parameters

tag DicomTag
values string[]

DicomUnlimitedCharacters(DicomTag, Encoding[], IByteBuffer)

public DicomUnlimitedCharacters(DicomTag tag, Encoding[] encodings, IByteBuffer data)

Parameters

tag DicomTag
encodings Encoding[]
data IByteBuffer

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR

Methods

ValidateVM()

protected override void ValidateVM()