Class DicomFragmentSequence
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Abstract class for representing fragment sequences of DICOM pixel data.
public abstract class DicomFragmentSequence : DicomItem, IComparable<DicomItem>, IComparable, IEnumerable<IByteBuffer>, IEnumerable
- Inheritance
-
DicomFragmentSequence
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DicomFragmentSequence(DicomTag)
Initializes an instance of the DicomFragmentSequence abstract class.
protected DicomFragmentSequence(DicomTag tag)
Parameters
tag
DicomTag
Properties
Fragments
Gets the collection of fragments.
public IList<IByteBuffer> Fragments { get; }
Property Value
OffsetTable
Gets the fragment offset table.
public IList<uint> OffsetTable { get; }
Property Value
Methods
GetEnumerator()
public IEnumerator<IByteBuffer> GetEnumerator()