←Select platform

SetChannelSource Method

Summary

Sets the channel source.

Syntax
C#
VB
C++
public void SetChannelSource( 
   DicomCodeSequenceItem channelSource 
) 
Public Sub SetChannelSource( _ 
   ByVal channelSource As DicomCodeSequenceItem _ 
)  
public: 
void SetChannelSource(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly