Table of Contents

Class DicomLongString

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Long String (LO)

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

Constructors

DicomLongString(DicomTag, params string[])

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

Parameters

tag DicomTag
values string[]

DicomLongString(DicomTag, Encoding[], IByteBuffer)

public DicomLongString(DicomTag tag, Encoding[] encoding, IByteBuffer data)

Parameters

tag DicomTag
encoding Encoding[]
data IByteBuffer

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR