←Select platform

Find Method

Summary

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

Syntax
C#
VB
C++
Java
public DicomVR Find( 
   DicomVRType code 
) 
Public Function Find( _ 
   ByVal code As DicomVRType _ 
) As DicomVR 
public DicomVr find(DicomVrType code) 
public: 
DicomVR^ Find(  
   DicomVRType 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly