LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomRangeType Enumeration
See Also  
Leadtools.Dicom Namespace : DicomRangeType Enumeration



Represents the possible DICOM date and time range types. Supported in Silverlight, Windows Phone 7.

Syntax

Visual Basic (Declaration) 
Public Enum DicomRangeType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DicomRangeType
C# 
public enum DicomRangeType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DicomRangeType : public System.Enum, IComparableIConvertibleIFormattable  

Members

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

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

NoneOnly Date1 (or Time1) is valid, representing a single date (or time), not a range.
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".

Example

For an example, refer to DicomDataSet.SetIntValue.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomRangeType

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features