←Select platform

Delete Method

Summary
Deletes the specified item from the UID Table.
Syntax
C#
VB
C++
Java
public DicomUid Delete( 
   DicomUid uid 
) 
Public Function Delete( _ 
   ByVal uid As DicomUid _ 
) As DicomUid 
public DicomUid delete(DicomUid uid) 
public: 
DicomUid^ Delete(  
   DicomUid^ uid 
)  

Parameters

uid
A DicomUid object that contains the item to be deleted.

Return Value

DicomUid 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.