NumberOfSamples property (IDicomWaveformChannel Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long NumberOfSamples

Overview

Refer to Working with DICOM Waveforms.

Remarks

(Read only) The NumberOfSamples property is updated with the number of channel samples in the ChannelSamples property.

The property cannot be used to set or modify the number of the samples. To set the number of samples, call the SetNumberOfSamplesPerChannel method for the waveform group object to which the channel belongs.

This property and the NumberOfSamplesPerChannel property specify the same number.

See Also

Elements:

Annotations property, ChannelBaseline property, ChannelLabel property, ChannelMaximumValue property, ChannelMinimumValue property, ChannelOffset property, ChannelSampleSkew property, ChannelSensitivity property, ChannelSensitivityCF property, ChannelSensitivityUnits property, ChannelSource property, ChannelStatus property, ChannelTimeSkew property, FilterHighFrequency property, FilterLowFrequency property, Index property, WaveformGroup property, NotchFilterBandwidth property, NotchFilterFrequency property, ChannelSamples property, ValueDefined property, WaveformChannelNumber property

Topics:

DICOM Waveform Channels: Setting/Getting Channel Samples