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




include
true to insert the "Notch Filter Bandwidth" (003A,0223) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Notch Filter Bandwidth" (003A,0223) element (that corresponds to this channel) from the dataset.
notchFilterBandwidth
New notch filter bandwidth.
Sets the notch filter bandwidth for the channel.

Syntax

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

Parameters

include
true to insert the "Notch Filter Bandwidth" (003A,0223) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Notch Filter Bandwidth" (003A,0223) element (that corresponds to this channel) from the dataset.
notchFilterBandwidth
New notch filter bandwidth.

Return Value

true if the notch filter bandwidth was updated successfully, false if an error occurred.

Example

For an example, refer to WaveformGroupCount.

Remarks

  • This method sets the value of the "Notch Filter Bandwidth" (003A,0223) element that corresponds to this channel. Set include to true to force the method to insert the element if it doesn’t already exist in the dataset.

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