Visual Basic (Declaration) | |
---|---|
Public Enum DicomTemporalRangeType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomTemporalRangeType |
C# | |
---|---|
public enum DicomTemporalRangeType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomTemporalRangeType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Begin | BEGIN (a range beginning at one temporal point, and extending beyond the end of the acquired data) |
End | END (a range beginning before the start of the acquired data, and extending to (and including) the identified temporal point). |
Multipoint | MULTIPOINT (multiple temporal points) |
Multisegment | MULTISEGMENT (multiple segments, each denoted by two temporal points) |
Point | POINT (a single temporal point) |
Segment | SEGMENT (a range between two temporal points) |
Undefined | Undefined |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTemporalRangeType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)