Visual Basic (Declaration) | |
---|---|
Public Enum DicomTemporalPointType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomTemporalPointType |
C# | |
---|---|
public enum DicomTemporalPointType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomTemporalPointType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ReferencedDatetime | TemporalPointCount represents the values under the "Referenced Datetime" (0040,A13A)) element, and in this case you can call GetReferencedDatetime to retrieve those values. |
ReferencedSamplePositions | TemporalPointCount represents the values under the "Referenced Sample Positions" (0040,A132) element, and in this case you can call GetReferencedSamplePositions to retrieve those values. |
ReferencedTimeOffsets | TemporalPointCount represents the values under the "Referenced Time Offsets" (0040,A138) element, and in this case you can call GetReferencedTimeOffsets to retrieve those values. |
Undefined | Undefined |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTemporalPointType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)