Determines whether DicomContextGroup object that specifies a Context Group in the Context Group Table is valid or not.
public bool Exists(
DicomContextGroup contextGroup
)
Public Function Exists( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _
) As Boolean
public bool Exists(
Leadtools.Dicom.DicomContextGroup contextGroup
)
function Leadtools.Dicom.DicomContextGroupTable.Exists(
contextGroup
)
public:
bool Exists(
Leadtools.Dicom.DicomContextGroup^ contextGroup
)
contextGroup
DicomContextGroup object to be tested
true, the specified Context Group is valid in the Context Group Table. false, the specified Context Group is not valid in the Context Group Table.
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