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 Leadtools.Dicom.DicomContextIdentifierType _
) As Leadtools.Dicom.DicomContextGroup
public Leadtools.Dicom.DicomContextGroup Find(
Leadtools.Dicom.DicomContextIdentifierType contextID
)
function Leadtools.Dicom.DicomContextGroupTable.Find(DicomContextIdentifierType)(
contextID
)
public:
Leadtools.Dicom.DicomContextGroup^ Find(
Leadtools.Dicom.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.
For an example, refer to Insert.
DicomContextGroupTable Members
Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET