C#
VB
WinRT C#
C++
Represents the value of the "Temporal Range Type" (0040,A130) element.
public enum DicomTemporalRangeType
Public Enum DicomTemporalRangeType
public enum DicomTemporalRangeType
Leadtools.Dicom.DicomTemporalRangeType = function() { };
Leadtools.Dicom.DicomTemporalRangeType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomTemporalRangeType
Members
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). |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET