←Select platform

DicomTemporalPointType Enumeration

Summary

Specifies the type of values TemporalPointCount represents.

Syntax

C#
VB
WinRT C#
C++
public enum DicomTemporalPointType   
Public Enum DicomTemporalPointType  
    
    
public enum DicomTemporalPointType    
Leadtools.Dicom.DicomTemporalPointType = function() { }; 
Leadtools.Dicom.DicomTemporalPointType.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
public enum class DicomTemporalPointType   

Members

ValueMemberDescription
0Undefined Undefined
1ReferencedSamplePositions TemporalPointCount represents the values under the "Referenced Sample Positions" (0040,A132) element, and in this case you can call GetReferencedSamplePositions to retrieve those values.
2ReferencedTimeOffsets TemporalPointCount represents the values under the "Referenced Time Offsets" (0040,A138) element, and in this case you can call GetReferencedTimeOffsets to retrieve those values.
3ReferencedDatetime TemporalPointCount represents the values under the "Referenced Datetime" (0040,A13A)) element, and in this case you can call GetReferencedDatetime to retrieve those values.
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly