Search Results for

    Show / Hide Table of Contents

    Class DicomSequence

    Representation of a DICOM sequence of items.

    Inheritance
    Object
    DicomItem
    DicomSequence
    Implements
    IComparable<DicomItem>
    IComparable
    IEnumerable<DicomDataset>
    IEnumerable
    Inherited Members
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    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 class DicomSequence : DicomItem, IComparable<DicomItem>, IComparable, IEnumerable<DicomDataset>, IEnumerable

    Constructors

    DicomSequence(DicomTag, DicomDataset[])

    Initializes an instance of the DicomSequence class.

    Declaration
    public DicomSequence(DicomTag tag, params DicomDataset[] items)
    Parameters
    Type Name Description
    DicomTag tag

    DICOM sequence tag.

    DicomDataset[] items

    Dataset items constituting the sequence.

    Properties

    Items

    Gets the dataset items constituting the sequence.

    Declaration
    public IList<DicomDataset> Items { get; }
    Property Value
    Type Description
    IList<DicomDataset>

    ValueRepresentation

    Gets the Value Representation of the item.

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

    Methods

    GetEnumerator()

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

    Validate()

    Declaration
    public override void Validate()
    Overrides
    DicomItem.Validate()

    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