←Select platform

BeginEditSequence(long) Method

Summary

Used to create a new DICOM sequence, or edit an existing DICOM sequence

Syntax
C#
VB
C++
public DicomDataSet BeginEditSequence( 
   long tag 
) 
Public Overloads Function BeginEditSequence( _ 
   ByVal tag As Long _ 
) As DicomDataSet 
public: 
DicomDataSet^ BeginEditSequence(  
   int64 tag 
)  

Parameters

tag
tag number of the DICOM element sequence

Return Value

A reference to the DicomDataSet

Remarks

For more information, see BeginEditSequence

Example

For an example, refer to GetValue.

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