The following tables list the members exposed by DicomWaveformChannel.
| Name | Description | |
|---|---|---|
| DicomWaveformChannel Constructor | Constructs a new DicomWaveformChannel object,and performs initializations |
| Name | Description | |
|---|---|---|
| Group | Gets the "Multiplex Group" that represents the parent of the waveform channel. |
| Index | Gets the index of the waveform channel inside the parent "Multiplex Group". |
| Name | Description | |
|---|---|---|
| AddAnnotation | Adds a new waveform annotation to the channel. |
| DeleteAnnotation | Deletes a waveform annotation from the channel. |
| Dispose | Overloaded. Releases the unmanaged resources used by the DicomWaveformChannel class and optionally releases the managed resources. |
| GetAnnotation | Gets the channel annotation. |
| GetAnnotationCount | Gets the number of annotations associated with this channel. |
| GetChannelLabel | Gets the channel label. |
| GetChannelMaximumValue | Gets the channel maximum value. |
| GetChannelMinimumValue | Gets the channel minimum value. |
| GetChannelOffset | Gets the channel offset. |
| GetChannelSamples | Gets the samples (data) for a waveform channel |
| GetChannelSamplesCount | Gets the number of samples for the channel. |
| GetChannelSampleSkew | Gets the channel sample skew. |
| GetChannelSamplesPtr | Gets the samples (data) for a waveform channel |
| GetChannelSensitivity | Gets the channel sensitivity. |
| GetChannelSource | Gets the channel source. |
| GetChannelStatus | Gets the channel status. |
| GetChannelTimeSkew | Gets the channel time skew. |
| GetFilterHighFrequency | Gets the filter high frequency. |
| GetFilterLowFrequency | Gets the filter low frequency. |
| GetNotchFilterBandwidth | Gets the notch filter bandwidth. |
| GetNotchFilterFrequency | Gets the notch filter frequency. |
| GetWaveformChannelNumber | Gets the waveform channel number. |
| SetChannelLabel | Sets the channel label. |
| SetChannelMaximumValue | Sets the channel maximum value. |
| SetChannelMinimumValue | Sets the channel minimum value. |
| SetChannelOffset | Sets the channel offset. |
| SetChannelSamples16 | Overloaded. Sets 16-bit data for a channel. |
| SetChannelSamples32 | Overloaded. Sets 32-bit data for a channel. |
| SetChannelSamples8 | Overloaded. Sets 8-bit data for a channel. |
| SetChannelSampleSkew | Sets the channel sample skew. |
| SetChannelSensitivity | Sets the channel sensitivity. |
| SetChannelSource | Sets the channel source. |
| SetChannelStatus | Sets the channel status |
| SetChannelTimeSkew | Sets the channel time skew. |
| SetFilterHighFrequency | Sets the filter high frequency. |
| SetFilterLowFrequency | Sets the filter low frequency. |
| SetNotchFilterBandwidth | Sets the notch filter bandwidth for the channel. |
| SetNotchFilterFrequency | Sets the notch filter frequency for the channel. |
| SetWaveformChannelNumber | Sets the channel number. |