Andrey Fedorov

Results 207 issues of Andrey Fedorov

The idea is the following: - give user an option to either specify source DICOM files to carry forward composite context, or specify individual modules - when possible, assign default...

enhancement

This would help with reducing time to test pull requests; currently, only appveyor dependencies are packaged (because appveyor's time constraints are most limiting).

enhancement
low priority

**Is your feature request related to a problem? Please describe.** Currently versioning of the [DICOM dictionary](https://github.com/pydicom/pydicom/blob/master/pydicom/_dicom_dict.py) is communicated in the commit message. There is also [DICOM SNOMED subset of codes](https://github.com/pydicom/pydicom/blob/master/pydicom/_snomed_dict.py),...

enhancement

There is an inconsistency between the instances referenced here ![image](https://user-images.githubusercontent.com/313942/27921445-d67ace2c-6245-11e7-9131-c8ec92767d5c.png) and in the per-frame derivation image sequence ![image](https://user-images.githubusercontent.com/313942/27921486-f1e3c0b0-6245-11e7-9c81-5b3ea593a645.png)

bug

I wanted to test this example https://pieper.github.io/dcmjs/examples/display2/ with the images contributed in this PR https://github.com/QIICR/dcmqi/pull/334/files, but the result is blank. Not sure if this is expected - the image is...

I am following instructions here: https://github.com/moby/hyperkit#building and get this error: ```bash $ opam install uri qcow.0.10.3 conduit.1.0.0 lwt.3.1.0 qcow-tool mirage-block-unix.2.9.0 conf-libev logs fmt mirage-unix prometheus-app The following dependencies couldn't be...

While evaluating legacy sop classes, @afshinmessiah and I ran into the not unexpected issues related to invalid input data. At least in some cases, those errors are rather trivial, such...

question

@hackermd one issue we identified with the current legacy converter is that it does not detect attributes that are repeated and identical in the PerFrame functional groups to factor them...

bug
question

Would this task be considered "in scope" for highdicom?

question

As implemented, it appears that legacy converter does not sort frames geometrically. Arguably, it should be the responsibility of the reader to sort them, but I wanted to confirm this...

question