Represents the possible DICOM date and time range types.
public enum DicomRangeType
Public Enum DicomRangeType
public enum DicomRangeType
public enum class DicomRangeType
Value | Member | Description |
---|---|---|
0 | None | Only Date1 (or Time1) is valid, representing a single date (or time), not a range. |
1 | Lower |
Only Date1 (or Time1) is valid, represents a lower range. Example: Date1 is 01/01/2001, then a lower range is set as "20010101-". |
2 | Upper |
Only Date1 (or Time1) is valid, represents an upper range. Example: Date1 is 09/09/2001, then a upper range is set as "-20010909". |
3 | Both |
Date1 and Date2 (or Time1 and Time2) are both valid, represents a full range. Example: Date1 is 01/01/2001. Date2 is 09/09/2001. The a full range is set as "20010101-20010909". |
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