Search Results for

    Show / Hide Table of Contents

    Class DicomFragmentSequence

    Abstract class for representing fragment sequences of DICOM pixel data.

    Inheritance
    Object
    DicomItem
    DicomFragmentSequence
    DicomOtherByteFragment
    DicomOtherWordFragment
    Implements
    IComparable<DicomItem>
    IComparable
    IEnumerable<IByteBuffer>
    IEnumerable
    Inherited Members
    DicomItem.Tag
    DicomItem.ValueRepresentation
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    DicomItem.Validate()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class DicomFragmentSequence : DicomItem, IComparable<DicomItem>, IComparable, IEnumerable<IByteBuffer>, IEnumerable

    Constructors

    DicomFragmentSequence(DicomTag)

    Initializes an instance of the DicomFragmentSequence abstract class.

    Declaration
    protected DicomFragmentSequence(DicomTag tag)
    Parameters
    Type Name Description
    DicomTag tag

    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
    Type Description
    IList<UInt32>

    Methods

    GetEnumerator()

    Declaration
    public IEnumerator<IByteBuffer> GetEnumerator()
    Returns
    Type Description
    IEnumerator<IByteBuffer>

    Explicit Interface Implementations

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    System.IComparable<T>
    System.IComparable
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors