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.
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