Class ParseState
Container class for DICOM file parsing states.
Inherited Members
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 |