←Select platform

DicomTemporalPointType Enumeration

Summary

Specifies the type of values TemporalPointCount represents.

Syntax
C#
VB
C++
public enum DicomTemporalPointType   
Public Enum DicomTemporalPointType  
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly