LEADTOOLS Medical (Leadtools.Dicom assembly)

DeleteChannel Method

Show in webframe







Zero-based index of the channel to delete. As an example, if there are 10 channels, the last one has an index of 9.
Deletes a channel from the waveform group
Syntax
public int DeleteChannel( 
   int index
)
'Declaration
 
Public Function DeleteChannel( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As DicomWaveformGroup
Dim index As Integer
Dim value As Integer
 
value = instance.DeleteChannel(index)
public int DeleteChannel( 
   int index
)

            

            
 function Leadtools.Dicom.DicomWaveformGroup.DeleteChannel( 
   index 
)
public:
int DeleteChannel( 
   int index
) 

Parameters

index
Zero-based index of the channel to delete. As an example, if there are 10 channels, the last one has an index of 9.

Return Value

Remaining number of channels in the waveform group after deleting this channel.
Remarks
Use this method to delete the specified channel from the waveform group.
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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