- contextID
- Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifier Values.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function Find( _ ByVal contextID As String _ ) As DicomContextGroup |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
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 DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) methods. To search for a specific Coded Concept in a Context Group, use the FindCodedConcept method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family