Leadtools.Dicom Namespace > DicomDataSet Class : GetWaveformGroup Method |
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 )
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.
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