Table of Contents

Class DicomUnlimitedText

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Unlimited Text (UT)

public class DicomUnlimitedText : DicomStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomUnlimitedText
Implements
Inherited Members
Extension Methods

Constructors

DicomUnlimitedText(DicomTag, string)

public DicomUnlimitedText(DicomTag tag, string value)

Parameters

tag DicomTag
value string

DicomUnlimitedText(DicomTag, Encoding[], IByteBuffer)

public DicomUnlimitedText(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