←Select platform

DicomRangeType Enumeration

Summary

Represents the possible DICOM date and time range types.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomRangeType   
Public Enum DicomRangeType  
    
    
public enum DicomRangeType    
public enum DicomRangeType 
Leadtools.Dicom.DicomRangeType = function() { }; 
Leadtools.Dicom.DicomRangeType.prototype = {<br/> 
  None = 0x00000000, 
    Lower = 0x00000001, 
    Upper = 0x00000002, 
    Both = 0x00000003, 
     
 }; 
public enum class DicomRangeType   

Members

ValueMemberDescription
0None Only Date1 (or Time1) is valid, representing a single date (or time), not a range.
1Lower

Only Date1 (or Time1) is valid, represents a lower range.

Example: Date1 is 01/01/2001, then a lower range is set as "20010101-".

2Upper

Only Date1 (or Time1) is valid, represents an upper range.

Example: Date1 is 09/09/2001, then a upper range is set as "-20010909".

3Both

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".

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly