Eduardo Pinho

Results 140 issues of Eduardo Pinho

- Update project dependencies - Minor configuration adjustments - Update site footer to say 2023 instead of 2021 - Adjust note styles so that they are all in the same...

There are a few more things the user can do which are not yet covered by the [Using Dicoogle](https://bioinformatics-ua.github.io/dicoogle-learning-pack/docs/using/) page. We could add them to the page or create a...

enhancement

This fixes a situation found in the wild, where the matching of certain search results via C-FIND would lead to a server error. ### Summary At `DIMGeneric#fillDim`, do not assume...

bug
sdk

### Summary - dependency: react-router 4 - This one required substantial changes. I think it's well set up now, but it wouldn't hurt to test some page navigation. - dev-dependency:...

webapp
chores

In 2016, the method `handles` in `StorageInterface` was proposed to be deprecated in #257. The rationale was that there was only single reasonable implementation of it, and there was at...

in discussion
sdk

To be published once https://github.com/bioinformatics-ua/dicoogle/pull/695 is released.

### Context A new iteration of the trait-based DICOM object abstraction, which may help uniformize DICOM object handling regardless of the underlying implementation. ### Summary - [object] Redesign DicomObject trait...

enhancement
breaking change
A-lib
C-object

Uses jxl-oxide for decoding and zune-jpegxl for encoding.

A-lib
C-transfer-syntax

This issue already accounts for the fix in #566. Given the following code: ```rust let mut table = FileMetaTable { information_group_length: 0, information_version: [0u8, 1u8], media_storage_sop_class_uid: "1.2.840.10008.5.1.4.1.1.7".to_owned(), media_storage_sop_instance_uid: "2.25.137731752600317795446120660167595746868".to_owned(), transfer_syntax:...

bug
A-lib
C-object