| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomTemporalRangeType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomTemporalRangeType : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomTemporalRangeType : public Enum | |
| Member | Description |
|---|---|
| Undefined | Undefined |
| Point | POINT (a single temporal point) |
| Multipoint | MULTIPOINT (multiple temporal points) |
| Segment | SEGMENT (a range between two temporal points) |
| Multisegment | MULTISEGMENT (multiple segments, each denoted by two temporal points) |
| 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). |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTemporalRangeType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code