The IDLffDICOM::Cleanup procedure method destroys the IDLffDICOM object.
            Syntax
            Obj->Cleanup
            or
            Obj->[IDLffDICOM::]Cleanup
            or
            OBJ_DESTROY, Obj
            Arguments
            None
            Keywords
            None
            Examples
            
            obj = OBJ_NEW( 'IDLffDICOM' )
            var = obj->Read(DIALOG_PICKFILE(FILTER="*"))
            obj->DumpElements
            OBJ_DESTROY, obj
             
            
            
            obj->DumpElements
            Version History