Markus D. Herrmann
Markus D. Herrmann
* fhir.resources version: 5.1.1. * Python version: 3.8 ### Description Resolution of references within a Bundle fails unless an instance to a server is provided (and a couple of additional...
The library currently checks the first three bytes of the file (``0xFF``, ``0xD8``, and ``0xFF``) to determine whether it is a JPEG file: https://github.com/sindresorhus/file-type/blob/bb4f8225672b9392ae9e959fc2eb56c7579e5574/core.js#L154-L159 However, to distinguish between baseline JPEG...
#### Describe the changes Adds support for reading efficiently individual frames of a (multi-frame) image without loading the entire Pixel Data element into memory (see also #534, #1263, #1243). ####...
#### Describe the changes Adds support for color management using ICC Profiles (see #1244). #### Tasks - [x] Unit tests added that reproduce the issue or prove feature is working...
**Is your feature request related to a problem? Please describe.** The `get_pixeldata()` functions implemented for the different pixel handlers loop over frame items to decode individual items. Unfortunately, decoding of...
**Describe the bug** For certain context groups, an `AssertionError` is raised when one tries to check whether a given code is contained in the context group. **Expected behavior** When a...
When running *mypy* on the codes provided via `pydicom.sr.codedict.codes`, I get the following error: ```None mypy -c 'from pydicom.sr.codedict import codes; codes.SCT.Tissue' :1: error: Item "Code" of "Union[_CodesDict, _CID_Dict, Code]"...
**Is your feature request related to a problem? Please describe.** Datasets may contain an ICC Profile to enable color reproducibility. ICC Profiles are currently not applied by pixel handlers. **Describe...
[PS 3.5 Sect B2](http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_B.2.html) specifies that UIDs with root "2.25" shall be derived from a UUID. According to [ITU-T X.667](https://www.itu.int/rec/T-REC-X.667-201210-I/en) this can be achieved as follows: > To obtain the...