Visual Basic (Declaration) | |
---|---|
Public Enum DicomRangeType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomRangeType : Enum |
C++/CLI | |
---|---|
public enum class DicomRangeType : public Enum |
Member | Description |
---|---|
None | Only Date1 (or Time1) is valid, representing a single date (or time), not a range. |
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-". |
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". |
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". |
For an example, refer to DicomDataSet.SetIntValue(DicomElement,IntPtr,Int32).
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomRangeType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family