←Select platform

SetFilterHighFrequency Method

Summary

Sets the filter high frequency.

Syntax
C#
VB
C++
public bool SetFilterHighFrequency( 
   bool include, 
   double filterHighFrequency 
) 
Public Function SetFilterHighFrequency( _ 
   ByVal include As Boolean, _ 
   ByVal filterHighFrequency As Double _ 
) As Boolean 
public: 
bool SetFilterHighFrequency(  
   bool include, 
   double filterHighFrequency 
)  

Parameters

include
true to insert the "Filter High Frequency" (003A,0221) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Filter High Frequency" (003A,0221) element (that corresponds to this channel) from the dataset.

filterHighFrequency
New filter high frequency.

Return Value

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

Remarks
  • This method can also be used to delete the "Filter High Frequency" (003A,0221) element that corresponds to this channel by setting include to false. In this case the filterHighFrequency parameter is ignored.

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