Deletes the specified Context Group from the Context Group Table.
public DicomContextGroup Delete(
DicomContextGroup contextGroup
)
Public Function Delete( _
ByVal contextGroup As Leadtools.Dicom.DicomContextGroup _
) As Leadtools.Dicom.DicomContextGroup
function Leadtools.Dicom.DicomContextGroupTable.Delete(
contextGroup
)
public:
Leadtools.Dicom.DicomContextGroup^ Delete(
Leadtools.Dicom.DicomContextGroup^ contextGroup
)
contextGroup
DicomContextGroup object that specifies the Context Group to be deleted.
DicomContextGroup object that specifies an adjacent Context Group in the Context Group Table. This Group is the one immediately following the Group being deleted or the one immediately preceding it if no Groups follow the Group being deleted.
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