Search Results for

    Show / Hide Table of Contents

    Class DicomDate

    Date (DA)

    Inheritance
    Object
    DicomItem
    DicomElement
    DicomStringElement
    DicomMultiStringElement
    DicomDateElement
    DicomDate
    Implements
    IComparable<DicomItem>
    IComparable
    Inherited Members
    DicomDateElement.DateFormats
    DicomDateElement.Get<T>(Int32)
    DicomMultiStringElement.Count
    DicomMultiStringElement.ValidateString()
    DicomStringElement.Encoding
    DicomStringElement.StringValue
    DicomElement.Buffer
    DicomElement.Length
    DicomElement.Validate()
    DicomElement.ValidateVM()
    DicomItem.Tag
    DicomItem.CompareTo(DicomItem)
    DicomItem.CompareTo(Object)
    DicomItem.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomDate : DicomDateElement, IComparable<DicomItem>, IComparable

    Constructors

    DicomDate(DicomTag, DicomDateRange)

    Declaration
    public DicomDate(DicomTag tag, DicomDateRange range)
    Parameters
    Type Name Description
    DicomTag tag
    DicomDateRange range

    DicomDate(DicomTag, IByteBuffer)

    Declaration
    public DicomDate(DicomTag tag, IByteBuffer data)
    Parameters
    Type Name Description
    DicomTag tag
    IByteBuffer data

    DicomDate(DicomTag, DateTime[])

    Declaration
    public DicomDate(DicomTag tag, params DateTime[] values)
    Parameters
    Type Name Description
    DicomTag tag
    DateTime[] values

    DicomDate(DicomTag, String[])

    Declaration
    public DicomDate(DicomTag tag, params string[] values)
    Parameters
    Type Name Description
    DicomTag tag
    String[] values

    Properties

    ValueRepresentation

    Declaration
    public override DicomVR ValueRepresentation { get; }
    Property Value
    Type Description
    DicomVR
    Overrides
    DicomItem.ValueRepresentation

    Implements

    System.IComparable<T>
    System.IComparable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors