Eduardo Pinho

Results 254 comments of Eduardo Pinho

Thank you for your interest in DICOM-rs! > 1. Build an InMemDicomObject with nested sequences in code? With the attribute operations API, this is possible by creating an empty sequence...

Thank you for your well informed feedback, @qarmin! I can comment on the two points in particular, but the short version is that I not only agree that the library...

Thank you for working on this. As I suspect that we might need some time to review and I was about to bring forward a new release of DICOM-rs, I...

> **1. Not tested on multiframe dicom:** I am very unfamiliar with multiframe dicoms and I don't really know where to find or create proper ones. I was not able...

I would detect `.dcm` and only replace the extension in this case, extending the file name in all other cases.

Hello @PierreBou91! > So unless you have a better suggestion, I think we can close this PR. It is fine either way. It should also be possible to keep the...

Thank you for reaching out! The given RT dose image uses 32-bit pixel values, which is currently not supported by the DICOM-rs pixeldata crate. A known alternative to this is...

Thank you for reaching out. As _Source Application Entity Title_ is in the file meta information group, it is currently not reachable directly through `element*` methods. You can call `meta()`...

Just leaving a note that per the plans for the upcoming generic object API (#524), it will be possible to retrieve _Source Application Entity Title_ and other attributes in the...

This is likely another effect of #106. The details about that crate are cached and are not being evicted when they should. A fresh deployment shows the right version. As...