TemporalRangeType property (IDicomWaveformAnnotation Interface)
DicomWaveformAnnTemporalRangeType TemporalRangeType | |
Overview |
Refer to Working with DICOM Waveforms. |
Remarks
The TemporalRangeType property specifies the temporal range type of the annotated. It corresponds to the Temporal Range Type (0040,A130). Possible values are:
Value |
Meaning |
TEMPORAL_RANGE_TYPE_POINT |
[1] A single temporal point. |
TEMPORAL_RANGE_TYPE_MULTIPOINT |
[2] Multiple temporal points. |
TEMPORAL_RANGE_TYPE_SEGMENT |
[3] A range between two temporal points. |
TEMPORAL_RANGE_TYPE_MULTISEGMENT |
[4] Multiple segments, each denoted by two temporal points. |
TEMPORAL_RANGE_TYPE_BEGIN |
[5] A range beginning at one temporal point, and extending beyond the end of the acquired data. |
TEMPORAL_RANGE_TYPE_END |
[6] A range beginning before the start of the acquired data, and extending to (and including) the identified temporal point. |
This property is valid only if the TemporalPointsType property is set to any of the following values:
TYPE_SAMPLE_POSITIONS
TYPE_TIME_OFFSETS
TYPE_DATETIME
See Also
Elements: |
AnnotationGroupNumber property, CodedName property, CodedValue property, MeasurementUnits property, NumericValue property, NumericValueCount property, RefDatetime property, RefSamplePositions property, RefTimeOffsets property, TemporalPointCount property, TemporalPointsType property, UnformattedTextValue property, ValueDefined property (IDicomWaveformAnnotation), ValueType property (IDicomWaveformAnnotation) |
Topics: |
DICOM Waveform Channels: Adding/Managing Waveform Annotations |