Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomTemporalPointType Enumeration








Specifies the type of values TemporalPointCount represents.
Syntax
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  
Members
ValueMemberDescription
0x00000000Undefined Undefined
0x00000001ReferencedSamplePositions TemporalPointCount represents the values under the "Referenced Sample Positions" (0040,A132) element, and in this case you can call GetReferencedSamplePositions to retrieve those values.
0x00000002ReferencedTimeOffsets TemporalPointCount represents the values under the "Referenced Time Offsets" (0040,A138) element, and in this case you can call GetReferencedTimeOffsets to retrieve those values.
0x00000003ReferencedDatetime TemporalPointCount represents the values under the "Referenced Datetime" (0040,A13A)) element, and in this case you can call GetReferencedDatetime to retrieve those values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomTemporalPointType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features