Eduardo Pinho

Results 254 comments of Eduardo Pinho

Thank you for reporting. Could you provide an anonymized form of the DICOM file or an abridged dump of the file using another DICOM tool? It would help to understand...

Odd. `dicom-dump` uses `open_file` underneath but it could produce a dump of the given file just fine. Can you double check that this is the problematic file, and that you...

OK, the issue can be reproduced with the second example. The file is clearly missing mandatory fields as per [PS3.10 Chapter 7](https://dicom.nema.org/medical/dicom/current/output/chtml/part10/chapter_7.html), but it can be made more resilient with...

Thank you for reporting, @ingwinlu. It's true that some efforts of the pixeldata component are ongoing, and not all of them are tracked by issues yet (although there is a...

SCP implementations are not available yet. Parent issue: #140 What is stated in the linked issue applies. If anyone would like to contribute with a proof of concept, I would...

It is good to know your interest in DICOM-rs. There is no commitment to any deadlines for SCP implementations at the moment, but if you would like to contribute in...

Hello @ademyanchuk, thank you for reporting! In this particular case, the error was raised because the generated file's meta information header does not contain a _Group Length_ (0002,0000) element. The...

Glad that this got you unstuck! I will keep this issue to track the possibility of making file reading resilient to files without a file meta information group length. External...

So, assuming that CT-Private-ELE is just another explicit VR little endian transfer syntax, the best course of action here would be registering the private transfer syntax in your program. With...

Thank you for this investigation, @jmlaka. > So I looked at the [dicom spec](http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html) once more and > Date has a value length of 8 bytes FIXED (apart from range...