RefTimeOffsets property (IDicomWaveformAnnotation Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

double RefTimeOffsets(long lIndex)

Overview

Refer to Working with DICOM Waveforms.

Remarks

The RefTimeOffsets property specifies an array that contains the time offsets that represent the temporal points defined for the annotation. It corresponds to the Referenced Time Offsets (0040,A138). If the TemporalPointsType property is set to TYPE_TIME_OFFSETS, the number of time offsets contained in the array is given by the TemporalPointCount property; otherwise, the array is empty and shouldn’t be accessed.

Before filling the array with time offsets, the TemporalPointsType property must be set to TYPE_TIME_OFFSETS and storage must be allocated by setting the TemporalPointCount property to the required number of time offsets.

See Also

Elements:

AnnotationGroupNumber property, CodedName property, CodedValue property, MeasurementUnits property, NumericValue property, NumericValueCount property, RefDatetime property, RefSamplePositions property, TemporalPointCount property, TemporalPointsType property, TemporalRangeType property, UnformattedTextValue property, ValueDefined property (IDicomWaveformAnnotation), ValueType property (IDicomWaveformAnnotation)

Topics:

DICOM Waveform Channels: Adding/Managing Waveform Annotations