←Select platform

DeleteWaveformGroup Method

Summary

Deletes a waveform group from the dataset.

Syntax

C#
VB
WinRT C#
C++
public void DeleteWaveformGroup( 
   int index 
) 
Public Sub DeleteWaveformGroup( _ 
   ByVal index As Integer _ 
)  
public void DeleteWaveformGroup(  
   int index 
) 
 function Leadtools.Dicom.DicomDataSet.DeleteWaveformGroup(  
   index  
) 
public: 
void DeleteWaveformGroup(  
   int index 
)  

Parameters

index
The zero-based index of the group to delete.

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 delete the specified multiplex group.

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