Is there a need to "close" Dicom files once I am done using them? I am opening hundreds of Dicom files to gather info from their headers. Once I am done with them, do I just let the .net garbage collection take care of the open file objects, or is there something I should be doing to close them properly? I do not need to save them as I have not made any changs to their contents. Thanks.