←Select platform

GetNext Method

Summary

Returns the next DicomUid item in the UID Table that immediately follows the specified item.

Syntax
C#
VB
C++
Java
public DicomUid GetNext( 
   DicomUid uid 
) 
Public Function GetNext( _ 
   ByVal uid As DicomUid _ 
) As DicomUid 
public DicomUid getNext(DicomUid uid) 
public: 
DicomUid^ GetNext(  
   DicomUid^ uid 
)  

Parameters

uid
An item in the UID Table, the item that immediately precedes this item will be returned.

Return Value

DicomUid class that contains the item in the UID Table that immediately follows the item specified in uid.

Remarks

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