Gets the number of channels for this multiplex group
public int ChannelCount { get; }
Public ReadOnly Property ChannelCount As Integer
public int ChannelCount {get;}
get_ChannelCount();
public:
property int ChannelCount {
int get();
}
Value indicating the number of channels for this multiplex group.
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.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET