C#
Objective-C
C++/CLI
public enum DicomTemporalPointType
typedef NS_ENUM(NSInteger, LTDicomTemporalPointType) {
LTDicomTemporalPointTypeUndefined,
LTDicomTemporalPointTypeReferencedSamplePositions,
LTDicomTemporalPointTypeReferencedTimeOffsets,
LTDicomTemporalPointTypeReferencedDatetime,
};
public enum class DicomTemporalPointType
Value | Member | Description |
---|---|---|
0 | Undefined | Undefined |
1 | 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. |
2 | 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. |
3 | ReferencedDatetime | TemporalPointCount represents the values under the "Referenced Datetime" (0040,A13A)) element, and in this case you can call GetReferencedDatetime to retrieve those values. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document