←Select platform

SetChannelSource Method

Summary

Sets the channel source.

Syntax

C#
VB
WinRT C#
C++
public void SetChannelSource( 
   DicomCodeSequenceItem channelSource 
) 
Public Sub SetChannelSource( _ 
   ByVal channelSource As Leadtools.Dicom.DicomCodeSequenceItem _ 
)  
public void SetChannelSource(  
   Leadtools.Dicom.DicomCodeSequenceItem channelSource 
) 
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelSource(  
   channelSource  
) 
public: 
void SetChannelSource(  
   Leadtools.Dicom.DicomCodeSequenceItem^ channelSource 
)  

Parameters

channelSource
the new channel source

Remarks
  • This method sets the channel source.
  • To fill the properties of the channelSource class you can use the method offered by the DicomContextGroup class. For more information about this class and the use of Coded Concepts in DICOM, please refer to Working with Context Groups.
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