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 |