LEADTOOLS Medical (Leadtools.Dicom assembly)

SetNotchFilterBandwidth Method

Show in webframe







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.
New notch filter bandwidth.
Sets the notch filter bandwidth for the channel.
Syntax
public bool SetNotchFilterBandwidth( 
   bool include,
   double notchFilterBandwidth
)
'Declaration
 
Public Function SetNotchFilterBandwidth( _
   ByVal include As Boolean, _
   ByVal notchFilterBandwidth As Double _
) As Boolean
'Usage
 
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim notchFilterBandwidth As Double
Dim value As Boolean
 
value = instance.SetNotchFilterBandwidth(include, notchFilterBandwidth)
public bool SetNotchFilterBandwidth( 
   bool include,
   double notchFilterBandwidth
)

            

            
 function Leadtools.Dicom.DicomWaveformChannel.SetNotchFilterBandwidth( 
   include ,
   notchFilterBandwidth 
)
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.
Remarks
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

DicomWaveformChannel Class
DicomWaveformChannel Members
GetNotchFilterBandwidth Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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