C#
VB
C++
Returns a DicomContextGroup object to the Context Group in the Context Group Table that has the specified Context Identifier (CID).
public DicomContextGroup Find(
DicomContextIdentifierType contextID
)
Public Overloads Function Find( _
ByVal contextID As DicomContextIdentifierType _
) As DicomContextGroup
public:
DicomContextGroup^ Find(
DicomContextIdentifierType contextID
)
contextID
Context Identifier (CID). For a list of the Context Identifiers of the Context Groups maintained internally, refer to Context Identifier Values.
a DicomContextGroup object to the Context Group in the Context Group Table that has the specified Context ID.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method