NumericValue property (IDicomWaveformAnnotation Interface)
double NumericValue(long lIndex) | |
Overview |
Refer to Working with DICOM Waveforms. |
Remarks
The NumericValue property specifies the array of numeric values that correspond to the Numeric Value (0040,A30A).
This property is valid only if the ValueType property is set to TYPE_CODED_NAME_AND_NUMERIC_VALUE.
Before filling the array with numeric values, storage must be first allocated by setting the NumericValueCount property to the required number of values.
See Also