C#
VB
C++
public DicomContextGroup Delete(
DicomContextGroup contextGroup
)
Public Function Delete( _
ByVal contextGroup As DicomContextGroup _
) As DicomContextGroup
public:
DicomContextGroup^ Delete(
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