ValueDefined property (IDicomWaveformGroup Interface)
VARIANT_BOOL ValueDefined(DicomWaveformGroupValues Value) | |
Overview |
Refer to Working with DICOM Waveforms. |
Remarks
The ValueDefined property is an array of Boolean values used to indicate which properties contain valid data for this waveform group. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The specified waveform group value is defined and is contained in the corresponding property. |
VARIANT_FALSE |
The specified waveform group value is not defined for the group. |
See Also