Erik O Gabrielsson
Erik O Gabrielsson
The current concept dicts in sr\ seems to be out of date. I tried to run the `generated_concept_dict.py` to update them. I had to add `"http://hl7.org/fhir/sid/icd-10": "I10"` to the `FHIR_SYSTEM_TO_DICOM_SCHEME_DESIGNATOR`...
Add `image\dicom-rle` and `image\x-jls` as supported media type in addition to `image\x-dicom-rle` and `image\jls`, respectively. See Note 3 in [8.7.3.3.2](https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.7.3.3.2.html).
According to the [standard ](https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.7.3.3.2.html)`image/dicom-rle` should be used as media type for transfer syntax 1.2.840.10008.1.2.5 RLE Lossless. However `DicomWebClient` throws when using it as a media type when fetching frames:...
Hi, I noticed that the `Note` section of the [retrieve_instance-method](https://github.com/ImagingDataCommons/dicomweb-client/blob/master/src/dicomweb_client/web.py#L2535) (and in other similar methods) mentions that the default transfer syntax will be `Implicit VR Little Endian`. The standard states...
Hi, When importing czifile I get a deprecation warning for this line: ``` from scipy.ndimage.interpolation import zoom ``` ``` DeprecationWarning: Please import `zoom` from the `scipy.ndimage` namespace; the `scipy.ndimage.interpolation` namespace...
There are a lot of changes in pydicom 3.0 that breaks the current version of wsidicom.
Changes for pydicom 3.0.