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 Leadtools.Dicom.DicomCodeSequenceItem, _
ByVal channelSensitivityCF As Double, _
ByVal channelBaseline As Double _
)
public void SetChannelSensitivity(
bool include,
double channelSensitivity,
Leadtools.Dicom.DicomCodeSequenceItem channelSensitivityUnits,
double channelSensitivityCF,
double channelBaseline
)
function Leadtools.Dicom.DicomWaveformChannel.SetChannelSensitivity(
include ,
channelSensitivity ,
channelSensitivityUnits ,
channelSensitivityCF ,
channelBaseline
)
public:
void SetChannelSensitivity(
bool include,
double channelSensitivity,
Leadtools.Dicom.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.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET