Sets the waveform padding value.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformGroup
Dim include As Boolean
Dim paddingValue As Integer
Dim value As Boolean
value = instance.SetWaveformPaddingValue(include, paddingValue)
|
Parameters
- include
- true to insert the "Waveform Padding Value" (5400,100A) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Waveform Padding Value" (5400,100A) element (that corresponds to this waveform group) from the dataset.
- paddingValue
- New waveform padding value.
Return Value
true if the waveform padding value was set successfully, false if an error occurred.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also