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 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