SampleInterpretation property (IDicomWaveformGroup Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

DicomWaveformSampleInterpretation SampleInterpretation

Overview

Refer to Working with DICOM Waveforms.

Remarks

The SampleInterpretation property specifies the Waveform Sample Interpretation (5400,1006). Possible values are:

Value

Meaning

WAVEFORM_SAMPLE_INTERPRETATION_SS

[0] Signed 16-bit linear.

WAVEFORM_SAMPLE_INTERPRETATION_US

[1] Unsigned 16-bit linear.

WAVEFORM_SAMPLE_INTERPRETATION_SB

[2] Signed 8-bit linear.

WAVEFORM_SAMPLE_INTERPRETATION_UB

[3] Unsigned 8-bit linear.

WAVEFORM_SAMPLE_INTERPRETATION_MB

[4] 8-bit mu-law.

WAVEFORM_SAMPLE_INTERPRETATION_AB

[5] 8-bit A-law.

All channels within a multiplex group have the same sample interpretation.

This property must be set before calling the SetChannelSamples method to set the samples of a channel. If this property is set after setting the samples, the values of the samples will be converted to match the new sample interpretation.

See Also

Elements:

Channels property, EnableMethodErrors property, MultiplexGroupLabel property, MultiplexGroupTimeOffset property, NumberOfSamplesPerChannel property, SamplingFrequency property, TriggerSamplePosition property, TriggerTimeOffset property, ValueDefined property, WaveformOriginality property, WaveformPaddingValue property

Topics:

DICOM Waveform Groups: Setting/Getting Attributes

 

DICOM Waveform Channels: Setting/Getting Channel Samples