←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
C++
Java
public DicomTag GetPrevious( 
   DicomTag tag 
) 
Public Function GetPrevious( _ 
   ByVal tag As DicomTag _ 
) As DicomTag 
public DicomTag getPrevious(DicomTag tag) 
public: 
DicomTag^ GetPrevious(  
   DicomTag^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.