←Select platform

Delete Method

Summary

Deletes the specified item from the Data Element Tag Table.

Syntax
C#
VB
C++
Java
public DicomTag Delete( 
   DicomTag tag 
) 
Public Function Delete( _ 
   ByVal tag As DicomTag _ 
) As DicomTag 
public DicomTag delete(DicomTag tag) 
public: 
DicomTag^ Delete(  
   DicomTag^ tag 
)  

Parameters

tag
DicomTag class that contains the item to be deleted

Return Value

DicomTag class to an adjacent item.

Remarks
  • If there is an item following the item being deleted, the returned class will be that item. If the item being deleted does not have an item following it, but has an item preceding it, the returned class will be the item immediately preceding the deleted item.
  • You can remove all items from the table using Reset.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly