-
Updated
Jul 29, 2021 - JavaScript
dicom
Here are 452 public repositories matching this topic...
-
Updated
Jun 27, 2021 - JavaScript
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
Jul 28, 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
Jul 26, 2021 - C++
-
Updated
Jul 29, 2021 - JavaScript
-
Updated
Jul 29, 2021 - C++
-
Updated
Jul 29, 2021 - C++
-
Updated
May 1, 2020 - Python
-
Updated
Jul 25, 2021 - Java
-
Updated
Jul 6, 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
Jul 9, 2021 - C++
-
Updated
Apr 12, 2021 - C++
-
Updated
Jul 15, 2021 - JavaScript
Hello,
This is a question, is it possible to read only meta-data part of (large) files (without pixel data) to optimize processing time ?
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jul 29, 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
Jul 30, 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