View studies only using a set of dicom files only

Describe Your Question

So I am storing the studies directly to google storage.
Now instead of a DICOMJson , I want to provide just a basic JSON with the urls of the files. Now is it possible for the OHIF to generate the metadata required on it’s own, without me explicitly building the dicomJSON ?
This question was arised when we wanted to migrate from v2 to v3, we hadn’t stored all the metadata → hence making it unsuable with v3 as the a few mandatory metadata was absent.

Now there is a chance that this might happen again with v4-5, when we don’t have the extra metadata that might be required then. So we’d like to move away from this entirely and just provide the basic JSON with a set of files as per the DICOMJSON standard.

  • Which OHIF version you are using?
    v3.8

right now you only option is to extract metadata and use dicomjson, but there is a PR to reduce the amount of metadata that is required

But you can also look at the static dicom web project to create files in the correct structure from a set of static files