←Select platform

AddChannel Method

Summary

Adds a channel to the waveform group.

Syntax

C#
VB
WinRT C#
C++
public DicomWaveformChannel AddChannel( 
   int index 
) 
Public Function AddChannel( _ 
   ByVal index As Integer _ 
) As Leadtools.Dicom.DicomWaveformChannel 
 function Leadtools.Dicom.DicomWaveformGroup.AddChannel(  
   index  
) 
public: 
Leadtools.Dicom.DicomWaveformChannel^ AddChannel(  
   int index 
)  

Parameters

index
Zero-based index of the new channel. This parameter defaults to -1, which will add the new channel at the end.

Return Value

A DicomWaveformChannel class if this method succeeded;otherwise, it will return null.

Remarks
  • A waveform in DICOM consists of one or more multiplex groups, each encoded into an item in the "Waveform Sequence" (5400,0100). All channels within a multiplex group are synchronously digitized at a common sampling frequency. Use this method to add a new channel to the waveform group.
  • This method returns an object that is managed by the class. Therefore, you should not free it when you are done with it
Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly