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 )
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.