TemporalPointsType property (IDicomWaveformAnnotation Interface)
DicomWaveformAnnTemporalPointsType TemporalPointsType | |
Overview |
Refer to Working with DICOM Waveforms. |
Remarks
The TemporalPointsType property specifies whether temporal points are defined for the annotation and if so, how they are defined. Possible values are:
Value |
Meaning |
TYPE_NO_TEMPORAL_POINTS |
[1] No temporal points are defined; the annotation applies to the entire waveform channel. |
TYPE_SAMPLE_POSITIONS |
[2] The temporal points are defined by the sample positions given by the RefSamplePositions property. |
TYPE_TIME_OFFSETS |
[3] The temporal points are defined by the time offsets given by the RefTimeOffsets property. |
TYPE_DATETIME |
[4] The temporal points are defined by the absolute time values given 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, TemporalPointCount property, TemporalRangeType property, UnformattedTextValue property, ValueDefined property (IDicomWaveformAnnotation), ValueType property (IDicomWaveformAnnotation) |
Topics: |
DICOM Waveform Channels: Adding/Managing Waveform Annotations |