Sets the trigger time offset.
Public Function SetTriggerTimeOffset( _
ByVal include As Boolean, _
ByVal offset As Double _
) As Boolean
function Leadtools.Dicom.DicomWaveformGroup.SetTriggerTimeOffset(
include ,
offset
)
include
true to insert the "Trigger Time Offset" (0018,1069) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Trigger Time Offset" (0018,1069) element (that corresponds to this waveform group) from the dataset.
offset
New trigger time offset.
true if the trigger time offset was set successfully, false if an error occurred.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET