←Select platform

GetPrevious Method

Summary

Returns the last DicomVR item in the Value Representation Table that immediately precedes the specified item.

Syntax

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

Leadtools.Dicom Assembly