dicomp10-to-dicomweb-js icon indicating copy to clipboard operation
dicomp10-to-dicomweb-js copied to clipboard

Code to convert from a dicomp10 file to dicomweb format (json metadata + frames + bulkdata)

Results 15 dicomp10-to-dicomweb-js issues
Sort by recently updated
recently updated
newest added

@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...

There should be a service to allow querying a PACS in order to get study/series data. For the series level data, the query should auto-initiate a C-Move if the data...

There should be a way to query the DICOMweb server for what studies are available. The suggestion is to use MongoDB, either locally or in a cloud deployment to store...