Table of Contents

Class DicomDateElement

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll
public abstract class DicomDateElement : DicomMultiStringElement, IComparable<DicomItem>, IComparable
Inheritance
DicomDateElement
Implements
Derived
Inherited Members
Extension Methods

Constructors

DicomDateElement(DicomTag, string[], DicomDateRange)

Initializes a DicomDateElement instance.

protected DicomDateElement(DicomTag tag, string[] dateFormats, DicomDateRange range)

Parameters

tag DicomTag

DICOM tag.

dateFormats string[]

Supported date/time formats.

range DicomDateRange

Date/time range.

DicomDateElement(DicomTag, string[], IByteBuffer)

Initializes a DicomDateElement instance.

protected DicomDateElement(DicomTag tag, string[] dateFormats, IByteBuffer buffer)

Parameters

tag DicomTag

DICOM tag.

dateFormats string[]

Supported date/time formats.

buffer IByteBuffer

Byte buffer from which to read values.

DicomDateElement(DicomTag, string[], params DateTime[])

Initializes a DicomDateElement instance.

protected DicomDateElement(DicomTag tag, string[] dateFormats, params DateTime[] values)

Parameters

tag DicomTag

DICOM tag.

dateFormats string[]

Supported date/time formats.

values DateTime[]

Values.

DicomDateElement(DicomTag, string[], params string[])

Initializes a DicomDateElement instance.

protected DicomDateElement(DicomTag tag, string[] dateFormats, params string[] values)

Parameters

tag DicomTag

DICOM tag.

dateFormats string[]

Supported date/time formats.

values string[]

Values.

Properties

DateFormats

Supported date formats.

protected string[] DateFormats { get; }

Property Value

string[]

Methods

Get<T>(int)

Get element value(s).

public override T Get<T>(int item = -1)

Parameters

item int

Item index, if applicable.

Returns

T

Value(s) of type T, at position item if applicable.

Type Parameters

T

Return value type.