Search Results for

    Show / Hide Table of Contents

    Class ParseState

    Container class for DICOM file parsing states.

    Inheritance
    Object
    ParseState
    Inherited Members
    Object.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 sealed class ParseState

    Properties

    SequenceDepth

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

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

    Tag

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

    Declaration
    public DicomTag Tag { get; set; }
    Property Value
    Type Description
    DicomTag
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors