←Select platform

SetChannelLabel Method

Summary

Sets the channel label.

Syntax

C#
VB
WinRT C#
C++
public bool SetChannelLabel( 
   string label 
) 
Public Function SetChannelLabel( _ 
   ByVal label As String _ 
) As Boolean 
public bool SetChannelLabel(  
   string label 
) 
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelLabel(  
   label  
) 
public: 
bool SetChannelLabel(  
   String^ label 
)  

Parameters

label
The new channel label.

Return Value

true if the waveform channel label was set successfully, false if an error occurred.

Remarks
  • This method sets the value of the "Channel Label" (003A,0203) element for this channel
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