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




include
True to insert the "Filter Low Frequency" (003A,0220) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Filter Low Frequency" (003A,0220) element (that corresponds to this channel) from the dataset.
filterLowFrequency
New filter low frequency.
Sets the filter low frequency.

Syntax

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

Parameters

include
True to insert the "Filter Low Frequency" (003A,0220) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Filter Low Frequency" (003A,0220) element (that corresponds to this channel) from the dataset.
filterLowFrequency
New filter low frequency.

Return Value

true if the filter low frequency was updated successfully, false if an error occurred.

Example

For an example, refer to WaveformGroupCount.

Remarks

  • This method sets the value of the "Filter Low Frequency" (003A,0220) 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.
  • This method can also be used to delete the "Filter Low Frequency" (003A,0220) element that corresponds to this channel by setting include to false. In this case the filterLowFrequency parameter is ignored.

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