ValueDefined property (IDicomWaveformGroup Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

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

Elements:

Channels property, EnableMethodErrors property, MultiplexGroupLabel property, MultiplexGroupTimeOffset property, NumberOfSamplesPerChannel property, SampleInterpretation property, SamplingFrequency property, TriggerSamplePosition property, TriggerTimeOffset property, WaveformOriginality property, WaveformPaddingValue property

Topics:

DICOM Waveform Groups: Constructing, Destructing and Resetting

 

DICOM Waveform Groups: Setting/Getting Attributes