←Select platform

GetNext Method (DicomTagTable)

Summary

Returns the next DicomTag item in the Data Element Tag Table that immediately follows the specified item.

Syntax

C#
VB
Java
WinRT C#
C++
Public Function GetNext( _ 
   ByVal tag As Leadtools.Dicom.DicomTag _ 
) As Leadtools.Dicom.DicomTag 
public DicomTag getNext(DicomTag tag) 
 function Leadtools.Dicom.DicomTagTable.GetNext(  
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize