Skip to content
#

dicom

Here are 372 public repositories matching this topic...

suyashkumar
suyashkumar commented May 22, 2020

There are all sorts of odd or even non-conformant DICOMs out in the world.

When we encounter parser failures on a DICOM (for both the current and the in progress rewrite), it would be good to be able to toggle a debug mode flag that can help us better dig into parsing failures and provide helpful information. Ideally if this information is not PHI (e.g. just DICOM tags, other general info), it

Enet4
Enet4 commented Oct 3, 2020

The current Transfer Options page leaves a bit to be desired. I propose that these aspects are improved:

  • There isn't a way to enable a transfer syntax regardless of the SOP class (or at least for those already admitting at least one transfer syntax). This means that allowing a transfer syntax requires looking up every applicable SOP class.
  • The "Select All" and "Deselect All" will check and
Enet4
Enet4 commented Oct 2, 2020

Allow the user of dicom_object to take the element from the object, removing it in the process.

For in-memory objects, this can translate to less data copying.

    /// <document please>
    pub fn take_element(&mut self, tag: Tag) -> Result<InMemElement<D>> {
        todo!()
    }

    /// <document please>
    pub fn take_element_by_name(&mut self, name: &str) -> Result<InM

Improve this page

Add a description, image, and links to the dicom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dicom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.