Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomOtherByteFragment

    Class representing a fragment sequence of Other Byte (OB) items.

    Inheritance
    System.Object
    DicomItem
    DicomFragmentSequence
    DicomOtherByteFragment
    Implements
    System.IComparable<DicomItem>
    System.IComparable
    System.Collections.Generic.IEnumerable<IByteBuffer>
    System.Collections.IEnumerable
    Inherited Members
    DicomFragmentSequence.OffsetTable
    DicomFragmentSequence.Fragments
    DicomFragmentSequence.GetEnumerator()
    DicomFragmentSequence.IEnumerable.GetEnumerator()
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    DicomItem.Validate()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomOtherByteFragment : DicomFragmentSequence, IComparable<DicomItem>, IComparable, IEnumerable<IByteBuffer>, IEnumerable

    Constructors

    DicomOtherByteFragment(DicomTag)

    Declaration
    public DicomOtherByteFragment(DicomTag tag)
    Parameters
    Type Name Description
    DicomTag tag

    Properties

    ValueRepresentation

    Gets the Value Representation of the item.

    Declaration
    public override DicomVR ValueRepresentation { get; }
    Property Value
    Type Description
    DicomVR
    Overrides
    DicomItem.ValueRepresentation

    Implements

    System.IComparable<T>
    System.IComparable
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.Each<T>(IEnumerable<T>, Action<T>)
    LinqExtensions.Diff<S, T>(IEnumerable<S>, Func<S, S, T>)
    LinqExtensions.FilterByType<T>(IEnumerable<Object>)
    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors