-
Updated
Jun 21, 2021 - JavaScript
dicom
Here are 444 public repositories matching this topic...
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
May 25, 2021 - C#
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.
It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jun 22, 2021 - C++
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Jun 26, 2021 - C++
-
Updated
Jun 22, 2021 - C++
-
Updated
May 1, 2020 - Python
-
Updated
Jun 6, 2021 - Java
-
Updated
Jun 24, 2021 - Python
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
-
Updated
Jun 25, 2021 - C++
-
Updated
Apr 12, 2021 - C++
-
Updated
Jun 24, 2021 - JavaScript
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
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Jun 13, 2021 - JavaScript
-
Updated
Jun 4, 2021 - Python
At the moment, standard codes used require manual typing of the code tuple, such as here. This is error-prone and long. Instead, we should use the #defined constants, as done in dcmsr: https://github.com/commontk/DCMTK/blob/patched-DCMTK-3.6.3_20180205/dcmsr/include/dcmtk/dcmsr/codes/dcm.h#L51.
It would be also i
-
Updated
Jun 25, 2021 - C#
Improve this page
Add a description, image, and links to the dicom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dicom topic, visit your repo's landing page and select "manage topics."
Some of the functions in our library have the correct annotation already, whereas some (more legacy) functions don't feature annotations yet. At the same time, there is a (pretty useful) trend to outsource annotations into a separate
.pyifile (think C++ headers, but actually just annotations not declarations). It makes sense to follow this trend