Table of Contents

Class DicomDate

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Date (DA)

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

Constructors

DicomDate(DicomTag, DicomDateRange)

public DicomDate(DicomTag tag, DicomDateRange range)

Parameters

tag DicomTag
range DicomDateRange

DicomDate(DicomTag, IByteBuffer)

public DicomDate(DicomTag tag, IByteBuffer data)

Parameters

tag DicomTag
data IByteBuffer

DicomDate(DicomTag, params DateTime[])

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

Parameters

tag DicomTag
values DateTime[]

DicomDate(DicomTag, params string[])

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