←Select platform

SetMultiplexGroupLabel Method

Summary

Sets the label for the multiplex group.

Syntax
C#
VB
C++
public bool SetMultiplexGroupLabel( 
   string label 
) 
Public Function SetMultiplexGroupLabel( _ 
   ByVal label As String _ 
) As Boolean 
public: 
bool SetMultiplexGroupLabel(  
   String^ label 
)  

Parameters

label
New label for the multiplex group

Return Value

true if the label for the multiplex group was set successfully, false if an error occurred.

Remarks

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.

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