LEADTOOLS Medical (Leadtools.Dicom assembly)

SetChannelOffset Method

Show in webframe







True to insert the "Channel Offset" (003A,0218) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Offset" (003A,0218) element (that corresponds to this channel) from the dataset.
New channel offset.
Sets the channel offset.
Syntax
public bool SetChannelOffset( 
   bool include,
   double channelOffset
)
'Declaration
 
Public Function SetChannelOffset( _
   ByVal include As Boolean, _
   ByVal channelOffset As Double _
) As Boolean
'Usage
 
Dim instance As DicomWaveformChannel
Dim include As Boolean
Dim channelOffset As Double
Dim value As Boolean
 
value = instance.SetChannelOffset(include, channelOffset)
public bool SetChannelOffset( 
   bool include,
   double channelOffset
)

            

            
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelOffset( 
   include ,
   channelOffset 
)
public:
bool SetChannelOffset( 
   bool include,
   double channelOffset
) 

Parameters

include
True to insert the "Channel Offset" (003A,0218) element (that corresponds to this channel) into the dataset and then set its value, false to delete the "Channel Offset" (003A,0218) element (that corresponds to this channel) from the dataset.
channelOffset
New channel offset.

Return Value

true if the channel offset was updated successfully, false if an error occurred.
Remarks
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

DicomWaveformChannel Class
DicomWaveformChannel Members
GetChannelOffset Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features