Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AddWaveformGroup Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : AddWaveformGroup Method



group
The new waveform group. This parameter cannot be null.
index
The zero-based index at which the new waveform group should be added. The value -1 indicates to add the group at the end.
group
The new waveform group. This parameter cannot be null.
index
The zero-based index at which the new waveform group should be added. The value -1 indicates to add the group at the end.
Adds a new waveform group to the Data Set.

Syntax

Visual Basic (Declaration) 
Public Sub AddWaveformGroup( _
   ByVal group As DicomWaveformGroup, _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim group As DicomWaveformGroup
Dim index As Integer
 
instance.AddWaveformGroup(group, index)
C# 
public void AddWaveformGroup( 
   DicomWaveformGroup group,
   int index
)
C++/CLI 
public:
void AddWaveformGroup( 
   DicomWaveformGroup^ group,
   int index
) 

Parameters

group
The new waveform group. This parameter cannot be null.
index
The zero-based index at which the new waveform group should be added. The value -1 indicates to add the group at the end.

Example

For an example, refer to DicomDataSet.WaveformGroupCount.

Remarks

In DICOM, a waveform consists of one or more multiplex groups, each encoded into an item in the "Waveform Sequence" (5400,0100). Call this method to add a new multiplex group to the Data Set.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features