LEADTOOLS Medical (Leadtools.Dicom assembly)

SetFilterHighFrequency Method

Show in webframe







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

            

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

Target Platforms

See Also

Reference

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