Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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.
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
)
Managed Extensions for 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 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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