←Select platform

GetPrevious Method

Summary

Returns the last DicomTag item in the Data Element Tag Table that immediately precedes the specified item.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTag GetPrevious( 
   DicomTag tag 
) 
Public Function GetPrevious( _ 
   ByVal tag As Leadtools.Dicom.DicomTag _ 
) As Leadtools.Dicom.DicomTag 
public DicomTag getPrevious(DicomTag tag) 
 function Leadtools.Dicom.DicomTagTable.GetPrevious(  
   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 an item in the Data Element Tag Table that immediately precedes the item specified by 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly