- (nullable LTDicomIod *)removeIod:(LTDicomIod *)iod;
public DicomIod delete(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