←Select platform

Find Method

Summary
Returns DicomUid that contains the item with the specified value representation code.
Syntax
C#
VB
C++
Java
public DicomUid Find( 
   string code 
) 
Public Function Find( _ 
   ByVal code As String _ 
) As DicomUid 
public DicomUid find(String code) 
public: 
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 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.