C# Class ClearCanvas.Dicom.IO.DicomStreamReader.SequenceRecord

Class used to keep track of recursion within sequences
Mostrar archivo Open project: jasper-yeh/ClearCanvas

Public Properties

Property Type Description
Curlen long
Curpos long
Current DicomAttributeCollection
Len long
Parent DicomAttributeCollection
Pos long
Tag DicomTag

Property Details

Curlen public_oe property

public long Curlen
return long

Curpos public_oe property

public long Curpos
return long

Current public_oe property

public DicomAttributeCollection Current
return DicomAttributeCollection

Len public_oe property

public long Len
return long

Parent public_oe property

public DicomAttributeCollection Parent
return DicomAttributeCollection

Pos public_oe property

public long Pos
return long

Tag public_oe property

public DicomTag Tag
return DicomTag