←Select platform

Group Property

Summary

Gets the "Multiplex Group" that represents the parent of the waveform channel.

Syntax
C#
VB
C++
public DicomWaveformGroup Group { get; } 
Public ReadOnly Property Group As DicomWaveformGroup 
public: 
property DicomWaveformGroup^ Group { 
   DicomWaveformGroup^ get(); 
} 

Property Value

The "Multiplex Group" that represents the parent of the waveform channel

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.

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