Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ChannelCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int ChannelCount {get;} |
Return Value
Value indicating the number of channels for this multiplex group.For an example, refer to DicomDataSet.WaveformGroupCount.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family