Eduardo Pinho
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...
Given a sequence of files, the dump tool should dump each of them in sequence.
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...
`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.
Keeping a table and checklist of requirements regarding text encoding in DICOM: | encoding | implemented | validated | Issue / PR | |--------------|-------------------|-------------|---------------| | ISO IR 100 (West Europe)...
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...
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...
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...
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...
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...