AddWaveformGroup method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short AddWaveformGroup(IDicomWaveformGroup* pWaveformGroup, short nFlags, long lIndex);

Overview

Refer to Working with DICOM Waveforms.

Remarks

The AddWaveformGroup method adds a new waveform multiplex group to 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 add a new multiplex group to the dataset.

See Also

Elements:

GetWaveformGroupCount method, GetWaveformGroup method, DeleteWaveformGroup method

Topics:

DICOM Waveform Groups: Using Waveform Groups