LEADTOOLS Medical (Leadtools.Dicom assembly)

SetFilterLowFrequency Method

Show in webframe







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.
New filter low frequency.
Sets the filter low frequency.
Syntax
public bool SetFilterLowFrequency( 
   bool include,
   double filterLowFrequency
)
'Declaration
 
Public Function SetFilterLowFrequency( _
   ByVal include As Boolean, _
   ByVal filterLowFrequency As Double _
) As Boolean
'Usage
 
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim filterLowFrequency As Double
Dim value As Boolean
 
value = instance.SetFilterLowFrequency(include, filterLowFrequency)
public bool SetFilterLowFrequency( 
   bool include,
   double filterLowFrequency
)

            

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

Target Platforms

See Also

Reference

DicomWaveformChannel Class
DicomWaveformChannel Members
GetFilterLowFrequency 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