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

GetWaveformGroup Method








The zero-based index of the group to retrieve.
Gets a waveform group from the dataset. .NET support WinRT support
Syntax
public DicomWaveformGroup GetWaveformGroup( 
   int index
)
'Declaration
 
Public Function GetWaveformGroup( _
   ByVal index As Integer _
) As DicomWaveformGroup
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim value As DicomWaveformGroup
 
value = instance.GetWaveformGroup(index)
public DicomWaveformGroup GetWaveformGroup( 
   int index
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.GetWaveformGroup( 
   index 
)
public:
DicomWaveformGroup^ GetWaveformGroup( 
   int index
) 

Parameters

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

Return Value

DicomWaveformGroup object which holds the waveform group attributes and data.
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 extract the specified multiplex group.

This method populates the returned object with the multiplex group attributes and for each channel in the group, adds a new channel by calling the DicomWaveformGroup.AddChannel method.

This is the main method for extracting waveforms from a DICOM Data Set. Call the methods defined either by DicomWaveformGroup or DicomWaveformChannel, providing you comprehensive DICOM waveform support.

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
DeleteWaveformGroup Method
AddWaveformGroup 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