←Select platform

Find Method

Summary

Returns DicomVR that contains the item with the specified value representation code.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomVR Find( 
   DicomVRType code 
) 
Public Function Find( _ 
   ByVal code As Leadtools.Dicom.DicomVRType _ 
) As Leadtools.Dicom.DicomVR 
public DicomVr find(DicomVrType code) 
 function Leadtools.Dicom.DicomVRTable.Find(  
   code  
) 

Parameters

code
A value representation code. DicomVR class in the Value Representation Table that has this value representation code will be returned.

Return Value

DicomVR that contains the item with the specified value representation code.

Remarks
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