ValueDefined property (IDicomWaveformChannel Interface)
VARIANT_BOOL ValueDefined(DicomWaveformChannelValues 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 channel object. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The specified channel value is defined and is contained in the corresponding property or properties. |
VARIANT_FALSE |
The specified channel value is not defined for the channel. |
See Also