C#
VB
WinRT C#
C++
Specifies the type of values TemporalPointCount represents.
public enum DicomTemporalPointType
Public Enum DicomTemporalPointType
public enum DicomTemporalPointType
Leadtools.Dicom.DicomTemporalPointType = function() { };
Leadtools.Dicom.DicomTemporalPointType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomTemporalPointType
Members
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. |
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