Sets the label for the multiplex group.
public bool SetMultiplexGroupLabel(
string label
)
Public Function SetMultiplexGroupLabel( _
ByVal label As String _
) As Boolean
public bool SetMultiplexGroupLabel(
string label
)
function Leadtools.Dicom.DicomWaveformGroup.SetMultiplexGroupLabel(
label
)
public:
bool SetMultiplexGroupLabel(
String^ label
)
label
New label for the multiplex group
true if the label for the multiplex group was set successfully, false if an error occurred.
Use this method to set the multiplex group label. For more information refer to the "Multiplex Group Label" (003A, 0020) element in the DICOM standard.
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