Sets the notch filter frequency for the channel.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim notchFilterFrequency As Double
Dim value As Boolean
value = instance.SetNotchFilterFrequency(include, notchFilterFrequency)
|
Parameters
- include
- true to insert the "Notch Filter Frequency" (003A,0222) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Notch Filter Frequency" (003A,0222) element (that corresponds to this channel) from the dataset.
- notchFilterFrequency
- New notch filter frequency.
Return Value
true if the notch filter frequency was set successfully, false if an error occurred.
Example
Remarks
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