C#
Objective-C
C++/CLI
public enum DicomTemporalRangeType
typedef NS_ENUM(NSInteger, LTDicomTemporalRangeType) {
LTDicomTemporalRangeTypeUndefined = 0,
LTDicomTemporalRangeTypePoint = 1,
LTDicomTemporalRangeTypeMultipoint = 2,
LTDicomTemporalRangeTypeSegment = 3,
LTDicomTemporalRangeTypeMultisegment = 4,
LTDicomTemporalRangeTypeBegin = 5,
LTDicomTemporalRangeTypeEnd = 6,
};
public enum class DicomTemporalRangeType
Value | Member | Description |
---|---|---|
0 | Undefined | Undefined |
1 | Point | POINT (a single temporal point) |
2 | Multipoint | MULTIPOINT (multiple temporal points) |
3 | Segment | SEGMENT (a range between two temporal points) |
4 | Multisegment | MULTISEGMENT (multiple segments, each denoted by two temporal points) |
5 | Begin | BEGIN (a range beginning at one temporal point, and extending beyond the end of the acquired data) |
6 | End | END (a range beginning before the start of the acquired data, and extending to (and including) the identified temporal point). |
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