Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

AddChannel Method








Zero-based index of the new channel. This parameter defaults to -1, which will add the new channel at the end.
Adds a channel to the waveform group.
Syntax
public DicomWaveformChannel AddChannel( 
   int index
)
'Declaration
 
Public Function AddChannel( _
   ByVal index As Integer _
) As DicomWaveformChannel
'Usage
 
Dim instance As DicomWaveformGroup
Dim index As Integer
Dim value As DicomWaveformChannel
 
value = instance.AddChannel(index)
public DicomWaveformChannel AddChannel( 
   int index
)
 function Leadtools.Dicom.DicomWaveformGroup.AddChannel( 
   index 
)
public:
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
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

DicomWaveformGroup Class
DicomWaveformGroup Members
ChannelCount Property
GetChannel Method
DeleteChannel Method
Group Property
Index Property

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features