IUSCA / SQAN

Scalable Quality Assurance for Neuroimaging - (SQAN): A full-stack system solution for extracting, translating, and logging (ETL) + web portal-based quality-control verification of DICOM-formatted medical imaging data/metadata.
https://sqan.sca.iu.edu/
Other
8 stars 3 forks source link

Add StudyInstanceUID to Exam schema + re-ingest data with repeated instanceNumbers #62

Closed aiavenak closed 5 years ago

aiavenak commented 5 years ago

This fixes https://github.com/IUSCA/rady-qc/issues/39

Some data appears as having two images with repeated InstanceNumbers. This will be solved by using the StudyInstanceUID as an exam's identifier, instead of using the StudyTimestamp, as we have been doing so far.

If we want this change to be applied to the entire dataset, we will have to re-ingest all data. I am not sure that this is necessary, but, it is not trivial to single out all the cases where there are multiple StudyInstanceUID with identical StudyTimestamp.

Regardless, we need to first standardize the header files (i.e. tarballs vs .json files) before we can start re-ingesting any data at all

agopu commented 5 years ago

Somewhat dependent on https://github.com/IUSCA/rady-qc/issues/51 (last sentence's in Andrea's ticket summary above)

agopu commented 5 years ago

Discussed in video call on 2019-04-02

@jdwest0711 points out that he and @mparamas will likely resend PET/CT data anyway? That is a separate ticket as is the ability to look at [Orthanc reception status on the SCA side] (https://github.com/IUSCA/rady-qc/issues/68).

agopu commented 5 years ago