Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetTriggerSamplePosition Method
See Also 
Leadtools.Dicom Namespace > DicomWaveformGroup Class : SetTriggerSamplePosition Method




include
true to insert the "Trigger Sample Position" (0018,106E) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Trigger Sample Position" (0018,106E) element (that corresponds to this waveform group) from the dataset.
samplePosition
New trigger sample position.
Sets the trigger sample position.

Syntax

Visual Basic (Declaration) 
Public Function SetTriggerSamplePosition( _
   ByVal include As Boolean, _
   ByVal samplePosition As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomWaveformGroup
Dim include As Boolean
Dim samplePosition As Integer
Dim value As Boolean
 
value = instance.SetTriggerSamplePosition(include, samplePosition)
C# 
public bool SetTriggerSamplePosition( 
   bool include,
   int samplePosition
)
Managed Extensions for C++ 
public: bool SetTriggerSamplePosition( 
   bool include,
   int samplePosition
) 
C++/CLI 
public:
bool SetTriggerSamplePosition( 
   bool include,
   int samplePosition
) 

Parameters

include
true to insert the "Trigger Sample Position" (0018,106E) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Trigger Sample Position" (0018,106E) element (that corresponds to this waveform group) from the dataset.
samplePosition
New trigger sample position.

Example

For an example, refer to WaveformGroupCount.

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

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