Eduardo Pinho

Results 150 issues of 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...

bug
A-lib
C-ul

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...

breaking change
A-lib
C-encoding
C-transfer-syntax

### 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...

topic: formats
help wanted

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...

bug
webapp

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...

bug
sdk
dicoogle-core

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...

sdk
dicoogle-core
breaking-change

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...

enhancement
webapp
dicoogle-core

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...

feature request
sdk