GetWaveformGroupCount method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetWaveformGroupCount();

Overview

Refer to Working with DICOM Waveforms.

Remarks

The GetWaveformGroupCount method returns the number of waveform multiplex groups that are included in the dataset.

In DICOM, a waveform consists of one or more multiplex groups, each encoded into an Item in the Waveform Sequence (5400,0100). Use this method to retrieve the number of iems under that squence.

See Also

Elements:

GetWaveformGroup method, DeleteWaveformGroup method, AddWaveformGroup method

Topics:

DICOM Waveform Groups: Using Waveform Groups