Steve Pieper

Results 75 issues of Steve Pieper

Related to #394 and #395, I tried building with clang but got yet a third kind of build error. Command: ``` cmake -DCMAKE_CXX_COMPILER=clang ../dcmqi ``` Error ``` [ 78%] Building...

bug

@emelalkim noticed that running `npm run test` currently generates this error: ``` (node:91434) UnhandledPromiseRejectionWarning: AssertionError: expected { Object (_vrMap, CodeValue, ...) } to have keys '00080100', '00080102', and '00080104' at...

Add comments here with things that need to be changed in the code base: * consistent capitalization Dicom -> DICOM * remove abbreviations unless they are standard * dynamically load...

"P0-0099A", "SRT", "Imaging procedure" See https://github.com/QIICR/dcmqi/blob/master/apps/sr/tid1500writer.cxx#L141-L150 This should be the default when constructing a derived SR

We'd be interested in using pigz as a library in [our application](slicer.org) and would want to support Windows, Linux, and Mac with a uniform build system that supports native compilers...

(First - thanks for the cool package!). Running the compute example fails with the trace below. I tried various fixes like `ffi.new("VkPipeline*")` etc but didn't find a way to fix...

To help when accessing heavily loaded servers. Google's dicom stores for example seem very prone to overloading, in which case they return a 429 code. This exposes a few more...

enhancement

[Google suggests](https://cloud.google.com/healthcare/docs/how-tos/best-practices#sending_requests_concurrently) using up to 20 concurrent requests for better overall network performance. But I believe we currently only do one at a time with `requests`. It looks like we...

enhancement

**Is your feature request related to a problem? Please describe.** We want to help people understand documents that include descriptions of dicom headers by linking out to information about a...

enhancement

Need to edit the documentation and issue a pull request