- index
- The zero-based index of the group to delete.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim index As Integer instance.DeleteWaveformGroup(index) |
Parameters
- index
- The zero-based index of the group to delete.
For an example, refer to DicomDataSet.WaveformGroupCount.
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)