- 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.
Visual Basic (Declaration) | |
---|---|
Public Function SetFilterHighFrequency( _ ByVal include As Boolean, _ ByVal filterHighFrequency As Double _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformChannel Dim include As Boolean Dim filterHighFrequency As Double Dim value As Boolean value = instance.SetFilterHighFrequency(include, filterHighFrequency) |
C# | |
---|---|
public bool SetFilterHighFrequency( bool include, double filterHighFrequency ) |
C++/CLI | |
---|---|
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.For an example, refer to DicomDataSet.WaveformGroupCount.
- 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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)