Deletes the specified item from the IOD Structure.
Public Function Delete( _ByVal iod As Leadtools.Dicom.DicomIod _) As Leadtools.Dicom.DicomIod
public Leadtools.Dicom.DicomIod Delete(Leadtools.Dicom.DicomIod iod)
public DicomIod delete(DicomIod iod) function Leadtools.Dicom.DicomIodTable.Delete(iod)
public:Leadtools.Dicom.DicomIod^ Delete(Leadtools.Dicom.DicomIod^ iod)
iod
The item to be deleted.
A DicomIod class that contains adjacent item. If the item being deleted has a sibling (same level, same parent), following it, the returned class will be this sibling. If the item being deleted does not have a sibling following it, but has a sibling preceding it, the returned pointer class will be the preceding sibling. If the item being deleted is an only child, the returned class will be the parent.
In this illustration item 3 will be deleted. Since it does not have a following sibling, but does have a preceding sibling, the returned class will be item 2.
In this illustration item 2 will be deleted. Since it is an only child, the returned class will be the parent, item 1.
In this illustration item 1 will be deleted. Since it has no siblings and no parent, this method will return null.
For an example, refer to Reset.
Find(DicomIod,DicomClassType,DicomIodType,Boolean) Method
Insert(DicomIod,Boolean,DicomClassType,String,DicomIodType,DicomIodUsageType,String) 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
