| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Group As DicomWaveformGroup | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomWaveformGroup Group {get;} | |
| C++/CLI | |
|---|---|
public: property DicomWaveformGroup^ Group { DicomWaveformGroup^ get(); } | |
Return Value
The "Multiplex Group" that represents the parent of the waveform channelFor 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code