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
DicomTagDICOM tag.
dateFormats
string[]Supported date/time formats.
range
DicomDateRangeDate/time range.
DicomDateElement(DicomTag, string[], IByteBuffer)
Initializes a DicomDateElement instance.
protected DicomDateElement(DicomTag tag, string[] dateFormats, IByteBuffer buffer)
Parameters
tag
DicomTagDICOM tag.
dateFormats
string[]Supported date/time formats.
buffer
IByteBufferByte 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
DicomDateElement(DicomTag, string[], params string[])
Initializes a DicomDateElement instance.
protected DicomDateElement(DicomTag tag, string[] dateFormats, params string[] values)
Parameters
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
intItem index, if applicable.
Returns
- T
Value(s) of type
T
, at positionitem
if applicable.
Type Parameters
T
Return value type.