←Select platform

Find Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public DicomUid Find( 
   string code 
) 
Public Function Find( _ 
   ByVal code As String _ 
) As Leadtools.Dicom.DicomUid 
public Leadtools.Dicom.DicomUid Find(  
   string code 
) 
public DicomUid find(String code) 
 function Leadtools.Dicom.DicomUidTable.Find(  
   code  
) 
public: 
Leadtools.Dicom.DicomUid^ Find(  
   String^ code 
)  

Parameters

code
A value representation code. DicomUid class in the UID Table that has this value representation code will be returned.

Return Value

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

Remarks
  • As an example, if you call this method with code set to "1.2.840.10008.1.1", and the UID Table filled with the default values, the returned DicomUidTable class will contain "1.2.840.10008.1.1" and "Verification SOP Class".
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