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

Class used to keep track of recursion within sequences
Afficher le fichier Open project: jasper-yeh/ClearCanvas

Méthodes publiques

Свойство 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
Résultat long

Curpos public_oe property

public long Curpos
Résultat long

Current public_oe property

public DicomAttributeCollection Current
Résultat DicomAttributeCollection

Len public_oe property

public long Len
Résultat long

Parent public_oe property

public DicomAttributeCollection Parent
Résultat DicomAttributeCollection

Pos public_oe property

public long Pos
Résultat long

Tag public_oe property

public DicomTag Tag
Résultat DicomTag