The Wayback Machine - https://web.archive.org/web/20210309102635/https://github.com/topics/dicom
Skip to content
#

dicom

Here are 420 public repositories matching this topic...

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 Nov 16, 2020

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 easier for some users to collect numbers in binary form and create a DICOM value directly from them.

The idea is the following: provide the method into_text_value(self) that consumes the value (PrimitiveValue and `Value

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