Class DicomDirectoryEntry
Class that holds the Record entries of an entry across the different levels
Inheritance
DicomDirectoryEntry
Assembly: cs.temp.dll.dll
Syntax
public class DicomDirectoryEntry
Properties
InstanceRecord
Declaration
public DicomDirectoryRecord InstanceRecord { get; set; }
Property Value
PatientRecord
Declaration
public DicomDirectoryRecord PatientRecord { get; set; }
Property Value
SeriesRecord
Declaration
public DicomDirectoryRecord SeriesRecord { get; set; }
Property Value
StudyRecord
Declaration
public DicomDirectoryRecord StudyRecord { get; set; }
Property Value