←Select platform

GetNext Method

Summary

Returns the next DicomVR item in the Value Representation Table that immediately follows the specified item.

Syntax
C#
VB
C++
Java
public DicomVR GetNext( 
   DicomVR vr 
) 
Public Function GetNext( _ 
   ByVal vr As DicomVR _ 
) As DicomVR 
public DicomVr getNext(DicomVr vr) 
public: 
DicomVR^ GetNext(  
   DicomVR^ vr 
)  

Parameters

vr
An item in the Value Representation Table, the item that immediately precedes this item will be returned.

Return Value

DicomVR class that contains the item in the Value Representation Table that immediately follows the item specified in vr.

Remarks
  • The following methods will also help you navigate the Value Representation Table:
  • To determine the number of entries in the Value Representation Table, use GetCount.

Example

For an example, refer to Reset.

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