Sets the channel sensitivity.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim channelSensitivity As Double
Dim channelSensitivityUnits As DicomCodeSequenceItem
Dim channelSensitivityCF As Double
Dim channelBaseline As Double
instance.SetChannelSensitivity(include, channelSensitivity, channelSensitivityUnits, channelSensitivityCF, channelBaseline)
|
Parameters
- 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.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also