Eduardo Pinho

Results 163 issues of Eduardo Pinho

It would be nice to have a way to turn an open DICOM object into a value representing that DICOM dir, or file set. This would provide facilities for inspecting...

enhancement
help wanted
A-lib
C-object

This pull request aims to provide a baseline for #1. It already contains some changes to the parser create and other mid level constructs for recording data set value positions...

A-lib

Currently, `dicom-storescu` is only prepared to send one DICOM file at a time. Given a sequence of local file paths, the tool should: 1. Traverse the data recursively to identify...

enhancement
good first issue
C-tool

The DICOM-rs tools bundle has been built manually each time, which is a bit exhausting and has room for errors. Ideally, this bundle would be produced in CI. Some state...

chore
A-tool

As per the standard, [part 5, section 6.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html): > A component that is omitted from the string is termed a null component. Trailing null components of Date Time indicate that...

C-lib

The current file reading implementation requires DICOM files to have a file meta group. The only way to open it would be by specifying the expected transfer syntax (introduced in...

enhancement
A-lib
C-object
compatibility

This is a baseline, proof of concept implementation of a Find SCU. This is pretty raw right now and not very usable, there is a lot more work to be...

At the moment, the pixeldata crate does not support decoding of native images with the _PALETTE COLOR_ photometric interpretation.

A-lib
C-pixeldata

Laying out some ideas and issues to keep in mind in order to improve the overall experience with the dicom-object API. - [ ] Upper-level `from_*`/`write`/`save` functions could be more...

A-lib
C-object

Many important DICOM attributes rely on a textual value representation even if their intent is to encode numbers (in emphasis, *DS* and *IS*). On the other hand, it might be...

good first issue
A-lib
C-core