Class DicomDirectoryEntry
Class that holds the Record entries of an entry across the different levels
Inheritance
System.Object
DicomDirectoryEntry
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.Media
Assembly: fo-dicom.core.dll
Syntax
public class DicomDirectoryEntry
Properties
InstanceRecord
Declaration
public DicomDirectoryRecord InstanceRecord { get; set; }
Property Value
Type | Description |
---|---|
DicomDirectoryRecord |
PatientRecord
Declaration
public DicomDirectoryRecord PatientRecord { get; set; }
Property Value
Type | Description |
---|---|
DicomDirectoryRecord |
SeriesRecord
Declaration
public DicomDirectoryRecord SeriesRecord { get; set; }
Property Value
Type | Description |
---|---|
DicomDirectoryRecord |
StudyRecord
Declaration
public DicomDirectoryRecord StudyRecord { get; set; }
Property Value
Type | Description |
---|---|
DicomDirectoryRecord |