IDLffDICOM::Reset
The IDLffDICOM::Reset procedure method removes all of the elements from the IDLffDICOM object, leaving the object otherwise intact.
Syntax
Obj->[IDLffDICOM::]Reset
Arguments
None
Keywords
None
Examples
; Create a DICOM object, read a DICOM file and dump its contents:
obj = OBJ_NEW( 'IDLffDICOM' )
var = obj->Read(DIALOG_PICKFILE(FILTER='*'))
obj->DumpElements
obj->Reset
; DumpElements should produce no output here:
obj->DumpElements
OBJ_DESTROY, obj
Version History
5.2 |
Introduced |