Deletes a waveform group from the dataset.
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
)
index
The zero-based index of the group to delete.
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.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET