Eduardo Pinho
Eduardo Pinho
Stream establishment depends on `get_client_pdu`, which parses the PDU data from an in-memory buffer. When establishing an association, a temporary buffer is created and immediately dropped. This usually does not...
It turned out that `submit_ele_transfer_syntax!` was not usable unless to specify a stub. This is not ideal, but since type parameter defaults are not supported, the `Codec` expression in the...
### Context Some C code may declare doc comments in the same line as the respective member with a special syntax for the effect. ```c enum ColorSpace { RGB =...
This problem happens when trying to save a `DynamicImage` of color type `L16` or `Rgb16` to any PNM format (`.pbm`, `.pgm`, `ppm`) via its `save` method. This is somewhat related...
Should hopefully resolve #2430, as well as #1687. It takes the assumption that when an image is 16-bit and the encoder receives a `&[u8]`, it means that the samples were...
### Summary - [webapp] Fix runtime error when trying to log out - It was a mistake in the retrieval of the router history object - [webapp] Fix nuances of...
If the storage provider fails to store a file, the DICOM storage service will not treat this as an error and continue normally, eventually responding to the SCU with status...
Should resolve #721. Caveats: - it's an SDK breaking change - reports success whenever at least one storage provider succeeds, meaning that others could have failed when there is more...
When working with multiple Dicoogle instances, it would be useful if they showed something distinctive about each deployment in the web UI page. We already have a node name, so...
In some scenarios of Dicoogle extensions, it would be nice to be able to react to certain events in the DICOM association lifecycle immediately. At the moment, it is only...