←Select platform

AddWaveformGroup Method

Summary

Adds a new waveform group to the Data Set.

Syntax

C#
VB
WinRT C#
C++
public void AddWaveformGroup( 
   DicomWaveformGroup group, 
   int index 
) 
Public Sub AddWaveformGroup( _ 
   ByVal group As Leadtools.Dicom.DicomWaveformGroup, _ 
   ByVal index As Integer _ 
)  
public void AddWaveformGroup(  
   Leadtools.Dicom.DicomWaveformGroup group, 
   int index 
) 
 function Leadtools.Dicom.DicomDataSet.AddWaveformGroup(  
   group , 
   index  
) 
public: 
void AddWaveformGroup(  
   Leadtools.Dicom.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.

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.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly