Sets the channel sensitivity.
public void SetChannelSensitivity(
bool include,
double channelSensitivity,
DicomCodeSequenceItem channelSensitivityUnits,
double channelSensitivityCF,
double channelBaseline
)
Public Sub SetChannelSensitivity( _
ByVal include As Boolean, _
ByVal channelSensitivity As Double, _
ByVal channelSensitivityUnits As DicomCodeSequenceItem, _
ByVal channelSensitivityCF As Double, _
ByVal channelBaseline As Double _
)
public:
void SetChannelSensitivity(
bool include,
double channelSensitivity,
DicomCodeSequenceItem^ channelSensitivityUnits,
double channelSensitivityCF,
double channelBaseline
)
include
true to insert the elements related to channel sensitivity (that correspond to this channel) into the dataset and then set their value., false to delete the channel sensitivity-related elements (that correspond to this channel) from the dataset.
channelSensitivity
New channel sensitivity. For more information, refer to the Channel Sensitivity (003A,0210) element in the DICOM standard.
channelSensitivityUnits
The channel sensitivity units. For more information, refer to "Channel Sensitivity Units Sequence" (003A,0211) in the DICOM standard.
channelSensitivityCF
New channel sensitivity correction factor. For more information, refer to the "Channel Sensitivity Correction Factor" (003A,0212) element in the DICOM standard.
channelBaseline
New channel baseline. For more information, refer to the "Channel Baseline" (003A,0213) element in the DICOM standard.
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