←Select platform

SetChannelStatus Method

Summary

Sets the channel status

Syntax

C#
VB
WinRT C#
C++
public void SetChannelStatus( 
   DicomChannelStatusType status 
) 
Public Sub SetChannelStatus( _ 
   ByVal status As Leadtools.Dicom.DicomChannelStatusType _ 
)  
public void SetChannelStatus(  
   Leadtools.Dicom.DicomChannelStatusType status 
) 
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelStatus(  
   status  
) 
public: 
void SetChannelStatus(  
   Leadtools.Dicom.DicomChannelStatusType status 
)  

Parameters

status
The new channel status

Remarks
  • This method sets the channel status. For more information please refer to the "Channel Status"(003A, 0205) element in the DICOM standard.
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