Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Find Method
See Also 
Leadtools.Dicom Namespace > DicomUidTable Class : Find Method



code
A value representation code. DicomUid class in the UID Table that has this value representation code will be returned.
code
A value representation code. DicomUid class in the UID Table that has this value representation code will be returned.
Returns DicomUid that contains the item with the specified value representation code.

Syntax

Visual Basic (Declaration) 
Public Function Find( _
   ByVal code As String _
) As DicomUid
Visual Basic (Usage)Copy Code
Dim instance As DicomUidTable
Dim code As String
Dim value As DicomUid
 
value = instance.Find(code)
C# 
public DicomUid Find( 
   string code
)
C++/CLI 
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.

Example

For an example, refer to DicomUidTable.Reset.

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".

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features