Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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
Leadtools.Dicom.DicomTemporalPointType = function() { }; Leadtools.Dicom.DicomTemporalPointType.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
public enum class DicomTemporalPointType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Undefined | Undefined |
0x00000001 | 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. |
0x00000002 | 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. |
0x00000003 | ReferencedDatetime | TemporalPointCount represents the values under the "Referenced Datetime" (0040,A13A)) element, and in this case you can call GetReferencedDatetime to retrieve those values. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTemporalPointType