Table of Contents

Class DicomDirectoryRecord

Namespace
FellowOakDicom.Media
Assembly
fo-dicom.core.dll
public class DicomDirectoryRecord : DicomDataset, IEnumerable<DicomItem>, IEnumerable, IEquatable<DicomDataset>
Inheritance
DicomDirectoryRecord
Implements
Inherited Members
Extension Methods

Constructors

DicomDirectoryRecord()

public DicomDirectoryRecord()

DicomDirectoryRecord(DicomDataset)

public DicomDirectoryRecord(DicomDataset dataset)

Parameters

dataset DicomDataset

DicomDirectoryRecord(IEnumerable<DicomItem>)

public DicomDirectoryRecord(IEnumerable<DicomItem> items)

Parameters

items IEnumerable<DicomItem>

Properties

DirectoryRecordType

public string DirectoryRecordType { get; }

Property Value

string

LowerLevelDirectoryRecord

public DicomDirectoryRecord LowerLevelDirectoryRecord { get; set; }

Property Value

DicomDirectoryRecord

LowerLevelDirectoryRecordCollection

public DicomDirectoryRecordCollection LowerLevelDirectoryRecordCollection { get; }

Property Value

DicomDirectoryRecordCollection

NextDirectoryRecord

public DicomDirectoryRecord NextDirectoryRecord { get; set; }

Property Value

DicomDirectoryRecord

Offset

public uint Offset { get; }

Property Value

uint

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.