←Select platform

ChannelCount Property

Summary

Gets the number of channels for this multiplex group

Syntax
C#
VB
C++
public int ChannelCount { get; } 
Public ReadOnly Property ChannelCount As Integer 
public: 
property int ChannelCount { 
   int get(); 
} 

Property Value

Value indicating the number of channels for this multiplex group.

Remarks

A waveform in DICOM consists of one or more multiplex groups, each encoded into an item in the "Waveform Sequence" (5400,0100). All channels within a multiplex group are synchronously digitized at a common sampling frequency. Use this property to retrieve the number of channels associated with this waveform group.

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