#include "Ltdic.h"
L_UINT16 LDicomWaveformChannel::SetChannelSensitivity(bInclude, dChannelSensitivity, pChannelSensitivityUnits, dChannelSensitivityCF= 1.0, dChannelBaseline= 0.0)
Sets the channel sensitivity.
Flag that specifies whether the function should insert or remove the following elements from the DICOM dataset: Channel Sensitivity (003A,0210), Channel Sensitivity Units Sequence(003A,0211), Channel Sensitivity Correction Factor (003A,0212), and Channel Baseline (003A,0213).
Value | Meaning |
---|---|
TRUE | Insert the elements related to channel sensitivity (that correspond to this channel) into the dataset and then set their value. |
FALSE | Delete the channel sensitivity-related elements (that correspond to this channel) from the dataset. |
New channel sensitivity. For more information, refer to the Channel Sensitivity (003A,0210) element in the DICOM standard.
Pointer to a structure that describes the channel sensitivity units. For more information, refer to "Channel Sensitivity Units Sequence" (003A,0211) in the DICOM standard.
New channel sensitivity correction factor. For more information, refer to the "Channel Sensitivity Correction Factor" (003A,0212) element in the DICOM standard. The default value for this parameter is 1.0.
New channel baseline. For more information, refer to the "Channel Baseline" (003A,0213) element in the DICOM standard. The default value for this parameter is 0.0.
Value | Meaning |
---|---|
0 | The function was successful. |
> 0 | An error occurred. Refer to Return Codes. |
Use this function to insert and set the values for all the elements related to channel sensitivity.
This function fails and returns DICOM_ERROR_NULL_PTR if pChannelSensitivityUnits is NULL.
Before calling this function, initialize pChannelSensitivityUnits>uStructSize to be sizeof(DICOMCODESEQUENCEITEM) and initialize all the members of the structure.
In DICOM, it is mandatory to specify the channel sensitivity if the channel samples represent defined (not arbitrary) units. Since this is almost always the case, it is important to call this function to create a proper waveform channel.
To fill the members of the pChannelSensitivityUnits structure you can use the functions offered by the LDicomContextGroup class. For more information about this class and the use of Coded Concepts in DICOM, please refer to Working with Context Groups.
Required DLLs and Libraries
Win32, x64
For an example, refer to LDicomWaveformChannel::SetChannelSamples8.
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