-
Hi Everyone,
I am brand new to DEID and very inexperienced with Python. I do have three decades of experience with DICOM though and have used commercial products to do deidentification in the past…
-
We are looking to deploy and manage healthcare_dataset and healthcare_dicom resources to support our application. The functionality should closely follow what is exposed in terraform:
google_health…
-
```
Droid DICOM is current the only viewer I knew which can display DICOM images. I
am wondering if Droid DICOM can add the ability to read raw (binary) images as
long one knows the matrix size, vox…
-
I'm receiving DICOM files in a DICOM listener. From the channel messages (logs), on 3.4.2 when a log was clicked, the image viewer showed the image correctly, now I can only see a small black square a…
-
## Problem Description
After running the code, it was observed that the same `stay_id` could correspond to multiple `subject_id`s due to a lack of timely updates to the `stay_id`. For instance, if at…
-
Wezel GUI crashes when closing the 'header' section for DICOM info. in the GUI.
This works fine though when running wezel from source code.
-
I exactly created nifti file from pngs like this video: https://www.youtube.com/watch?v=RkzsgS-sGFw
Then I tried to convert this to dicom then I get this error. https://prnt.sc/EkHk8c_ekzrC
Additi…
-
```
Hi,
I have written a module to hold the tags from a set of dicom files which worked
with pydicom 0.9.7. (Thanks!) With 0.9.8,
value = dicom.dataelem.DataElement_from_raw(value)
throws (with …
-
```
Hi,
I have written a module to hold the tags from a set of dicom files which worked
with pydicom 0.9.7. (Thanks!) With 0.9.8,
value = dicom.dataelem.DataElement_from_raw(value)
throws (with …
-
```
It's considered bad practice for the library name and it's import name to
be different -- it is confusing for users.
So, should change the import name to "pydicom", which would require:
* update…