Class ParseState
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
Container class for DICOM file parsing states.
public sealed class ParseState
- Inheritance
-
ParseState
- Inherited Members
- Extension Methods
Properties
PreviousTag
Gets or sets the previous DICOM tag associated with the parse state.
public DicomTag PreviousTag { get; set; }
Property Value
SequenceDepth
Gets or sets the sequence depth (zero-based) associated with the parse state.
public int SequenceDepth { get; set; }
Property Value
Tag
Gets or sets the DICOM tag associated with the parse state.
public DicomTag Tag { get; set; }