| Visual Basic (Declaration) | |
|---|---|
Public Function GetChannelSensitivity() As DicomChannelSensitivity | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomChannelSensitivity GetChannelSensitivity() | |
| C++/CLI | |
|---|---|
public: DicomChannelSensitivity^ GetChannelSensitivity(); | |
Return Value
The channel sensitivity.For an example, refer to DicomDataSet.WaveformGroupCount.
Use this method to get the values for all the elements related to the channel sensitivity
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code