←Select platform

SetWaveformOriginality Method

Summary

Sets the waveform originality.

Syntax
C#
VB
C++
public void SetWaveformOriginality( 
   DicomWaveformOriginalityType originality 
) 
Public Sub SetWaveformOriginality( _ 
   ByVal originality As DicomWaveformOriginalityType _ 
)  
public: 
void SetWaveformOriginality(  
   DicomWaveformOriginalityType originality 
)  

Parameters

originality
New waveform originality

Remarks
  • The default value for the waveform originality is DicomWaveformOriginalityType.Original.
  • In DICOM it is mandatory to specify the waveform originality for a waveform group. For this reason it is important to call this method to create a proper waveform group.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly