Bill Wallace

Results 59 issues of Bill Wallace

Update the versions. Also want to commit it with a fix message to force build/release cycle.

### Context Adds the extension/mode loader to the app config setup so that things listed in the loader can be provided/used. ### Changes & Results ### Testing ### Checklist ####...

@ladeirarodolfo - starting to add a command line started dicomweb server. Thought you should see it quite early to discuss libraries etc. Basic idea is that there will be a...

Having a nested pixel data tag will write additional frames to the frames directory.

The image frame/video handling is kind of ugly because there are multiple components and naming dealing with writing that data. This should probably be rewritten to not use side affects...

A dimse service to handle storing a objects directly into DICOMweb static storage allows accessing the data via standard PACS services. Thus, this issue is to add a dimse SCP...

When a DICOM QC operation arrives (split/segment/delete), the change should be applied to the study metadata object, and then new deduplicated data written to agree with the QC change.

Sometimes the patient or studies get updated. This requires modifying the deduplicated data for affected studies and re-writing any indices. Also, sometimes studies come in with slightly different data for...

Instead of storing images locally, they can come from some remote image service. This vastly reduces the data storage time, and prevents needing to recompress image data. Then, on a...

In order to ensure that the DICOMweb data is eventually consistent when there is more than one concurrent write, a consistency check needs to be performed until the study is...