-
Ticket #1413 - It would be useful to have a
DicomReadOption?
to allow bypassing of pixel data when reading, for cases when the
header is just being read, and the pixel data is not required.
- added another method to the DicomAttributeCollection called
GetAttribute - similar to this[] but GetAttribute does not add the attribute to
the collection if it doesn't exist - we had a need for this. Would you
like this too? (I would prefer our codebase to be the same!)
- in DicomFile.Save() method, if directory of save path does not exist, try to create (note, the Directory.CreateDirectory() method could throw an exception if something strange is going on)... don't know if you want this but I put it in my code.
Regards,
Dan