LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomRangeType Enumeration

Show in webframe







Represents the possible DICOM date and time range types.
Syntax
'Declaration
 
Public Enum DicomRangeType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomRangeType
public enum DicomRangeType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum DicomRangeType
Leadtools.Dicom.DicomRangeType = function() { };
Leadtools.Dicom.DicomRangeType.prototype = {
None = 0x00000000, Lower = 0x00000001, Upper = 0x00000002, Both = 0x00000003, };
public enum class DicomRangeType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneOnly Date1 (or Time1) is valid, representing a single date (or time), not a range.
0x00000001Lower

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

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

0x00000002Upper

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

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

0x00000003Both

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 DicomDataSet.SetIntValue.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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