Class DicomDirectoryEntry
- Namespace
- FellowOakDicom.Media
- Assembly
- fo-dicom.core.dll
Class that holds the Record entries of an entry across the different levels
public class DicomDirectoryEntry
- Inheritance
-
DicomDirectoryEntry
- Inherited Members
- Extension Methods
Properties
InstanceRecord
public DicomDirectoryRecord InstanceRecord { get; set; }
Property Value
PatientRecord
public DicomDirectoryRecord PatientRecord { get; set; }
Property Value
SeriesRecord
public DicomDirectoryRecord SeriesRecord { get; set; }
Property Value
StudyRecord
public DicomDirectoryRecord StudyRecord { get; set; }