←Select platform

GetPrevious Method

Summary

Returns the last DicomUid item in the UID Table that immediately precedes the specified item.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomUid GetPrevious( 
   DicomUid uid 
) 
Public Function GetPrevious( _ 
   ByVal uid As Leadtools.Dicom.DicomUid _ 
) As Leadtools.Dicom.DicomUid 
public DicomUid getPrevious(DicomUid uid) 
 function Leadtools.Dicom.DicomUidTable.GetPrevious(  
   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 an item in the UID Table that immediately precedes the item specified by uid.

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

For an example, refer to Reset.

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