←Select platform

Find(string) Method

Summary

Returns a DicomContextGroup object to the Context Group in the Context Group Table that has the specified Context Identifier (CID).

Syntax

C#
VB
WinRT C#
C++
public DicomContextGroup Find( 
   string contextID 
) 
Public Overloads Function Find( _ 
   ByVal contextID As String _ 
) As Leadtools.Dicom.DicomContextGroup 
 function Leadtools.Dicom.DicomContextGroupTable.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 Context ID.

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

For an example, refer to Insert.

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