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




contextID
Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifier Values.
Returns a DicomContextGroup object to the Context Group in the Context Group Table that has the specified Context Identifier (CID).

Syntax

Visual Basic (Declaration) 
Overloads Public Function Find( _
   ByVal contextID As String _
) As DicomContextGroup
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim contextID As String
Dim value As DicomContextGroup
 
value = instance.Find(contextID)
C# 
public DicomContextGroup Find( 
   string contextID
)
Managed Extensions for C++ 
public: DicomContextGroup* Find( 
   string* contextID
) 
C++/CLI 
public:
DicomContextGroup^ Find( 
   String^ contextID
) 

Parameters

contextID
Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifier Values.

Return Value

a DicomContextGroup object to the Context Group in the Context Group Table that has the specified specified Context ID.

Example

For an example, refer to Insert.

Remarks

  • A Context Group is identified by its Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifier Values.
  • Notice that only the Context Groups in the Context Group Table are searched by the method. To add Context Groups to the table, use the Load and Insert methods.
  • To search for a specific Coded Concept in a Context Group, use the FindCodedConcept method.

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