Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Group As DicomWaveformGroup |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformChannel Dim value As DicomWaveformGroup value = instance.Group |
C# | |
---|---|
public DicomWaveformGroup Group {get;} |
C++/CLI | |
---|---|
public: property DicomWaveformGroup^ Group { DicomWaveformGroup^ get(); } |
Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)