Table of Contents

Class DicomDateTime

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Date Time (DT)

public class DicomDateTime : DicomDateElement, IComparable<DicomItem>, IComparable
Inheritance
DicomDateTime
Implements
Inherited Members
Extension Methods

Constructors

DicomDateTime(DicomTag, DicomDateRange)

public DicomDateTime(DicomTag tag, DicomDateRange range)

Parameters

tag DicomTag
range DicomDateRange

DicomDateTime(DicomTag, IByteBuffer)

public DicomDateTime(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomDateTime(DicomTag, params DateTime[])

public DicomDateTime(DicomTag tag, params DateTime[] values)

Parameters

tag DicomTag
values DateTime[]

DicomDateTime(DicomTag, params string[])

public DicomDateTime(DicomTag tag, params string[] values)

Parameters

tag DicomTag
values string[]

Properties

ValueRepresentation

Gets the Value Representation of the item.

public override DicomVR ValueRepresentation { get; }

Property Value

DicomVR