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