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
DicomTagrange
DicomDateRange
DicomDate(DicomTag, IByteBuffer)
public DicomDate(DicomTag tag, IByteBuffer data)
Parameters
tag
DicomTagdata
IByteBuffer
DicomDate(DicomTag, params DateTime[])
public DicomDate(DicomTag tag, params DateTime[] values)
Parameters
DicomDate(DicomTag, params string[])
public DicomDate(DicomTag tag, params string[] values)
Parameters
Properties
ValueRepresentation
Gets the Value Representation of the item.
public override DicomVR ValueRepresentation { get; }