Leadtools.Dicom Namespace : DicomTemporalPointType Enumeration |
public enum DicomTemporalPointType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomTemporalPointType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomTemporalPointType
public enum DicomTemporalPointType : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomTemporalPointType = function() { }; Leadtools.Dicom.DicomTemporalPointType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomTemporalPointType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ReferencedDatetime | TemporalPointCount represents the values under the "Referenced Datetime" (0040,A13A)) element, and in this case you can call GetReferencedDatetime to retrieve those values. |
ReferencedSamplePositions | TemporalPointCount represents the values under the "Referenced Sample Positions" (0040,A132) element, and in this case you can call GetReferencedSamplePositions to retrieve those values. |
ReferencedTimeOffsets | TemporalPointCount represents the values under the "Referenced Time Offsets" (0040,A138) element, and in this case you can call GetReferencedTimeOffsets to retrieve those values. |
Undefined | Undefined |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTemporalPointType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2