Table of Contents

Class DicomLongText

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Long Text (LT)

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

Constructors

DicomLongText(DicomTag, string)

public DicomLongText(DicomTag tag, string value)

Parameters

tag DicomTag
value string

DicomLongText(DicomTag, Encoding[], IByteBuffer)

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