scaramallion
scaramallion
Probably not particularly soon, at least a couple of months would be my guess.
```python responses = assoc.send_c_find(ds, PatientRootQueryRetrieveInformationModelFind) for status, identifier in responses: if identifier and 'PatientName' in identifier: break ``` How long does it take if you iterate through all the responses...
My only other thought is whether or not the windows timer resolution is being set.
`enforce_file_format` is meant to ensure conformance to the DICOM File Format. As is says in the documentation: > If ``True`` then ensure the dataset is written in the DICOM File...
Doesn't nan == nan equal False? Although I get your point, the elements have the "same" value and so should be equivalent.
Sorry, but this isn't the correct logic to follow here. In the absence of evidence to the contrary, the correct (default) behaviour is to follow the *Photometric Interpretation*. From [Part...
> I could get a shot at the exceptions, provided that nobody else is working on it / wants to work on it. That'd be great
No problem, no real rush
There probably needs to be a test to see if the transfer syntax is Deflated Image in [this block](https://github.com/pydicom/pydicom/blob/main/src/pydicom/pixels/encoders/base.py#L204) in `_get_frame_buffer()` before doing the frame packing. It might also make...
Sorry, sorry! Been really busy and also out sick. I'll have a look soon.