Class DicomTime
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class DicomTime : DicomDateElement, IComparable<DicomItem>, IComparable
Constructors
DicomTime(DicomTag, DicomDateRange)
Declaration
public DicomTime(DicomTag tag, DicomDateRange range)
Parameters
DicomTime(DicomTag, IByteBuffer)
Declaration
public DicomTime(DicomTag tag, IByteBuffer data)
Parameters
Type |
Name |
Description |
DicomTag |
tag |
|
IByteBuffer |
data |
|
DicomTime(DicomTag, DateTime[])
Declaration
public DicomTime(DicomTag tag, params DateTime[] values)
Parameters
DicomTime(DicomTag, String[])
Declaration
public DicomTime(DicomTag tag, params string[] values)
Parameters
Properties
ValueRepresentation
Declaration
public override DicomVR ValueRepresentation { get; }
Property Value
Overrides
Implements