Adds a new waveform group to the Data Set.
public void AddWaveformGroup(
DicomWaveformGroup group,
int index
)
Public Sub AddWaveformGroup( _
ByVal group As DicomWaveformGroup, _
ByVal index As Integer _
)
public:
void AddWaveformGroup(
DicomWaveformGroup^ group,
int index
)
group
The new waveform group. This parameter cannot be null.
index
The zero-based index at which the new waveform group should be added. The value -1 indicates to add the group at the end.
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 add a new multiplex group to the Data Set.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document