←Select platform

DicomTemporalPointType Enumeration

Summary
Specifies the type of values TemporalPointCount represents.
Syntax
C#
Objective-C
C++/CLI
public enum DicomTemporalPointType   
typedef NS_ENUM(NSInteger, LTDicomTemporalPointType) { 
	LTDicomTemporalPointTypeUndefined,  
	LTDicomTemporalPointTypeReferencedSamplePositions,  
	LTDicomTemporalPointTypeReferencedTimeOffsets,  
	LTDicomTemporalPointTypeReferencedDatetime,  
}; 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.