Table of Contents

Class DicomTime

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Time (TM)

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

Constructors

DicomTime(DicomTag, DicomDateRange)

public DicomTime(DicomTag tag, DicomDateRange range)

Parameters

tag DicomTag
range DicomDateRange

DicomTime(DicomTag, IByteBuffer)

public DicomTime(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomTime(DicomTag, params DateTime[])

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

Parameters

tag DicomTag
values DateTime[]

DicomTime(DicomTag, params string[])

public DicomTime(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