←Select platform

GetNext Method

Summary
Returns the next DicomTag item in the Data Element Tag Table that immediately follows the specified item.
Syntax
C#
VB
C++
Java
public DicomTag GetNext( 
   DicomTag tag 
) 
Public Function GetNext( _ 
   ByVal tag As DicomTag _ 
) As DicomTag 
public DicomTag getNext(DicomTag tag) 
public: 
DicomTag^ GetNext(  
   DicomTag^ tag 
)  

Parameters

tag
An item in the Data Element Tag Table, the item that immediately precedes this item will be returned.

Return Value

DicomTag class that contains the item in the Data Element Tag Table that immediately follows the item specified in Data Element Tag.

Remarks
  • The following methods will also help you navigate the Data Element Tag Table:
  • To determine the number of entries in the Data Element Tag Table, use GetCount.
Example

For an example, refer to Reset.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.