Class DicomFragmentSequence
Abstract class for representing fragment sequences of DICOM pixel data.
Inheritance
DicomFragmentSequence
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public abstract class DicomFragmentSequence : DicomItem, IComparable<DicomItem>, IComparable, IEnumerable<IByteBuffer>, IEnumerable
Constructors
DicomFragmentSequence(DicomTag)
Declaration
protected DicomFragmentSequence(DicomTag tag)
Parameters
Properties
Fragments
Gets the collection of fragments.
Declaration
public IList<IByteBuffer> Fragments { get; }
Property Value
Type |
Description |
IList<IByteBuffer> |
|
OffsetTable
Gets the fragment offset table.
Declaration
public IList<uint> OffsetTable { get; }
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<IByteBuffer> GetEnumerator()
Returns
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements