←Select platform

BeginReadSequence(long) Method

Summary

Used to read values from an existing DICOM sequence

Syntax

C#
VB
C++
public DicomDataSet BeginReadSequence( 
   long tag 
) 
Public Overloads Function BeginReadSequence( _ 
   ByVal tag As Long _ 
) As Leadtools.Dicom.DicomDataSet 
public: 
Leadtools.Dicom.DicomDataSet^ BeginReadSequence(  
   int64 tag 
)  

Parameters

tag
tag number of the DICOM element sequence

Return Value

a reference to the DicomDataSet

Remarks

For more information, see BeginReadSequence

Example

For an example, refer to DicomDataSet.GetValue{T}(DicomElement, T, out T).

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