TemporalPointCount property (IDicomWaveformAnnotation Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long TemporalPointCount

Overview

Refer to Working with DICOM Waveforms.

Remarks

The TemporalPointCount property specifies the number of temporal points defined for the annotation. If the TemporalPointsType property is set to TYPE_SAMPLE_POSITIONS, then this property contains the number of sample positions contained in the array specified by the RefSamplePositions property. If the TemporalPointsType property is set to TYPE_TIME_OFFSETS, then this property contains the number of time offsets contained in the array specified by the RefTimeOffsets property. Finally, if the TemporalPointsType property is set to TYPE_DATETIME, then this property contains the number of date-time values contained in the array specified by the RefDatetime property.

See Also

Elements:

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

Topics:

DICOM Waveform Channels: Adding/Managing Waveform Annotations