Eduardo Pinho

Results 140 issues of Eduardo Pinho

As a user of these tools, I would like to specify the called application entity title alongside the AE host and address, making it compact and easier to remember. Instead...

enhancement
good first issue
C-tool

Given a sequence of files, the dump tool should dump each of them in sequence.

enhancement
good first issue
C-tool

This task would make it so that a user can obtain some part of the DICOM object up to when it started having parsing issues. Acceptance criteria: - It should...

enhancement
help wanted
A-lib
C-object

`encoding` has not seen a release in 5 years, whereas `encoding_rs` is much better maintained and opens doors to faster text encoding and decoding.

A-lib
C-encoding

Keeping a table and checklist of requirements regarding text encoding in DICOM: | encoding | implemented | validated | Issue / PR | |--------------|-------------------|-------------|---------------| | ISO IR 100 (West Europe)...

A-lib
C-encoding

While this still isn't high on my priorities, the various library crates in the project should eventually have an MSRV policy to prevent surprises caused by the use of old...

chore

In the context of queries, data elements with the value representations DA, TM, or DT can have two time instances separated by a dash ([standard](http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html)). While no decoded value variant...

enhancement
good first issue
C-lib

The attributes in the struct `dicom_object::meta::FileMetaTable` retain the padding from the encoded DICOM file meta group, and so they are usually padded for even length, even when built via the...

enhancement
good first issue
C-lib

While [standard group length data elements](http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html) (xxxx, 0000) are retired, their tags are currently not declared in the data dictionary, and so are perceived as unknown. Implementing this might involve...

good first issue
C-lib

This was previously overlooked, but the Planar Configuration (0028,0006) attribute should be checked whenever the image has more than one sample per pixel. At the moment, the decoding functions assume...

bug
help wanted
A-lib
C-pixeldata