LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

AddWaveformGroup Method








The new waveform group. This parameter cannot be null.
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. .NET support WinRT support
Syntax
public void AddWaveformGroup( 
   DicomWaveformGroup group,
   int index
)
'Declaration
 
Public Sub AddWaveformGroup( _
   ByVal group As DicomWaveformGroup, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As DicomDataSet
Dim group As DicomWaveformGroup
Dim index As Integer
 
instance.AddWaveformGroup(group, index)
public void AddWaveformGroup( 
   DicomWaveformGroup group,
   int index
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.AddWaveformGroup( 
   group ,
   index 
)
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.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomDataSet Class
DicomDataSet Members
WaveformGroupCount Property
GetWaveformGroup Method
DeleteWaveformGroup Method
DicomWaveformGroup Class
DicomWaveformChannel Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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