Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetMultiplexGroupTimeOffset Method
See Also 
Leadtools.Dicom Namespace > DicomWaveformGroup Class : SetMultiplexGroupTimeOffset Method




include
true to Insert the "Multiplex Group Time Offset" (0018,1068) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Multiplex Group Time Offset" (0018,1068) element (that corresponds to this waveform group) from the dataset.
offset
New multiplex group time offset.
Sets the multiplex group time offset.

Syntax

Visual Basic (Declaration) 
Public Function SetMultiplexGroupTimeOffset( _
   ByVal include As Boolean, _
   ByVal offset As Double _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomWaveformGroup
Dim include As Boolean
Dim offset As Double
Dim value As Boolean
 
value = instance.SetMultiplexGroupTimeOffset(include, offset)
C# 
public bool SetMultiplexGroupTimeOffset( 
   bool include,
   double offset
)
Managed Extensions for C++ 
public: bool SetMultiplexGroupTimeOffset( 
   bool include,
   double offset
) 
C++/CLI 
public:
bool SetMultiplexGroupTimeOffset( 
   bool include,
   double offset
) 

Parameters

include
true to Insert the "Multiplex Group Time Offset" (0018,1068) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Multiplex Group Time Offset" (0018,1068) element (that corresponds to this waveform group) from the dataset.
offset
New multiplex group time offset.

Return Value

true if multiplex group time offset was set successfully, false if an error occurred.

Example

For an example, refer to WaveformGroupCount.

Remarks

Use this method to set the multiplex group time offset. For more information refer to the "Multiplex Group Time Offset " (0018,1068) element in the DICOM standard.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features