Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ParseState

    Container class for DICOM file parsing states.

    Inheritance
    System.Object
    ParseState
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    public sealed class ParseState

    Properties

    PreviousTag

    Gets or sets the previous DICOM tag associated with the parse state.

    Declaration
    public DicomTag PreviousTag { get; set; }
    Property Value
    Type Description
    DicomTag

    SequenceDepth

    Gets or sets the sequence depth (zero-based) associated with the parse state.

    Declaration
    public int SequenceDepth { get; set; }
    Property Value
    Type Description
    System.Int32

    Tag

    Gets or sets the DICOM tag associated with the parse state.

    Declaration
    public DicomTag Tag { get; set; }
    Property Value
    Type Description
    DicomTag

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors