←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 Leadtools.Dicom.DicomDataSet 
public: 
Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly