#include "Ltdic.h"
L_LTDIC_API L_UINT32 L_DicomChannelSetSamples16(hDICOMWaveFormChannel, pSamples, uCount)
Sets 16-bit data for a channel.
A DICOM waveform channel handle.
Pointer to the buffer that holds the new channel samples.
Size of the buffer pointed to by pSamples.
The actual number of samples set for the channel.
This function sets the new samples for a channel. Before calling the L_DicomChannelSetSamples16 function, be sure to call L_DicomWaveGrpSetSampleInterpretation to set the waveform sample interpretation.
The number of samples actually set will be less than or equal to the "Number of samples per channel" (003A, 0010) in the multiplex group that represents the parent of this channel. To get that number, call the L_DicomWaveGrpGetNumberOfSamplesPerChannel function.
This function is intended to be used for setting the data of 16-bit channels where the "Waveform Sample Interpretation" (5400,1006) is signed 16-bit linear (DICOM_SAMPLE_INTERPRETATION_SS) or unsigned 16-bit linear (DICOM_SAMPLE_INTERPRETATION_US). To get the waveform sample interpretation, use the L_DicomWaveGrpGetSampleInterpretation function.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_DicomChannelSetSamples8.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document